Trace number 1057483

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2008-06-13? (MO) 129.777 126.246

General information on the benchmark

Namecsp/primes-25/
normalized-primes-25-40-2-7.xml
MD5SUM7aef82243bc2aebd1c139344929a6be1
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark15.3407
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity9
Maximum domain size96
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40
Global constraints used (with number of constraints)

Solver Data (download as text)

0.27/0.32	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.27/0.32	c This is free software under the dual EPL/GNU LGPL licenses.
0.27/0.32	c See www.sat4j.org for details.
0.27/0.32	c That software uses the Rhino library from the Mozilla project.
0.27/0.37	c version 9.9.9.token
0.27/0.37	c sun.arch.data.model	32
0.27/0.37	c java.version	1.6.0_06
0.27/0.37	c os.name	Linux
0.27/0.37	c os.version	2.6.9-22.EL.rootsmp
0.27/0.37	c os.arch	i386
0.27/0.37	c Free memory 669864272
0.27/0.37	c Max memory 672137216
0.27/0.37	c Total memory 672137216
0.27/0.37	c Number of processors 2
0.38/0.42	c c --- Begin Solver configuration ---
0.38/0.42	c Stops conflict analysis at the first Unique Implication Point
0.38/0.42	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.42	c Learn all clauses as in MiniSAT
0.38/0.42	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.42	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.42	c Expensive reason simplification
0.38/0.42	c MiniSAT restarts strategy
0.38/0.42	c timeout=2147483s
0.38/0.42	c DB Simplification allowed=false
0.38/0.42	c --- End Solver configuration ---
0.38/0.42	c solving HOME/instance-1057483-1215111184.xml
0.38/0.42	c reading problem ... 
0.67/0.70	c reading problem named null
0.67/0.70	c reading domains done.
0.67/0.70	c reading variables done.
0.86/0.97	c reading predicates  done.
1.16/1.25	c reading constraints

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1057483-1215111184/watcher-1057483-1215111184 -o /tmp/evaluation-result-1057483-1215111184/solver-1057483-1215111184 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1057483-1215111184.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.43 1.82 1.86 3/73 3511
/proc/meminfo: memFree=1087304/2055920 swapFree=4174728/4192956
[pid=3511] ppid=3509 vsize=1804 CPUtime=0
/proc/3511/stat : 3511 (java) D 3509 3511 3145 0 -1 0 348 0 0 0 0 0 0 0 18 0 1 0 995520967 1847296 151 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/3511/statm: 451 151 106 9 0 93 0

[startup+0.090662 s]
/proc/loadavg: 1.43 1.82 1.86 3/73 3511
/proc/meminfo: memFree=1087304/2055920 swapFree=4174728/4192956
[pid=3511] ppid=3509 vsize=802236 CPUtime=0.06
/proc/3511/stat : 3511 (java) S 3509 3511 3145 0 -1 0 2795 0 1 0 4 2 0 0 18 0 7 0 995520967 821489664 2530 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/3511/statm: 200559 2530 1008 9 0 197942 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802236

[startup+0.102993 s]
/proc/loadavg: 1.43 1.82 1.86 3/73 3511
/proc/meminfo: memFree=1087304/2055920 swapFree=4174728/4192956
[pid=3511] ppid=3509 vsize=802236 CPUtime=0.07
/proc/3511/stat : 3511 (java) S 3509 3511 3145 0 -1 0 2872 0 1 0 5 2 0 0 18 0 7 0 995520967 821489664 2607 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/3511/statm: 200559 2607 1014 9 0 197942 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802236

[startup+0.301704 s]
/proc/loadavg: 1.43 1.82 1.86 3/73 3511
/proc/meminfo: memFree=1087304/2055920 swapFree=4174728/4192956
[pid=3511] ppid=3509 vsize=808244 CPUtime=0.27
/proc/3511/stat : 3511 (java) S 3509 3511 3145 0 -1 0 4880 0 1 0 23 4 0 0 18 0 12 0 995520967 827641856 4207 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3511/statm: 202061 4207 1298 9 0 199430 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 808244

[startup+0.701778 s]
/proc/loadavg: 1.43 1.82 1.86 3/73 3511
/proc/meminfo: memFree=1087304/2055920 swapFree=4174728/4192956
[pid=3511] ppid=3509 vsize=808272 CPUtime=0.67
/proc/3511/stat : 3511 (java) S 3509 3511 3145 0 -1 0 6321 0 1 0 61 6 0 0 18 0 12 0 995520967 827670528 5449 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3511/statm: 202068 5449 1335 9 0 199430 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 808272

