Trace number 1067693

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) 78.2011 74.7387

General information on the benchmark

Namecsp/primes-20/
normalized-primes-20-20-2-7.xml
MD5SUM2dc4449fba58f7ec0fed491a75880a0e
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.044992
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity9
Maximum domain size70
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29/0.42	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.29/0.43	c This is free software under the dual EPL/GNU LGPL licenses.
0.29/0.43	c See www.sat4j.org for details.
0.29/0.43	c That software uses the Rhino library from the Mozilla project.
0.29/0.47	c version 9.9.9.token
0.29/0.47	c sun.arch.data.model	32
0.29/0.47	c java.version	1.6.0_06
0.29/0.47	c os.name	Linux
0.29/0.47	c os.version	2.6.9-22.EL.rootsmp
0.29/0.47	c os.arch	i386
0.29/0.47	c Free memory 669864272
0.29/0.47	c Max memory 672137216
0.29/0.47	c Total memory 672137216
0.29/0.47	c Number of processors 2
0.38/0.52	c c --- Begin Solver configuration ---
0.38/0.52	c Stops conflict analysis at the first Unique Implication Point
0.38/0.52	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.52	c Learn all clauses as in MiniSAT
0.38/0.52	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.52	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.52	c Expensive reason simplification
0.38/0.52	c MiniSAT restarts strategy
0.38/0.52	c timeout=2147483s
0.38/0.52	c DB Simplification allowed=false
0.38/0.52	c --- End Solver configuration ---
0.38/0.52	c solving HOME/instance-1067693-1215150919.xml
0.38/0.52	c reading problem ... 
0.58/0.78	c reading problem named null
0.58/0.78	c reading domains done.
0.58/0.79	c reading variables done.
0.87/1.03	c reading predicates  done.
1.08/1.23	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-1067693-1215150919/watcher-1067693-1215150919 -o /tmp/evaluation-result-1067693-1215150919/solver-1067693-1215150919 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1067693-1215150919.xml 

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


[startup+0 s]
/proc/loadavg: 1.84 1.95 1.98 3/73 23040
/proc/meminfo: memFree=1812520/2055920 swapFree=4179464/4192956
[pid=23040] ppid=23038 vsize=1804 CPUtime=0
/proc/23040/stat : 23040 (java6) D 23038 23040 22976 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 1994066813 1847296 155 996147200 134512640 134550740 4294956192 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099793910 0 0 17 0 0 0
/proc/23040/statm: 451 155 111 9 0 93 0

[startup+0.103572 s]
/proc/loadavg: 1.84 1.95 1.98 3/73 23040
/proc/meminfo: memFree=1812520/2055920 swapFree=4179464/4192956
[pid=23040] ppid=23038 vsize=802080 CPUtime=0.05
/proc/23040/stat : 23040 (java) S 23038 23040 22976 0 -1 0 2502 0 30 0 2 3 0 0 18 0 7 0 1994066813 821329920 2268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/23040/statm: 200520 2268 962 9 0 197903 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802080

[startup+0.201584 s]
/proc/loadavg: 1.84 1.95 1.98 3/73 23040
/proc/meminfo: memFree=1812520/2055920 swapFree=4179464/4192956
[pid=23040] ppid=23038 vsize=805076 CPUtime=0.12
/proc/23040/stat : 23040 (java) S 23038 23040 22976 0 -1 0 3320 0 30 0 8 4 0 0 18 0 12 0 1994066813 824397824 3080 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23040/statm: 201269 3083 1272 9 0 198638 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 805076

[startup+0.301598 s]
/proc/loadavg: 1.84 1.95 1.98 3/73 23040
/proc/meminfo: memFree=1812520/2055920 swapFree=4179464/4192956
[pid=23040] ppid=23038 vsize=808308 CPUtime=0.22
/proc/23040/stat : 23040 (java) S 23038 23040 22976 0 -1 0 4560 0 30 0 17 5 0 0 18 0 12 0 1994066813 827707392 3918 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23040/statm: 202077 3918 1296 9 0 199446 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 808308

