Trace number 1063579

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? (TO) 1802.2 1809.73

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-afiro.xml
MD5SUM0fcb578b047f6fb70ec1e1db9f349465
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 benchmark2.41863
Satisfiable
(Un)Satisfiability was proved
Number of variables960
Number of constraints35
Maximum constraint arity270
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension35
Global constraints used (with number of constraints)

Solver Data (download as text)

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

[startup+0.0385641 s]
/proc/loadavg: 2.08 2.02 2.01 4/82 27857
/proc/meminfo: memFree=1855400/2055920 swapFree=4181452/4192956
[pid=27857] ppid=27855 vsize=13012 CPUtime=0.01
/proc/27857/stat : 27857 (java) D 27855 27857 25877 0 -1 0 388 0 8 0 0 1 0 0 18 0 1 0 125818470 13324288 197 996147200 134512640 134550740 4294956032 18446744073709551615 7680810 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/27857/statm: 3253 200 136 9 0 1151 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13012

[startup+0.109206 s]
/proc/loadavg: 2.08 2.02 2.01 4/82 27857
/proc/meminfo: memFree=1855400/2055920 swapFree=4181452/4192956
[pid=27857] ppid=27855 vsize=802080 CPUtime=0.05
/proc/27857/stat : 27857 (java) S 27855 27857 25877 0 -1 0 2541 0 30 0 2 3 0 0 18 0 7 0 125818470 821329920 2305 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/27857/statm: 200520 2305 981 9 0 197903 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802080

[startup+0.302227 s]
/proc/loadavg: 2.08 2.02 2.01 4/82 27857
/proc/meminfo: memFree=1855400/2055920 swapFree=4181452/4192956
[pid=27857] ppid=27855 vsize=807864 CPUtime=0.24
/proc/27857/stat : 27857 (java) S 27855 27857 25877 0 -1 0 4581 0 30 0 19 5 0 0 18 0 12 0 125818470 827252736 3939 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27857/statm: 201966 3939 1298 9 0 199335 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 807864

[startup+0.702277 s]
/proc/loadavg: 2.08 2.02 2.01 4/82 27857
/proc/meminfo: memFree=1855400/2055920 swapFree=4181452/4192956
[pid=27857] ppid=27855 vsize=807892 CPUtime=0.62
/proc/27857/stat : 27857 (java) S 27855 27857 25877 0 -1 0 6185 0 30 0 55 7 0 0 18 0 12 0 125818470 827281408 5377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27857/statm: 201973 5377 1335 9 0 199335 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 807892

[startup+1.50137 s]
/proc/loadavg: 2.15 2.03 2.01 3/94 27869
/proc/meminfo: memFree=1830472/2055920 swapFree=4181452/4192956
[pid=27857] ppid=27855 vsize=807892 CPUtime=1.41
/proc/27857/stat : 27857 (java) S 27855 27857 25877 0 -1 0 7979 0 30 0 133 8 0 0 18 0 12 0 125818470 827281408 6704 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27857/statm: 201973 6704 1350 9 0 199335 0
[pid=27857/tid=27859] ppid=27855 vsize=807892 CPUtime=0.81
/proc/27857/task/27859/stat : 27859 (java) R 27855 27857 25877 0 -1 64 5091 0 1 0 76 5 0 0 25 0 12 0 125818477 827281408 6704 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27860] ppid=27855 vsize=807892 CPUtime=0
/proc/27857/task/27860/stat : 27860 (java) S 27855 27857 25877 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 125818478 827281408 6704 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27861] ppid=27855 vsize=807892 CPUtime=0
/proc/27857/task/27861/stat : 27861 (java) S 27855 27857 25877 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 125818478 827281408 6704 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27862] ppid=27855 vsize=807892 CPUtime=0
/proc/27857/task/27862/stat : 27862 (java) S 27855 27857 25877 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 125818480 827281408 6704 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27863] ppid=27855 vsize=807892 CPUtime=0
/proc/27857/task/27863/stat : 27863 (java) S 27855 27857 25877 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 125818480 827281408 6704 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27864] ppid=27855 vsize=807892 CPUtime=0
/proc/27857/task/27864/stat : 27864 (java) S 27855 27857 25877 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 125818480 827281408 6704 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27865] ppid=27855 vsize=807892 CPUtime=0
/proc/27857/task/27865/stat : 27865 (java) S 27855 27857 25877 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 125818484 827281408 6704 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27866] ppid=27855 vsize=807892 CPUtime=0.27
/proc/27857/task/27866/stat : 27866 (java) S 27855 27857 25877 0 -1 64 859 0 0 0 27 0 0 0 16 0 12 0 125818484 827281408 6704 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27867] ppid=27855 vsize=807892 CPUtime=0.29
/proc/27857/task/27867/stat : 27867 (java) R 27855 27857 25877 0 -1 64 1296 0 0 0 29 0 0 0 16 0 12 0 125818484 827281408 6704 996147200 134512640 134550740 4294956032 18446744073709551615 106926288 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27868] ppid=27855 vsize=807892 CPUtime=0
/proc/27857/task/27868/stat : 27868 (java) S 27855 27857 25877 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 125818484 827281408 6704 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27869] ppid=27855 vsize=807892 CPUtime=0
/proc/27857/task/27869/stat : 27869 (java) S 27855 27857 25877 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 125818485 827281408 6704 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 807892

