Trace number 2072380

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
Sugar v1.14.6+minisat? (TO) 798.985 2050.68

General information on the benchmark

Namecsp/pseudoGLB/
normalized-reduced-prob3.xml
MD5SUMe9fd797fc7f94dfb67a5763e936a65c7
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.007998
Satisfiable
(Un)Satisfiability was proved
Number of variables52
Number of constraints2
Maximum constraint arity52
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(2)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 01:53:26 2009
0.00/0.07	c 0	PID 18962
0.06/0.07	c 0	HOST node80.alineos.net
0.06/0.07	c 0	CONVERTING HOME/instance-2072380-1247356406.xml TO HOME/temp.csp
0.06/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2072380-1247356406.xml' 'HOME/temp.csp'
0.06/0.22	c 0	1 domains, 52 variables, 0 predicates, 0 relations, 2 constraints
0.06/0.23	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.23	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.21/0.30	c 0	Parsing HOME/temp.csp
0.21/0.33	c 0	parsed 55 expressions
0.21/0.34	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.21/0.34	c 0	Converting to clausal form CSP
0.21/0.36	c 0	converted 6 (10%) expressions
0.21/0.36	c 0	converted 11 (20%) expressions
0.21/0.36	c 0	converted 17 (30%) expressions
0.21/0.36	c 0	converted 22 (40%) expressions
0.21/0.36	c 0	converted 28 (50%) expressions
0.21/0.36	c 0	converted 33 (60%) expressions
0.21/0.36	c 0	converted 39 (70%) expressions
0.21/0.36	c 0	converted 44 (80%) expressions
0.21/0.36	c 0	converted 50 (90%) expressions
0.21/0.42	c 0	converted 55 (100%) expressions
0.21/0.42	c 0	CSP : 70 integers, 0 booleans, 38 clauses, largest domain size 176229
0.21/0.42	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.21/0.42	c 0	Propagation in CSP
0.21/0.43	c 0	250173 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.21/0.43	c 0	CSP : 70 integers, 0 booleans, 38 clauses, largest domain size 176229
0.21/0.43	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.21/0.43	c 0	Simplifing CSP by introducing new Boolean variables
0.21/0.43	c 0	CSP : 70 integers, 0 booleans, 38 clauses, largest domain size 176229
0.21/0.43	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.21/0.45	c 0	Encoding CSP to SAT : HOME/temp.cnf
0.21/0.45	c 0	7 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.21/0.45	c 0	14 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.21/0.46	c 0	21 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.21/0.46	c 0	28 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.21/0.46	c 0	35 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.21/0.46	c 0	42 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.21/0.46	c 0	49 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.21/0.67	c 1	56 (80%) CSP integer variables are encoded (156648 clauses, 2441312 bytes)
1.05/1.13	c 1	63 (90%) CSP integer variables are encoded (528684 clauses, 8765924 bytes)
1.95/2.09	c 2	70 (100%) CSP integer variables are encoded (1322751 clauses, 22910700 bytes)
2.04/2.12	c 2	4 (10%) CSP clauses are encoded (1323632 clauses, 22931356 bytes)
797.36/2000.02	c ERROR INTERRUPTED
797.36/2000.75	s UNKNOWN
797.36/2000.75	c 2001	CPU 0.21 (0.05 0.01 0.13 0.02)
797.36/2000.75	c 2001	END Sun Jul 12 02:26:47 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2072380-1247356406/watcher-2072380-1247356406 -o /tmp/evaluation-result-2072380-1247356406/solver-2072380-1247356406 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2072380-1247356406.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.00 2.00 4/82 18962
/proc/meminfo: memFree=1853272/2055920 swapFree=4192812/4192956
[pid=18962] ppid=18960 vsize=18576 CPUtime=0
/proc/18962/stat : 18962 (runsolver) R 18960 18962 17899 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 22705183 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 226686987559 0 0 4096 24578 0 0 0 17 0 0 0
/proc/18962/statm: 4644 284 249 26 0 2626 0

