Trace number 1067504

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) 119.9 117.239

General information on the benchmark

Namecsp/primes-20/
normalized-primes-20-60-3-3.xml
MD5SUM78d56ad6ca6bcdaccd1e6d7062957dba
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 benchmark0.064989
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints60
Maximum constraint arity6
Maximum domain size70
Number of constraints which are defined in extension0
Number of constraints which are defined in intension60
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.31	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.31	c See www.sat4j.org for details.
0.28/0.31	c That software uses the Rhino library from the Mozilla project.
0.28/0.35	c version 9.9.9.token
0.28/0.35	c sun.arch.data.model	32
0.28/0.35	c java.version	1.6.0_06
0.28/0.35	c os.name	Linux
0.28/0.35	c os.version	2.6.9-22.EL.rootsmp
0.28/0.35	c os.arch	i386
0.28/0.35	c Free memory 669864272
0.28/0.35	c Max memory 672137216
0.28/0.35	c Total memory 672137216
0.28/0.35	c Number of processors 2
0.28/0.40	c c --- Begin Solver configuration ---
0.28/0.40	c Stops conflict analysis at the first Unique Implication Point
0.28/0.40	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.28/0.40	c Learn all clauses as in MiniSAT
0.28/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.28/0.40	c Expensive reason simplification
0.28/0.40	c MiniSAT restarts strategy
0.28/0.40	c timeout=2147483s
0.28/0.40	c DB Simplification allowed=false
0.28/0.40	c --- End Solver configuration ---
0.28/0.40	c solving HOME/instance-1067504-1215150384.xml
0.28/0.40	c reading problem ... 
0.58/0.66	c reading problem named null
0.58/0.66	c reading domains done.
0.58/0.66	c reading variables done.
0.88/0.90	c reading predicates  done.
1.07/1.18	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-1067504-1215150384/watcher-1067504-1215150384 -o /tmp/evaluation-result-1067504-1215150384/solver-1067504-1215150384 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1067504-1215150384.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: 2.00 2.00 2.00 4/75 2541
/proc/meminfo: memFree=1471400/2055920 swapFree=4169364/4192956
[pid=2541] ppid=2539 vsize=18572 CPUtime=0
/proc/2541/stat : 2541 (runsolver) R 2539 2541 31896 0 -1 4194368 16 0 0 0 0 0 0 0 22 0 1 0 249512219 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 224264776999 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/2541/statm: 4643 292 257 25 0 2626 0