[startup+0.701653 s]
/proc/loadavg: 1.84 1.95 1.98 3/73 23040
/proc/meminfo: memFree=1812520/2055920 swapFree=4179464/4192956
[pid=23040] ppid=23038 vsize=808336 CPUtime=0.58
/proc/23040/stat : 23040 (java) S 23038 23040 22976 0 -1 0 6071 0 30 0 50 8 0 0 18 0 12 0 1994066813 827736064 5230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23040/statm: 202084 5231 1332 9 0 199446 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 808336

[startup+1.50276 s]
/proc/loadavg: 1.85 1.95 1.98 3/85 23052
/proc/meminfo: memFree=1784392/2055920 swapFree=4179464/4192956
[pid=23040] ppid=23038 vsize=808980 CPUtime=1.37
/proc/23040/stat : 23040 (java) S 23038 23040 22976 0 -1 0 8757 0 30 0 127 10 0 0 18 0 12 0 1994066813 828395520 7013 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23040/statm: 202245 7013 1364 9 0 199607 0
[pid=23040/tid=23042] ppid=23038 vsize=808980 CPUtime=0.76
/proc/23040/task/23042/stat : 23042 (java) R 23038 23040 22976 0 -1 64 5171 0 1 0 70 6 0 0 25 0 12 0 1994066820 828395520 7013 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23043] ppid=23038 vsize=808980 CPUtime=0
/proc/23040/task/23043/stat : 23043 (java) S 23038 23040 22976 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 1994066821 828395520 7013 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23044] ppid=23038 vsize=808980 CPUtime=0
/proc/23040/task/23044/stat : 23044 (java) S 23038 23040 22976 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 1994066821 828395520 7013 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23045] ppid=23038 vsize=808980 CPUtime=0
/proc/23040/task/23045/stat : 23045 (java) S 23038 23040 22976 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1994066823 828395520 7013 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23046] ppid=23038 vsize=808980 CPUtime=0
/proc/23040/task/23046/stat : 23046 (java) S 23038 23040 22976 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 1994066824 828395520 7014 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23047] ppid=23038 vsize=808980 CPUtime=0
/proc/23040/task/23047/stat : 23047 (java) S 23038 23040 22976 0 -1 64 5 0 0 0 0 0 0 0 24 0 12 0 1994066824 828395520 7014 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23048] ppid=23038 vsize=808980 CPUtime=0
/proc/23040/task/23048/stat : 23048 (java) S 23038 23040 22976 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 1994066830 828395520 7014 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23049] ppid=23038 vsize=808980 CPUtime=0.21
/proc/23040/task/23049/stat : 23049 (java) R 23038 23040 22976 0 -1 64 696 0 0 0 21 0 0 0 16 0 12 0 1994066830 828395520 7014 996147200 134512640 134550740 4294956032 18446744073709551615 102182090 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23050] ppid=23038 vsize=808980 CPUtime=0.35
/proc/23040/task/23050/stat : 23050 (java) S 23038 23040 22976 0 -1 64 2157 0 0 0 34 1 0 0 16 0 12 0 1994066830 828395520 7015 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23051] ppid=23038 vsize=808980 CPUtime=0
/proc/23040/task/23051/stat : 23051 (java) S 23038 23040 22976 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 1994066830 828395520 7015 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23052] ppid=23038 vsize=808980 CPUtime=0
/proc/23040/task/23052/stat : 23052 (java) S 23038 23040 22976 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1994066830 828395520 7015 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 808980