[startup+3.10156 s]
/proc/loadavg: 2.15 2.03 2.01 4/94 27869
/proc/meminfo: memFree=1820744/2055920 swapFree=4181452/4192956
[pid=27857] ppid=27855 vsize=814236 CPUtime=3
/proc/27857/stat : 27857 (java) S 27855 27857 25877 0 -1 0 17311 0 30 0 288 12 0 0 18 0 12 0 125818470 833777664 14167 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27857/statm: 203559 14167 1382 9 0 200921 0
[pid=27857/tid=27859] ppid=27855 vsize=814236 CPUtime=1.5
/proc/27857/task/27859/stat : 27859 (java) R 27855 27857 25877 0 -1 64 11286 0 1 0 142 8 0 0 25 0 12 0 125818477 833777664 14167 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27860] ppid=27855 vsize=814236 CPUtime=0
/proc/27857/task/27860/stat : 27860 (java) S 27855 27857 25877 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 125818478 833777664 14167 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27861] ppid=27855 vsize=814236 CPUtime=0
/proc/27857/task/27861/stat : 27861 (java) S 27855 27857 25877 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 125818478 833777664 14167 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27862] ppid=27855 vsize=814236 CPUtime=0
/proc/27857/task/27862/stat : 27862 (java) S 27855 27857 25877 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 125818480 833777664 14167 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27863] ppid=27855 vsize=814236 CPUtime=0
/proc/27857/task/27863/stat : 27863 (java) S 27855 27857 25877 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 125818480 833777664 14167 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27864] ppid=27855 vsize=814236 CPUtime=0
/proc/27857/task/27864/stat : 27864 (java) S 27855 27857 25877 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 125818480 833777664 14167 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27865] ppid=27855 vsize=814236 CPUtime=0
/proc/27857/task/27865/stat : 27865 (java) S 27855 27857 25877 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 125818484 833777664 14167 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27866] ppid=27855 vsize=814236 CPUtime=0.91
/proc/27857/task/27866/stat : 27866 (java) R 27855 27857 25877 0 -1 64 3039 0 0 0 90 1 0 0 19 0 12 0 125818484 833777664 14167 996147200 134512640 134550740 4294956032 18446744073709551615 103121819 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27867] ppid=27855 vsize=814236 CPUtime=0.55
/proc/27857/task/27867/stat : 27867 (java) R 27855 27857 25877 0 -1 64 2253 0 0 0 55 0 0 0 16 0 12 0 125818484 833777664 14167 996147200 134512640 134550740 4294956032 18446744073709551615 105483183 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27868] ppid=27855 vsize=814236 CPUtime=0
/proc/27857/task/27868/stat : 27868 (java) S 27855 27857 25877 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 125818484 833777664 14167 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27869] ppid=27855 vsize=814236 CPUtime=0
/proc/27857/task/27869/stat : 27869 (java) S 27855 27857 25877 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 125818485 833777664 14167 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 814236