[startup+0.035274 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 2541
/proc/meminfo: memFree=1471400/2055920 swapFree=4169364/4192956
[pid=2541] ppid=2539 vsize=800744 CPUtime=0.01
/proc/2541/stat : 2541 (java) S 2539 2541 31896 0 -1 0 2327 0 1 0 0 1 0 0 22 0 4 0 249512219 819961856 2065 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/2541/statm: 200186 2065 911 9 0 197569 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 800744

[startup+0.102279 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 2541
/proc/meminfo: memFree=1471400/2055920 swapFree=4169364/4192956
[pid=2541] ppid=2539 vsize=804612 CPUtime=0.07
/proc/2541/stat : 2541 (java) S 2539 2541 31896 0 -1 0 2995 0 1 0 6 1 0 0 22 0 12 0 249512219 823922688 2728 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2541/statm: 201153 2728 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 804612

[startup+0.302303 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 2541
/proc/meminfo: memFree=1471400/2055920 swapFree=4169364/4192956
[pid=2541] ppid=2539 vsize=808104 CPUtime=0.28
/proc/2541/stat : 2541 (java) S 2539 2541 31896 0 -1 0 4935 0 1 0 25 3 0 0 22 0 12 0 249512219 827498496 4262 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2541/statm: 202026 4262 1299 9 0 199395 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808104

[startup+0.701344 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 2541
/proc/meminfo: memFree=1471400/2055920 swapFree=4169364/4192956
[pid=2541] ppid=2539 vsize=808132 CPUtime=0.67
/proc/2541/stat : 2541 (java) S 2539 2541 31896 0 -1 0 6381 0 1 0 63 4 0 0 22 0 12 0 249512219 827527168 5509 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2541/statm: 202033 5509 1335 9 0 199395 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 808132

[startup+1.50143 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 2553
/proc/meminfo: memFree=1451208/2055920 swapFree=4169364/4192956
[pid=2541] ppid=2539 vsize=811896 CPUtime=1.46
/proc/2541/stat : 2541 (java) S 2539 2541 31896 0 -1 0 9902 0 1 0 140 6 0 0 22 0 12 0 249512219 831381504 7634 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2541/statm: 202974 7634 1365 9 0 200336 0
[pid=2541/tid=2543] ppid=2539 vsize=811896 CPUtime=0.79
/proc/2541/task/2543/stat : 2543 (java) R 2539 2541 31896 0 -1 64 5238 0 1 0 75 4 0 0 25 0 12 0 249512221 831381504 7634 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2544] ppid=2539 vsize=811896 CPUtime=0
/proc/2541/task/2544/stat : 2544 (java) S 2539 2541 31896 0 -1 64 3 0 0 0 0 0 0 0 24 0 12 0 249512222 831381504 7634 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2545] ppid=2539 vsize=811896 CPUtime=0
/proc/2541/task/2545/stat : 2545 (java) S 2539 2541 31896 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 249512222 831381504 7634 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2546] ppid=2539 vsize=811896 CPUtime=0
/proc/2541/task/2546/stat : 2546 (java) S 2539 2541 31896 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 249512224 831381504 7634 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2547] ppid=2539 vsize=811896 CPUtime=0
/proc/2541/task/2547/stat : 2547 (java) S 2539 2541 31896 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 249512224 831381504 7634 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2548] ppid=2539 vsize=811896 CPUtime=0
/proc/2541/task/2548/stat : 2548 (java) S 2539 2541 31896 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 249512224 831381504 7634 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2549] ppid=2539 vsize=811896 CPUtime=0
/proc/2541/task/2549/stat : 2549 (java) S 2539 2541 31896 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 249512229 831381504 7634 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2550] ppid=2539 vsize=811896 CPUtime=0.4
/proc/2541/task/2550/stat : 2550 (java) R 2539 2541 31896 0 -1 64 2843 0 0 0 39 1 0 0 16 0 12 0 249512229 831381504 7634 996147200 134512640 134550740 4294956032 18446744073709551615 105582169 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2551] ppid=2539 vsize=811896 CPUtime=0.25
/proc/2541/task/2551/stat : 2551 (java) S 2539 2541 31896 0 -1 64 1056 0 0 0 25 0 0 0 16 0 12 0 249512229 831381504 7634 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2552] ppid=2539 vsize=811896 CPUtime=0
/proc/2541/task/2552/stat : 2552 (java) S 2539 2541 31896 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 249512229 831381504 7634 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2553] ppid=2539 vsize=811896 CPUtime=0
/proc/2541/task/2553/stat : 2553 (java) S 2539 2541 31896 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 249512229 831381504 7634 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 811896

[startup+3.10159 s]
/proc/loadavg: 2.00 2.00 2.00 4/87 2553
/proc/meminfo: memFree=1436680/2055920 swapFree=4169364/4192956
[pid=2541] ppid=2539 vsize=817376 CPUtime=3.06
/proc/2541/stat : 2541 (java) S 2539 2541 31896 0 -1 0 28885 0 1 0 290 16 0 0 22 0 12 0 249512219 836993024 24188 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2541/statm: 204344 24188 1378 9 0 201706 0
[pid=2541/tid=2543] ppid=2539 vsize=817376 CPUtime=1.64
/proc/2541/task/2543/stat : 2543 (java) R 2539 2541 31896 0 -1 64 17285 0 1 0 153 11 0 0 25 0 12 0 249512221 836993024 24188 996147200 134512640 134550740 4294956032 18446744073709551615 4109637257 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2544] ppid=2539 vsize=817376 CPUtime=0.08
/proc/2541/task/2544/stat : 2544 (java) S 2539 2541 31896 0 -1 64 1585 0 0 0 8 0 0 0 17 0 12 0 249512222 836993024 24188 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2545] ppid=2539 vsize=817376 CPUtime=0.06
/proc/2541/task/2545/stat : 2545 (java) S 2539 2541 31896 0 -1 64 1610 0 0 0 6 0 0 0 17 0 12 0 249512222 836993024 24188 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2546] ppid=2539 vsize=817376 CPUtime=0
/proc/2541/task/2546/stat : 2546 (java) S 2539 2541 31896 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 249512224 836993024 24188 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2547] ppid=2539 vsize=817376 CPUtime=0
/proc/2541/task/2547/stat : 2547 (java) S 2539 2541 31896 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 249512224 836993024 24188 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2548] ppid=2539 vsize=817376 CPUtime=0
/proc/2541/task/2548/stat : 2548 (java) S 2539 2541 31896 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 249512224 836993024 24188 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2549] ppid=2539 vsize=817376 CPUtime=0
/proc/2541/task/2549/stat : 2549 (java) S 2539 2541 31896 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 249512229 836993024 24188 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2550] ppid=2539 vsize=817376 CPUtime=0.81
/proc/2541/task/2550/stat : 2550 (java) S 2539 2541 31896 0 -1 64 6149 0 0 0 79 2 0 0 19 0 12 0 249512229 836993024 24188 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2551] ppid=2539 vsize=817376 CPUtime=0.41
/proc/2541/task/2551/stat : 2551 (java) S 2539 2541 31896 0 -1 64 1465 0 0 0 41 0 0 0 16 0 12 0 249512229 836993024 24188 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2552] ppid=2539 vsize=817376 CPUtime=0
/proc/2541/task/2552/stat : 2552 (java) S 2539 2541 31896 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 249512229 836993024 24188 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2553] ppid=2539 vsize=817376 CPUtime=0
/proc/2541/task/2553/stat : 2553 (java) S 2539 2541 31896 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 249512229 836993024 24188 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 817376