[startup+3.10298 s]
/proc/loadavg: 1.85 1.95 1.98 4/85 23052
/proc/meminfo: memFree=1770760/2055920 swapFree=4179464/4192956
[pid=23040] ppid=23038 vsize=817672 CPUtime=2.97
/proc/23040/stat : 23040 (java) S 23038 23040 22976 0 -1 0 29037 0 30 0 277 20 0 0 18 0 12 0 1994066813 837296128 24275 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23040/statm: 204418 24275 1377 9 0 201780 0
[pid=23040/tid=23042] ppid=23038 vsize=817672 CPUtime=1.57
/proc/23040/task/23042/stat : 23042 (java) R 23038 23040 22976 0 -1 64 17259 0 1 0 145 12 0 0 25 0 12 0 1994066820 837296128 24275 996147200 134512640 134550740 4294956032 18446744073709551615 4109627145 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23043] ppid=23038 vsize=817672 CPUtime=0.07
/proc/23040/task/23043/stat : 23043 (java) S 23038 23040 22976 0 -1 64 1752 0 0 0 7 0 0 0 17 0 12 0 1994066821 837296128 24275 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23044] ppid=23038 vsize=817672 CPUtime=0.07
/proc/23040/task/23044/stat : 23044 (java) S 23038 23040 22976 0 -1 64 1443 0 0 0 7 0 0 0 17 0 12 0 1994066821 837296128 24275 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23045] ppid=23038 vsize=817672 CPUtime=0
/proc/23040/task/23045/stat : 23045 (java) S 23038 23040 22976 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1994066823 837296128 24275 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23046] ppid=23038 vsize=817672 CPUtime=0
/proc/23040/task/23046/stat : 23046 (java) S 23038 23040 22976 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1994066824 837296128 24275 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23047] ppid=23038 vsize=817672 CPUtime=0
/proc/23040/task/23047/stat : 23047 (java) S 23038 23040 22976 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1994066824 837296128 24275 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23048] ppid=23038 vsize=817672 CPUtime=0
/proc/23040/task/23048/stat : 23048 (java) S 23038 23040 22976 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 1994066830 837296128 24275 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23049] ppid=23038 vsize=817672 CPUtime=0.7
/proc/23040/task/23049/stat : 23049 (java) S 23038 23040 22976 0 -1 64 5226 0 0 0 68 2 0 0 17 0 12 0 1994066830 837296128 24275 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23050] ppid=23038 vsize=817672 CPUtime=0.49
/proc/23040/task/23050/stat : 23050 (java) S 23038 23040 22976 0 -1 64 2593 0 0 0 48 1 0 0 16 0 12 0 1994066830 837296128 24275 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23051] ppid=23038 vsize=817672 CPUtime=0
/proc/23040/task/23051/stat : 23051 (java) S 23038 23040 22976 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 1994066830 837296128 24275 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23052] ppid=23038 vsize=817672 CPUtime=0
/proc/23040/task/23052/stat : 23052 (java) S 23038 23040 22976 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1994066830 837296128 24275 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 817672

[startup+6.30241 s]
/proc/loadavg: 1.85 1.95 1.98 3/85 23052
/proc/meminfo: memFree=1690888/2055920 swapFree=4179464/4192956
[pid=23040] ppid=23038 vsize=817984 CPUtime=6.22
/proc/23040/stat : 23040 (java) S 23038 23040 22976 0 -1 0 34780 0 30 0 600 22 0 0 18 0 12 0 1994066813 837615616 29450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23040/statm: 204496 29450 1381 9 0 201858 0
[pid=23040/tid=23042] ppid=23038 vsize=817984 CPUtime=4.34
/proc/23040/task/23042/stat : 23042 (java) R 23038 23040 22976 0 -1 64 17267 0 1 0 422 12 0 0 25 0 12 0 1994066820 837615616 29450 996147200 134512640 134550740 4294956032 18446744073709551615 4109175766 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23043] ppid=23038 vsize=817984 CPUtime=0.23
/proc/23040/task/23043/stat : 23043 (java) S 23038 23040 22976 0 -1 64 5090 0 0 0 21 2 0 0 17 0 12 0 1994066821 837615616 29450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23044] ppid=23038 vsize=817984 CPUtime=0.2
/proc/23040/task/23044/stat : 23044 (java) S 23038 23040 22976 0 -1 64 3516 0 0 0 19 1 0 0 17 0 12 0 1994066821 837615616 29450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23045] ppid=23038 vsize=817984 CPUtime=0
/proc/23040/task/23045/stat : 23045 (java) S 23038 23040 22976 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1994066823 837615616 29450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23046] ppid=23038 vsize=817984 CPUtime=0
/proc/23040/task/23046/stat : 23046 (java) S 23038 23040 22976 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1994066824 837615616 29450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23047] ppid=23038 vsize=817984 CPUtime=0
/proc/23040/task/23047/stat : 23047 (java) S 23038 23040 22976 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1994066824 837615616 29450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23048] ppid=23038 vsize=817984 CPUtime=0
/proc/23040/task/23048/stat : 23048 (java) S 23038 23040 22976 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 1994066830 837615616 29450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23049] ppid=23038 vsize=817984 CPUtime=0.87
/proc/23040/task/23049/stat : 23049 (java) S 23038 23040 22976 0 -1 64 5546 0 0 0 85 2 0 0 16 0 12 0 1994066830 837615616 29450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23050] ppid=23038 vsize=817984 CPUtime=0.52
/proc/23040/task/23050/stat : 23050 (java) S 23038 23040 22976 0 -1 64 2597 0 0 0 51 1 0 0 16 0 12 0 1994066830 837615616 29450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23051] ppid=23038 vsize=817984 CPUtime=0
/proc/23040/task/23051/stat : 23051 (java) S 23038 23040 22976 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 1994066830 837615616 29450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23052] ppid=23038 vsize=817984 CPUtime=0
/proc/23040/task/23052/stat : 23052 (java) S 23038 23040 22976 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1994066830 837615616 29450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 817984

