Trace number 1059967

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) 60.5698 56.3321

General information on the benchmark

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

Solver Data (download as text)

0.28/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.31	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.31	c See www.sat4j.org for details.
0.28/0.31	c That software uses the Rhino library from the Mozilla project.
0.28/0.36	c version 9.9.9.token
0.28/0.36	c sun.arch.data.model	32
0.28/0.36	c java.version	1.6.0_06
0.28/0.36	c os.name	Linux
0.28/0.36	c os.version	2.6.9-22.EL.rootsmp
0.28/0.36	c os.arch	i386
0.28/0.36	c Free memory 669864272
0.28/0.36	c Max memory 672137216
0.28/0.36	c Total memory 672137216
0.28/0.36	c Number of processors 2
0.39/0.41	c c --- Begin Solver configuration ---
0.39/0.41	c Stops conflict analysis at the first Unique Implication Point
0.39/0.41	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.39/0.41	c Learn all clauses as in MiniSAT
0.39/0.41	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.39/0.41	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.39/0.41	c Expensive reason simplification
0.39/0.41	c MiniSAT restarts strategy
0.39/0.41	c timeout=2147483s
0.39/0.41	c DB Simplification allowed=false
0.39/0.41	c --- End Solver configuration ---
0.39/0.41	c solving HOME/instance-1059967-1215125349.xml
0.39/0.41	c reading problem ... 
0.48/0.57	c reading problem named null
0.48/0.57	c reading domains done.
0.48/0.58	c reading variables done.
0.69/0.69	c reading predicates  done.
1.24/0.92	c reading constraints
60.33/56.10	c starts		: 0
60.33/56.10	c conflicts		: 0
60.33/56.10	c decisions		: 0
60.33/56.10	c propagations		: 0
60.33/56.10	c inspects		: 0
60.33/56.10	c learnt literals	: 0
60.33/56.10	c learnt binary clauses	: 0
60.33/56.10	c learnt ternary clauses	: 0
60.33/56.11	c learnt clauses	: 0
60.33/56.11	c ignored clauses	: 0
60.33/56.11	c root simplifications	: 0
60.33/56.11	c removed literals (reason simplification)	: 0
60.33/56.11	c reason swapping (by a shorter reason)	: 0
60.33/56.11	c Calls to reduceDB	: 0
60.33/56.11	c speed (assignments/second)	: 0.0
60.33/56.11	c non guided choices	0
60.33/56.11	s UNKNOWN
60.33/56.11	c Total wall clock time (in seconds) : 55.698

Verifier Data (download as text)

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

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-1059967-1215125349/watcher-1059967-1215125349 -o /tmp/evaluation-result-1059967-1215125349/solver-1059967-1215125349 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1059967-1215125349.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.95 1.96 1.98 4/80 15808
/proc/meminfo: memFree=1480960/2055920 swapFree=4121016/4192956
[pid=15808] ppid=15806 vsize=18572 CPUtime=0
/proc/15808/stat : 15808 (runsolver) R 15806 15808 14508 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1300780808 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 273952599335 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/15808/statm: 4643 292 257 25 0 2626 0

[startup+0.042767 s]
/proc/loadavg: 1.95 1.96 1.98 4/80 15808
/proc/meminfo: memFree=1480960/2055920 swapFree=4121016/4192956
[pid=15808] ppid=15806 vsize=801432 CPUtime=0.02
/proc/15808/stat : 15808 (java) S 15806 15808 14508 0 -1 0 2464 0 1 0 1 1 0 0 18 0 5 0 1300780808 820666368 2202 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/15808/statm: 200358 2202 936 9 0 197741 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 801432

[startup+0.101912 s]
/proc/loadavg: 1.95 1.96 1.98 4/80 15808
/proc/meminfo: memFree=1480960/2055920 swapFree=4121016/4192956
[pid=15808] ppid=15806 vsize=804612 CPUtime=0.08
/proc/15808/stat : 15808 (java) S 15806 15808 14508 0 -1 0 2999 0 1 0 7 1 0 0 18 0 12 0 1300780808 823922688 2732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15808/statm: 201153 2732 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301953 s]
/proc/loadavg: 1.95 1.96 1.98 4/80 15808
/proc/meminfo: memFree=1480960/2055920 swapFree=4121016/4192956
[pid=15808] ppid=15806 vsize=808276 CPUtime=0.28
/proc/15808/stat : 15808 (java) S 15806 15808 14508 0 -1 0 4964 0 1 0 26 2 0 0 18 0 12 0 1300780808 827674624 4291 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15808/statm: 202069 4291 1297 9 0 199438 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808276

