Trace number 1067672

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.0211 73.0267

General information on the benchmark

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

[startup+0.0206271 s]
/proc/loadavg: 1.83 2.05 2.02 2/83 9971
/proc/meminfo: memFree=1158744/2055920 swapFree=4180808/4192956
[pid=9971] ppid=9969 vsize=13576 CPUtime=0.01
/proc/9971/stat : 9971 (java) S 9969 9971 7962 0 -1 0 891 0 0 0 0 1 0 0 18 0 2 0 638018067 13901824 639 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/9971/statm: 3394 639 299 9 0 1246 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13576

[startup+0.102089 s]
/proc/loadavg: 1.83 2.05 2.02 2/83 9971
/proc/meminfo: memFree=1158744/2055920 swapFree=4180808/4192956
[pid=9971] ppid=9969 vsize=804612 CPUtime=0.08
/proc/9971/stat : 9971 (java) S 9969 9971 7962 0 -1 0 3000 0 1 0 6 2 0 0 18 0 12 0 638018067 823922688 2733 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9971/statm: 201153 2733 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.30113 s]
/proc/loadavg: 1.83 2.05 2.02 2/83 9971
/proc/meminfo: memFree=1158744/2055920 swapFree=4180808/4192956
[pid=9971] ppid=9969 vsize=808360 CPUtime=0.28
/proc/9971/stat : 9971 (java) S 9969 9971 7962 0 -1 0 4977 0 1 0 25 3 0 0 18 0 12 0 638018067 827760640 4305 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9971/statm: 202090 4305 1297 9 0 199459 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808360

[startup+0.701183 s]
/proc/loadavg: 1.83 2.05 2.02 2/83 9971
/proc/meminfo: memFree=1158744/2055920 swapFree=4180808/4192956
[pid=9971] ppid=9969 vsize=808388 CPUtime=0.67
/proc/9971/stat : 9971 (java) S 9969 9971 7962 0 -1 0 6387 0 1 0 63 4 0 0 18 0 12 0 638018067 827789312 5568 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9971/statm: 202097 5568 1335 9 0 199459 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 808388

[startup+1.5023 s]
/proc/loadavg: 1.83 2.05 2.02 4/95 9983
/proc/meminfo: memFree=1138424/2055920 swapFree=4180808/4192956
[pid=9971] ppid=9969 vsize=817128 CPUtime=1.47
/proc/9971/stat : 9971 (java) S 9969 9971 7962 0 -1 0 11884 0 1 0 140 7 0 0 18 0 12 0 638018067 836739072 8587 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9971/statm: 204282 8587 1364 9 0 201644 0
[pid=9971/tid=9973] ppid=9969 vsize=817128 CPUtime=0.77
/proc/9971/task/9973/stat : 9973 (java) R 9969 9971 7962 0 -1 64 5200 0 1 0 73 4 0 0 25 0 12 0 638018068 836739072 8587 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9974] ppid=9969 vsize=817128 CPUtime=0
/proc/9971/task/9974/stat : 9974 (java) S 9969 9971 7962 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 638018069 836739072 8587 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9975] ppid=9969 vsize=817128 CPUtime=0
/proc/9971/task/9975/stat : 9975 (java) S 9969 9971 7962 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 638018069 836739072 8587 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9976] ppid=9969 vsize=817128 CPUtime=0
/proc/9971/task/9976/stat : 9976 (java) S 9969 9971 7962 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 638018071 836739072 8587 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9977] ppid=9969 vsize=817128 CPUtime=0
/proc/9971/task/9977/stat : 9977 (java) S 9969 9971 7962 0 -1 64 8 0 0 0 0 0 0 0 23 0 12 0 638018072 836739072 8587 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9978] ppid=9969 vsize=817128 CPUtime=0
/proc/9971/task/9978/stat : 9978 (java) S 9969 9971 7962 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 638018072 836739072 8587 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9979] ppid=9969 vsize=817128 CPUtime=0
/proc/9971/task/9979/stat : 9979 (java) S 9969 9971 7962 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 638018076 836739072 8587 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9980] ppid=9969 vsize=817128 CPUtime=0.01
/proc/9971/task/9980/stat : 9980 (java) R 9969 9971 7962 0 -1 64 360 0 0 0 1 0 0 0 24 0 12 0 638018076 836739072 8587 996147200 134512640 134550740 4294956032 18446744073709551615 104112197 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9971/tid=9981] ppid=9969 vsize=817128 CPUtime=0.67
/proc/9971/task/9981/stat : 9981 (java) R 9969 9971 7962 0 -1 64 5563 0 0 0 65 2 0 0 17 0 12 0 638018076 836739072 8587 996147200 134512640 134550740 4294956032 18446744073709551615 103299281 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9982] ppid=9969 vsize=817128 CPUtime=0
/proc/9971/task/9982/stat : 9982 (java) S 9969 9971 7962 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 638018076 836739072 8587 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9983] ppid=9969 vsize=817128 CPUtime=0
/proc/9971/task/9983/stat : 9983 (java) S 9969 9971 7962 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 638018076 836739072 8587 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 817128