[startup+6.30293 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 2553
/proc/meminfo: memFree=1359248/2055920 swapFree=4169364/4192956
[pid=2541] ppid=2539 vsize=816804 CPUtime=6.23
/proc/2541/stat : 2541 (java) S 2539 2541 31896 0 -1 0 34259 0 1 0 605 18 0 0 22 0 12 0 249512219 836407296 29150 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2541/statm: 204201 29150 1382 9 0 201563 0
[pid=2541/tid=2543] ppid=2539 vsize=816804 CPUtime=4.4
/proc/2541/task/2543/stat : 2543 (java) R 2539 2541 31896 0 -1 64 17299 0 1 0 429 11 0 0 25 0 12 0 249512221 836407296 29150 996147200 134512640 134550740 4294956032 18446744073709551615 4109318879 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2544] ppid=2539 vsize=816804 CPUtime=0.19
/proc/2541/task/2544/stat : 2544 (java) S 2539 2541 31896 0 -1 64 4326 0 0 0 18 1 0 0 17 0 12 0 249512222 836407296 29150 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2545] ppid=2539 vsize=816804 CPUtime=0.16
/proc/2541/task/2545/stat : 2545 (java) S 2539 2541 31896 0 -1 64 3983 0 0 0 15 1 0 0 16 0 12 0 249512222 836407296 29150 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2546] ppid=2539 vsize=816804 CPUtime=0
/proc/2541/task/2546/stat : 2546 (java) S 2539 2541 31896 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 249512224 836407296 29150 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2547] ppid=2539 vsize=816804 CPUtime=0
/proc/2541/task/2547/stat : 2547 (java) S 2539 2541 31896 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 249512224 836407296 29150 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2548] ppid=2539 vsize=816804 CPUtime=0
/proc/2541/task/2548/stat : 2548 (java) S 2539 2541 31896 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 249512224 836407296 29150 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2549] ppid=2539 vsize=816804 CPUtime=0
/proc/2541/task/2549/stat : 2549 (java) S 2539 2541 31896 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 249512229 836407296 29150 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2550] ppid=2539 vsize=816804 CPUtime=0.84
/proc/2541/task/2550/stat : 2550 (java) S 2539 2541 31896 0 -1 64 6153 0 0 0 82 2 0 0 16 0 12 0 249512229 836407296 29150 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2551] ppid=2539 vsize=816804 CPUtime=0.58
/proc/2541/task/2551/stat : 2551 (java) S 2539 2541 31896 0 -1 64 1707 0 0 0 58 0 0 0 16 0 12 0 249512229 836407296 29150 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2552] ppid=2539 vsize=816804 CPUtime=0
/proc/2541/task/2552/stat : 2552 (java) S 2539 2541 31896 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 249512229 836407296 29150 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2553] ppid=2539 vsize=816804 CPUtime=0
/proc/2541/task/2553/stat : 2553 (java) S 2539 2541 31896 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 249512229 836407296 29150 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 816804