[startup+0.0753249 s]
/proc/loadavg: 2.01 2.00 2.00 4/82 18962
/proc/meminfo: memFree=1853272/2055920 swapFree=4192812/4192956
[pid=18962] ppid=18960 vsize=16740 CPUtime=0.06
/proc/18962/stat : 18962 (sugar) S 18960 18962 17899 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 22705183 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18962/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101861 s]
/proc/loadavg: 2.01 2.00 2.00 4/82 18962
/proc/meminfo: memFree=1853272/2055920 swapFree=4192812/4192956
[pid=18962] ppid=18960 vsize=16868 CPUtime=0.06
/proc/18962/stat : 18962 (sugar) S 18960 18962 17899 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 22705183 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18962/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301899 s]
/proc/loadavg: 2.01 2.00 2.00 4/82 18962
/proc/meminfo: memFree=1853272/2055920 swapFree=4192812/4192956
[pid=18962] ppid=18960 vsize=16868 CPUtime=0.21
/proc/18962/stat : 18962 (sugar) S 18960 18962 17899 0 -1 4194304 1292 4161 0 1 5 1 13 2 16 0 1 0 22705183 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18962/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 16868

[startup+0.701979 s]
/proc/loadavg: 2.01 2.00 2.00 4/82 18962
/proc/meminfo: memFree=1853272/2055920 swapFree=4192812/4192956
[pid=18962] ppid=18960 vsize=16868 CPUtime=0.21
/proc/18962/stat : 18962 (sugar) S 18960 18962 17899 0 -1 4194304 1310 4161 0 1 5 1 13 2 15 0 1 0 22705183 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18962/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 16868

[startup+1.50214 s]
/proc/loadavg: 2.01 2.00 2.00 3/93 18984
/proc/meminfo: memFree=1836224/2055920 swapFree=4192812/4192956
[pid=18962] ppid=18960 vsize=16868 CPUtime=0.21
/proc/18962/stat : 18962 (sugar) S 18960 18962 17899 0 -1 4194304 1310 4161 0 1 5 1 13 2 15 0 1 0 22705183 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18962/statm: 4217 1111 409 3 0 796 0
[pid=18975] ppid=18962 vsize=5356 CPUtime=0
/proc/18975/stat : 18975 (sh) S 18962 18962 17899 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22705207 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18975/statm: 1339 233 193 169 0 50 0
[pid=18976] ppid=18975 vsize=864424 CPUtime=1.24
/proc/18976/stat : 18976 (java) S 18975 18962 17899 0 -1 0 5312 0 1 0 111 13 0 0 19 0 9 0 22705207 885170176 4259 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18976/statm: 216106 4259 2589 9 0 210583 0
[pid=18976/tid=18977] ppid=18975 vsize=864424 CPUtime=1.04
/proc/18976/task/18977/stat : 18977 (java) R 18975 18962 17899 0 -1 64 3041 0 1 0 95 9 0 0 25 0 9 0 22705208 885170176 4259 996147200 134512640 134550932 4294955936 18446744073709551615 4126500503 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18976/tid=18978] ppid=18975 vsize=864424 CPUtime=0.12
/proc/18976/task/18978/stat : 18978 (java) S 18975 18962 17899 0 -1 64 1255 0 0 0 10 2 0 0 16 0 9 0 22705209 885170176 4259 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18976/tid=18979] ppid=18975 vsize=864424 CPUtime=0
/proc/18976/task/18979/stat : 18979 (java) S 18975 18962 17899 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22705209 885170176 4259 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18976/tid=18980] ppid=18975 vsize=864424 CPUtime=0
/proc/18976/task/18980/stat : 18980 (java) S 18975 18962 17899 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22705209 885170176 4259 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18976/tid=18981] ppid=18975 vsize=864424 CPUtime=0
/proc/18976/task/18981/stat : 18981 (java) S 18975 18962 17899 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22705211 885170176 4259 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18976/tid=18982] ppid=18975 vsize=864424 CPUtime=0.05
/proc/18976/task/18982/stat : 18982 (java) S 18975 18962 17899 0 -1 64 316 0 0 0 5 0 0 0 16 0 9 0 22705211 885170176 4259 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18976/tid=18983] ppid=18975 vsize=864424 CPUtime=0
/proc/18976/task/18983/stat : 18983 (java) S 18975 18962 17899 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22705211 885170176 4259 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18976/tid=18984] ppid=18975 vsize=864424 CPUtime=0
/proc/18976/task/18984/stat : 18984 (java) S 18975 18962 17899 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22705211 885170176 4259 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 886648