[startup+3.10153 s]
/proc/loadavg: 1.83 2.05 2.02 4/95 9983
/proc/meminfo: memFree=1125496/2055920 swapFree=4180808/4192956
[pid=9971] ppid=9969 vsize=817416 CPUtime=3.14
/proc/9971/stat : 9971 (java) S 9969 9971 7962 0 -1 0 29072 0 1 0 297 17 0 0 18 0 12 0 638018067 837033984 24190 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9971/statm: 204354 24190 1377 9 0 201716 0
[pid=9971/tid=9973] ppid=9969 vsize=817416 CPUtime=1.71
/proc/9971/task/9973/stat : 9973 (java) R 9969 9971 7962 0 -1 64 17290 0 1 0 161 10 0 0 18 0 12 0 638018068 837033984 24190 996147200 134512640 134550740 4294956032 18446744073709551615 4109647688 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9974] ppid=9969 vsize=817416 CPUtime=0.08
/proc/9971/task/9974/stat : 9974 (java) S 9969 9971 7962 0 -1 64 1451 0 0 0 7 1 0 0 17 0 12 0 638018069 837033984 24190 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9975] ppid=9969 vsize=817416 CPUtime=0.07
/proc/9971/task/9975/stat : 9975 (java) S 9969 9971 7962 0 -1 64 1741 0 0 0 7 0 0 0 17 0 12 0 638018069 837033984 24190 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9976] ppid=9969 vsize=817416 CPUtime=0
/proc/9971/task/9976/stat : 9976 (java) S 9969 9971 7962 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 638018071 837033984 24190 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9977] ppid=9969 vsize=817416 CPUtime=0
/proc/9971/task/9977/stat : 9977 (java) S 9969 9971 7962 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 638018072 837033984 24190 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9978] ppid=9969 vsize=817416 CPUtime=0
/proc/9971/task/9978/stat : 9978 (java) S 9969 9971 7962 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 638018072 837033984 24190 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9979] ppid=9969 vsize=817416 CPUtime=0
/proc/9971/task/9979/stat : 9979 (java) S 9969 9971 7962 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 638018076 837033984 24190 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9980] ppid=9969 vsize=817416 CPUtime=0.17
/proc/9971/task/9980/stat : 9980 (java) S 9969 9971 7962 0 -1 64 517 0 0 0 17 0 0 0 16 0 12 0 638018076 837033984 24190 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9981] ppid=9969 vsize=817416 CPUtime=1.06
/proc/9971/task/9981/stat : 9981 (java) S 9969 9971 7962 0 -1 64 7283 0 0 0 103 3 0 0 18 0 12 0 638018076 837033984 24190 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9982] ppid=9969 vsize=817416 CPUtime=0
/proc/9971/task/9982/stat : 9982 (java) S 9969 9971 7962 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 638018076 837033984 24190 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9983] ppid=9969 vsize=817416 CPUtime=0
/proc/9971/task/9983/stat : 9983 (java) S 9969 9971 7962 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 638018076 837033984 24190 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.14
Current children cumulated vsize (KiB) 817416