[startup+1.50294 s]
/proc/loadavg: 1.43 1.82 1.86 3/85 3523
/proc/meminfo: memFree=1067560/2055920 swapFree=4174728/4192956
[pid=3511] ppid=3509 vsize=810056 CPUtime=1.46
/proc/3511/stat : 3511 (java) S 3509 3511 3145 0 -1 0 9222 0 1 0 139 7 0 0 18 0 12 0 995520967 829497344 7298 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3511/statm: 202514 7298 1357 9 0 199876 0
[pid=3511/tid=3512] ppid=3509 vsize=810056 CPUtime=0.8
/proc/3511/task/3512/stat : 3512 (java) R 3509 3511 3145 0 -1 64 5254 0 1 0 75 5 0 0 19 0 12 0 995520968 829497344 7298 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3514] ppid=3509 vsize=810056 CPUtime=0
/proc/3511/task/3514/stat : 3514 (java) S 3509 3511 3145 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 995520970 829497344 7298 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3515] ppid=3509 vsize=810056 CPUtime=0
/proc/3511/task/3515/stat : 3515 (java) S 3509 3511 3145 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 995520970 829497344 7298 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3516] ppid=3509 vsize=810056 CPUtime=0
/proc/3511/task/3516/stat : 3516 (java) S 3509 3511 3145 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 995520972 829497344 7298 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3517] ppid=3509 vsize=810056 CPUtime=0
/proc/3511/task/3517/stat : 3517 (java) S 3509 3511 3145 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 995520972 829497344 7298 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3518] ppid=3509 vsize=810056 CPUtime=0
/proc/3511/task/3518/stat : 3518 (java) S 3509 3511 3145 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 995520972 829497344 7298 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3519] ppid=3509 vsize=810056 CPUtime=0
/proc/3511/task/3519/stat : 3519 (java) S 3509 3511 3145 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 995520977 829497344 7298 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3520] ppid=3509 vsize=810056 CPUtime=0.31
/proc/3511/task/3520/stat : 3520 (java) S 3509 3511 3145 0 -1 64 1267 0 0 0 31 0 0 0 16 0 12 0 995520977 829497344 7298 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3521] ppid=3509 vsize=810056 CPUtime=0.31
/proc/3511/task/3521/stat : 3521 (java) R 3509 3511 3145 0 -1 64 1935 0 0 0 31 0 0 0 16 0 12 0 995520977 829497344 7298 996147200 134512640 134550740 4294956032 18446744073709551615 104089106 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3522] ppid=3509 vsize=810056 CPUtime=0
/proc/3511/task/3522/stat : 3522 (java) S 3509 3511 3145 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 995520977 829497344 7298 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3523] ppid=3509 vsize=810056 CPUtime=0
/proc/3511/task/3523/stat : 3523 (java) S 3509 3511 3145 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 995520977 829497344 7298 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 810056

[startup+3.10224 s]
/proc/loadavg: 1.43 1.82 1.86 4/85 3523
/proc/meminfo: memFree=1056744/2055920 swapFree=4174728/4192956
[pid=3511] ppid=3509 vsize=818904 CPUtime=3.04
/proc/3511/stat : 3511 (java) S 3509 3511 3145 0 -1 0 17005 0 1 0 294 10 0 0 18 0 12 0 995520967 838557696 10932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3511/statm: 204726 10932 1380 9 0 202088 0
[pid=3511/tid=3512] ppid=3509 vsize=818904 CPUtime=1.06
/proc/3511/task/3512/stat : 3512 (java) R 3509 3511 3145 0 -1 64 6632 0 1 0 101 5 0 0 22 0 12 0 995520968 838557696 10932 996147200 134512640 134550740 4294956032 18446744073709551615 105845527 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3514] ppid=3509 vsize=818904 CPUtime=0
/proc/3511/task/3514/stat : 3514 (java) S 3509 3511 3145 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 995520970 838557696 10932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3515] ppid=3509 vsize=818904 CPUtime=0
/proc/3511/task/3515/stat : 3515 (java) S 3509 3511 3145 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 995520970 838557696 10932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3516] ppid=3509 vsize=818904 CPUtime=0
/proc/3511/task/3516/stat : 3516 (java) S 3509 3511 3145 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 995520972 838557696 10932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3517] ppid=3509 vsize=818904 CPUtime=0
/proc/3511/task/3517/stat : 3517 (java) S 3509 3511 3145 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 995520972 838557696 10932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3518] ppid=3509 vsize=818904 CPUtime=0
/proc/3511/task/3518/stat : 3518 (java) S 3509 3511 3145 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 995520972 838557696 10932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3519] ppid=3509 vsize=818904 CPUtime=0
/proc/3511/task/3519/stat : 3519 (java) S 3509 3511 3145 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 995520977 838557696 10932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3520] ppid=3509 vsize=818904 CPUtime=0.67
/proc/3511/task/3520/stat : 3520 (java) S 3509 3511 3145 0 -1 64 1366 0 0 0 67 0 0 0 16 0 12 0 995520977 838557696 10932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3521] ppid=3509 vsize=818904 CPUtime=1.28
/proc/3511/task/3521/stat : 3521 (java) R 3509 3511 3145 0 -1 64 8241 0 0 0 125 3 0 0 19 0 12 0 995520977 838557696 10932 996147200 134512640 134550740 4294956032 18446744073709551615 104089665 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3522] ppid=3509 vsize=818904 CPUtime=0
/proc/3511/task/3522/stat : 3522 (java) S 3509 3511 3145 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 995520977 838557696 10932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3523] ppid=3509 vsize=818904 CPUtime=0
/proc/3511/task/3523/stat : 3523 (java) S 3509 3511 3145 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 995520977 838557696 10932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 818904