[startup+3.10248 s]
/proc/loadavg: 2.01 2.00 2.00 4/93 18984
/proc/meminfo: memFree=1819968/2055920 swapFree=4192812/4192956
[pid=18962] ppid=18960 vsize=16868 CPUtime=0.21
/proc/18962/stat : 18962 (sugar) S 18960 18962 17899 0 -1 4194304 1310 4161 0 1 5 1 13 2 16 0 1 0 22705183 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18962/statm: 4217 1111 409 3 0 796 0
[pid=18975] ppid=18962 vsize=5356 CPUtime=0
/proc/18975/stat : 18975 (sh) S 18962 18962 17899 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22705207 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18975/statm: 1339 233 193 169 0 50 0
[pid=18976] ppid=18975 vsize=864424 CPUtime=2.83
/proc/18976/stat : 18976 (java) S 18975 18962 17899 0 -1 0 5878 0 1 0 253 30 0 0 19 0 9 0 22705207 885170176 4264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18976/statm: 216106 4264 2589 9 0 210583 0
[pid=18976/tid=18977] ppid=18975 vsize=864424 CPUtime=2.49
/proc/18976/task/18977/stat : 18977 (java) R 18975 18962 17899 0 -1 64 3603 0 1 0 226 23 0 0 25 0 9 0 22705208 885170176 4264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18976/tid=18978] ppid=18975 vsize=864424 CPUtime=0.25
/proc/18976/task/18978/stat : 18978 (java) S 18975 18962 17899 0 -1 64 1255 0 0 0 20 5 0 0 16 0 9 0 22705209 885170176 4264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18976/tid=18979] ppid=18975 vsize=864424 CPUtime=0
/proc/18976/task/18979/stat : 18979 (java) S 18975 18962 17899 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22705209 885170176 4264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18976/tid=18980] ppid=18975 vsize=864424 CPUtime=0
/proc/18976/task/18980/stat : 18980 (java) S 18975 18962 17899 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22705209 885170176 4264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18976/tid=18981] ppid=18975 vsize=864424 CPUtime=0
/proc/18976/task/18981/stat : 18981 (java) S 18975 18962 17899 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22705211 885170176 4264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18976/tid=18982] ppid=18975 vsize=864424 CPUtime=0.06
/proc/18976/task/18982/stat : 18982 (java) S 18975 18962 17899 0 -1 64 320 0 0 0 6 0 0 0 17 0 9 0 22705211 885170176 4264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18976/tid=18983] ppid=18975 vsize=864424 CPUtime=0
/proc/18976/task/18983/stat : 18983 (java) S 18975 18962 17899 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22705211 885170176 4264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18976/tid=18984] ppid=18975 vsize=864424 CPUtime=0
/proc/18976/task/18984/stat : 18984 (java) S 18975 18962 17899 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22705211 885170176 4264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 886648

[startup+6.30212 s]
/proc/loadavg: 2.01 2.00 2.00 3/93 18984
/proc/meminfo: memFree=1777920/2055920 swapFree=4192812/4192956
[pid=18962] ppid=18960 vsize=16868 CPUtime=0.21
/proc/18962/stat : 18962 (sugar) S 18960 18962 17899 0 -1 4194304 1310 4161 0 1 5 1 13 2 16 0 1 0 22705183 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18962/statm: 4217 1111 409 3 0 796 0
[pid=18975] ppid=18962 vsize=5356 CPUtime=0
/proc/18975/stat : 18975 (sh) S 18962 18962 17899 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22705207 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18975/statm: 1339 233 193 169 0 50 0
[pid=18976] ppid=18975 vsize=864424 CPUtime=5.98
/proc/18976/stat : 18976 (java) S 18975 18962 17899 0 -1 0 7034 0 1 0 539 59 0 0 19 0 9 0 22705207 885170176 4264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18976/statm: 216106 4264 2589 9 0 210583 0
[pid=18976/tid=18977] ppid=18975 vsize=864424 CPUtime=5.37
/proc/18976/task/18977/stat : 18977 (java) R 18975 18962 17899 0 -1 64 4759 0 1 0 491 46 0 0 25 0 9 0 22705208 885170176 4264 996147200 134512640 134550932 4294955936 18446744073709551615 4126510468 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18976/tid=18978] ppid=18975 vsize=864424 CPUtime=0.53
/proc/18976/task/18978/stat : 18978 (java) S 18975 18962 17899 0 -1 64 1255 0 0 0 41 12 0 0 16 0 9 0 22705209 885170176 4264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18976/tid=18979] ppid=18975 vsize=864424 CPUtime=0
/proc/18976/task/18979/stat : 18979 (java) S 18975 18962 17899 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22705209 885170176 4264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18976/tid=18980] ppid=18975 vsize=864424 CPUtime=0
/proc/18976/task/18980/stat : 18980 (java) S 18975 18962 17899 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22705209 885170176 4264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18976/tid=18981] ppid=18975 vsize=864424 CPUtime=0
/proc/18976/task/18981/stat : 18981 (java) S 18975 18962 17899 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22705211 885170176 4264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18976/tid=18982] ppid=18975 vsize=864424 CPUtime=0.06
/proc/18976/task/18982/stat : 18982 (java) S 18975 18962 17899 0 -1 64 320 0 0 0 6 0 0 0 17 0 9 0 22705211 885170176 4264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18976/tid=18983] ppid=18975 vsize=864424 CPUtime=0
/proc/18976/task/18983/stat : 18983 (java) S 18975 18962 17899 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22705211 885170176 4264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18976/tid=18984] ppid=18975 vsize=864424 CPUtime=0
/proc/18976/task/18984/stat : 18984 (java) S 18975 18962 17899 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22705211 885170176 4264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 886648