[startup+0.702033 s]
/proc/loadavg: 1.95 1.96 1.98 4/80 15808
/proc/meminfo: memFree=1480960/2055920 swapFree=4121016/4192956
[pid=15808] ppid=15806 vsize=809884 CPUtime=0.88
/proc/15808/stat : 15808 (java) S 15806 15808 14508 0 -1 0 7391 0 1 0 84 4 0 0 18 0 12 0 1300780808 829321216 6308 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15808/statm: 202471 6308 1343 9 0 199833 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 809884

[startup+1.50218 s]
/proc/loadavg: 1.95 1.96 1.98 3/92 15820
/proc/meminfo: memFree=1457632/2055920 swapFree=4121016/4192956
[pid=15808] ppid=15806 vsize=818888 CPUtime=1.84
/proc/15808/stat : 15808 (java) S 15806 15808 14508 0 -1 0 12807 0 1 0 178 6 0 0 18 0 12 0 1300780808 838541312 9404 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15808/statm: 204722 9404 1367 9 0 202084 0
[pid=15808/tid=15810] ppid=15806 vsize=818888 CPUtime=0.86
/proc/15808/task/15810/stat : 15810 (java) R 15806 15808 14508 0 -1 64 5601 0 1 0 83 3 0 0 19 0 12 0 1300780810 838541312 9404 996147200 134512640 134550740 4294956032 18446744073709551615 4109192584 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15808/tid=15811] ppid=15806 vsize=818888 CPUtime=0
/proc/15808/task/15811/stat : 15811 (java) S 15806 15808 14508 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1300780811 838541312 9404 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15808/tid=15812] ppid=15806 vsize=818888 CPUtime=0
/proc/15808/task/15812/stat : 15812 (java) S 15806 15808 14508 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1300780811 838541312 9404 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15808/tid=15813] ppid=15806 vsize=818888 CPUtime=0
/proc/15808/task/15813/stat : 15813 (java) S 15806 15808 14508 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 1300780813 838541312 9404 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15808/tid=15814] ppid=15806 vsize=818888 CPUtime=0
/proc/15808/task/15814/stat : 15814 (java) S 15806 15808 14508 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1300780813 838541312 9404 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15808/tid=15815] ppid=15806 vsize=818888 CPUtime=0
/proc/15808/task/15815/stat : 15815 (java) S 15806 15808 14508 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1300780813 838541312 9404 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15808/tid=15816] ppid=15806 vsize=818888 CPUtime=0
/proc/15808/task/15816/stat : 15816 (java) S 15806 15808 14508 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1300780817 838541312 9404 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15808/tid=15817] ppid=15806 vsize=818888 CPUtime=0.41
/proc/15808/task/15817/stat : 15817 (java) R 15806 15808 14508 0 -1 64 4497 0 0 0 40 1 0 0 18 0 12 0 1300780817 838541312 9404 996147200 134512640 134550740 4294956032 18446744073709551615 104112589 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15808/tid=15818] ppid=15806 vsize=818888 CPUtime=0.54
/proc/15808/task/15818/stat : 15818 (java) S 15806 15808 14508 0 -1 64 1947 0 0 0 54 0 0 0 16 0 12 0 1300780817 838541312 9404 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15808/tid=15819] ppid=15806 vsize=818888 CPUtime=0
/proc/15808/task/15819/stat : 15819 (java) S 15806 15808 14508 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1300780817 838541312 9404 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15808/tid=15820] ppid=15806 vsize=818888 CPUtime=0
/proc/15808/task/15820/stat : 15820 (java) S 15806 15808 14508 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1300780817 838541312 9404 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 818888