[startup+12.7026 s]
/proc/loadavg: 2.00 2.00 2.00 5/87 2553
/proc/meminfo: memFree=1308312/2055920 swapFree=4169364/4192956
[pid=2541] ppid=2539 vsize=826084 CPUtime=13.21
/proc/2541/stat : 2541 (java) S 2539 2541 31896 0 -1 0 51983 0 1 0 1296 25 0 0 22 0 12 0 249512219 845910016 44440 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2541/statm: 206521 44440 1387 9 0 203883 0
[pid=2541/tid=2543] ppid=2539 vsize=826084 CPUtime=9.17
/proc/2541/task/2543/stat : 2543 (java) R 2539 2541 31896 0 -1 64 17308 0 1 0 906 11 0 0 25 0 12 0 249512221 845910016 44440 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2541/tid=2544] ppid=2539 vsize=826084 CPUtime=1.19
/proc/2541/task/2544/stat : 2544 (java) R 2539 2541 31896 0 -1 64 12502 0 0 0 115 4 0 0 16 0 12 0 249512222 845910016 44440 996147200 134512640 134550740 4294956032 18446744073709551615 106157905 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2541/tid=2545] ppid=2539 vsize=826084 CPUtime=1.22
/proc/2541/task/2545/stat : 2545 (java) R 2539 2541 31896 0 -1 64 13503 0 0 0 117 5 0 0 16 0 12 0 249512222 845910016 44440 996147200 134512640 134550740 4294956032 18446744073709551615 106157888 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2541/tid=2546] ppid=2539 vsize=826084 CPUtime=0
/proc/2541/task/2546/stat : 2546 (java) S 2539 2541 31896 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 249512224 845910016 44440 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2541/tid=2547] ppid=2539 vsize=826084 CPUtime=0
/proc/2541/task/2547/stat : 2547 (java) S 2539 2541 31896 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 249512224 845910016 44440 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2548] ppid=2539 vsize=826084 CPUtime=0
/proc/2541/task/2548/stat : 2548 (java) S 2539 2541 31896 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 249512224 845910016 44440 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2549] ppid=2539 vsize=826084 CPUtime=0
/proc/2541/task/2549/stat : 2549 (java) S 2539 2541 31896 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 249512229 845910016 44440 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2550] ppid=2539 vsize=826084 CPUtime=0.94
/proc/2541/task/2550/stat : 2550 (java) S 2539 2541 31896 0 -1 64 6168 0 0 0 92 2 0 0 16 0 12 0 249512229 845910016 44440 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2541/tid=2551] ppid=2539 vsize=826084 CPUtime=0.64
/proc/2541/task/2551/stat : 2551 (java) S 2539 2541 31896 0 -1 64 1711 0 0 0 64 0 0 0 16 0 12 0 249512229 845910016 44440 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2541/tid=2552] ppid=2539 vsize=826084 CPUtime=0
/proc/2541/task/2552/stat : 2552 (java) S 2539 2541 31896 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 249512229 845910016 44440 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2553] ppid=2539 vsize=826084 CPUtime=0
/proc/2541/task/2553/stat : 2553 (java) S 2539 2541 31896 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 249512229 845910016 44440 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.21
Current children cumulated vsize (KiB) 826084