[startup+12.7024 s]
/proc/loadavg: 2.09 2.02 2.00 3/93 18984
/proc/meminfo: memFree=1712472/2055920 swapFree=4192812/4192956
[pid=18962] ppid=18960 vsize=16868 CPUtime=0.21
/proc/18962/stat : 18962 (sugar) S 18960 18962 17899 0 -1 4194304 1310 4161 0 1 5 1 13 2 16 0 1 0 22705183 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18962/statm: 4217 1111 409 3 0 796 0
[pid=18975] ppid=18962 vsize=5356 CPUtime=0
/proc/18975/stat : 18975 (sh) S 18962 18962 17899 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22705207 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18975/statm: 1339 233 193 169 0 50 0
[pid=18976] ppid=18975 vsize=864424 CPUtime=10.96
/proc/18976/stat : 18976 (java) S 18975 18962 17899 0 -1 0 8842 0 1 0 987 109 0 0 19 0 9 0 22705207 885170176 4265 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18976/statm: 216106 4265 2589 9 0 210583 0
[pid=18976/tid=18977] ppid=18975 vsize=864424 CPUtime=9.93
/proc/18976/task/18977/stat : 18977 (java) R 18975 18962 17899 0 -1 64 6566 0 1 0 908 85 0 0 25 0 9 0 22705208 885170176 4265 996147200 134512640 134550932 4294955936 18446744073709551615 4126502487 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18976/tid=18978] ppid=18975 vsize=864424 CPUtime=0.93
/proc/18976/task/18978/stat : 18978 (java) S 18975 18962 17899 0 -1 64 1256 0 0 0 71 22 0 0 16 0 9 0 22705209 885170176 4265 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18976/tid=18979] ppid=18975 vsize=864424 CPUtime=0
/proc/18976/task/18979/stat : 18979 (java) S 18975 18962 17899 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22705209 885170176 4265 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18976/tid=18980] ppid=18975 vsize=864424 CPUtime=0
/proc/18976/task/18980/stat : 18980 (java) S 18975 18962 17899 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22705209 885170176 4265 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18976/tid=18981] ppid=18975 vsize=864424 CPUtime=0
/proc/18976/task/18981/stat : 18981 (java) S 18975 18962 17899 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22705211 885170176 4265 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18976/tid=18982] ppid=18975 vsize=864424 CPUtime=0.06
/proc/18976/task/18982/stat : 18982 (java) S 18975 18962 17899 0 -1 64 320 0 0 0 6 0 0 0 17 0 9 0 22705211 885170176 4265 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18976/tid=18983] ppid=18975 vsize=864424 CPUtime=0
/proc/18976/task/18983/stat : 18983 (java) S 18975 18962 17899 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22705211 885170176 4265 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18976/tid=18984] ppid=18975 vsize=864424 CPUtime=0
/proc/18976/task/18984/stat : 18984 (java) S 18975 18962 17899 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22705211 885170176 4265 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.17
Current children cumulated vsize (KiB) 886648