[startup+6.30293 s]
/proc/loadavg: 2.15 2.03 2.01 3/94 27869
/proc/meminfo: memFree=1757776/2055920 swapFree=4181452/4192956
[pid=27857] ppid=27855 vsize=820584 CPUtime=6.19
/proc/27857/stat : 27857 (java) S 27855 27857 25877 0 -1 0 29217 0 30 0 602 17 0 0 18 0 12 0 125818470 840278016 23804 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27857/statm: 205146 23804 1387 9 0 202508 0
[pid=27857/tid=27859] ppid=27855 vsize=820584 CPUtime=4.08
/proc/27857/task/27859/stat : 27859 (java) R 27855 27857 25877 0 -1 64 17284 0 1 0 398 10 0 0 25 0 12 0 125818477 840278016 23804 996147200 134512640 134550740 4294956032 18446744073709551615 4109753549 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27860] ppid=27855 vsize=820584 CPUtime=0.02
/proc/27857/task/27860/stat : 27860 (java) S 27855 27857 25877 0 -1 64 800 0 0 0 2 0 0 0 16 0 12 0 125818478 840278016 23804 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27861] ppid=27855 vsize=820584 CPUtime=0.04
/proc/27857/task/27861/stat : 27861 (java) S 27855 27857 25877 0 -1 64 1009 0 0 0 4 0 0 0 16 0 12 0 125818478 840278016 23804 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27862] ppid=27855 vsize=820584 CPUtime=0
/proc/27857/task/27862/stat : 27862 (java) S 27855 27857 25877 0 -1 64 115 0 0 0 0 0 0 0 16 0 12 0 125818480 840278016 23804 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27863] ppid=27855 vsize=820584 CPUtime=0
/proc/27857/task/27863/stat : 27863 (java) S 27855 27857 25877 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 125818480 840278016 23804 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27864] ppid=27855 vsize=820584 CPUtime=0
/proc/27857/task/27864/stat : 27864 (java) S 27855 27857 25877 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 125818480 840278016 23804 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27865] ppid=27855 vsize=820584 CPUtime=0
/proc/27857/task/27865/stat : 27865 (java) S 27855 27857 25877 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 125818484 840278016 23804 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27866] ppid=27855 vsize=820584 CPUtime=1.38
/proc/27857/task/27866/stat : 27866 (java) S 27855 27857 25877 0 -1 64 6953 0 0 0 135 3 0 0 16 0 12 0 125818484 840278016 23804 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27867] ppid=27855 vsize=820584 CPUtime=0.6
/proc/27857/task/27867/stat : 27867 (java) S 27855 27857 25877 0 -1 64 2324 0 0 0 60 0 0 0 16 0 12 0 125818484 840278016 23804 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27868] ppid=27855 vsize=820584 CPUtime=0
/proc/27857/task/27868/stat : 27868 (java) S 27855 27857 25877 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 125818484 840278016 23804 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27869] ppid=27855 vsize=820584 CPUtime=0
/proc/27857/task/27869/stat : 27869 (java) S 27855 27857 25877 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 125818485 840278016 23804 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 820584