[startup+12.7023 s]
/proc/loadavg: 1.88 1.96 1.98 5/85 23052
/proc/meminfo: memFree=1643080/2055920 swapFree=4179464/4192956
[pid=23040] ppid=23038 vsize=826412 CPUtime=13.28
/proc/23040/stat : 23040 (java) S 23038 23040 22976 0 -1 0 53090 0 30 0 1298 30 0 0 18 0 12 0 1994066813 846245888 44860 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23040/statm: 206603 44860 1387 9 0 203965 0
[pid=23040/tid=23042] ppid=23038 vsize=826412 CPUtime=9.25
/proc/23040/task/23042/stat : 23042 (java) R 23038 23040 22976 0 -1 64 17276 0 1 0 913 12 0 0 22 0 12 0 1994066820 846245888 44860 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23043] ppid=23038 vsize=826412 CPUtime=1.22
/proc/23040/task/23043/stat : 23043 (java) R 23038 23040 22976 0 -1 64 13411 0 0 0 116 6 0 0 16 0 12 0 1994066821 846245888 44860 996147200 134512640 134550740 4294956032 18446744073709551615 106160154 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23044] ppid=23038 vsize=826412 CPUtime=1.22
/proc/23040/task/23044/stat : 23044 (java) R 23038 23040 22976 0 -1 64 13486 0 0 0 117 5 0 0 16 0 12 0 1994066821 846245888 44860 996147200 134512640 134550740 4294956032 18446744073709551615 106160146 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23045] ppid=23038 vsize=826412 CPUtime=0
/proc/23040/task/23045/stat : 23045 (java) S 23038 23040 22976 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1994066823 846245888 44860 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23046] ppid=23038 vsize=826412 CPUtime=0
/proc/23040/task/23046/stat : 23046 (java) S 23038 23040 22976 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1994066824 846245888 44860 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23047] ppid=23038 vsize=826412 CPUtime=0
/proc/23040/task/23047/stat : 23047 (java) S 23038 23040 22976 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1994066824 846245888 44860 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23048] ppid=23038 vsize=826412 CPUtime=0
/proc/23040/task/23048/stat : 23048 (java) S 23038 23040 22976 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 1994066830 846245888 44860 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23049] ppid=23038 vsize=826412 CPUtime=0.92
/proc/23040/task/23049/stat : 23049 (java) S 23038 23040 22976 0 -1 64 5549 0 0 0 90 2 0 0 16 0 12 0 1994066830 846245888 44860 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23050] ppid=23038 vsize=826412 CPUtime=0.6
/proc/23040/task/23050/stat : 23050 (java) S 23038 23040 22976 0 -1 64 2604 0 0 0 59 1 0 0 16 0 12 0 1994066830 846245888 44860 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23051] ppid=23038 vsize=826412 CPUtime=0
/proc/23040/task/23051/stat : 23051 (java) S 23038 23040 22976 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 1994066830 846245888 44860 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23052] ppid=23038 vsize=826412 CPUtime=0
/proc/23040/task/23052/stat : 23052 (java) S 23038 23040 22976 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1994066830 846245888 44860 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.28
Current children cumulated vsize (KiB) 826412