[startup+6.30284 s]
/proc/loadavg: 1.40 1.81 1.85 2/82 3524
/proc/meminfo: memFree=1170112/2055920 swapFree=4174728/4192956
[pid=3511] ppid=3509 vsize=820900 CPUtime=6.73
/proc/3511/stat : 3511 (java) S 3509 3511 3145 0 -1 0 40681 0 1 0 652 21 0 0 18 0 12 0 995520967 840601600 32907 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3511/statm: 205225 32907 1386 9 0 202587 0
[pid=3511/tid=3512] ppid=3509 vsize=820900 CPUtime=3.49
/proc/3511/task/3512/stat : 3512 (java) R 3509 3511 3145 0 -1 64 17278 0 1 0 339 10 0 0 18 0 12 0 995520968 840601600 32907 996147200 134512640 134550740 4294956032 18446744073709551615 4109601650 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3514] ppid=3509 vsize=820900 CPUtime=0.51
/proc/3511/task/3514/stat : 3514 (java) S 3509 3511 3145 0 -1 64 5363 0 0 0 49 2 0 0 16 0 12 0 995520970 840601600 32907 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3511/tid=3515] ppid=3509 vsize=820900 CPUtime=0.51
/proc/3511/task/3515/stat : 3515 (java) S 3509 3511 3145 0 -1 64 6921 0 0 0 48 3 0 0 18 0 12 0 995520970 840601600 32907 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3511/tid=3516] ppid=3509 vsize=820900 CPUtime=0
/proc/3511/task/3516/stat : 3516 (java) S 3509 3511 3145 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 995520972 840601600 32907 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3517] ppid=3509 vsize=820900 CPUtime=0
/proc/3511/task/3517/stat : 3517 (java) S 3509 3511 3145 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 995520972 840601600 32907 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3518] ppid=3509 vsize=820900 CPUtime=0
/proc/3511/task/3518/stat : 3518 (java) S 3509 3511 3145 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 995520972 840601600 32907 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3519] ppid=3509 vsize=820900 CPUtime=0
/proc/3511/task/3519/stat : 3519 (java) S 3509 3511 3145 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 995520977 840601600 32907 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3520] ppid=3509 vsize=820900 CPUtime=0.79
/proc/3511/task/3520/stat : 3520 (java) S 3509 3511 3145 0 -1 64 1987 0 0 0 79 0 0 0 16 0 12 0 995520977 840601600 32907 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3521] ppid=3509 vsize=820900 CPUtime=1.38
/proc/3511/task/3521/stat : 3521 (java) S 3509 3511 3145 0 -1 64 8339 0 0 0 135 3 0 0 16 0 12 0 995520977 840601600 32907 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3522] ppid=3509 vsize=820900 CPUtime=0
/proc/3511/task/3522/stat : 3522 (java) S 3509 3511 3145 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 995520977 840601600 32907 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3523] ppid=3509 vsize=820900 CPUtime=0
/proc/3511/task/3523/stat : 3523 (java) R 3509 3511 3145 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 995520977 840601600 32907 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.73
Current children cumulated vsize (KiB) 820900