[startup+3.10151 s]
/proc/loadavg: 1.95 1.96 1.98 3/92 15820
/proc/meminfo: memFree=1431072/2055920 swapFree=4121016/4192956
[pid=15808] ppid=15806 vsize=819836 CPUtime=3.57
/proc/15808/stat : 15808 (java) S 15806 15808 14508 0 -1 0 34425 0 1 0 340 17 0 0 18 0 12 0 1300780808 839512064 29658 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15808/statm: 204959 29660 1378 9 0 202321 0
[pid=15808/tid=15810] ppid=15806 vsize=819836 CPUtime=1.85
/proc/15808/task/15810/stat : 15810 (java) R 15806 15808 14508 0 -1 64 17427 0 1 0 176 9 0 0 22 0 12 0 1300780810 839512064 29660 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15808/tid=15811] ppid=15806 vsize=819836 CPUtime=0.19
/proc/15808/task/15811/stat : 15811 (java) R 15806 15808 14508 0 -1 64 4334 0 0 0 17 2 0 0 16 0 12 0 1300780811 839512064 29661 996147200 134512640 134550740 4294956032 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15808/tid=15812] ppid=15806 vsize=819836 CPUtime=0.2
/proc/15808/task/15812/stat : 15812 (java) R 15806 15808 14508 0 -1 64 4358 0 0 0 19 1 0 0 17 0 12 0 1300780811 839512064 29662 996147200 134512640 134550740 4294956032 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15808/tid=15813] ppid=15806 vsize=819836 CPUtime=0
/proc/15808/task/15813/stat : 15813 (java) S 15806 15808 14508 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1300780813 839512064 29663 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15808/tid=15814] ppid=15806 vsize=819836 CPUtime=0
/proc/15808/task/15814/stat : 15814 (java) S 15806 15808 14508 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1300780813 839512064 29664 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15808/tid=15815] ppid=15806 vsize=819836 CPUtime=0
/proc/15808/task/15815/stat : 15815 (java) S 15806 15808 14508 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1300780813 839512064 29665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15808/tid=15816] ppid=15806 vsize=819836 CPUtime=0
/proc/15808/task/15816/stat : 15816 (java) S 15806 15808 14508 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1300780817 839512064 29666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15808/tid=15817] ppid=15806 vsize=819836 CPUtime=0.6
/proc/15808/task/15817/stat : 15817 (java) S 15806 15808 14508 0 -1 64 5131 0 0 0 59 1 0 0 18 0 12 0 1300780817 839512064 29667 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15808/tid=15818] ppid=15806 vsize=819836 CPUtime=0.66
/proc/15808/task/15818/stat : 15818 (java) S 15806 15808 14508 0 -1 64 2386 0 0 0 66 0 0 0 16 0 12 0 1300780817 839512064 29668 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15808/tid=15819] ppid=15806 vsize=819836 CPUtime=0
/proc/15808/task/15819/stat : 15819 (java) S 15806 15808 14508 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1300780817 839512064 29669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15808/tid=15820] ppid=15806 vsize=819836 CPUtime=0
/proc/15808/task/15820/stat : 15820 (java) S 15806 15808 14508 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1300780817 839512064 29669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 819836

[startup+6.30213 s]
/proc/loadavg: 1.95 1.96 1.98 4/92 15820
/proc/meminfo: memFree=1319136/2055920 swapFree=4121016/4192956
[pid=15808] ppid=15806 vsize=825840 CPUtime=7.05
/proc/15808/stat : 15808 (java) S 15806 15808 14508 0 -1 0 51818 0 1 0 682 23 0 0 18 0 12 0 1300780808 845660160 44949 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15808/statm: 206460 44949 1378 9 0 203822 0
[pid=15808/tid=15810] ppid=15806 vsize=825840 CPUtime=3.79
/proc/15808/task/15810/stat : 15810 (java) R 15806 15808 14508 0 -1 64 17432 0 1 0 370 9 0 0 17 0 12 0 1300780810 845660160 44949 996147200 134512640 134550740 4294956032 18446744073709551615 4109606496 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15808/tid=15811] ppid=15806 vsize=825840 CPUtime=0.96
/proc/15808/task/15811/stat : 15811 (java) S 15806 15808 14508 0 -1 64 13487 0 0 0 91 5 0 0 17 0 12 0 1300780811 845660160 44949 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15808/tid=15812] ppid=15806 vsize=825840 CPUtime=0.98
/proc/15808/task/15812/stat : 15812 (java) S 15806 15808 14508 0 -1 64 12590 0 0 0 94 4 0 0 17 0 12 0 1300780811 845660160 44949 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15808/tid=15813] ppid=15806 vsize=825840 CPUtime=0
/proc/15808/task/15813/stat : 15813 (java) S 15806 15808 14508 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1300780813 845660160 44949 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15808/tid=15814] ppid=15806 vsize=825840 CPUtime=0
/proc/15808/task/15814/stat : 15814 (java) S 15806 15808 14508 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1300780813 845660160 44949 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15808/tid=15815] ppid=15806 vsize=825840 CPUtime=0
/proc/15808/task/15815/stat : 15815 (java) S 15806 15808 14508 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1300780813 845660160 44949 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15808/tid=15816] ppid=15806 vsize=825840 CPUtime=0
/proc/15808/task/15816/stat : 15816 (java) S 15806 15808 14508 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1300780817 845660160 44949 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15808/tid=15817] ppid=15806 vsize=825840 CPUtime=0.6
/proc/15808/task/15817/stat : 15817 (java) S 15806 15808 14508 0 -1 64 5131 0 0 0 59 1 0 0 18 0 12 0 1300780817 845660160 44949 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15808/tid=15818] ppid=15806 vsize=825840 CPUtime=0.66
/proc/15808/task/15818/stat : 15818 (java) S 15806 15808 14508 0 -1 64 2386 0 0 0 66 0 0 0 16 0 12 0 1300780817 845660160 44949 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15808/tid=15819] ppid=15806 vsize=825840 CPUtime=0
/proc/15808/task/15819/stat : 15819 (java) S 15806 15808 14508 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1300780817 845660160 44949 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15808/tid=15820] ppid=15806 vsize=825840 CPUtime=0
/proc/15808/task/15820/stat : 15820 (java) S 15806 15808 14508 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1300780817 845660160 44949 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.05
Current children cumulated vsize (KiB) 825840