[startup+25.5028 s]
/proc/loadavg: 2.05 1.99 1.99 5/85 23052
/proc/meminfo: memFree=1430920/2055920 swapFree=4179464/4192956
[pid=23040] ppid=23038 vsize=826412 CPUtime=27.09
/proc/23040/stat : 23040 (java) S 23038 23040 22976 0 -1 0 105169 0 30 0 2654 55 0 0 18 0 12 0 1994066813 846245888 94298 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23040/statm: 206603 94298 1387 9 0 203965 0
[pid=23040/tid=23042] ppid=23038 vsize=826412 CPUtime=17.37
/proc/23040/task/23042/stat : 23042 (java) R 23038 23040 22976 0 -1 64 23450 0 1 0 1722 15 0 0 25 0 12 0 1994066820 846245888 94298 996147200 134512640 134550740 4294956032 18446744073709551615 4109649960 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23043] ppid=23038 vsize=826412 CPUtime=3.99
/proc/23040/task/23043/stat : 23043 (java) S 23038 23040 22976 0 -1 64 37714 0 0 0 382 17 0 0 16 0 12 0 1994066821 846245888 94298 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23044] ppid=23038 vsize=826412 CPUtime=4.12
/proc/23040/task/23044/stat : 23044 (java) S 23038 23040 22976 0 -1 64 35088 0 0 0 397 15 0 0 17 0 12 0 1994066821 846245888 94298 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23045] ppid=23038 vsize=826412 CPUtime=0
/proc/23040/task/23045/stat : 23045 (java) S 23038 23040 22976 0 -1 64 30 0 0 0 0 0 0 0 15 0 12 0 1994066823 846245888 94298 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23046] ppid=23038 vsize=826412 CPUtime=0
/proc/23040/task/23046/stat : 23046 (java) S 23038 23040 22976 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1994066824 846245888 94298 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23047] ppid=23038 vsize=826412 CPUtime=0
/proc/23040/task/23047/stat : 23047 (java) S 23038 23040 22976 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1994066824 846245888 94298 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23048] ppid=23038 vsize=826412 CPUtime=0
/proc/23040/task/23048/stat : 23048 (java) S 23038 23040 22976 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 1994066830 846245888 94298 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23049] ppid=23038 vsize=826412 CPUtime=0.92
/proc/23040/task/23049/stat : 23049 (java) S 23038 23040 22976 0 -1 64 5549 0 0 0 90 2 0 0 16 0 12 0 1994066830 846245888 94298 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23050] ppid=23038 vsize=826412 CPUtime=0.6
/proc/23040/task/23050/stat : 23050 (java) S 23038 23040 22976 0 -1 64 2604 0 0 0 59 1 0 0 16 0 12 0 1994066830 846245888 94298 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23051] ppid=23038 vsize=826412 CPUtime=0
/proc/23040/task/23051/stat : 23051 (java) S 23038 23040 22976 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 1994066830 846245888 94298 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23052] ppid=23038 vsize=826412 CPUtime=0
/proc/23040/task/23052/stat : 23052 (java) S 23038 23040 22976 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1994066830 846245888 94298 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 27.09
Current children cumulated vsize (KiB) 826412