[startup+25.5011 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 2553
/proc/meminfo: memFree=1074136/2055920 swapFree=4169364/4192956
[pid=2541] ppid=2539 vsize=826084 CPUtime=26.47
/proc/2541/stat : 2541 (java) S 2539 2541 31896 0 -1 0 108246 0 1 0 2599 48 0 0 22 0 12 0 249512219 845910016 100332 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2541/statm: 206521 100332 1388 9 0 203883 0
[pid=2541/tid=2543] ppid=2539 vsize=826084 CPUtime=16.92
/proc/2541/task/2543/stat : 2543 (java) R 2539 2541 31896 0 -1 64 23491 0 1 0 1679 13 0 0 25 0 12 0 249512221 845910016 100332 996147200 134512640 134550740 4294956032 18446744073709551615 4109798583 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2544] ppid=2539 vsize=826084 CPUtime=3.9
/proc/2541/task/2544/stat : 2544 (java) S 2539 2541 31896 0 -1 64 38077 0 0 0 375 15 0 0 17 0 12 0 249512222 845910016 100332 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2545] ppid=2539 vsize=826084 CPUtime=3.89
/proc/2541/task/2545/stat : 2545 (java) S 2539 2541 31896 0 -1 64 37998 0 0 0 375 14 0 0 17 0 12 0 249512222 845910016 100332 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2546] ppid=2539 vsize=826084 CPUtime=0
/proc/2541/task/2546/stat : 2546 (java) S 2539 2541 31896 0 -1 64 29 0 0 0 0 0 0 0 15 0 12 0 249512224 845910016 100332 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2547] ppid=2539 vsize=826084 CPUtime=0
/proc/2541/task/2547/stat : 2547 (java) S 2539 2541 31896 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 249512224 845910016 100332 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2548] ppid=2539 vsize=826084 CPUtime=0
/proc/2541/task/2548/stat : 2548 (java) S 2539 2541 31896 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 249512224 845910016 100332 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2549] ppid=2539 vsize=826084 CPUtime=0
/proc/2541/task/2549/stat : 2549 (java) S 2539 2541 31896 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 249512229 845910016 100332 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/2541/stat : 2541 (java) S 2539 2541 31896 0 -1 0 178983 0 1 0 5330 78 0 0 22 0 12 0 249512219 845910016 170018 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2541/statm: 206521 170018 1391 9 0 203883 0
[pid=2541/tid=2543] ppid=2539 vsize=826084 CPUtime=29.73
/proc/2541/task/2543/stat : 2543 (java) S 2539 2541 31896 0 -1 64 35816 0 1 0 2954 19 0 0 25 0 12 0 249512221 845910016 170018 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2544] ppid=2539 vsize=826084 CPUtime=9.47
/proc/2541/task/2544/stat : 2544 (java) S 2539 2541 31896 0 -1 64 62183 0 0 0 922 25 0 0 16 0 12 0 249512222 845910016 170018 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2541/tid=2545] ppid=2539 vsize=826084 CPUtime=9.13
/proc/2541/task/2545/stat : 2545 (java) S 2539 2541 31896 0 -1 64 72301 0 0 0 885 28 0 0 15 0 12 0 249512222 845910016 170018 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2541/tid=2546] ppid=2539 vsize=826084 CPUtime=3.99
/proc/2541/task/2546/stat : 2546 (java) R 2539 2541 31896 0 -1 64 32 0 0 0 399 0 0 0 17 0 12 0 249512224 845910016 170018 996147200 134512640 134550740 4294956032 18446744073709551615 106122572 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2541/tid=2547] ppid=2539 vsize=826084 CPUtime=0
/proc/2541/task/2547/stat : 2547 (java) S 2539 2541 31896 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 249512224 845910016 170018 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2548] ppid=2539 vsize=826084 CPUtime=0
/proc/2541/task/2548/stat : 2548 (java) S 2539 2541 31896 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 249512224 845910016 170018 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2549] ppid=2539 vsize=826084 CPUtime=0
/proc/2541/task/2549/stat : 2549 (java) S 2539 2541 31896 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 249512229 845910016 170018 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2550] ppid=2539 vsize=826084 CPUtime=0.99
/proc/2541/task/2550/stat : 2550 (java) S 2539 2541 31896 0 -1 64 6170 0 0 0 97 2 0 0 16 0 12 0 249512229 845910016 170018 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2551] ppid=2539 vsize=826084 CPUtime=0.7
/proc/2541/task/2551/stat : 2551 (java) S 2539 2541 31896 0 -1 64 1719 0 0 0 70 0 0 0 16 0 12 0 249512229 845910016 170018 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2552] ppid=2539 vsize=826084 CPUtime=0
/proc/2541/task/2552/stat : 2552 (java) S 2539 2541 31896 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 249512229 845910016 170018 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2553] ppid=2539 vsize=826084 CPUtime=0
/proc/2541/task/2553/stat : 2553 (java) S 2539 2541 31896 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 249512229 845910016 170018 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 54.08
Current children cumulated vsize (KiB) 826084