[startup+12.7037 s]
/proc/loadavg: 2.11 1.99 1.99 3/92 15820
/proc/meminfo: memFree=1257568/2055920 swapFree=4121016/4192956
[pid=15808] ppid=15806 vsize=828400 CPUtime=13.89
/proc/15808/stat : 15808 (java) S 15806 15808 14508 0 -1 0 69905 0 1 0 1358 31 0 0 18 0 12 0 1300780808 848281600 61951 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15808/statm: 207100 61951 1383 9 0 204462 0
[pid=15808/tid=15810] ppid=15806 vsize=828400 CPUtime=8.5
/proc/15808/task/15810/stat : 15810 (java) R 15806 15808 14508 0 -1 64 17449 0 1 0 841 9 0 0 25 0 12 0 1300780810 848281600 61951 996147200 134512640 134550740 4294956032 18446744073709551615 4109831528 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15808/tid=15811] ppid=15806 vsize=828400 CPUtime=1.95
/proc/15808/task/15811/stat : 15811 (java) S 15806 15808 14508 0 -1 64 23064 0 0 0 186 9 0 0 16 0 12 0 1300780811 848281600 61951 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15808/tid=15812] ppid=15806 vsize=828400 CPUtime=1.91
/proc/15808/task/15812/stat : 15812 (java) S 15806 15808 14508 0 -1 64 21039 0 0 0 183 8 0 0 16 0 12 0 1300780811 848281600 61951 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15808/tid=15813] ppid=15806 vsize=828400 CPUtime=0
/proc/15808/task/15813/stat : 15813 (java) S 15806 15808 14508 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1300780813 848281600 61951 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15808/tid=15814] ppid=15806 vsize=828400 CPUtime=0
/proc/15808/task/15814/stat : 15814 (java) S 15806 15808 14508 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1300780813 848281600 61951 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15808/tid=15815] ppid=15806 vsize=828400 CPUtime=0
/proc/15808/task/15815/stat : 15815 (java) S 15806 15808 14508 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1300780813 848281600 61951 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15808/tid=15816] ppid=15806 vsize=828400 CPUtime=0
/proc/15808/task/15816/stat : 15816 (java) S 15806 15808 14508 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1300780817 848281600 61951 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15808/tid=15817] ppid=15806 vsize=828400 CPUtime=0.72
/proc/15808/task/15817/stat : 15817 (java) S 15806 15808 14508 0 -1 64 5163 0 0 0 71 1 0 0 16 0 12 0 1300780817 848281600 61951 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15808/tid=15818] ppid=15806 vsize=828400 CPUtime=0.74
/proc/15808/task/15818/stat : 15818 (java) S 15806 15808 14508 0 -1 64 2398 0 0 0 74 0 0 0 16 0 12 0 1300780817 848281600 61951 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15808/tid=15819] ppid=15806 vsize=828400 CPUtime=0
/proc/15808/task/15819/stat : 15819 (java) S 15806 15808 14508 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1300780817 848281600 61951 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15808/tid=15820] ppid=15806 vsize=828400 CPUtime=0
/proc/15808/task/15820/stat : 15820 (java) S 15806 15808 14508 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1300780817 848281600 61951 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.89
Current children cumulated vsize (KiB) 828400