[startup+51.1023 s]
/proc/loadavg: 2.16 2.02 2.00 3/85 23052
/proc/meminfo: memFree=1129608/2055920 swapFree=4179464/4192956
[pid=23040] ppid=23038 vsize=826412 CPUtime=54.46
/proc/23040/stat : 23040 (java) S 23038 23040 22976 0 -1 0 197304 0 30 0 5347 99 0 0 18 0 12 0 1994066813 846245888 169250 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23040/statm: 206603 169250 1390 9 0 203965 0
[pid=23040/tid=23042] ppid=23038 vsize=826412 CPUtime=31.1
/proc/23040/task/23042/stat : 23042 (java) R 23038 23040 22976 0 -1 64 35770 0 1 0 3088 22 0 0 23 0 12 0 1994066820 846245888 169250 996147200 134512640 134550740 4294956032 18446744073709551615 4109687090 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23043] ppid=23038 vsize=826412 CPUtime=9.32
/proc/23040/task/23043/stat : 23043 (java) S 23038 23040 22976 0 -1 64 72091 0 0 0 900 32 0 0 17 0 12 0 1994066821 846245888 169250 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23044] ppid=23038 vsize=826412 CPUtime=9.29
/proc/23040/task/23044/stat : 23044 (java) S 23038 23040 22976 0 -1 64 65010 0 0 0 900 29 0 0 17 0 12 0 1994066821 846245888 169250 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23045] ppid=23038 vsize=826412 CPUtime=3.16
/proc/23040/task/23045/stat : 23045 (java) S 23038 23040 22976 0 -1 64 15546 0 0 0 307 9 0 0 15 0 12 0 1994066823 846245888 169250 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23046] ppid=23038 vsize=826412 CPUtime=0
/proc/23040/task/23046/stat : 23046 (java) S 23038 23040 22976 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1994066824 846245888 169250 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23047] ppid=23038 vsize=826412 CPUtime=0
/proc/23040/task/23047/stat : 23047 (java) S 23038 23040 22976 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1994066824 846245888 169250 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23048] ppid=23038 vsize=826412 CPUtime=0
/proc/23040/task/23048/stat : 23048 (java) S 23038 23040 22976 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 1994066830 846245888 169250 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23049] ppid=23038 vsize=826412 CPUtime=0.92
/proc/23040/task/23049/stat : 23049 (java) S 23038 23040 22976 0 -1 64 5549 0 0 0 90 2 0 0 16 0 12 0 1994066830 846245888 169250 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23050] ppid=23038 vsize=826412 CPUtime=0.6
/proc/23040/task/23050/stat : 23050 (java) S 23038 23040 22976 0 -1 64 2604 0 0 0 59 1 0 0 16 0 12 0 1994066830 846245888 169250 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23051] ppid=23038 vsize=826412 CPUtime=0
/proc/23040/task/23051/stat : 23051 (java) S 23038 23040 22976 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 1994066830 846245888 169250 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23052] ppid=23038 vsize=826412 CPUtime=0
/proc/23040/task/23052/stat : 23052 (java) S 23038 23040 22976 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1994066830 846245888 169250 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 54.46
Current children cumulated vsize (KiB) 826412



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+72.6022 s]
/proc/loadavg: 2.25 2.05 2.01 4/85 23052
/proc/meminfo: memFree=1044104/2055920 swapFree=4179464/4192956
[pid=23040] ppid=23038 vsize=922420 CPUtime=76.07
/proc/23040/stat : 23040 (java) S 23038 23040 22976 0 -1 0 242257 0 30 0 7484 123 0 0 18 0 12 0 1994066813 944558080 191186 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23040/statm: 230605 191192 1390 9 0 227967 0
[pid=23040/tid=23042] ppid=23038 vsize=922420 CPUtime=34.74
/proc/23040/task/23042/stat : 23042 (java) R 23038 23040 22976 0 -1 64 35779 0 1 0 3452 22 0 0 20 0 12 0 1994066820 944558080 191208 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23043] ppid=23038 vsize=922420 CPUtime=9.91
/proc/23040/task/23043/stat : 23043 (java) S 23038 23040 22976 0 -1 64 72863 0 0 0 959 32 0 0 16 0 12 0 1994066821 944558080 191216 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23044] ppid=23038 vsize=922420 CPUtime=9.86
/proc/23040/task/23044/stat : 23044 (java) S 23038 23040 22976 0 -1 64 65860 0 0 0 957 29 0 0 16 0 12 0 1994066821 944558080 191224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23045] ppid=23038 vsize=922420 CPUtime=19.96
/proc/23040/task/23045/stat : 23045 (java) R 23038 23040 22976 0 -1 64 58914 0 0 0 1964 32 0 0 16 0 12 0 1994066823 944558080 191232 996147200 134512640 134550740 4294956032 18446744073709551615 103550858 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23046] ppid=23038 vsize=922420 CPUtime=0
/proc/23040/task/23046/stat : 23046 (java) S 23038 23040 22976 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1994066824 944558080 191239 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23047] ppid=23038 vsize=922420 CPUtime=0
/proc/23040/task/23047/stat : 23047 (java) S 23038 23040 22976 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1994066824 944558080 191247 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23048] ppid=23038 vsize=922420 CPUtime=0
/proc/23040/task/23048/stat : 23048 (java) S 23038 23040 22976 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 1994066830 944558080 191256 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23049] ppid=23038 vsize=922420 CPUtime=0.92
/proc/23040/task/23049/stat : 23049 (java) S 23038 23040 22976 0 -1 64 5549 0 0 0 90 2 0 0 16 0 12 0 1994066830 944558080 191265 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23050] ppid=23038 vsize=922420 CPUtime=0.6
/proc/23040/task/23050/stat : 23050 (java) S 23038 23040 22976 0 -1 64 2604 0 0 0 59 1 0 0 16 0 12 0 1994066830 944558080 191273 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23051] ppid=23038 vsize=922420 CPUtime=0
/proc/23040/task/23051/stat : 23051 (java) S 23038 23040 22976 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 1994066830 944558080 191280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23052] ppid=23038 vsize=922420 CPUtime=0
/proc/23040/task/23052/stat : 23052 (java) S 23038 23040 22976 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1994066830 944558080 191287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 76.07
Current children cumulated vsize (KiB) 922420

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+73.5023 s]
/proc/loadavg: 2.25 2.05 2.01 4/85 23052
/proc/meminfo: memFree=1044104/2055920 swapFree=4179464/4192956
[pid=23040] ppid=23038 vsize=890416 CPUtime=76.96
/proc/23040/stat : 23040 (java) S 23038 23040 22976 0 -1 0 250311 0 30 0 7568 128 0 0 16 0 12 0 1994066813 911785984 191238 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23040/statm: 222604 191238 1390 9 0 219966 0
[pid=23040/tid=23042] ppid=23038 vsize=890416 CPUtime=34.74
/proc/23040/task/23042/stat : 23042 (java) R 23038 23040 22976 0 -1 64 35779 0 1 0 3452 22 0 0 20 0 12 0 1994066820 911785984 191238 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23043] ppid=23038 vsize=890416 CPUtime=9.91
/proc/23040/task/23043/stat : 23043 (java) S 23038 23040 22976 0 -1 64 72863 0 0 0 959 32 0 0 16 0 12 0 1994066821 911785984 191238 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23044] ppid=23038 vsize=890416 CPUtime=9.86
/proc/23040/task/23044/stat : 23044 (java) S 23038 23040 22976 0 -1 64 65860 0 0 0 957 29 0 0 16 0 12 0 1994066821 911785984 191238 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23045] ppid=23038 vsize=890416 CPUtime=20.85
/proc/23040/task/23045/stat : 23045 (java) R 23038 23040 22976 0 -1 64 66922 0 0 0 2048 37 0 0 17 0 12 0 1994066823 911785984 191238 996147200 134512640 134550740 4294956032 18446744073709551615 106122363 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23046] ppid=23038 vsize=890416 CPUtime=0
/proc/23040/task/23046/stat : 23046 (java) S 23038 23040 22976 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1994066824 911785984 191238 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23047] ppid=23038 vsize=890416 CPUtime=0
/proc/23040/task/23047/stat : 23047 (java) S 23038 23040 22976 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1994066824 911785984 191238 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23048] ppid=23038 vsize=890416 CPUtime=0
/proc/23040/task/23048/stat : 23048 (java) S 23038 23040 22976 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 1994066830 911785984 191238 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23049] ppid=23038 vsize=890416 CPUtime=0.92
/proc/23040/task/23049/stat : 23049 (java) S 23038 23040 22976 0 -1 64 5549 0 0 0 90 2 0 0 16 0 12 0 1994066830 911785984 191238 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23050] ppid=23038 vsize=890416 CPUtime=0.6
/proc/23040/task/23050/stat : 23050 (java) S 23038 23040 22976 0 -1 64 2604 0 0 0 59 1 0 0 16 0 12 0 1994066830 911785984 191238 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23051] ppid=23038 vsize=890416 CPUtime=0
/proc/23040/task/23051/stat : 23051 (java) S 23038 23040 22976 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 1994066830 911785984 191238 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23052] ppid=23038 vsize=890416 CPUtime=0
/proc/23040/task/23052/stat : 23052 (java) S 23038 23040 22976 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1994066830 911785984 191238 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 76.96
Current children cumulated vsize (KiB) 890416