[startup+12.7017 s]
/proc/loadavg: 2.13 2.03 2.01 3/94 27869
/proc/meminfo: memFree=1729616/2055920 swapFree=4181452/4192956
[pid=27857] ppid=27855 vsize=820584 CPUtime=12.59
/proc/27857/stat : 27857 (java) S 27855 27857 25877 0 -1 0 37257 0 30 0 1238 21 0 0 18 0 12 0 125818470 840278016 31628 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27857/statm: 205146 31628 1387 9 0 202508 0
[pid=27857/tid=27859] ppid=27855 vsize=820584 CPUtime=10.12
/proc/27857/task/27859/stat : 27859 (java) R 27855 27857 25877 0 -1 64 17581 0 1 0 1002 10 0 0 25 0 12 0 125818477 840278016 31628 996147200 134512640 134550740 4294956032 18446744073709551615 4109860014 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27860] ppid=27855 vsize=820584 CPUtime=0.2
/proc/27857/task/27860/stat : 27860 (java) S 27855 27857 25877 0 -1 64 4265 0 0 0 19 1 0 0 16 0 12 0 125818478 840278016 31628 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27861] ppid=27855 vsize=820584 CPUtime=0.21
/proc/27857/task/27861/stat : 27861 (java) S 27855 27857 25877 0 -1 64 5233 0 0 0 19 2 0 0 16 0 12 0 125818478 840278016 31628 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27862] ppid=27855 vsize=820584 CPUtime=0
/proc/27857/task/27862/stat : 27862 (java) S 27855 27857 25877 0 -1 64 169 0 0 0 0 0 0 0 16 0 12 0 125818480 840278016 31628 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27863] ppid=27855 vsize=820584 CPUtime=0
/proc/27857/task/27863/stat : 27863 (java) S 27855 27857 25877 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 125818480 840278016 31628 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27864] ppid=27855 vsize=820584 CPUtime=0
/proc/27857/task/27864/stat : 27864 (java) S 27855 27857 25877 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 125818480 840278016 31628 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27865] ppid=27855 vsize=820584 CPUtime=0
/proc/27857/task/27865/stat : 27865 (java) S 27855 27857 25877 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 125818484 840278016 31628 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27866] ppid=27855 vsize=820584 CPUtime=1.38
/proc/27857/task/27866/stat : 27866 (java) S 27855 27857 25877 0 -1 64 6953 0 0 0 135 3 0 0 16 0 12 0 125818484 840278016 31628 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27867] ppid=27855 vsize=820584 CPUtime=0.6
/proc/27857/task/27867/stat : 27867 (java) S 27855 27857 25877 0 -1 64 2324 0 0 0 60 0 0 0 16 0 12 0 125818484 840278016 31628 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27868] ppid=27855 vsize=820584 CPUtime=0
/proc/27857/task/27868/stat : 27868 (java) S 27855 27857 25877 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 125818484 840278016 31628 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27869] ppid=27855 vsize=820584 CPUtime=0
/proc/27857/task/27869/stat : 27869 (java) S 27855 27857 25877 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 125818485 840278016 31628 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 820584