[startup+25.5029 s]
/proc/loadavg: 2.31 2.04 2.01 5/92 15820
/proc/meminfo: memFree=1029408/2055920 swapFree=4121016/4192956
[pid=15808] ppid=15806 vsize=828400 CPUtime=27.54
/proc/15808/stat : 15808 (java) S 15806 15808 14508 0 -1 0 124597 0 1 0 2700 54 0 0 18 0 12 0 1300780808 848281600 116072 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15808/statm: 207100 116072 1387 9 0 204462 0
[pid=15808/tid=15810] ppid=15806 vsize=828400 CPUtime=16.11
/proc/15808/task/15810/stat : 15810 (java) R 15806 15808 14508 0 -1 64 23622 0 1 0 1600 11 0 0 25 0 12 0 1300780810 848281600 116072 996147200 134512640 134550740 4294956032 18446744073709551615 4109663041 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15808/tid=15811] ppid=15806 vsize=828400 CPUtime=4.91
/proc/15808/task/15811/stat : 15811 (java) S 15806 15808 14508 0 -1 64 51814 0 0 0 471 20 0 0 16 0 12 0 1300780811 848281600 116072 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15808/tid=15812] ppid=15806 vsize=828400 CPUtime=4.83
/proc/15808/task/15812/stat : 15812 (java) S 15806 15808 14508 0 -1 64 40798 0 0 0 466 17 0 0 16 0 12 0 1300780811 848281600 116072 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15808/tid=15813] ppid=15806 vsize=828400 CPUtime=0
/proc/15808/task/15813/stat : 15813 (java) S 15806 15808 14508 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1300780813 848281600 116072 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15808/tid=15814] ppid=15806 vsize=828400 CPUtime=0
/proc/15808/task/15814/stat : 15814 (java) S 15806 15808 14508 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1300780813 848281600 116072 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15808/tid=15815] ppid=15806 vsize=828400 CPUtime=0
/proc/15808/task/15815/stat : 15815 (java) S 15806 15808 14508 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1300780813 848281600 116072 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15808/tid=15816] ppid=15806 vsize=828400 CPUtime=0
/proc/15808/task/15816/stat : 15816 (java) S 15806 15808 14508 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1300780817 848281600 116072 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[startup+51.1029 s]
/proc/loadavg: 2.28 2.05 2.01 3/92 15820
/proc/meminfo: memFree=797920/2055920 swapFree=4121016/4192956
[pid=15808] ppid=15806 vsize=828400 CPUtime=55.2
/proc/15808/stat : 15808 (java) S 15806 15808 14508 0 -1 0 181225 0 1 0 5442 78 0 0 18 0 12 0 1300780808 848281600 171633 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15808/statm: 207100 171633 1390 9 0 204462 0
[pid=15808/tid=15810] ppid=15806 vsize=828400 CPUtime=25.93
/proc/15808/task/15810/stat : 15810 (java) S 15806 15808 14508 0 -1 64 35939 0 1 0 2577 16 0 0 18 0 12 0 1300780810 848281600 171633 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15808/tid=15811] ppid=15806 vsize=828400 CPUtime=9.35
/proc/15808/task/15811/stat : 15811 (java) S 15806 15808 14508 0 -1 64 72958 0 0 0 906 29 0 0 16 0 12 0 1300780811 848281600 171633 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15808/tid=15812] ppid=15806 vsize=828400 CPUtime=9.23
/proc/15808/task/15812/stat : 15812 (java) S 15806 15808 14508 0 -1 64 61665 0 0 0 896 27 0 0 16 0 12 0 1300780811 848281600 171633 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15808/tid=15813] ppid=15806 vsize=828400 CPUtime=8.95
/proc/15808/task/15813/stat : 15813 (java) R 15806 15808 14508 0 -1 64 2330 0 0 0 894 1 0 0 19 0 12 0 1300780813 848281600 171633 996147200 134512640 134550740 4294956032 18446744073709551615 104136483 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15808/tid=15814] ppid=15806 vsize=828400 CPUtime=0
/proc/15808/task/15814/stat : 15814 (java) S 15806 15808 14508 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1300780813 848281600 171633 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15808/tid=15815] ppid=15806 vsize=828400 CPUtime=0
/proc/15808/task/15815/stat : 15815 (java) S 15806 15808 14508 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1300780813 848281600 171633 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15808/tid=15816] ppid=15806 vsize=828400 CPUtime=0
/proc/15808/task/15816/stat : 15816 (java) S 15806 15808 14508 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1300780817 848281600 171633 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15808/tid=15817] ppid=15806 vsize=828400 CPUtime=0.81
/proc/15808/task/15817/stat : 15817 (java) S 15806 15808 14508 0 -1 64 5169 0 0 0 80 1 0 0 16 0 12 0 1300780817 848281600 171633 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15808/tid=15818] ppid=15806 vsize=828400 CPUtime=0.86
/proc/15808/task/15818/stat : 15818 (java) S 15806 15808 14508 0 -1 64 2402 0 0 0 86 0 0 0 17 0 12 0 1300780817 848281600 171633 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15808/tid=15819] ppid=15806 vsize=828400 CPUtime=0
/proc/15808/task/15819/stat : 15819 (java) S 15806 15808 14508 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1300780817 848281600 171633 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15808/tid=15820] ppid=15806 vsize=828400 CPUtime=0
/proc/15808/task/15820/stat : 15820 (java) S 15806 15808 14508 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1300780817 848281600 171633 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 55.2
Current children cumulated vsize (KiB) 828400



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+54.2015 s]
/proc/loadavg: 2.28 2.05 2.01 3/92 15820
/proc/meminfo: memFree=736544/2055920 swapFree=4121016/4192956
[pid=15808] ppid=15806 vsize=924408 CPUtime=58.44
/proc/15808/stat : 15808 (java) S 15806 15808 14508 0 -1 0 204778 0 1 0 5757 87 0 0 18 0 12 0 1300780808 946593792 187682 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15808/statm: 231102 187689 1390 9 0 228464 0
[pid=15808/tid=15810] ppid=15806 vsize=924408 CPUtime=26.56
/proc/15808/task/15810/stat : 15810 (java) S 15806 15808 14508 0 -1 64 35940 0 1 0 2640 16 0 0 18 0 12 0 1300780810 946593792 187710 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15808/tid=15811] ppid=15806 vsize=924408 CPUtime=9.56
/proc/15808/task/15811/stat : 15811 (java) S 15806 15808 14508 0 -1 64 72958 0 0 0 927 29 0 0 16 0 12 0 1300780811 946593792 187722 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15808/tid=15812] ppid=15806 vsize=924408 CPUtime=9.43
/proc/15808/task/15812/stat : 15812 (java) S 15806 15808 14508 0 -1 64 61665 0 0 0 916 27 0 0 16 0 12 0 1300780811 946593792 187733 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15808/tid=15813] ppid=15806 vsize=924408 CPUtime=10.99
/proc/15808/task/15813/stat : 15813 (java) R 15806 15808 14508 0 -1 64 25924 0 0 0 1089 10 0 0 17 0 12 0 1300780813 946593792 187743 996147200 134512640 134550740 4294956032 18446744073709551615 103550884 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15808/tid=15814] ppid=15806 vsize=924408 CPUtime=0
/proc/15808/task/15814/stat : 15814 (java) S 15806 15808 14508 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1300780813 946593792 187753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15808/tid=15815] ppid=15806 vsize=924408 CPUtime=0
/proc/15808/task/15815/stat : 15815 (java) S 15806 15808 14508 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1300780813 946593792 187762 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15808/tid=15816] ppid=15806 vsize=924408 CPUtime=0
/proc/15808/task/15816/stat : 15816 (java) S 15806 15808 14508 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1300780817 946593792 187771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15808/tid=15817] ppid=15806 vsize=924408 CPUtime=0.87
/proc/15808/task/15817/stat : 15817 (java) S 15806 15808 14508 0 -1 64 5183 0 0 0 86 1 0 0 17 0 12 0 1300780817 946593792 187779 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15808/tid=15818] ppid=15806 vsize=924408 CPUtime=0.97
/proc/15808/task/15818/stat : 15818 (java) S 15806 15808 14508 0 -1 64 2408 0 0 0 97 0 0 0 17 0 12 0 1300780817 946593792 187787 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15808/tid=15819] ppid=15806 vsize=924408 CPUtime=0
/proc/15808/task/15819/stat : 15819 (java) S 15806 15808 14508 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1300780817 946593792 187796 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15808/tid=15820] ppid=15806 vsize=924408 CPUtime=0
/proc/15808/task/15820/stat : 15820 (java) S 15806 15808 14508 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1300780817 946593792 187806 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 58.44
Current children cumulated vsize (KiB) 924408

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+55.0067 s]
/proc/loadavg: 2.26 2.05 2.01 3/93 15821
/proc/meminfo: memFree=733272/2055920 swapFree=4121016/4192956
[pid=15808] ppid=15806 vsize=892404 CPUtime=59.24
/proc/15808/stat : 15808 (java) S 15806 15808 14508 0 -1 0 212773 0 1 0 5834 90 0 0 16 0 12 0 1300780808 913821696 187674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15808/statm: 223101 187674 1390 9 0 220463 0
[pid=15808/tid=15810] ppid=15806 vsize=892404 CPUtime=26.56
/proc/15808/task/15810/stat : 15810 (java) S 15806 15808 14508 0 -1 64 35940 0 1 0 2640 16 0 0 18 0 12 0 1300780810 913821696 187674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15808/tid=15811] ppid=15806 vsize=892404 CPUtime=9.56
/proc/15808/task/15811/stat : 15811 (java) S 15806 15808 14508 0 -1 64 72958 0 0 0 927 29 0 0 16 0 12 0 1300780811 913821696 187674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15808/tid=15812] ppid=15806 vsize=892404 CPUtime=9.43
/proc/15808/task/15812/stat : 15812 (java) S 15806 15808 14508 0 -1 64 61665 0 0 0 916 27 0 0 16 0 12 0 1300780811 913821696 187674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15808/tid=15813] ppid=15806 vsize=892404 CPUtime=11.78
/proc/15808/task/15813/stat : 15813 (java) R 15806 15808 14508 0 -1 64 33856 0 0 0 1165 13 0 0 18 0 12 0 1300780813 913821696 187674 996147200 134512640 134550740 4294956032 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15808/tid=15814] ppid=15806 vsize=892404 CPUtime=0
/proc/15808/task/15814/stat : 15814 (java) S 15806 15808 14508 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1300780813 913821696 187674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15808/tid=15815] ppid=15806 vsize=892404 CPUtime=0
/proc/15808/task/15815/stat : 15815 (java) S 15806 15808 14508 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1300780813 913821696 187674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15808/tid=15816] ppid=15806 vsize=892404 CPUtime=0
/proc/15808/task/15816/stat : 15816 (java) S 15806 15808 14508 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1300780817 913821696 187674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15808/tid=15817] ppid=15806 vsize=892404 CPUtime=0.87
/proc/15808/task/15817/stat : 15817 (java) S 15806 15808 14508 0 -1 64 5183 0 0 0 86 1 0 0 17 0 12 0 1300780817 913821696 187674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15808/tid=15818] ppid=15806 vsize=892404 CPUtime=0.97
/proc/15808/task/15818/stat : 15818 (java) S 15806 15808 14508 0 -1 64 2408 0 0 0 97 0 0 0 17 0 12 0 1300780817 913821696 187674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15808/tid=15819] ppid=15806 vsize=892404 CPUtime=0
/proc/15808/task/15819/stat : 15819 (java) S 15806 15808 14508 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1300780817 913821696 187674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15808/tid=15820] ppid=15806 vsize=892404 CPUtime=0
/proc/15808/task/15820/stat : 15820 (java) S 15806 15808 14508 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1300780817 913821696 187674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 59.24
Current children cumulated vsize (KiB) 892404