[startup+6.303 s]
/proc/loadavg: 1.84 2.05 2.02 3/95 9983
/proc/meminfo: memFree=1046584/2055920 swapFree=4180808/4192956
[pid=9971] ppid=9969 vsize=816876 CPUtime=6.39
/proc/9971/stat : 9971 (java) S 9969 9971 7962 0 -1 0 34877 0 1 0 619 20 0 0 18 0 12 0 638018067 836481024 29171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9971/statm: 204219 29171 1382 9 0 201581 0
[pid=9971/tid=9973] ppid=9969 vsize=816876 CPUtime=4.43
/proc/9971/task/9973/stat : 9973 (java) R 9969 9971 7962 0 -1 64 17297 0 1 0 433 10 0 0 25 0 12 0 638018068 836481024 29171 996147200 134512640 134550740 4294956032 18446744073709551615 106292270 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9974] ppid=9969 vsize=816876 CPUtime=0.23
/proc/9971/task/9974/stat : 9974 (java) S 9969 9971 7962 0 -1 64 4181 0 0 0 21 2 0 0 17 0 12 0 638018069 836481024 29171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9975] ppid=9969 vsize=816876 CPUtime=0.2
/proc/9971/task/9975/stat : 9975 (java) S 9969 9971 7962 0 -1 64 4555 0 0 0 19 1 0 0 17 0 12 0 638018069 836481024 29171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9976] ppid=9969 vsize=816876 CPUtime=0
/proc/9971/task/9976/stat : 9976 (java) S 9969 9971 7962 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 638018071 836481024 29171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9977] ppid=9969 vsize=816876 CPUtime=0
/proc/9971/task/9977/stat : 9977 (java) S 9969 9971 7962 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 638018072 836481024 29171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9978] ppid=9969 vsize=816876 CPUtime=0
/proc/9971/task/9978/stat : 9978 (java) S 9969 9971 7962 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 638018072 836481024 29171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9979] ppid=9969 vsize=816876 CPUtime=0
/proc/9971/task/9979/stat : 9979 (java) S 9969 9971 7962 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 638018076 836481024 29171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9980] ppid=9969 vsize=816876 CPUtime=0.26
/proc/9971/task/9980/stat : 9980 (java) S 9969 9971 7962 0 -1 64 535 0 0 0 26 0 0 0 16 0 12 0 638018076 836481024 29171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9981] ppid=9969 vsize=816876 CPUtime=1.21
/proc/9971/task/9981/stat : 9981 (java) S 9969 9971 7962 0 -1 64 7519 0 0 0 118 3 0 0 16 0 12 0 638018076 836481024 29171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9982] ppid=9969 vsize=816876 CPUtime=0
/proc/9971/task/9982/stat : 9982 (java) S 9969 9971 7962 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 638018076 836481024 29171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9983] ppid=9969 vsize=816876 CPUtime=0
/proc/9971/task/9983/stat : 9983 (java) S 9969 9971 7962 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 638018076 836481024 29171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.39
Current children cumulated vsize (KiB) 816876