[startup+25.5022 s]
/proc/loadavg: 2.11 2.03 2.01 5/94 27869
/proc/meminfo: memFree=1693136/2055920 swapFree=4181452/4192956
[pid=27857] ppid=27855 vsize=820584 CPUtime=25.43
/proc/27857/stat : 27857 (java) S 27855 27857 25877 0 -1 0 46326 0 30 0 2518 25 0 0 18 0 12 0 125818470 840278016 40395 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27857/statm: 205146 40395 1387 9 0 202508 0
[pid=27857/tid=27859] ppid=27855 vsize=820584 CPUtime=22.31
/proc/27857/task/27859/stat : 27859 (java) R 27855 27857 25877 0 -1 64 17600 0 1 0 2221 10 0 0 18 0 12 0 125818477 840278016 40395 996147200 134512640 134550740 4294956032 18446744073709551615 4109728289 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27857/tid=27860] ppid=27855 vsize=820584 CPUtime=0.5
/proc/27857/task/27860/stat : 27860 (java) S 27855 27857 25877 0 -1 64 9491 0 0 0 47 3 0 0 16 0 12 0 125818478 840278016 40395 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27861] ppid=27855 vsize=820584 CPUtime=0.54
/proc/27857/task/27861/stat : 27861 (java) S 27855 27857 25877 0 -1 64 9057 0 0 0 51 3 0 0 16 0 12 0 125818478 840278016 40395 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27857/tid=27862] ppid=27855 vsize=820584 CPUtime=0
/proc/27857/task/27862/stat : 27862 (java) S 27855 27857 25877 0 -1 64 169 0 0 0 0 0 0 0 16 0 12 0 125818480 840278016 40395 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27863] ppid=27855 vsize=820584 CPUtime=0
/proc/27857/task/27863/stat : 27863 (java) S 27855 27857 25877 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 125818480 840278016 40395 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27864] ppid=27855 vsize=820584 CPUtime=0
/proc/27857/task/27864/stat : 27864 (java) S 27855 27857 25877 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 125818480 840278016 40395 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27865] ppid=27855 vsize=820584 CPUtime=0
/proc/27857/task/27865/stat : 27865 (java) S 27855 27857 25877 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 125818484 840278016 40395 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[startup+1807.6 s]
/proc/loadavg: 2.00 2.02 2.04 3/85 27899
/proc/meminfo: memFree=1101152/2055920 swapFree=4181452/4192956
[pid=27857] ppid=27855 vsize=835264 CPUtime=1800.08
/proc/27857/stat : 27857 (java) S 27855 27857 25877 0 -1 0 3527858 0 30 0 178318 1690 0 0 18 0 12 0 125818470 855310336 178287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27857/statm: 208816 178287 1393 9 0 206178 0
[pid=27857/tid=27859] ppid=27855 vsize=835264 CPUtime=692.93
/proc/27857/task/27859/stat : 27859 (java) S 27855 27857 25877 0 -1 64 18920 0 1 0 69277 16 0 0 16 0 12 0 125818477 855310336 178287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27860] ppid=27855 vsize=835264 CPUtime=28.49
/proc/27857/task/27860/stat : 27860 (java) S 27855 27857 25877 0 -1 64 78898 0 0 0 2816 33 0 0 16 0 12 0 125818478 855310336 178287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27861] ppid=27855 vsize=835264 CPUtime=27.52
/proc/27857/task/27861/stat : 27861 (java) S 27855 27857 25877 0 -1 64 73865 0 0 0 2722 30 0 0 15 0 12 0 125818478 855310336 178287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27862] ppid=27855 vsize=835264 CPUtime=1047.14
/proc/27857/task/27862/stat : 27862 (java) R 27855 27857 25877 0 -1 64 3342567 0 0 0 103113 1601 0 0 25 0 12 0 125818480 855310336 178287 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27863] ppid=27855 vsize=835264 CPUtime=0
/proc/27857/task/27863/stat : 27863 (java) S 27855 27857 25877 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 125818480 855310336 178287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27857/tid=27864] ppid=27855 vsize=835264 CPUtime=0
/proc/27857/task/27864/stat : 27864 (java) S 27855 27857 25877 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 125818480 855310336 178287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27865] ppid=27855 vsize=835264 CPUtime=0
/proc/27857/task/27865/stat : 27865 (java) S 27855 27857 25877 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 125818484 855310336 178287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27866] ppid=27855 vsize=835264 CPUtime=3.24
/proc/27857/task/27866/stat : 27866 (java) S 27855 27857 25877 0 -1 64 10547 0 0 0 320 4 0 0 25 0 12 0 125818484 855310336 178287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27857/tid=27867] ppid=27855 vsize=835264 CPUtime=0.67
/proc/27857/task/27867/stat : 27867 (java) S 27855 27857 25877 0 -1 64 2329 0 0 0 67 0 0 0 16 0 12 0 125818484 855310336 178287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27857/tid=27868] ppid=27855 vsize=835264 CPUtime=0
/proc/27857/task/27868/stat : 27868 (java) S 27855 27857 25877 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 125818484 855310336 178287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27869] ppid=27855 vsize=835264 CPUtime=0
/proc/27857/task/27869/stat : 27869 (java) S 27855 27857 25877 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 125818485 855310336 178287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 835264

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+1807.8 s]
/proc/loadavg: 2.00 2.02 2.04 3/85 27899
/proc/meminfo: memFree=1101152/2055920 swapFree=4181452/4192956
[pid=27857] ppid=27855 vsize=843264 CPUtime=1800.27
/proc/27857/stat : 27857 (java) S 27855 27857 25877 0 -1 0 3531860 0 30 0 178335 1692 0 0 16 0 12 0 125818470 863502336 180287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27857/statm: 210816 180287 1393 9 0 208178 0
[pid=27857/tid=27859] ppid=27855 vsize=843264 CPUtime=692.93
/proc/27857/task/27859/stat : 27859 (java) S 27855 27857 25877 0 -1 64 18920 0 1 0 69277 16 0 0 16 0 12 0 125818477 863502336 180287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27860] ppid=27855 vsize=843264 CPUtime=28.49
/proc/27857/task/27860/stat : 27860 (java) S 27855 27857 25877 0 -1 64 78898 0 0 0 2816 33 0 0 16 0 12 0 125818478 863502336 180287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27861] ppid=27855 vsize=843264 CPUtime=27.52
/proc/27857/task/27861/stat : 27861 (java) S 27855 27857 25877 0 -1 64 73865 0 0 0 2722 30 0 0 15 0 12 0 125818478 863502336 180287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27862] ppid=27855 vsize=843264 CPUtime=1047.33
/proc/27857/task/27862/stat : 27862 (java) R 27855 27857 25877 0 -1 64 3346568 0 0 0 103130 1603 0 0 25 0 12 0 125818480 863502336 180287 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27863] ppid=27855 vsize=843264 CPUtime=0
/proc/27857/task/27863/stat : 27863 (java) S 27855 27857 25877 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 125818480 863502336 180287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27857/tid=27864] ppid=27855 vsize=843264 CPUtime=0
/proc/27857/task/27864/stat : 27864 (java) S 27855 27857 25877 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 125818480 863502336 180287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27865] ppid=27855 vsize=843264 CPUtime=0
/proc/27857/task/27865/stat : 27865 (java) S 27855 27857 25877 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 125818484 863502336 180287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27866] ppid=27855 vsize=843264 CPUtime=3.24
/proc/27857/task/27866/stat : 27866 (java) S 27855 27857 25877 0 -1 64 10547 0 0 0 320 4 0 0 25 0 12 0 125818484 863502336 180287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27857/tid=27867] ppid=27855 vsize=843264 CPUtime=0.67
/proc/27857/task/27867/stat : 27867 (java) S 27855 27857 25877 0 -1 64 2329 0 0 0 67 0 0 0 16 0 12 0 125818484 863502336 180287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27857/tid=27868] ppid=27855 vsize=843264 CPUtime=0
/proc/27857/task/27868/stat : 27868 (java) S 27855 27857 25877 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 125818484 863502336 180287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27869] ppid=27855 vsize=843264 CPUtime=0
/proc/27857/task/27869/stat : 27869 (java) S 27855 27857 25877 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 125818485 863502336 180287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.27
Current children cumulated vsize (KiB) 843264