[startup+55.8019 s]
/proc/loadavg: 2.26 2.05 2.01 3/93 15821
/proc/meminfo: memFree=733272/2055920 swapFree=4121016/4192956
[pid=15808] ppid=15806 vsize=892404 CPUtime=60.03
/proc/15808/stat : 15808 (java) S 15806 15808 14508 0 -1 0 212773 0 1 0 5913 90 0 0 16 0 12 0 1300780808 913821696 187674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15808/statm: 223101 187674 1390 9 0 220463 0
[pid=15808/tid=15810] ppid=15806 vsize=892404 CPUtime=26.56
/proc/15808/task/15810/stat : 15810 (java) S 15806 15808 14508 0 -1 64 35940 0 1 0 2640 16 0 0 18 0 12 0 1300780810 913821696 187674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15808/tid=15811] ppid=15806 vsize=892404 CPUtime=9.56
/proc/15808/task/15811/stat : 15811 (java) S 15806 15808 14508 0 -1 64 72958 0 0 0 927 29 0 0 16 0 12 0 1300780811 913821696 187674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15808/tid=15812] ppid=15806 vsize=892404 CPUtime=9.43
/proc/15808/task/15812/stat : 15812 (java) S 15806 15808 14508 0 -1 64 61665 0 0 0 916 27 0 0 16 0 12 0 1300780811 913821696 187674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15808/tid=15813] ppid=15806 vsize=892404 CPUtime=12.58
/proc/15808/task/15813/stat : 15813 (java) R 15806 15808 14508 0 -1 64 33856 0 0 0 1245 13 0 0 20 0 12 0 1300780813 913821696 187674 996147200 134512640 134550740 4294956032 18446744073709551615 105852584 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15808/tid=15814] ppid=15806 vsize=892404 CPUtime=0
/proc/15808/task/15814/stat : 15814 (java) S 15806 15808 14508 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1300780813 913821696 187674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15808/tid=15815] ppid=15806 vsize=892404 CPUtime=0
/proc/15808/task/15815/stat : 15815 (java) S 15806 15808 14508 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1300780813 913821696 187674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15808/tid=15816] ppid=15806 vsize=892404 CPUtime=0
/proc/15808/task/15816/stat : 15816 (java) S 15806 15808 14508 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1300780817 913821696 187674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15808/tid=15817] ppid=15806 vsize=892404 CPUtime=0.87
/proc/15808/task/15817/stat : 15817 (java) S 15806 15808 14508 0 -1 64 5183 0 0 0 86 1 0 0 17 0 12 0 1300780817 913821696 187674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15808/tid=15818] ppid=15806 vsize=892404 CPUtime=0.97
/proc/15808/task/15818/stat : 15818 (java) S 15806 15808 14508 0 -1 64 2408 0 0 0 97 0 0 0 17 0 12 0 1300780817 913821696 187674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15808/tid=15819] ppid=15806 vsize=892404 CPUtime=0
/proc/15808/task/15819/stat : 15819 (java) S 15806 15808 14508 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1300780817 913821696 187674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15808/tid=15820] ppid=15806 vsize=892404 CPUtime=0
/proc/15808/task/15820/stat : 15820 (java) S 15806 15808 14508 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1300780817 913821696 187674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 60.03
Current children cumulated vsize (KiB) 892404