[startup+102.306 s]
/proc/loadavg: 2.34 2.13 2.04 3/87 2555
/proc/meminfo: memFree=770072/2055920 swapFree=4169364/4192956
[pid=2541] ppid=2539 vsize=826084 CPUtime=105.04
/proc/2541/stat : 2541 (java) S 2539 2541 31896 0 -1 0 185074 0 1 0 10424 80 0 0 22 0 12 0 249512219 845910016 176094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2541/statm: 206521 176094 1391 9 0 203883 0
[pid=2541/tid=2543] ppid=2539 vsize=826084 CPUtime=33.59
/proc/2541/task/2543/stat : 2543 (java) S 2539 2541 31896 0 -1 64 35831 0 1 0 3340 19 0 0 17 0 12 0 249512221 845910016 176094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2541/tid=2544] ppid=2539 vsize=826084 CPUtime=9.47
/proc/2541/task/2544/stat : 2544 (java) S 2539 2541 31896 0 -1 64 62183 0 0 0 922 25 0 0 16 0 12 0 249512222 845910016 176094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2541/tid=2545] ppid=2539 vsize=826084 CPUtime=9.13
/proc/2541/task/2545/stat : 2545 (java) S 2539 2541 31896 0 -1 64 72301 0 0 0 885 28 0 0 15 0 12 0 249512222 845910016 176094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2541/tid=2546] ppid=2539 vsize=826084 CPUtime=51.09
/proc/2541/task/2546/stat : 2546 (java) R 2539 2541 31896 0 -1 64 6108 0 0 0 5107 2 0 0 25 0 12 0 249512224 845910016 176094 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2541/tid=2547] ppid=2539 vsize=826084 CPUtime=0
/proc/2541/task/2547/stat : 2547 (java) S 2539 2541 31896 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 249512224 845910016 176094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2541/tid=2548] ppid=2539 vsize=826084 CPUtime=0
/proc/2541/task/2548/stat : 2548 (java) S 2539 2541 31896 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 249512224 845910016 176094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2549] ppid=2539 vsize=826084 CPUtime=0
/proc/2541/task/2549/stat : 2549 (java) S 2539 2541 31896 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 249512229 845910016 176094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2550] ppid=2539 vsize=826084 CPUtime=0.99
/proc/2541/task/2550/stat : 2550 (java) S 2539 2541 31896 0 -1 64 6170 0 0 0 97 2 0 0 16 0 12 0 249512229 845910016 176094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2551] ppid=2539 vsize=826084 CPUtime=0.7
/proc/2541/task/2551/stat : 2551 (java) S 2539 2541 31896 0 -1 64 1719 0 0 0 70 0 0 0 16 0 12 0 249512229 845910016 176094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2552] ppid=2539 vsize=826084 CPUtime=0
/proc/2541/task/2552/stat : 2552 (java) S 2539 2541 31896 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 249512229 845910016 176094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2553] ppid=2539 vsize=826084 CPUtime=0
/proc/2541/task/2553/stat : 2553 (java) S 2539 2541 31896 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 249512229 845910016 176094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 105.04
Current children cumulated vsize (KiB) 826084



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+115.103 s]
/proc/loadavg: 2.27 2.12 2.04 3/87 2555
/proc/meminfo: memFree=721944/2055920 swapFree=4169364/4192956
[pid=2541] ppid=2539 vsize=922092 CPUtime=117.77
/proc/2541/stat : 2541 (java) S 2539 2541 31896 0 -1 0 204530 0 1 0 11688 89 0 0 22 0 12 0 249512219 944222208 188041 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2541/statm: 230523 188041 1391 9 0 227885 0
[pid=2541/tid=2543] ppid=2539 vsize=922092 CPUtime=33.77
/proc/2541/task/2543/stat : 2543 (java) S 2539 2541 31896 0 -1 64 35836 0 1 0 3358 19 0 0 17 0 12 0 249512221 944222208 188041 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2541/tid=2544] ppid=2539 vsize=922092 CPUtime=9.47
/proc/2541/task/2544/stat : 2544 (java) S 2539 2541 31896 0 -1 64 62183 0 0 0 922 25 0 0 16 0 12 0 249512222 944222208 188041 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2541/tid=2545] ppid=2539 vsize=922092 CPUtime=9.13
/proc/2541/task/2545/stat : 2545 (java) S 2539 2541 31896 0 -1 64 72301 0 0 0 885 28 0 0 15 0 12 0 249512222 944222208 188041 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2541/tid=2546] ppid=2539 vsize=922092 CPUtime=63.65
/proc/2541/task/2546/stat : 2546 (java) R 2539 2541 31896 0 -1 64 25559 0 0 0 6354 11 0 0 25 0 12 0 249512224 944222208 188041 996147200 134512640 134550740 4294956032 18446744073709551615 103550852 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2541/tid=2547] ppid=2539 vsize=922092 CPUtime=0
/proc/2541/task/2547/stat : 2547 (java) S 2539 2541 31896 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 249512224 944222208 188041 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2541/tid=2548] ppid=2539 vsize=922092 CPUtime=0
/proc/2541/task/2548/stat : 2548 (java) S 2539 2541 31896 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 249512224 944222208 188041 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2549] ppid=2539 vsize=922092 CPUtime=0
/proc/2541/task/2549/stat : 2549 (java) S 2539 2541 31896 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 249512229 944222208 188041 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2550] ppid=2539 vsize=922092 CPUtime=0.99
/proc/2541/task/2550/stat : 2550 (java) S 2539 2541 31896 0 -1 64 6170 0 0 0 97 2 0 0 16 0 12 0 249512229 944222208 188041 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2551] ppid=2539 vsize=922092 CPUtime=0.7
/proc/2541/task/2551/stat : 2551 (java) S 2539 2541 31896 0 -1 64 1719 0 0 0 70 0 0 0 16 0 12 0 249512229 944222208 188041 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2552] ppid=2539 vsize=922092 CPUtime=0
/proc/2541/task/2552/stat : 2552 (java) S 2539 2541 31896 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 249512229 944222208 188041 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2553] ppid=2539 vsize=922092 CPUtime=0
/proc/2541/task/2553/stat : 2553 (java) S 2539 2541 31896 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 249512229 944222208 188041 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 117.77
Current children cumulated vsize (KiB) 922092

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+116.608 s]
/proc/loadavg: 2.27 2.12 2.04 3/88 2556
/proc/meminfo: memFree=705424/2055920 swapFree=4169364/4192956
[pid=2541] ppid=2539 vsize=890088 CPUtime=119.26
/proc/2541/stat : 2541 (java) S 2539 2541 31896 0 -1 0 216587 0 1 0 11832 94 0 0 16 0 12 0 249512219 911450112 192096 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2541/statm: 222522 192096 1391 9 0 219884 0
[pid=2541/tid=2543] ppid=2539 vsize=890088 CPUtime=33.77
/proc/2541/task/2543/stat : 2543 (java) S 2539 2541 31896 0 -1 64 35836 0 1 0 3358 19 0 0 17 0 12 0 249512221 911450112 192096 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2541/tid=2544] ppid=2539 vsize=890088 CPUtime=9.47
/proc/2541/task/2544/stat : 2544 (java) S 2539 2541 31896 0 -1 64 62183 0 0 0 922 25 0 0 16 0 12 0 249512222 911450112 192096 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2541/tid=2545] ppid=2539 vsize=890088 CPUtime=9.13
/proc/2541/task/2545/stat : 2545 (java) S 2539 2541 31896 0 -1 64 72301 0 0 0 885 28 0 0 15 0 12 0 249512222 911450112 192096 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2541/tid=2546] ppid=2539 vsize=890088 CPUtime=65.14
/proc/2541/task/2546/stat : 2546 (java) R 2539 2541 31896 0 -1 64 37615 0 0 0 6497 17 0 0 25 0 12 0 249512224 911450112 192096 996147200 134512640 134550740 4294956032 18446744073709551615 105852550 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2541/tid=2547] ppid=2539 vsize=890088 CPUtime=0
/proc/2541/task/2547/stat : 2547 (java) S 2539 2541 31896 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 249512224 911450112 192096 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2541/tid=2548] ppid=2539 vsize=890088 CPUtime=0
/proc/2541/task/2548/stat : 2548 (java) S 2539 2541 31896 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 249512224 911450112 192096 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2549] ppid=2539 vsize=890088 CPUtime=0
/proc/2541/task/2549/stat : 2549 (java) S 2539 2541 31896 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 249512229 911450112 192096 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2541/tid=2550] ppid=2539 vsize=890088 CPUtime=0.99
/proc/2541/task/2550/stat : 2550 (java) S 2539 2541 31896 0 -1 64 6170 0 0 0 97 2 0 0 16 0 12 0 249512229 911450112 192096 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2551] ppid=2539 vsize=890088 CPUtime=0.7
/proc/2541/task/2551/stat : 2551 (java) S 2539 2541 31896 0 -1 64 1719 0 0 0 70 0 0 0 16 0 12 0 249512229 911450112 192096 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2552] ppid=2539 vsize=890088 CPUtime=0
/proc/2541/task/2552/stat : 2552 (java) S 2539 2541 31896 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 249512229 911450112 192096 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2553] ppid=2539 vsize=890088 CPUtime=0
/proc/2541/task/2553/stat : 2553 (java) S 2539 2541 31896 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 249512229 911450112 192096 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 119.26
Current children cumulated vsize (KiB) 890088