[startup+1808.6 s]
/proc/loadavg: 2.00 2.02 2.04 3/86 27900
/proc/meminfo: memFree=1093144/2055920 swapFree=4181452/4192956
[pid=27857] ppid=27855 vsize=843264 CPUtime=1801.07
/proc/27857/stat : 27857 (java) S 27855 27857 25877 0 -1 0 3531860 0 30 0 178415 1692 0 0 16 0 12 0 125818470 863502336 180287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27857/statm: 210816 180287 1393 9 0 208178 0
[pid=27857/tid=27859] ppid=27855 vsize=843264 CPUtime=692.93
/proc/27857/task/27859/stat : 27859 (java) S 27855 27857 25877 0 -1 64 18920 0 1 0 69277 16 0 0 16 0 12 0 125818477 863502336 180287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27860] ppid=27855 vsize=843264 CPUtime=28.49
/proc/27857/task/27860/stat : 27860 (java) S 27855 27857 25877 0 -1 64 78898 0 0 0 2816 33 0 0 16 0 12 0 125818478 863502336 180287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27861] ppid=27855 vsize=843264 CPUtime=27.52
/proc/27857/task/27861/stat : 27861 (java) S 27855 27857 25877 0 -1 64 73865 0 0 0 2722 30 0 0 15 0 12 0 125818478 863502336 180287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27862] ppid=27855 vsize=843264 CPUtime=1048.13
/proc/27857/task/27862/stat : 27862 (java) R 27855 27857 25877 0 -1 64 3346568 0 0 0 103210 1603 0 0 25 0 12 0 125818480 863502336 180287 996147200 134512640 134550740 4294956032 18446744073709551615 106122229 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27863] ppid=27855 vsize=843264 CPUtime=0
/proc/27857/task/27863/stat : 27863 (java) S 27855 27857 25877 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 125818480 863502336 180287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27857/tid=27864] ppid=27855 vsize=843264 CPUtime=0
/proc/27857/task/27864/stat : 27864 (java) S 27855 27857 25877 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 125818480 863502336 180287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27865] ppid=27855 vsize=843264 CPUtime=0
/proc/27857/task/27865/stat : 27865 (java) S 27855 27857 25877 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 125818484 863502336 180287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27866] ppid=27855 vsize=843264 CPUtime=3.24
/proc/27857/task/27866/stat : 27866 (java) S 27855 27857 25877 0 -1 64 10547 0 0 0 320 4 0 0 25 0 12 0 125818484 863502336 180287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27857/tid=27867] ppid=27855 vsize=843264 CPUtime=0.67
/proc/27857/task/27867/stat : 27867 (java) S 27855 27857 25877 0 -1 64 2329 0 0 0 67 0 0 0 16 0 12 0 125818484 863502336 180287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27857/tid=27868] ppid=27855 vsize=843264 CPUtime=0
/proc/27857/task/27868/stat : 27868 (java) S 27855 27857 25877 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 125818484 863502336 180287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27869] ppid=27855 vsize=843264 CPUtime=0
/proc/27857/task/27869/stat : 27869 (java) S 27855 27857 25877 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 125818485 863502336 180287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1801.07
Current children cumulated vsize (KiB) 843264