[startup+25.502 s]
/proc/loadavg: 2.67 2.14 2.05 3/93 18984
/proc/meminfo: memFree=1547800/2055920 swapFree=4192812/4192956
[pid=18962] ppid=18960 vsize=16868 CPUtime=0.21
/proc/18962/stat : 18962 (sugar) S 18960 18962 17899 0 -1 4194304 1310 4161 0 1 5 1 13 2 16 0 1 0 22705183 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18962/statm: 4217 1111 409 3 0 796 0
[pid=18975] ppid=18962 vsize=5356 CPUtime=0
/proc/18975/stat : 18975 (sh) S 18962 18962 17899 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22705207 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18975/statm: 1339 233 193 169 0 50 0
[pid=18976] ppid=18975 vsize=864424 CPUtime=23.03
/proc/18976/stat : 18976 (java) S 18975 18962 17899 0 -1 0 13270 0 1 0 2082 221 0 0 19 0 9 0 22705207 885170176 4266 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18976/statm: 216106 4266 2589 9 0 210583 0
[pid=18976/tid=18977] ppid=18975 vsize=864424 CPUtime=21.01
/proc/18976/task/18977/stat : 18977 (java) R 18975 18962 17899 0 -1 64 10993 0 1 0 1928 173 0 0 25 0 9 0 22705208 885170176 4266 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18976/tid=18978] ppid=18975 vsize=864424 CPUtime=1.93
/proc/18976/task/18978/stat : 18978 (java) S 18975 18962 17899 0 -1 64 1257 0 0 0 146 47 0 0 16 0 9 0 22705209 885170176 4266 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18976/tid=18979] ppid=18975 vsize=864424 CPUtime=0
/proc/18976/task/18979/stat : 18979 (java) S 18975 18962 17899 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22705209 885170176 4266 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18976/tid=18980] ppid=18975 vsize=864424 CPUtime=0
/proc/18976/task/18980/stat : 18980 (java) S 18975 18962 17899 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22705209 885170176 4266 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18976/tid=18981] ppid=18975 vsize=864424 CPUtime=0

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




Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2000 s]
/proc/loadavg: 5.06 5.11 4.85 1/84 19613
/proc/meminfo: memFree=444832/2055920 swapFree=4192812/4192956
[pid=18962] ppid=18960 vsize=16868 CPUtime=0.21
/proc/18962/stat : 18962 (sugar) S 18960 18962 17899 0 -1 4194304 1310 4161 0 1 5 1 13 2 16 0 1 0 22705183 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18962/statm: 4217 1111 409 3 0 796 0
[pid=18975] ppid=18962 vsize=5356 CPUtime=0
/proc/18975/stat : 18975 (sh) S 18962 18962 17899 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22705207 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18975/statm: 1339 233 193 169 0 50 0
[pid=18976] ppid=18975 vsize=864424 CPUtime=797.15
/proc/18976/stat : 18976 (java) S 18975 18962 17899 0 -1 0 287828 0 1 0 71624 8091 0 0 19 0 9 0 22705207 885170176 4342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18976/statm: 216106 4342 2589 9 0 210583 0
[pid=18976/tid=18977] ppid=18975 vsize=864424 CPUtime=736.74
/proc/18976/task/18977/stat : 18977 (java) D 18975 18962 17899 0 -1 64 285475 0 1 0 67061 6613 0 0 17 0 9 0 22705208 885170176 4342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 0 0 0
[pid=18976/tid=18978] ppid=18975 vsize=864424 CPUtime=60.32
/proc/18976/task/18978/stat : 18978 (java) S 18975 18962 17899 0 -1 64 1333 0 0 0 4556 1476 0 0 16 0 9 0 22705209 885170176 4342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18976/tid=18979] ppid=18975 vsize=864424 CPUtime=0
/proc/18976/task/18979/stat : 18979 (java) S 18975 18962 17899 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22705209 885170176 4342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18976/tid=18980] ppid=18975 vsize=864424 CPUtime=0
/proc/18976/task/18980/stat : 18980 (java) S 18975 18962 17899 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22705209 885170176 4342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18976/tid=18981] ppid=18975 vsize=864424 CPUtime=0
/proc/18976/task/18981/stat : 18981 (java) S 18975 18962 17899 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22705211 885170176 4342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18976/tid=18982] ppid=18975 vsize=864424 CPUtime=0.06
/proc/18976/task/18982/stat : 18982 (java) S 18975 18962 17899 0 -1 64 320 0 0 0 6 0 0 0 17 0 9 0 22705211 885170176 4342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18976/tid=18983] ppid=18975 vsize=864424 CPUtime=0
/proc/18976/task/18983/stat : 18983 (java) S 18975 18962 17899 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22705211 885170176 4342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18976/tid=18984] ppid=18975 vsize=864424 CPUtime=0
/proc/18976/task/18984/stat : 18984 (java) S 18975 18962 17899 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22705211 885170176 4342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 797.36
Current children cumulated vsize (KiB) 886648
heavy processes:

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