[startup+12.7021 s]
/proc/loadavg: 1.44 1.81 1.86 4/94 3562
/proc/meminfo: memFree=973832/2055920 swapFree=4174728/4192956
[pid=3511] ppid=3509 vsize=828580 CPUtime=14.96
/proc/3511/stat : 3511 (java) S 3509 3511 3145 0 -1 0 72085 0 1 0 1462 34 0 0 18 0 12 0 995520967 848465920 60761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3511/statm: 207145 60761 1387 9 0 204507 0
[pid=3511/tid=3512] ppid=3509 vsize=828580 CPUtime=7.37
/proc/3511/task/3512/stat : 3512 (java) R 3509 3511 3145 0 -1 64 17296 0 1 0 727 10 0 0 23 0 12 0 995520968 848465920 60761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3514] ppid=3509 vsize=828580 CPUtime=2.55
/proc/3511/task/3514/stat : 3514 (java) R 3509 3511 3145 0 -1 64 20073 0 0 0 248 7 0 0 16 0 12 0 995520970 848465920 60761 996147200 134512640 134550740 4294956032 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3515] ppid=3509 vsize=828580 CPUtime=2.75
/proc/3511/task/3515/stat : 3515 (java) R 3509 3511 3145 0 -1 64 23595 0 0 0 266 9 0 0 16 0 12 0 995520970 848465920 60761 996147200 134512640 134550740 4294956032 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3516] ppid=3509 vsize=828580 CPUtime=0
/proc/3511/task/3516/stat : 3516 (java) S 3509 3511 3145 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 995520972 848465920 60761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3517] ppid=3509 vsize=828580 CPUtime=0
/proc/3511/task/3517/stat : 3517 (java) S 3509 3511 3145 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 995520972 848465920 60761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3518] ppid=3509 vsize=828580 CPUtime=0
/proc/3511/task/3518/stat : 3518 (java) S 3509 3511 3145 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 995520972 848465920 60761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3519] ppid=3509 vsize=828580 CPUtime=0
/proc/3511/task/3519/stat : 3519 (java) S 3509 3511 3145 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 995520977 848465920 60761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3520] ppid=3509 vsize=828580 CPUtime=0.81
/proc/3511/task/3520/stat : 3520 (java) S 3509 3511 3145 0 -1 64 1989 0 0 0 81 0 0 0 16 0 12 0 995520977 848465920 60761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3521] ppid=3509 vsize=828580 CPUtime=1.39
/proc/3511/task/3521/stat : 3521 (java) S 3509 3511 3145 0 -1 64 8339 0 0 0 136 3 0 0 16 0 12 0 995520977 848465920 60761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3522] ppid=3509 vsize=828580 CPUtime=0
/proc/3511/task/3522/stat : 3522 (java) S 3509 3511 3145 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 995520977 848465920 60761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3523] ppid=3509 vsize=828580 CPUtime=0
/proc/3511/task/3523/stat : 3523 (java) S 3509 3511 3145 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 995520977 848465920 60761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.96
Current children cumulated vsize (KiB) 828580

[startup+25.5015 s]
/proc/loadavg: 1.78 1.87 1.87 5/93 3563
/proc/meminfo: memFree=129416/2055920 swapFree=4174728/4192956
[pid=3511] ppid=3509 vsize=828580 CPUtime=28.06
/proc/3511/stat : 3511 (java) S 3509 3511 3145 0 -1 0 117389 0 1 0 2750 56 0 0 18 0 12 0 995520967 848465920 104979 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3511/statm: 207145 104979 1387 9 0 204507 0
[pid=3511/tid=3512] ppid=3509 vsize=828580 CPUtime=15.63
/proc/3511/task/3512/stat : 3512 (java) R 3509 3511 3145 0 -1 64 23466 0 1 0 1549 14 0 0 23 0 12 0 995520968 848465920 104979 996147200 134512640 134550740 4294956032 18446744073709551615 4109629019 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3514] ppid=3509 vsize=828580 CPUtime=4.96
/proc/3511/task/3514/stat : 3514 (java) S 3509 3511 3145 0 -1 64 41353 0 0 0 479 17 0 0 17 0 12 0 995520970 848465920 104979 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3515] ppid=3509 vsize=828580 CPUtime=5.14
/proc/3511/task/3515/stat : 3515 (java) S 3509 3511 3145 0 -1 64 41449 0 0 0 497 17 0 0 16 0 12 0 995520970 848465920 104979 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3511/tid=3516] ppid=3509 vsize=828580 CPUtime=0.01
/proc/3511/task/3516/stat : 3516 (java) S 3509 3511 3145 0 -1 64 30 0 0 0 1 0 0 0 15 0 12 0 995520972 848465920 104979 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3517] ppid=3509 vsize=828580 CPUtime=0
/proc/3511/task/3517/stat : 3517 (java) S 3509 3511 3145 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 995520972 848465920 104979 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3518] ppid=3509 vsize=828580 CPUtime=0
/proc/3511/task/3518/stat : 3518 (java) S 3509 3511 3145 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 995520972 848465920 104979 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3519] ppid=3509 vsize=828580 CPUtime=0
/proc/3511/task/3519/stat : 3519 (java) S 3509 3511 3145 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 995520977 848465920 104979 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