[startup+1809.4 s]
/proc/loadavg: 2.00 2.02 2.04 3/86 27900
/proc/meminfo: memFree=1093144/2055920 swapFree=4181452/4192956
[pid=27857] ppid=27855 vsize=843264 CPUtime=1801.87
/proc/27857/stat : 27857 (java) S 27855 27857 25877 0 -1 0 3531860 0 30 0 178495 1692 0 0 16 0 12 0 125818470 863502336 180287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27857/statm: 210816 180287 1393 9 0 208178 0
[pid=27857/tid=27859] ppid=27855 vsize=843264 CPUtime=692.93
/proc/27857/task/27859/stat : 27859 (java) S 27855 27857 25877 0 -1 64 18920 0 1 0 69277 16 0 0 16 0 12 0 125818477 863502336 180287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27860] ppid=27855 vsize=843264 CPUtime=28.49
/proc/27857/task/27860/stat : 27860 (java) S 27855 27857 25877 0 -1 64 78898 0 0 0 2816 33 0 0 16 0 12 0 125818478 863502336 180287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27861] ppid=27855 vsize=843264 CPUtime=27.52
/proc/27857/task/27861/stat : 27861 (java) S 27855 27857 25877 0 -1 64 73865 0 0 0 2722 30 0 0 15 0 12 0 125818478 863502336 180287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27862] ppid=27855 vsize=843264 CPUtime=1048.93
/proc/27857/task/27862/stat : 27862 (java) R 27855 27857 25877 0 -1 64 3346568 0 0 0 103290 1603 0 0 25 0 12 0 125818480 863502336 180287 996147200 134512640 134550740 4294956032 18446744073709551615 105852580 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27863] ppid=27855 vsize=843264 CPUtime=0
/proc/27857/task/27863/stat : 27863 (java) S 27855 27857 25877 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 125818480 863502336 180287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27857/tid=27864] ppid=27855 vsize=843264 CPUtime=0
/proc/27857/task/27864/stat : 27864 (java) S 27855 27857 25877 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 125818480 863502336 180287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27865] ppid=27855 vsize=843264 CPUtime=0
/proc/27857/task/27865/stat : 27865 (java) S 27855 27857 25877 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 125818484 863502336 180287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27866] ppid=27855 vsize=843264 CPUtime=3.24
/proc/27857/task/27866/stat : 27866 (java) S 27855 27857 25877 0 -1 64 10547 0 0 0 320 4 0 0 25 0 12 0 125818484 863502336 180287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27857/tid=27867] ppid=27855 vsize=843264 CPUtime=0.67
/proc/27857/task/27867/stat : 27867 (java) S 27855 27857 25877 0 -1 64 2329 0 0 0 67 0 0 0 16 0 12 0 125818484 863502336 180287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27857/tid=27868] ppid=27855 vsize=843264 CPUtime=0
/proc/27857/task/27868/stat : 27868 (java) S 27855 27857 25877 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 125818484 863502336 180287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27869] ppid=27855 vsize=843264 CPUtime=0
/proc/27857/task/27869/stat : 27869 (java) S 27855 27857 25877 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 125818485 863502336 180287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1801.87
Current children cumulated vsize (KiB) 843264