[startup+56.2029 s]
/proc/loadavg: 2.26 2.05 2.01 3/93 15821
/proc/meminfo: memFree=729368/2055920 swapFree=4121016/4192956
[pid=15808] ppid=15806 vsize=829048 CPUtime=60.43
/proc/15808/stat : 15808 (java) S 15806 15808 14508 0 -1 0 213801 0 1 0 5952 91 0 0 16 0 11 0 1300780808 848945152 172701 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15808/statm: 207262 172701 1391 9 0 204624 0
[pid=15808/tid=15810] ppid=15806 vsize=829048 CPUtime=26.72
/proc/15808/task/15810/stat : 15810 (java) R 15806 15808 14508 0 -1 64 35940 0 1 0 2656 16 0 0 18 0 11 0 1300780810 848945152 172701 996147200 134512640 134550740 4294956032 18446744073709551615 4109944611 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15808/tid=15811] ppid=15806 vsize=829048 CPUtime=9.56
/proc/15808/task/15811/stat : 15811 (java) S 15806 15808 14508 0 -1 64 72958 0 0 0 927 29 0 0 16 0 11 0 1300780811 848945152 172701 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15808/tid=15812] ppid=15806 vsize=829048 CPUtime=9.43
/proc/15808/task/15812/stat : 15812 (java) S 15806 15808 14508 0 -1 64 61665 0 0 0 916 27 0 0 16 0 11 0 1300780811 848945152 172701 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15808/tid=15813] ppid=15806 vsize=829048 CPUtime=12.82
/proc/15808/task/15813/stat : 15813 (java) R 15806 15808 14508 0 -1 64 34866 0 0 0 1268 14 0 0 20 0 11 0 1300780813 848945152 172701 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15808/tid=15814] ppid=15806 vsize=829048 CPUtime=0
/proc/15808/task/15814/stat : 15814 (java) S 15806 15808 14508 0 -1 64 9 0 0 0 0 0 0 0 16 0 11 0 1300780813 848945152 172701 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15808/tid=15815] ppid=15806 vsize=829048 CPUtime=0
/proc/15808/task/15815/stat : 15815 (java) S 15806 15808 14508 0 -1 64 6 0 0 0 0 0 0 0 16 0 11 0 1300780813 848945152 172701 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15808/tid=15817] ppid=15806 vsize=829048 CPUtime=0.87
/proc/15808/task/15817/stat : 15817 (java) S 15806 15808 14508 0 -1 64 5183 0 0 0 86 1 0 0 17 0 11 0 1300780817 848945152 172701 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15808/tid=15818] ppid=15806 vsize=829048 CPUtime=0.97
/proc/15808/task/15818/stat : 15818 (java) S 15806 15808 14508 0 -1 64 2408 0 0 0 97 0 0 0 17 0 11 0 1300780817 848945152 172701 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15808/tid=15819] ppid=15806 vsize=829048 CPUtime=0
/proc/15808/task/15819/stat : 15819 (java) S 15806 15808 14508 0 -1 64 0 0 0 0 0 0 0 0 20 0 11 0 1300780817 848945152 172701 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 60.43
Current children cumulated vsize (KiB) 829048