[startup+12.702 s]
/proc/loadavg: 1.85 2.05 2.02 4/95 9983
/proc/meminfo: memFree=988856/2055920 swapFree=4180808/4192956
[pid=9971] ppid=9969 vsize=825836 CPUtime=13.37
/proc/9971/stat : 9971 (java) S 9969 9971 7962 0 -1 0 53966 0 1 0 1306 31 0 0 18 0 12 0 638018067 845656064 45857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9971/statm: 206459 45857 1387 9 0 203821 0
[pid=9971/tid=9973] ppid=9969 vsize=825836 CPUtime=8.89
/proc/9971/task/9973/stat : 9973 (java) R 9969 9971 7962 0 -1 64 17308 0 1 0 879 10 0 0 17 0 12 0 638018068 845656064 45857 996147200 134512640 134550740 4294956032 18446744073709551615 4109818475 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9974] ppid=9969 vsize=825836 CPUtime=1.15
/proc/9971/task/9974/stat : 9974 (java) R 9969 9971 7962 0 -1 64 12773 0 0 0 108 7 0 0 19 0 12 0 638018069 845656064 45857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9975] ppid=9969 vsize=825836 CPUtime=1.68
/proc/9971/task/9975/stat : 9975 (java) S 9969 9971 7962 0 -1 64 15026 0 0 0 161 7 0 0 17 0 12 0 638018069 845656064 45857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9976] ppid=9969 vsize=825836 CPUtime=0
/proc/9971/task/9976/stat : 9976 (java) S 9969 9971 7962 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 638018071 845656064 45857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9977] ppid=9969 vsize=825836 CPUtime=0
/proc/9971/task/9977/stat : 9977 (java) S 9969 9971 7962 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 638018072 845656064 45857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9978] ppid=9969 vsize=825836 CPUtime=0
/proc/9971/task/9978/stat : 9978 (java) S 9969 9971 7962 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 638018072 845656064 45857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9979] ppid=9969 vsize=825836 CPUtime=0
/proc/9971/task/9979/stat : 9979 (java) S 9969 9971 7962 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 638018076 845656064 45857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9980] ppid=9969 vsize=825836 CPUtime=0.28
/proc/9971/task/9980/stat : 9980 (java) S 9969 9971 7962 0 -1 64 535 0 0 0 28 0 0 0 16 0 12 0 638018076 845656064 45857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9971/tid=9981] ppid=9969 vsize=825836 CPUtime=1.3
/proc/9971/task/9981/stat : 9981 (java) S 9969 9971 7962 0 -1 64 7534 0 0 0 127 3 0 0 16 0 12 0 638018076 845656064 45857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9971/tid=9982] ppid=9969 vsize=825836 CPUtime=0
/proc/9971/task/9982/stat : 9982 (java) S 9969 9971 7962 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 638018076 845656064 45857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9983] ppid=9969 vsize=825836 CPUtime=0
/proc/9971/task/9983/stat : 9983 (java) S 9969 9971 7962 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 638018076 845656064 45857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.37
Current children cumulated vsize (KiB) 825836

[startup+25.5029 s]
/proc/loadavg: 2.19 2.11 2.04 3/95 9983
/proc/meminfo: memFree=773304/2055920 swapFree=4180808/4192956
[pid=9971] ppid=9969 vsize=825836 CPUtime=26.62
/proc/9971/stat : 9971 (java) S 9969 9971 7962 0 -1 0 106922 0 1 0 2604 58 0 0 18 0 12 0 638018067 845656064 98486 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9971/statm: 206459 98486 1387 9 0 203821 0
[pid=9971/tid=9973] ppid=9969 vsize=825836 CPUtime=16.6
/proc/9971/task/9973/stat : 9973 (java) R 9969 9971 7962 0 -1 64 23483 0 1 0 1647 13 0 0 19 0 12 0 638018068 845656064 98486 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9974] ppid=9969 vsize=825836 CPUtime=1.92
/proc/9971/task/9974/stat : 9974 (java) R 9969 9971 7962 0 -1 64 18068 0 0 0 182 10 0 0 16 0 12 0 638018069 845656064 98486 996147200 134512640 134550740 4294956032 18446744073709551615 104145995 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9971/tid=9975] ppid=9969 vsize=825836 CPUtime=6.45
/proc/9971/task/9975/stat : 9975 (java) R 9969 9971 7962 0 -1 64 56512 0 0 0 617 28 0 0 16 0 12 0 638018069 845656064 98486 996147200 134512640 134550740 4294956032 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9976] ppid=9969 vsize=825836 CPUtime=0.01
/proc/9971/task/9976/stat : 9976 (java) S 9969 9971 7962 0 -1 64 29 0 0 0 1 0 0 0 15 0 12 0 638018071 845656064 98486 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9977] ppid=9969 vsize=825836 CPUtime=0
/proc/9971/task/9977/stat : 9977 (java) S 9969 9971 7962 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 638018072 845656064 98486 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9978] ppid=9969 vsize=825836 CPUtime=0
/proc/9971/task/9978/stat : 9978 (java) S 9969 9971 7962 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 638018072 845656064 98486 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9979] ppid=9969 vsize=825836 CPUtime=0
/proc/9971/task/9979/stat : 9979 (java) S 9969 9971 7962 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 638018076 845656064 98486 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9980] ppid=9969 vsize=825836 CPUtime=0.28
/proc/9971/task/9980/stat : 9980 (java) S 9969 9971 7962 0 -1 64 535 0 0 0 28 0 0 0 16 0 12 0 638018076 845656064 98486 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9971/tid=9981] ppid=9969 vsize=825836 CPUtime=1.3
/proc/9971/task/9981/stat : 9981 (java) S 9969 9971 7962 0 -1 64 7534 0 0 0 127 3 0 0 16 0 12 0 638018076 845656064 98486 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9971/tid=9982] ppid=9969 vsize=825836 CPUtime=0
/proc/9971/task/9982/stat : 9982 (java) S 9969 9971 7962 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 638018076 845656064 98486 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9983] ppid=9969 vsize=825836 CPUtime=0
/proc/9971/task/9983/stat : 9983 (java) S 9969 9971 7962 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 638018076 845656064 98486 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 26.62
Current children cumulated vsize (KiB) 825836