[startup+1809.6 s]
/proc/loadavg: 2.00 2.02 2.04 3/86 27900
/proc/meminfo: memFree=1093144/2055920 swapFree=4181452/4192956
[pid=27857] ppid=27855 vsize=843264 CPUtime=1802.06
/proc/27857/stat : 27857 (java) S 27855 27857 25877 0 -1 0 3531860 0 30 0 178514 1692 0 0 16 0 12 0 125818470 863502336 180287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27857/statm: 210816 180287 1393 9 0 208178 0
[pid=27857/tid=27859] ppid=27855 vsize=843264 CPUtime=692.93
/proc/27857/task/27859/stat : 27859 (java) S 27855 27857 25877 0 -1 64 18920 0 1 0 69277 16 0 0 16 0 12 0 125818477 863502336 180287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27860] ppid=27855 vsize=843264 CPUtime=28.49
/proc/27857/task/27860/stat : 27860 (java) S 27855 27857 25877 0 -1 64 78898 0 0 0 2816 33 0 0 16 0 12 0 125818478 863502336 180287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27861] ppid=27855 vsize=843264 CPUtime=27.52
/proc/27857/task/27861/stat : 27861 (java) S 27855 27857 25877 0 -1 64 73865 0 0 0 2722 30 0 0 15 0 12 0 125818478 863502336 180287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27862] ppid=27855 vsize=843264 CPUtime=1049.12
/proc/27857/task/27862/stat : 27862 (java) R 27855 27857 25877 0 -1 64 3346568 0 0 0 103309 1603 0 0 25 0 12 0 125818480 863502336 180287 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27863] ppid=27855 vsize=843264 CPUtime=0
/proc/27857/task/27863/stat : 27863 (java) S 27855 27857 25877 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 125818480 863502336 180287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27857/tid=27864] ppid=27855 vsize=843264 CPUtime=0
/proc/27857/task/27864/stat : 27864 (java) S 27855 27857 25877 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 125818480 863502336 180287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27865] ppid=27855 vsize=843264 CPUtime=0
/proc/27857/task/27865/stat : 27865 (java) S 27855 27857 25877 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 125818484 863502336 180287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27866] ppid=27855 vsize=843264 CPUtime=3.24
/proc/27857/task/27866/stat : 27866 (java) S 27855 27857 25877 0 -1 64 10547 0 0 0 320 4 0 0 25 0 12 0 125818484 863502336 180287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27857/tid=27867] ppid=27855 vsize=843264 CPUtime=0.67
/proc/27857/task/27867/stat : 27867 (java) S 27855 27857 25877 0 -1 64 2329 0 0 0 67 0 0 0 16 0 12 0 125818484 863502336 180287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27857/tid=27868] ppid=27855 vsize=843264 CPUtime=0
/proc/27857/task/27868/stat : 27868 (java) S 27855 27857 25877 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 125818484 863502336 180287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27857/tid=27869] ppid=27855 vsize=843264 CPUtime=0
/proc/27857/task/27869/stat : 27869 (java) S 27855 27857 25877 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 125818485 863502336 180287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1802.06
Current children cumulated vsize (KiB) 843264

[startup+1809.7 s]
/proc/loadavg: 2.00 2.02 2.04 3/86 27900
/proc/meminfo: memFree=1093144/2055920 swapFree=4181452/4192956
[pid=27857] ppid=27855 vsize=0 CPUtime=1802.16
/proc/27857/stat : 27857 (java) Z 27855 27857 25877 0 -1 1036 3531860 0 30 0 178516 1700 0 0 16 0 2 0 125818470 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27857/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.16
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1809.73
CPU time (s): 1802.2
CPU user time (s): 1785.17
CPU system time (s): 17.0334
CPU usage (%): 99.5841
Max. virtual memory (cumulated for all children) (KiB): 851268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1785.17
system time used= 17.0334
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3531860
page faults= 30
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 49410
involuntary context switches= 47041

runsolver used 2.28565 second user time and 6.01109 second system time

The end

Launcher Data (download as text)

Begin job on node73 at 2008-07-04 04:21:14
IDJOB=1063579
IDBENCH=54782
IDSOLVER=344
FILE ID=node73/1063579-1215138074
PBS_JOBID= 7877325
Free space on /tmp= 66556 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-afiro.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-1063579-1215138074/watcher-1063579-1215138074 -o /tmp/evaluation-result-1063579-1215138074/solver-1063579-1215138074 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1063579-1215138074.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0fcb578b047f6fb70ec1e1db9f349465
RANDOM SEED=341013864

node73.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.230
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.230
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:       1855880 kB
Buffers:          9008 kB
Cached:         108024 kB
SwapCached:       5300 kB
Active:         104684 kB
Inactive:        40808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1855880 kB
SwapTotal:     4192956 kB
SwapFree:      4181452 kB
Dirty:            1260 kB
Writeback:           0 kB
Mapped:          44584 kB
Slab:            39740 kB
Committed_AS:   370064 kB
PageTables:       1860 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= 66552 MiB
End job on node73 at 2008-07-04 04:51:24