[startup+74.3024 s]
/proc/loadavg: 2.25 2.05 2.01 4/86 23053
/proc/meminfo: memFree=1040768/2055920 swapFree=4179464/4192956
[pid=23040] ppid=23038 vsize=890416 CPUtime=77.76
/proc/23040/stat : 23040 (java) S 23038 23040 22976 0 -1 0 250311 0 30 0 7648 128 0 0 16 0 12 0 1994066813 911785984 191238 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23040/statm: 222604 191238 1390 9 0 219966 0
[pid=23040/tid=23042] ppid=23038 vsize=890416 CPUtime=34.74
/proc/23040/task/23042/stat : 23042 (java) S 23038 23040 22976 0 -1 64 35779 0 1 0 3452 22 0 0 20 0 12 0 1994066820 911785984 191238 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23043] ppid=23038 vsize=890416 CPUtime=9.91
/proc/23040/task/23043/stat : 23043 (java) S 23038 23040 22976 0 -1 64 72863 0 0 0 959 32 0 0 16 0 12 0 1994066821 911785984 191238 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23044] ppid=23038 vsize=890416 CPUtime=9.86
/proc/23040/task/23044/stat : 23044 (java) S 23038 23040 22976 0 -1 64 65860 0 0 0 957 29 0 0 16 0 12 0 1994066821 911785984 191238 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23045] ppid=23038 vsize=890416 CPUtime=21.65
/proc/23040/task/23045/stat : 23045 (java) R 23038 23040 22976 0 -1 64 66922 0 0 0 2128 37 0 0 18 0 12 0 1994066823 911785984 191238 996147200 134512640 134550740 4294956032 18446744073709551615 104136310 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23040/tid=23046] ppid=23038 vsize=890416 CPUtime=0
/proc/23040/task/23046/stat : 23046 (java) S 23038 23040 22976 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1994066824 911785984 191238 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23047] ppid=23038 vsize=890416 CPUtime=0
/proc/23040/task/23047/stat : 23047 (java) S 23038 23040 22976 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1994066824 911785984 191238 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23048] ppid=23038 vsize=890416 CPUtime=0
/proc/23040/task/23048/stat : 23048 (java) S 23038 23040 22976 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 1994066830 911785984 191238 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23049] ppid=23038 vsize=890416 CPUtime=0.92
/proc/23040/task/23049/stat : 23049 (java) S 23038 23040 22976 0 -1 64 5549 0 0 0 90 2 0 0 16 0 12 0 1994066830 911785984 191238 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23050] ppid=23038 vsize=890416 CPUtime=0.6
/proc/23040/task/23050/stat : 23050 (java) S 23038 23040 22976 0 -1 64 2604 0 0 0 59 1 0 0 16 0 12 0 1994066830 911785984 191238 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23051] ppid=23038 vsize=890416 CPUtime=0
/proc/23040/task/23051/stat : 23051 (java) S 23038 23040 22976 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 1994066830 911785984 191238 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23040/tid=23052] ppid=23038 vsize=890416 CPUtime=0
/proc/23040/task/23052/stat : 23052 (java) S 23038 23040 22976 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1994066830 911785984 191238 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 77.76
Current children cumulated vsize (KiB) 890416