[startup+117.003 s]
/proc/loadavg: 2.27 2.12 2.04 3/88 2556
/proc/meminfo: memFree=705424/2055920 swapFree=4169364/4192956
[pid=2541] ppid=2539 vsize=890088 CPUtime=119.65
/proc/2541/stat : 2541 (java) S 2539 2541 31896 0 -1 0 216587 0 1 0 11871 94 0 0 16 0 12 0 249512219 911450112 192096 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2541/statm: 222522 192096 1391 9 0 219884 0
[pid=2541/tid=2543] ppid=2539 vsize=890088 CPUtime=33.77
/proc/2541/task/2543/stat : 2543 (java) S 2539 2541 31896 0 -1 64 35836 0 1 0 3358 19 0 0 17 0 12 0 249512221 911450112 192096 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2541/tid=2544] ppid=2539 vsize=890088 CPUtime=9.47
/proc/2541/task/2544/stat : 2544 (java) S 2539 2541 31896 0 -1 64 62183 0 0 0 922 25 0 0 16 0 12 0 249512222 911450112 192096 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2541/tid=2545] ppid=2539 vsize=890088 CPUtime=9.13
/proc/2541/task/2545/stat : 2545 (java) S 2539 2541 31896 0 -1 64 72301 0 0 0 885 28 0 0 15 0 12 0 249512222 911450112 192096 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2541/tid=2546] ppid=2539 vsize=890088 CPUtime=65.54
/proc/2541/task/2546/stat : 2546 (java) R 2539 2541 31896 0 -1 64 37615 0 0 0 6537 17 0 0 25 0 12 0 249512224 911450112 192096 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2541/tid=2547] ppid=2539 vsize=890088 CPUtime=0
/proc/2541/task/2547/stat : 2547 (java) S 2539 2541 31896 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 249512224 911450112 192096 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2541/tid=2548] ppid=2539 vsize=890088 CPUtime=0
/proc/2541/task/2548/stat : 2548 (java) S 2539 2541 31896 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 249512224 911450112 192096 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2549] ppid=2539 vsize=890088 CPUtime=0
/proc/2541/task/2549/stat : 2549 (java) S 2539 2541 31896 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 249512229 911450112 192096 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2541/tid=2550] ppid=2539 vsize=890088 CPUtime=0.99
/proc/2541/task/2550/stat : 2550 (java) S 2539 2541 31896 0 -1 64 6170 0 0 0 97 2 0 0 16 0 12 0 249512229 911450112 192096 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2551] ppid=2539 vsize=890088 CPUtime=0.7
/proc/2541/task/2551/stat : 2551 (java) S 2539 2541 31896 0 -1 64 1719 0 0 0 70 0 0 0 16 0 12 0 249512229 911450112 192096 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2552] ppid=2539 vsize=890088 CPUtime=0
/proc/2541/task/2552/stat : 2552 (java) S 2539 2541 31896 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 249512229 911450112 192096 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2541/tid=2553] ppid=2539 vsize=890088 CPUtime=0
/proc/2541/task/2553/stat : 2553 (java) S 2539 2541 31896 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 249512229 911450112 192096 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 119.65
Current children cumulated vsize (KiB) 890088