[startup+56.3032 s]
/proc/loadavg: 2.26 2.05 2.01 3/93 15821
/proc/meminfo: memFree=729368/2055920 swapFree=4121016/4192956
[pid=15808] ppid=15806 vsize=0 CPUtime=60.53
/proc/15808/stat : 15808 (java) Z 15806 15808 14508 0 -1 1036 213801 0 1 0 5954 99 0 0 16 0 2 0 1300780808 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15808/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 60.53
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 56.3321
CPU time (s): 60.5698
CPU user time (s): 59.5429
CPU system time (s): 1.02684
CPU usage (%): 107.523
Max. virtual memory (cumulated for all children) (KiB): 924408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 59.5429
system time used= 1.02684
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 213801
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= 2456
involuntary context switches= 3599

runsolver used 0.083987 second user time and 0.234964 second system time

The end

Launcher Data (download as text)

Begin job on node20 at 2008-07-04 00:49:09
IDJOB=1059967
IDBENCH=54394
IDSOLVER=344
FILE ID=node20/1059967-1215125349
PBS_JOBID= 7877164
Free space on /tmp= 66540 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ccef628c9aaef46d60130fc11495bfeb
RANDOM SEED=828089433

node20.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.263
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.263
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:       1481440 kB
Buffers:         59332 kB
Cached:         312408 kB
SwapCached:      65840 kB
Active:         288760 kB
Inactive:       212036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1481440 kB
SwapTotal:     4192956 kB
SwapFree:      4121016 kB
Dirty:            1116 kB
Writeback:           0 kB
Mapped:         144336 kB
Slab:            58656 kB
Committed_AS:  3415780 kB
PageTables:       2052 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 node20 at 2008-07-04 00:50:05