################
# More data... #
################

/proc/3511/stat : 3511 (java) S 3509 3511 3145 0 -1 0 189725 0 1 0 10511 89 0 0 18 0 12 0 995520967 848465920 176745 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3511/statm: 207145 176745 1390 9 0 204507 0
[pid=3511/tid=3512] ppid=3509 vsize=828580 CPUtime=32.64
/proc/3511/task/3512/stat : 3512 (java) S 3509 3511 3145 0 -1 64 35802 0 1 0 3244 20 0 0 17 0 12 0 995520968 848465920 176745 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3511/tid=3514] ppid=3509 vsize=828580 CPUtime=9.34
/proc/3511/task/3514/stat : 3514 (java) S 3509 3511 3145 0 -1 64 55677 0 0 0 911 23 0 0 16 0 12 0 995520970 848465920 176745 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3511/tid=3515] ppid=3509 vsize=828580 CPUtime=9.72
/proc/3511/task/3515/stat : 3515 (java) S 3509 3511 3145 0 -1 64 83247 0 0 0 935 37 0 0 15 0 12 0 995520970 848465920 176745 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3511/tid=3516] ppid=3509 vsize=828580 CPUtime=51.99
/proc/3511/task/3516/stat : 3516 (java) R 3509 3511 3145 0 -1 64 3908 0 0 0 5198 1 0 0 25 0 12 0 995520972 848465920 176745 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3511/tid=3517] ppid=3509 vsize=828580 CPUtime=0
/proc/3511/task/3517/stat : 3517 (java) S 3509 3511 3145 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 995520972 848465920 176745 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3511/tid=3518] ppid=3509 vsize=828580 CPUtime=0
/proc/3511/task/3518/stat : 3518 (java) S 3509 3511 3145 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 995520972 848465920 176745 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3519] ppid=3509 vsize=828580 CPUtime=0
/proc/3511/task/3519/stat : 3519 (java) S 3509 3511 3145 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 995520977 848465920 176745 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3520] ppid=3509 vsize=828580 CPUtime=0.82
/proc/3511/task/3520/stat : 3520 (java) S 3509 3511 3145 0 -1 64 1989 0 0 0 82 0 0 0 16 0 12 0 995520977 848465920 176745 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3521] ppid=3509 vsize=828580 CPUtime=1.41
/proc/3511/task/3521/stat : 3521 (java) S 3509 3511 3145 0 -1 64 8339 0 0 0 138 3 0 0 16 0 12 0 995520977 848465920 176745 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3522] ppid=3509 vsize=828580 CPUtime=0
/proc/3511/task/3522/stat : 3522 (java) S 3509 3511 3145 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 995520977 848465920 176745 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3523] ppid=3509 vsize=828580 CPUtime=0
/proc/3511/task/3523/stat : 3523 (java) S 3509 3511 3145 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 995520977 848465920 176745 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 106
Current children cumulated vsize (KiB) 828580



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+124.102 s]
/proc/loadavg: 2.20 2.03 1.93 4/93 3563
/proc/meminfo: memFree=14920/2055920 swapFree=4174728/4192956
[pid=3511] ppid=3509 vsize=924588 CPUtime=127.66
/proc/3511/stat : 3511 (java) S 3509 3511 3145 0 -1 0 211358 0 1 0 12669 97 0 0 18 0 12 0 995520967 946778112 190866 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3511/statm: 231147 190872 1390 9 0 228509 0
[pid=3511/tid=3512] ppid=3509 vsize=924588 CPUtime=32.83
/proc/3511/task/3512/stat : 3512 (java) S 3509 3511 3145 0 -1 64 35811 0 1 0 3263 20 0 0 17 0 12 0 995520968 946778112 190939 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3511/tid=3514] ppid=3509 vsize=924588 CPUtime=9.34
/proc/3511/task/3514/stat : 3514 (java) S 3509 3511 3145 0 -1 64 55677 0 0 0 911 23 0 0 16 0 12 0 995520970 946778112 190947 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3511/tid=3515] ppid=3509 vsize=924588 CPUtime=9.72
/proc/3511/task/3515/stat : 3515 (java) S 3509 3511 3145 0 -1 64 83247 0 0 0 935 37 0 0 15 0 12 0 995520970 946778112 190954 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3511/tid=3516] ppid=3509 vsize=924588 CPUtime=73.47
/proc/3511/task/3516/stat : 3516 (java) R 3509 3511 3145 0 -1 64 25628 0 0 0 7337 10 0 0 25 0 12 0 995520972 946778112 190962 996147200 134512640 134550740 4294956032 18446744073709551615 103550858 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3511/tid=3517] ppid=3509 vsize=924588 CPUtime=0
/proc/3511/task/3517/stat : 3517 (java) S 3509 3511 3145 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 995520972 946778112 190969 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3511/tid=3518] ppid=3509 vsize=924588 CPUtime=0
/proc/3511/task/3518/stat : 3518 (java) S 3509 3511 3145 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 995520972 946778112 190978 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3519] ppid=3509 vsize=924588 CPUtime=0
/proc/3511/task/3519/stat : 3519 (java) S 3509 3511 3145 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 995520977 946778112 190985 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3520] ppid=3509 vsize=924588 CPUtime=0.82
/proc/3511/task/3520/stat : 3520 (java) S 3509 3511 3145 0 -1 64 1989 0 0 0 82 0 0 0 16 0 12 0 995520977 946778112 190993 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3521] ppid=3509 vsize=924588 CPUtime=1.41
/proc/3511/task/3521/stat : 3521 (java) S 3509 3511 3145 0 -1 64 8339 0 0 0 138 3 0 0 16 0 12 0 995520977 946778112 191000 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3522] ppid=3509 vsize=924588 CPUtime=0
/proc/3511/task/3522/stat : 3522 (java) S 3509 3511 3145 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 995520977 946778112 191008 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3523] ppid=3509 vsize=924588 CPUtime=0
/proc/3511/task/3523/stat : 3523 (java) S 3509 3511 3145 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 995520977 946778112 191015 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 127.66
Current children cumulated vsize (KiB) 924588

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)