############
# WARNING:
# current cumulated CPU time (0.21 s) is less than in the last sample (797.36 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (797.15 s) to the 'lost time'.

[startup+2000.7 s]
/proc/loadavg: 5.06 5.11 4.85 1/84 19613
/proc/meminfo: memFree=444832/2055920 swapFree=4192812/4192956
[pid=18962] ppid=18960 vsize=16868 CPUtime=0.21
/proc/18962/stat : 18962 (sugar) S 18960 18962 17899 0 -1 4194304 1323 4161 0 1 5 1 13 2 16 0 1 0 22705183 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/18962/statm: 4217 1112 409 3 0 796 0
[pid=18975] ppid=18962 vsize=0 CPUtime=0
/proc/18975/stat : 18975 (sh) Z 18962 18962 17899 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 22705207 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/18975/statm: 0 0 0 0 0 0 0
[pid=18976] ppid=1 vsize=0 CPUtime=797.15
/proc/18976/stat : 18976 (java) Z 1 18962 17899 0 -1 1036 287847 0 1 0 71624 8091 0 0 16 0 2 0 22705207 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18976/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 797.36
Current children cumulated vsize (KiB) 16868

[startup+2000.8 s]
/proc/loadavg: 5.06 5.11 4.85 1/84 19613
/proc/meminfo: memFree=444832/2055920 swapFree=4192812/4192956
[pid=18962] ppid=18960 vsize=16868 CPUtime=0.21
/proc/18962/stat : 18962 (sugar) D 18960 18962 17899 0 -1 4194304 1339 4439 0 1 5 1 13 2 15 0 1 0 22705183 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226687161385 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/18962/statm: 4217 1113 410 3 0 796 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 16868
#
############


Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -18962

[startup+2022.3 s]
/proc/loadavg: 5.04 5.10 4.86 2/84 19637
/proc/meminfo: memFree=805864/2055920 swapFree=4192812/4192956
[pid=18962] ppid=18960 vsize=16868 CPUtime=0.62
/proc/18962/stat : 18962 (sugar) D 18960 18962 17899 0 -1 4194304 1339 4439 0 1 5 42 13 2 15 0 1 0 22705183 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226687161385 256 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/18962/statm: 4217 1113 410 3 0 796 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 16868
heavy processes:

Solver just ended. Dumping a history of the last processes samples

[startup+2035.11 s]
/proc/loadavg: 4.79 5.05 4.84 2/84 19638
/proc/meminfo: memFree=537584/2055920 swapFree=4192812/4192956
[pid=18962] ppid=18960 vsize=16868 CPUtime=0.65
/proc/18962/stat : 18962 (sugar) D 18960 18962 17899 0 -1 4194304 1339 4439 0 1 5 45 13 2 15 0 1 0 22705183 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226687161385 256 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/18962/statm: 4217 1113 410 3 0 796 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 16868

[startup+2041.5 s]
/proc/loadavg: 4.65 5.02 4.83 2/84 19638
/proc/meminfo: memFree=1205744/2055920 swapFree=4192812/4192956
[pid=18962] ppid=18960 vsize=16868 CPUtime=1.21
/proc/18962/stat : 18962 (sugar) D 18960 18962 17899 0 -1 4194304 1339 4439 0 1 5 101 13 2 15 0 1 0 22705183 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226687161385 256 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/18962/statm: 4217 1113 410 3 0 796 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 16868

[startup+2044.7 s]
/proc/loadavg: 4.65 5.02 4.83 2/84 19638
/proc/meminfo: memFree=1198320/2055920 swapFree=4192812/4192956
[pid=18962] ppid=18960 vsize=16868 CPUtime=1.36
/proc/18962/stat : 18962 (sugar) D 18960 18962 17899 0 -1 4194304 1339 4439 0 1 5 116 13 2 15 0 1 0 22705183 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226687161385 256 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/18962/statm: 4217 1113 410 3 0 796 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 16868