[startup+74.7028 s]
/proc/loadavg: 2.25 2.05 2.01 4/86 23053
/proc/meminfo: memFree=1040768/2055920 swapFree=4179464/4192956
[pid=23040] ppid=23038 vsize=0 CPUtime=78.15
/proc/23040/stat : 23040 (java) Z 23038 23040 22976 0 -1 1036 250311 0 30 0 7680 135 0 0 16 0 2 0 1994066813 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23040/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 78.15
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 74.7387
CPU time (s): 78.2011
CPU user time (s): 76.8073
CPU system time (s): 1.39379
CPU usage (%): 104.633
Max. virtual memory (cumulated for all children) (KiB): 922420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 76.8073
system time used= 1.39379
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 250311
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= 3411
involuntary context switches= 4113

runsolver used 0.101984 second user time and 0.26196 second system time

The end

Launcher Data (download as text)

Begin job on node10 at 2008-07-04 07:55:19
IDJOB=1067693
IDBENCH=55410
IDSOLVER=344
FILE ID=node10/1067693-1215150919
PBS_JOBID= 7877448
Free space on /tmp= 66540 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2dc4449fba58f7ec0fed491a75880a0e
RANDOM SEED=340964648

node10.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.229
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.229
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:       1813000 kB
Buffers:          7604 kB
Cached:         100184 kB
SwapCached:       7540 kB
Active:         132224 kB
Inactive:        57672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1813000 kB
SwapTotal:     4192956 kB
SwapFree:      4179464 kB
Dirty:            1396 kB
Writeback:           0 kB
Mapped:          88648 kB
Slab:            38100 kB
Committed_AS:  3387132 kB
PageTables:       2100 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66540 MiB
End job on node10 at 2008-07-04 07:56:34