[startup+51.1027 s]
/proc/loadavg: 2.31 2.15 2.05 3/92 10047
/proc/meminfo: memFree=1082896/2055920 swapFree=4180808/4192956
[pid=9971] ppid=9969 vsize=857840 CPUtime=56.3
/proc/9971/stat : 9971 (java) S 9969 9971 7962 0 -1 0 196661 0 1 0 5530 100 0 0 18 0 12 0 638018067 878428160 178551 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9971/statm: 214460 178551 1390 9 0 211822 0
[pid=9971/tid=9973] ppid=9969 vsize=857840 CPUtime=29.71
/proc/9971/task/9973/stat : 9973 (java) S 9969 9971 7962 0 -1 64 35804 0 1 0 2952 19 0 0 23 0 12 0 638018068 878428160 178551 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9974] ppid=9969 vsize=857840 CPUtime=7.96
/proc/9971/task/9974/stat : 9974 (java) S 9969 9971 7962 0 -1 64 58579 0 0 0 766 30 0 0 16 0 12 0 638018069 878428160 178551 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9975] ppid=9969 vsize=857840 CPUtime=12.84
/proc/9971/task/9975/stat : 9975 (java) S 9969 9971 7962 0 -1 64 77911 0 0 0 1246 38 0 0 16 0 12 0 638018069 878428160 178551 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9976] ppid=9969 vsize=857840 CPUtime=4.14
/proc/9971/task/9976/stat : 9976 (java) R 9969 9971 7962 0 -1 64 15537 0 0 0 408 6 0 0 17 0 12 0 638018071 878428160 178551 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9977] ppid=9969 vsize=857840 CPUtime=0
/proc/9971/task/9977/stat : 9977 (java) S 9969 9971 7962 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 638018072 878428160 178551 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9978] ppid=9969 vsize=857840 CPUtime=0
/proc/9971/task/9978/stat : 9978 (java) S 9969 9971 7962 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 638018072 878428160 178551 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9979] ppid=9969 vsize=857840 CPUtime=0
/proc/9971/task/9979/stat : 9979 (java) S 9969 9971 7962 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 638018076 878428160 178551 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9980] ppid=9969 vsize=857840 CPUtime=0.28
/proc/9971/task/9980/stat : 9980 (java) S 9969 9971 7962 0 -1 64 535 0 0 0 28 0 0 0 16 0 12 0 638018076 878428160 178551 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9971/tid=9981] ppid=9969 vsize=857840 CPUtime=1.3
/proc/9971/task/9981/stat : 9981 (java) S 9969 9971 7962 0 -1 64 7534 0 0 0 127 3 0 0 16 0 12 0 638018076 878428160 178551 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9971/tid=9982] ppid=9969 vsize=857840 CPUtime=0
/proc/9971/task/9982/stat : 9982 (java) S 9969 9971 7962 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 638018076 878428160 178551 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9983] ppid=9969 vsize=857840 CPUtime=0
/proc/9971/task/9983/stat : 9983 (java) S 9969 9971 7962 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 638018076 878428160 178551 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 56.3
Current children cumulated vsize (KiB) 857840



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+70.9026 s]
/proc/loadavg: 2.29 2.15 2.06 3/92 10047
/proc/meminfo: memFree=1053328/2055920 swapFree=4180808/4192956
[pid=9971] ppid=9969 vsize=921844 CPUtime=75.91
/proc/9971/stat : 9971 (java) S 9969 9971 7962 0 -1 0 235046 0 1 0 7475 116 0 0 18 0 12 0 638018067 943968256 185920 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9971/statm: 230461 185920 1390 9 0 227823 0
[pid=9971/tid=9973] ppid=9969 vsize=921844 CPUtime=31.49
/proc/9971/task/9973/stat : 9973 (java) S 9969 9971 7962 0 -1 64 35810 0 1 0 3130 19 0 0 19 0 12 0 638018068 943968256 185920 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9974] ppid=9969 vsize=921844 CPUtime=7.96
/proc/9971/task/9974/stat : 9974 (java) S 9969 9971 7962 0 -1 64 58579 0 0 0 766 30 0 0 16 0 12 0 638018069 943968256 185920 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9975] ppid=9969 vsize=921844 CPUtime=12.84
/proc/9971/task/9975/stat : 9975 (java) S 9969 9971 7962 0 -1 64 77911 0 0 0 1246 38 0 0 16 0 12 0 638018069 943968256 185920 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9976] ppid=9969 vsize=921844 CPUtime=21.98
/proc/9971/task/9976/stat : 9976 (java) R 9969 9971 7962 0 -1 64 53916 0 0 0 2175 23 0 0 25 0 12 0 638018071 943968256 185920 996147200 134512640 134550740 4294956032 18446744073709551615 103550863 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9977] ppid=9969 vsize=921844 CPUtime=0
/proc/9971/task/9977/stat : 9977 (java) S 9969 9971 7962 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 638018072 943968256 185920 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9978] ppid=9969 vsize=921844 CPUtime=0
/proc/9971/task/9978/stat : 9978 (java) S 9969 9971 7962 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 638018072 943968256 185920 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9979] ppid=9969 vsize=921844 CPUtime=0
/proc/9971/task/9979/stat : 9979 (java) S 9969 9971 7962 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 638018076 943968256 185920 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9980] ppid=9969 vsize=921844 CPUtime=0.28
/proc/9971/task/9980/stat : 9980 (java) S 9969 9971 7962 0 -1 64 535 0 0 0 28 0 0 0 16 0 12 0 638018076 943968256 185920 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9971/tid=9981] ppid=9969 vsize=921844 CPUtime=1.3
/proc/9971/task/9981/stat : 9981 (java) S 9969 9971 7962 0 -1 64 7534 0 0 0 127 3 0 0 16 0 12 0 638018076 943968256 185920 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9971/tid=9982] ppid=9969 vsize=921844 CPUtime=0
/proc/9971/task/9982/stat : 9982 (java) S 9969 9971 7962 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 638018076 943968256 185920 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9983] ppid=9969 vsize=921844 CPUtime=0
/proc/9971/task/9983/stat : 9983 (java) S 9969 9971 7962 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 638018076 943968256 185920 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 75.91
Current children cumulated vsize (KiB) 921844

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+71.8027 s]
/proc/loadavg: 2.29 2.15 2.06 3/93 10048
/proc/meminfo: memFree=1033480/2055920 swapFree=4180808/4192956
[pid=9971] ppid=9969 vsize=889840 CPUtime=76.8
/proc/9971/stat : 9971 (java) S 9969 9971 7962 0 -1 0 247928 0 1 0 7558 122 0 0 16 0 12 0 638018067 911196160 190800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9971/statm: 222460 190800 1390 9 0 219822 0
[pid=9971/tid=9973] ppid=9969 vsize=889840 CPUtime=31.49
/proc/9971/task/9973/stat : 9973 (java) S 9969 9971 7962 0 -1 64 35810 0 1 0 3130 19 0 0 19 0 12 0 638018068 911196160 190800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9974] ppid=9969 vsize=889840 CPUtime=7.96
/proc/9971/task/9974/stat : 9974 (java) S 9969 9971 7962 0 -1 64 58579 0 0 0 766 30 0 0 16 0 12 0 638018069 911196160 190800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9975] ppid=9969 vsize=889840 CPUtime=12.84
/proc/9971/task/9975/stat : 9975 (java) S 9969 9971 7962 0 -1 64 77911 0 0 0 1246 38 0 0 16 0 12 0 638018069 911196160 190800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9976] ppid=9969 vsize=889840 CPUtime=22.87
/proc/9971/task/9976/stat : 9976 (java) R 9969 9971 7962 0 -1 64 66797 0 0 0 2258 29 0 0 25 0 12 0 638018071 911196160 190800 996147200 134512640 134550740 4294956032 18446744073709551615 106122380 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9977] ppid=9969 vsize=889840 CPUtime=0
/proc/9971/task/9977/stat : 9977 (java) S 9969 9971 7962 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 638018072 911196160 190800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9978] ppid=9969 vsize=889840 CPUtime=0
/proc/9971/task/9978/stat : 9978 (java) S 9969 9971 7962 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 638018072 911196160 190800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9979] ppid=9969 vsize=889840 CPUtime=0
/proc/9971/task/9979/stat : 9979 (java) S 9969 9971 7962 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 638018076 911196160 190800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9980] ppid=9969 vsize=889840 CPUtime=0.28
/proc/9971/task/9980/stat : 9980 (java) S 9969 9971 7962 0 -1 64 535 0 0 0 28 0 0 0 16 0 12 0 638018076 911196160 190800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9971/tid=9981] ppid=9969 vsize=889840 CPUtime=1.3
/proc/9971/task/9981/stat : 9981 (java) S 9969 9971 7962 0 -1 64 7534 0 0 0 127 3 0 0 16 0 12 0 638018076 911196160 190800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9971/tid=9982] ppid=9969 vsize=889840 CPUtime=0
/proc/9971/task/9982/stat : 9982 (java) S 9969 9971 7962 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 638018076 911196160 190800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9983] ppid=9969 vsize=889840 CPUtime=0
/proc/9971/task/9983/stat : 9983 (java) S 9969 9971 7962 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 638018076 911196160 190800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 76.8
Current children cumulated vsize (KiB) 889840