[startup+2047.9 s]
/proc/loadavg: 4.43 4.96 4.81 2/84 19638
/proc/meminfo: memFree=1196016/2055920 swapFree=4192812/4192956
[pid=18962] ppid=18960 vsize=16868 CPUtime=1.64
/proc/18962/stat : 18962 (sugar) D 18960 18962 17899 0 -1 4194304 1339 4439 0 1 5 144 13 2 15 0 1 0 22705183 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226687161385 256 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/18962/statm: 4217 1113 410 3 0 796 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 16868

[startup+2049.5 s]
/proc/loadavg: 4.43 4.96 4.81 2/84 19638
/proc/meminfo: memFree=1199408/2055920 swapFree=4192812/4192956
[pid=18962] ppid=18960 vsize=16868 CPUtime=1.75
/proc/18962/stat : 18962 (sugar) D 18960 18962 17899 0 -1 4194304 1339 4439 0 1 5 155 13 2 15 0 1 0 22705183 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226687161385 256 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18962/statm: 4217 1113 410 3 0 796 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 16868

[startup+2050.3 s]
/proc/loadavg: 4.43 4.96 4.81 2/84 19638
/proc/meminfo: memFree=1199408/2055920 swapFree=4192812/4192956
[pid=18962] ppid=18960 vsize=16868 CPUtime=1.79
/proc/18962/stat : 18962 (sugar) D 18960 18962 17899 0 -1 4194304 1339 4439 0 1 5 159 13 2 15 0 1 0 22705183 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226687161385 256 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18962/statm: 4217 1113 410 3 0 796 0
Current children cumulated CPU time (s) 1.79
Current children cumulated vsize (KiB) 16868

[startup+2050.51 s]
/proc/loadavg: 4.24 4.92 4.80 2/84 19638
/proc/meminfo: memFree=1193520/2055920 swapFree=4192812/4192956
[pid=18962] ppid=18960 vsize=16868 CPUtime=1.8
/proc/18962/stat : 18962 (sugar) D 18960 18962 17899 0 -1 4194304 1339 4439 0 1 5 160 13 2 15 0 1 0 22705183 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226687161385 256 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18962/statm: 4217 1113 410 3 0 796 0
Current children cumulated CPU time (s) 1.8
Current children cumulated vsize (KiB) 16868

[startup+2050.6 s]
/proc/loadavg: 4.24 4.92 4.80 2/84 19638
/proc/meminfo: memFree=1193520/2055920 swapFree=4192812/4192956
[pid=18962] ppid=18960 vsize=16868 CPUtime=1.81
/proc/18962/stat : 18962 (sugar) D 18960 18962 17899 0 -1 4194304 1339 4439 0 1 5 161 13 2 15 0 1 0 22705183 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226687161385 256 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18962/statm: 4217 1113 410 3 0 796 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 16868

Child ended because it received signal 9 (SIGKILL)

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 797.15
#  lost CPU user time (s): 716.24
#  lost CPU system time (s): 80.91

Real time (s): 2050.68
CPU time (s): 798.985
CPU user time (s): 716.426
CPU system time (s): 82.5588
CPU usage (%): 38.9619
Max. virtual memory (cumulated for all children) (KiB): 886648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.185971
system time used= 1.64875
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5778
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= 2590
involuntary context switches= 85

runsolver used 2.58861 second user time and 7.2069 second system time

The end

Launcher Data

Begin job on node80 at 2009-07-12 01:53:26
IDJOB=2072380
IDBENCH=55680
IDSOLVER=739
FILE ID=node80/2072380-1247356406
PBS_JOBID= 9506971
Free space on /tmp= 66236 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-reduced-prob3.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2072380-1247356406/watcher-2072380-1247356406 -o /tmp/evaluation-result-2072380-1247356406/solver-2072380-1247356406 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2072380-1247356406.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= e9fd797fc7f94dfb67a5763e936a65c7
RANDOM SEED=616482486

node80.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.285
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.285
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1853752 kB
Buffers:         10304 kB
Cached:         109376 kB
SwapCached:          0 kB
Active:         108608 kB
Inactive:        45420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1853752 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1644 kB
Writeback:           0 kB
Mapped:          47012 kB
Slab:            33388 kB
Committed_AS:   204248 kB
PageTables:       1848 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= 66252 MiB
End job on node80 at 2009-07-12 02:27:37