Solver just ended. Dumping a history of the last processes samples

[startup+124.602 s]
/proc/loadavg: 2.20 2.03 1.93 3/94 3564
/proc/meminfo: memFree=46848/2055920 swapFree=4174728/4192956
[pid=3511] ppid=3509 vsize=892584 CPUtime=128.13
/proc/3511/stat : 3511 (java) S 3509 3511 3145 0 -1 0 221253 0 1 0 12711 102 0 0 16 0 12 0 995520967 914006016 192758 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3511/statm: 223146 192758 1390 9 0 220508 0
[pid=3511/tid=3512] ppid=3509 vsize=892584 CPUtime=32.83
/proc/3511/task/3512/stat : 3512 (java) S 3509 3511 3145 0 -1 64 35811 0 1 0 3263 20 0 0 17 0 12 0 995520968 914006016 192758 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3511/tid=3514] ppid=3509 vsize=892584 CPUtime=9.34
/proc/3511/task/3514/stat : 3514 (java) S 3509 3511 3145 0 -1 64 55677 0 0 0 911 23 0 0 16 0 12 0 995520970 914006016 192758 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3511/tid=3515] ppid=3509 vsize=892584 CPUtime=9.72
/proc/3511/task/3515/stat : 3515 (java) S 3509 3511 3145 0 -1 64 83247 0 0 0 935 37 0 0 15 0 12 0 995520970 914006016 192758 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3511/tid=3516] ppid=3509 vsize=892584 CPUtime=73.93
/proc/3511/task/3516/stat : 3516 (java) R 3509 3511 3145 0 -1 64 35426 0 0 0 7379 14 0 0 25 0 12 0 995520972 914006016 192758 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3511/tid=3517] ppid=3509 vsize=892584 CPUtime=0
/proc/3511/task/3517/stat : 3517 (java) S 3509 3511 3145 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 995520972 914006016 192758 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3511/tid=3518] ppid=3509 vsize=892584 CPUtime=0
/proc/3511/task/3518/stat : 3518 (java) S 3509 3511 3145 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 995520972 914006016 192758 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3519] ppid=3509 vsize=892584 CPUtime=0
/proc/3511/task/3519/stat : 3519 (java) S 3509 3511 3145 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 995520977 914006016 192758 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3520] ppid=3509 vsize=892584 CPUtime=0.82
/proc/3511/task/3520/stat : 3520 (java) S 3509 3511 3145 0 -1 64 1989 0 0 0 82 0 0 0 16 0 12 0 995520977 914006016 192758 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3521] ppid=3509 vsize=892584 CPUtime=1.41
/proc/3511/task/3521/stat : 3521 (java) S 3509 3511 3145 0 -1 64 8339 0 0 0 138 3 0 0 16 0 12 0 995520977 914006016 192758 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3522] ppid=3509 vsize=892584 CPUtime=0
/proc/3511/task/3522/stat : 3522 (java) S 3509 3511 3145 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 995520977 914006016 192758 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3523] ppid=3509 vsize=892584 CPUtime=0
/proc/3511/task/3523/stat : 3523 (java) S 3509 3511 3145 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 995520977 914006016 192758 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 128.13
Current children cumulated vsize (KiB) 892584