[startup+72.6069 s]
/proc/loadavg: 2.26 2.15 2.06 3/93 10048
/proc/meminfo: memFree=1033480/2055920 swapFree=4180808/4192956
[pid=9971] ppid=9969 vsize=889840 CPUtime=77.6
/proc/9971/stat : 9971 (java) S 9969 9971 7962 0 -1 0 247928 0 1 0 7638 122 0 0 16 0 12 0 638018067 911196160 190800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9971/statm: 222460 190800 1390 9 0 219822 0
[pid=9971/tid=9973] ppid=9969 vsize=889840 CPUtime=31.49
/proc/9971/task/9973/stat : 9973 (java) S 9969 9971 7962 0 -1 64 35810 0 1 0 3130 19 0 0 19 0 12 0 638018068 911196160 190800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9974] ppid=9969 vsize=889840 CPUtime=7.96
/proc/9971/task/9974/stat : 9974 (java) S 9969 9971 7962 0 -1 64 58579 0 0 0 766 30 0 0 16 0 12 0 638018069 911196160 190800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9975] ppid=9969 vsize=889840 CPUtime=12.84
/proc/9971/task/9975/stat : 9975 (java) S 9969 9971 7962 0 -1 64 77911 0 0 0 1246 38 0 0 16 0 12 0 638018069 911196160 190800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9976] ppid=9969 vsize=889840 CPUtime=23.67
/proc/9971/task/9976/stat : 9976 (java) R 9969 9971 7962 0 -1 64 66797 0 0 0 2338 29 0 0 25 0 12 0 638018071 911196160 190800 996147200 134512640 134550740 4294956032 18446744073709551615 106736510 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9977] ppid=9969 vsize=889840 CPUtime=0
/proc/9971/task/9977/stat : 9977 (java) S 9969 9971 7962 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 638018072 911196160 190800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9978] ppid=9969 vsize=889840 CPUtime=0
/proc/9971/task/9978/stat : 9978 (java) S 9969 9971 7962 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 638018072 911196160 190800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9979] ppid=9969 vsize=889840 CPUtime=0
/proc/9971/task/9979/stat : 9979 (java) S 9969 9971 7962 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 638018076 911196160 190800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9980] ppid=9969 vsize=889840 CPUtime=0.28
/proc/9971/task/9980/stat : 9980 (java) S 9969 9971 7962 0 -1 64 535 0 0 0 28 0 0 0 16 0 12 0 638018076 911196160 190800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9971/tid=9981] ppid=9969 vsize=889840 CPUtime=1.3
/proc/9971/task/9981/stat : 9981 (java) S 9969 9971 7962 0 -1 64 7534 0 0 0 127 3 0 0 16 0 12 0 638018076 911196160 190800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9971/tid=9982] ppid=9969 vsize=889840 CPUtime=0
/proc/9971/task/9982/stat : 9982 (java) S 9969 9971 7962 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 638018076 911196160 190800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9971/tid=9983] ppid=9969 vsize=889840 CPUtime=0
/proc/9971/task/9983/stat : 9983 (java) S 9969 9971 7962 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 638018076 911196160 190800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 77.6
Current children cumulated vsize (KiB) 889840