[startup+117.203 s]
/proc/loadavg: 2.27 2.12 2.04 3/88 2556
/proc/meminfo: memFree=705424/2055920 swapFree=4169364/4192956
[pid=2541] ppid=2539 vsize=0 CPUtime=119.85
/proc/2541/stat : 2541 (java) Z 2539 2541 31896 0 -1 1036 216587 0 1 0 11883 102 0 0 16 0 2 0 249512219 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2541/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 119.85
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 117.239
CPU time (s): 119.9
CPU user time (s): 118.836
CPU system time (s): 1.06384
CPU usage (%): 102.269
Max. virtual memory (cumulated for all children) (KiB): 922092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 118.836
system time used= 1.06384
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 216587
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= 3882
involuntary context switches= 4552

runsolver used 0.151976 second user time and 0.399939 second system time

The end

Launcher Data (download as text)

Begin job on node82 at 2008-07-04 07:46:24
IDJOB=1067504
IDBENCH=55394
IDSOLVER=344
FILE ID=node82/1067504-1215150384
PBS_JOBID= 7877305
Free space on /tmp= 66444 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/primes-20/normalized-primes-20-60-3-3.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-1067504-1215150384/watcher-1067504-1215150384 -o /tmp/evaluation-result-1067504-1215150384/solver-1067504-1215150384 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1067504-1215150384.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 78d56ad6ca6bcdaccd1e6d7062957dba
RANDOM SEED=1555912686

node82.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.239
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.239
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1471944 kB
Buffers:         46296 kB
Cached:         392836 kB
SwapCached:      17896 kB
Active:         334620 kB
Inactive:       204288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1471944 kB
SwapTotal:     4192956 kB
SwapFree:      4169364 kB
Dirty:            1100 kB
Writeback:           0 kB
Mapped:          94436 kB
Slab:            30268 kB
Committed_AS:   603560 kB
PageTables:       1968 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66444 MiB
End job on node82 at 2008-07-04 07:48:21