[startup+125.408 s]
/proc/loadavg: 2.20 2.03 1.93 4/94 3564
/proc/meminfo: memFree=46848/2055920 swapFree=4174728/4192956
[pid=3511] ppid=3509 vsize=892584 CPUtime=128.93
/proc/3511/stat : 3511 (java) S 3509 3511 3145 0 -1 0 221253 0 1 0 12791 102 0 0 16 0 12 0 995520967 914006016 192758 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3511/statm: 223146 192758 1390 9 0 220508 0
[pid=3511/tid=3512] ppid=3509 vsize=892584 CPUtime=32.83
/proc/3511/task/3512/stat : 3512 (java) S 3509 3511 3145 0 -1 64 35811 0 1 0 3263 20 0 0 17 0 12 0 995520968 914006016 192758 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3511/tid=3514] ppid=3509 vsize=892584 CPUtime=9.34
/proc/3511/task/3514/stat : 3514 (java) S 3509 3511 3145 0 -1 64 55677 0 0 0 911 23 0 0 16 0 12 0 995520970 914006016 192758 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3511/tid=3515] ppid=3509 vsize=892584 CPUtime=9.72
/proc/3511/task/3515/stat : 3515 (java) S 3509 3511 3145 0 -1 64 83247 0 0 0 935 37 0 0 15 0 12 0 995520970 914006016 192758 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3511/tid=3516] ppid=3509 vsize=892584 CPUtime=74.73
/proc/3511/task/3516/stat : 3516 (java) R 3509 3511 3145 0 -1 64 35426 0 0 0 7459 14 0 0 25 0 12 0 995520972 914006016 192758 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3511/tid=3517] ppid=3509 vsize=892584 CPUtime=0
/proc/3511/task/3517/stat : 3517 (java) S 3509 3511 3145 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 995520972 914006016 192758 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3511/tid=3518] ppid=3509 vsize=892584 CPUtime=0
/proc/3511/task/3518/stat : 3518 (java) S 3509 3511 3145 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 995520972 914006016 192758 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3519] ppid=3509 vsize=892584 CPUtime=0
/proc/3511/task/3519/stat : 3519 (java) S 3509 3511 3145 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 995520977 914006016 192758 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3520] ppid=3509 vsize=892584 CPUtime=0.82
/proc/3511/task/3520/stat : 3520 (java) S 3509 3511 3145 0 -1 64 1989 0 0 0 82 0 0 0 16 0 12 0 995520977 914006016 192758 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3521] ppid=3509 vsize=892584 CPUtime=1.41
/proc/3511/task/3521/stat : 3521 (java) S 3509 3511 3145 0 -1 64 8339 0 0 0 138 3 0 0 16 0 12 0 995520977 914006016 192758 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3522] ppid=3509 vsize=892584 CPUtime=0
/proc/3511/task/3522/stat : 3522 (java) S 3509 3511 3145 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 995520977 914006016 192758 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3523] ppid=3509 vsize=892584 CPUtime=0
/proc/3511/task/3523/stat : 3523 (java) S 3509 3511 3145 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 995520977 914006016 192758 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 128.93
Current children cumulated vsize (KiB) 892584