[startup+73.0034 s]
/proc/loadavg: 2.26 2.15 2.06 3/93 10048
/proc/meminfo: memFree=1033480/2055920 swapFree=4180808/4192956
[pid=9971] ppid=9969 vsize=0 CPUtime=77.99
/proc/9971/stat : 9971 (java) Z 9969 9971 7962 0 -1 1036 249101 0 1 0 7667 132 0 0 16 0 2 0 638018067 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9971/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 77.99
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 73.0267
CPU time (s): 78.0211
CPU user time (s): 76.6773
CPU system time (s): 1.3438
CPU usage (%): 106.839
Max. virtual memory (cumulated for all children) (KiB): 921844

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

runsolver used 0.087986 second user time and 0.25896 second system time

The end

Launcher Data (download as text)

Begin job on node39 at 2008-07-04 07:54:05
IDJOB=1067672
IDBENCH=55409
IDSOLVER=344
FILE ID=node39/1067672-1215150845
PBS_JOBID= 7877384
Free space on /tmp= 66560 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0bb0419fd514ba5fc1f22f369ced164f
RANDOM SEED=271158170

node39.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.267
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.267
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:       1159224 kB
Buffers:         25072 kB
Cached:         104372 kB
SwapCached:       6012 kB
Active:         800980 kB
Inactive:        36232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1159224 kB
SwapTotal:     4192956 kB
SwapFree:      4180808 kB
Dirty:            1224 kB
Writeback:           0 kB
Mapped:         719128 kB
Slab:            43276 kB
Committed_AS:  1626140 kB
PageTables:       3344 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= 66556 MiB
End job on node39 at 2008-07-04 07:55:18