[startup+125.803 s]
/proc/loadavg: 2.20 2.03 1.93 4/94 3564
/proc/meminfo: memFree=46848/2055920 swapFree=4174728/4192956
[pid=3511] ppid=3509 vsize=892584 CPUtime=129.33
/proc/3511/stat : 3511 (java) S 3509 3511 3145 0 -1 0 221253 0 1 0 12831 102 0 0 16 0 12 0 995520967 914006016 192758 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3511/statm: 223146 192758 1390 9 0 220508 0
[pid=3511/tid=3512] ppid=3509 vsize=892584 CPUtime=32.83
/proc/3511/task/3512/stat : 3512 (java) S 3509 3511 3145 0 -1 64 35811 0 1 0 3263 20 0 0 17 0 12 0 995520968 914006016 192758 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3511/tid=3514] ppid=3509 vsize=892584 CPUtime=9.34
/proc/3511/task/3514/stat : 3514 (java) S 3509 3511 3145 0 -1 64 55677 0 0 0 911 23 0 0 16 0 12 0 995520970 914006016 192758 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3511/tid=3515] ppid=3509 vsize=892584 CPUtime=9.72
/proc/3511/task/3515/stat : 3515 (java) S 3509 3511 3145 0 -1 64 83247 0 0 0 935 37 0 0 15 0 12 0 995520970 914006016 192758 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3511/tid=3516] ppid=3509 vsize=892584 CPUtime=75.13
/proc/3511/task/3516/stat : 3516 (java) R 3509 3511 3145 0 -1 64 35426 0 0 0 7499 14 0 0 25 0 12 0 995520972 914006016 192758 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3511/tid=3517] ppid=3509 vsize=892584 CPUtime=0
/proc/3511/task/3517/stat : 3517 (java) S 3509 3511 3145 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 995520972 914006016 192758 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3511/tid=3518] ppid=3509 vsize=892584 CPUtime=0
/proc/3511/task/3518/stat : 3518 (java) S 3509 3511 3145 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 995520972 914006016 192758 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3519] ppid=3509 vsize=892584 CPUtime=0
/proc/3511/task/3519/stat : 3519 (java) S 3509 3511 3145 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 995520977 914006016 192758 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3520] ppid=3509 vsize=892584 CPUtime=0.82
/proc/3511/task/3520/stat : 3520 (java) S 3509 3511 3145 0 -1 64 1989 0 0 0 82 0 0 0 16 0 12 0 995520977 914006016 192758 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3521] ppid=3509 vsize=892584 CPUtime=1.41
/proc/3511/task/3521/stat : 3521 (java) S 3509 3511 3145 0 -1 64 8339 0 0 0 138 3 0 0 16 0 12 0 995520977 914006016 192758 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3522] ppid=3509 vsize=892584 CPUtime=0
/proc/3511/task/3522/stat : 3522 (java) S 3509 3511 3145 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 995520977 914006016 192758 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3511/tid=3523] ppid=3509 vsize=892584 CPUtime=0
/proc/3511/task/3523/stat : 3523 (java) S 3509 3511 3145 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 995520977 914006016 192758 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 129.33
Current children cumulated vsize (KiB) 892584

[startup+126.202 s]
/proc/loadavg: 2.20 2.03 1.93 4/94 3564
/proc/meminfo: memFree=46848/2055920 swapFree=4174728/4192956
[pid=3511] ppid=3509 vsize=0 CPUtime=129.73
/proc/3511/stat : 3511 (java) Z 3509 3511 3145 0 -1 1036 221253 0 1 0 12863 110 0 0 16 0 2 0 995520967 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3511/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 129.73
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 126.246
CPU time (s): 129.777
CPU user time (s): 128.632
CPU system time (s): 1.14482
CPU usage (%): 102.797
Max. virtual memory (cumulated for all children) (KiB): 924588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 128.632
system time used= 1.14482
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 221253
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3984
involuntary context switches= 4693

runsolver used 0.166974 second user time and 0.448931 second system time

The end

Launcher Data (download as text)

Begin job on node35 at 2008-07-03 20:53:04
IDJOB=1057483
IDBENCH=54045
IDSOLVER=344
FILE ID=node35/1057483-1215111184
PBS_JOBID= 7877134
Free space on /tmp= 66520 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/primes-25/normalized-primes-25-40-2-7.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1057483-1215111184/watcher-1057483-1215111184 -o /tmp/evaluation-result-1057483-1215111184/solver-1057483-1215111184 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1057483-1215111184.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7aef82243bc2aebd1c139344929a6be1
RANDOM SEED=1005835375

node35.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1087784 kB
Buffers:         88348 kB
Cached:         582504 kB
SwapCached:      12276 kB
Active:         482904 kB
Inactive:       401344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1087784 kB
SwapTotal:     4192956 kB
SwapFree:      4174728 kB
Dirty:            1096 kB
Writeback:           0 kB
Mapped:         219780 kB
Slab:            68652 kB
Committed_AS:  1718084 kB
PageTables:       2280 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66540 MiB
End job on node35 at 2008-07-03 20:55:11