Trace number 1108427

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-inc? (TO) 126.299 4002.04

General information on the benchmark

Namecsp/QCP-25/
normalized-qcp-25-264-11_ext.xml
MD5SUM4e0a4a07c28ced9909e8a26fd94d990f
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints5
Best CPU time to get the best result obtained on this benchmark3600.05
Satisfiable
(Un)Satisfiability was proved
Number of variables625
Number of constraints10142
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension10142
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06/0.22	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.06/0.22	c 0	BEGIN Thu Aug  7 20:17:36 2008
0.06/0.22	c 0	PID 28359
0.06/0.22	c 0	HOST node90.alineos.net
0.06/0.22	c 0	CONVERTING HOME/instance-1108427-1218133056.xml TO HOME/temp.csp
0.06/0.22	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108427-1218133056.xml' 'HOME/temp.csp'
0.67/2.08	c 2	26 domains, 625 variables, 0 predicates, 26 relations, 10142 constraints
0.76/2.12	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.76/2.12	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.78/2.30	c 3	Parsing HOME/temp.csp
1.09/2.57	c 3	parsed 10000 expressions
1.09/2.58	c 3	parsed 10819 expressions
1.09/2.58	c 3	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.19/2.69	c 3	MAX CSP: 10142 constraints
1.19/2.69	c 3	Converting to clausal form CSP
1.39/2.87	c 3	converted 2097 (10%) expressions
1.59/3.00	c 3	converted 4193 (20%) expressions
1.59/3.05	c 3	converted 6290 (30%) expressions
1.59/3.09	c 3	converted 8386 (40%) expressions
1.79/3.22	c 3	converted 10482 (50%) expressions
1.79/3.27	c 3	converted 12579 (60%) expressions
1.89/3.31	c 4	converted 14675 (70%) expressions
1.89/3.35	c 4	converted 16772 (80%) expressions
1.89/3.39	c 4	converted 18868 (90%) expressions
2.95/4.43	c 5	converted 20964 (100%) expressions
2.95/4.44	c 5	CSP : 20909 integers, 0 booleans, 30425 clauses, largest domain size 15214
2.95/4.44	c 5	Heap : 36 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.95/4.44	c 5	Propagation in CSP
3.50/5.08	c 5	10133 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.50/5.09	c 5	CSP : 20909 integers, 0 booleans, 30425 clauses, largest domain size 10143
3.50/5.09	c 5	Heap : 36 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.50/5.10	c 5	Simplifing CSP by introducing new Boolean variables
3.50/5.12	c 5	CSP : 20909 integers, 0 booleans, 30425 clauses, largest domain size 10143
3.50/5.12	c 5	Heap : 38 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.58/5.31	c 6	Encoding CSP to SAT : HOME/temp.cnf
3.76/5.98	c 6	2091 (10%) CSP integer variables are encoded (6072 clauses, 76879 bytes)
3.76/5.98	c 6	4182 (20%) CSP integer variables are encoded (6072 clauses, 76879 bytes)
3.76/5.99	c 6	6273 (30%) CSP integer variables are encoded (6072 clauses, 76879 bytes)
3.76/5.99	c 6	8364 (40%) CSP integer variables are encoded (6072 clauses, 76879 bytes)
3.76/5.99	c 6	10455 (50%) CSP integer variables are encoded (6072 clauses, 76879 bytes)
3.84/6.02	c 6	12546 (60%) CSP integer variables are encoded (31592 clauses, 459679 bytes)
3.84/6.05	c 6	14637 (70%) CSP integer variables are encoded (54722 clauses, 806629 bytes)
4.04/6.23	c 6	16728 (80%) CSP integer variables are encoded (202488 clauses, 3258562 bytes)
4.04/6.26	c 6	18819 (90%) CSP integer variables are encoded (224975 clauses, 3640841 bytes)
4.04/6.29	c 6	20909 (100%) CSP integer variables are encoded (253390 clauses, 4123896 bytes)
4.34/6.57	c 7	3043 (10%) CSP clauses are encoded (274289 clauses, 4662898 bytes)
4.89/7.72	c 8	6085 (20%) CSP clauses are encoded (295283 clauses, 5267388 bytes)
5.15/8.00	c 8	9128 (30%) CSP clauses are encoded (317046 clauses, 5898966 bytes)
6.09/9.08	c 9	12170 (40%) CSP clauses are encoded (845576 clauses, 17198844 bytes)
16.85/30.69	c 31	15213 (50%) CSP clauses are encoded (6810759 clauses, 145188777 bytes)
19.41/33.48	c 34	18255 (60%) CSP clauses are encoded (8478726 clauses, 180853843 bytes)
126.28/4000.03	c ERROR INTERRUPTED

Verifier Data (download as text)

ERROR: no interpretation found !

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-1108427-1218133056/watcher-1108427-1218133056 -o /tmp/evaluation-result-1108427-1218133056/solver-1108427-1218133056 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1108427-1218133056.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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: 0.26 1.05 0.70 4/67 28359
/proc/meminfo: memFree=349816/2055920 swapFree=4175756/4192956
[pid=28359] ppid=28357 vsize=7504 CPUtime=0
/proc/28359/stat : 28359 (sugar++) D 28357 28359 28289 0 -1 4194304 66 0 0 0 0 0 0 0 18 0 1 0 140390100 7684096 51 996147200 4194304 4206940 548682068528 18446744073709551615 256362214793 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/28359/statm: 1876 51 38 3 0 55 0

[startup+0.104723 s]
/proc/loadavg: 0.26 1.05 0.70 4/67 28359
/proc/meminfo: memFree=349816/2055920 swapFree=4175756/4192956
[pid=28359] ppid=28357 vsize=13336 CPUtime=0.03
/proc/28359/stat : 28359 (sugar++) D 28357 28359 28289 0 -1 4194304 739 0 0 0 2 1 0 0 18 0 1 0 140390100 13656064 707 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/28359/statm: 3334 707 338 3 0 434 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13336

[startup+0.201737 s]
/proc/loadavg: 0.26 1.05 0.70 4/67 28359
/proc/meminfo: memFree=349816/2055920 swapFree=4175756/4192956
[pid=28359] ppid=28357 vsize=16212 CPUtime=0.06
/proc/28359/stat : 28359 (sugar++) D 28357 28359 28289 0 -1 4194304 969 0 0 0 4 2 0 0 18 0 1 0 140390100 16601088 937 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/28359/statm: 4053 937 380 3 0 632 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16212

[startup+0.301754 s]
/proc/loadavg: 0.26 1.05 0.70 4/67 28359
/proc/meminfo: memFree=349816/2055920 swapFree=4175756/4192956
[pid=28359] ppid=28357 vsize=16740 CPUtime=0.07
/proc/28359/stat : 28359 (sugar++) S 28357 28359 28289 0 -1 4194304 1219 128 0 0 5 2 0 0 16 0 1 0 140390100 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28359/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701826 s]
/proc/loadavg: 0.26 1.05 0.70 4/67 28359
/proc/meminfo: memFree=349816/2055920 swapFree=4175756/4192956
[pid=28359] ppid=28357 vsize=16740 CPUtime=0.07
/proc/28359/stat : 28359 (sugar++) S 28357 28359 28289 0 -1 4194304 1219 128 0 0 5 2 0 0 16 0 1 0 140390100 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28359/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50298 s]
/proc/loadavg: 0.26 1.05 0.70 2/93 28388
/proc/meminfo: memFree=319000/2055920 swapFree=4175756/4192956
[pid=28359] ppid=28357 vsize=16740 CPUtime=0.07
/proc/28359/stat : 28359 (sugar++) S 28357 28359 28289 0 -1 4194304 1219 128 0 0 5 2 0 0 16 0 1 0 140390100 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28359/statm: 4185 1104 409 3 0 764 0
[pid=28369] ppid=28359 vsize=5356 CPUtime=0
/proc/28369/stat : 28369 (sh) S 28359 28359 28289 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140390123 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28369/statm: 1339 233 193 169 0 50 0
[pid=28371] ppid=28369 vsize=863720 CPUtime=0.12
/proc/28371/stat : 28371 (java) S 28369 28359 28289 0 -1 0 3327 0 98 0 8 4 0 0 18 0 9 0 140390123 884449280 2904 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28371/statm: 215930 2904 1689 9 0 210512 0
[pid=28371/tid=28373] ppid=28369 vsize=863720 CPUtime=0.1
/proc/28371/task/28373/stat : 28373 (java) D 28369 28359 28289 0 -1 64 2439 0 69 0 7 3 0 0 18 0 9 0 140390156 884449280 2904 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 18446744071563479169 0 0 -1 0 0 0
[pid=28371/tid=28375] ppid=28369 vsize=863720 CPUtime=0
/proc/28371/task/28375/stat : 28375 (java) S 28369 28359 28289 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 140390182 884449280 2904 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28371/tid=28377] ppid=28369 vsize=863720 CPUtime=0
/proc/28371/task/28377/stat : 28377 (java) S 28369 28359 28289 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 140390186 884449280 2904 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28371/tid=28378] ppid=28369 vsize=863720 CPUtime=0
/proc/28371/task/28378/stat : 28378 (java) S 28369 28359 28289 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 140390186 884449280 2904 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28371/tid=28381] ppid=28369 vsize=863720 CPUtime=0
/proc/28371/task/28381/stat : 28381 (java) S 28369 28359 28289 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 140390192 884449280 2904 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28371/tid=28382] ppid=28369 vsize=863720 CPUtime=0.01
/proc/28371/task/28382/stat : 28382 (java) S 28369 28359 28289 0 -1 64 221 0 1 0 1 0 0 0 16 0 9 0 140390192 884449280 2904 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28371/tid=28383] ppid=28369 vsize=863720 CPUtime=0
/proc/28371/task/28383/stat : 28383 (java) S 28369 28359 28289 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 140390192 884449280 2904 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28371/tid=28385] ppid=28369 vsize=863720 CPUtime=0
/proc/28371/task/28385/stat : 28385 (java) S 28369 28359 28289 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140390192 884449280 2904 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 885816

[startup+3.10227 s]
/proc/loadavg: 0.26 1.05 0.70 2/86 28401
/proc/meminfo: memFree=314320/2055920 swapFree=4175756/4192956
[pid=28359] ppid=28357 vsize=16740 CPUtime=0.77
/proc/28359/stat : 28359 (sugar++) S 28357 28359 28289 0 -1 4194304 1297 7782 0 105 5 2 63 7 15 0 1 0 140390100 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28359/statm: 4185 1104 409 3 0 764 0
[pid=28399] ppid=28359 vsize=5356 CPUtime=0
/proc/28399/stat : 28399 (sh) S 28359 28359 28289 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140390313 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28399/statm: 1339 233 193 169 0 50 0
[pid=28400] ppid=28399 vsize=868400 CPUtime=0.92
/proc/28400/stat : 28400 (java) S 28399 28359 28289 0 -1 0 9309 0 1 0 87 5 0 0 18 0 9 0 140390313 889241600 8436 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28400/statm: 217100 8437 2540 9 0 211675 0
[pid=28400/tid=28401] ppid=28399 vsize=868400 CPUtime=0.5
/proc/28400/task/28401/stat : 28401 (java) R 28399 28359 28289 0 -1 64 2620 0 1 0 49 1 0 0 19 0 9 0 140390317 889241600 8438 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.69
Current children cumulated vsize (KiB) 890496

[startup+6.308 s]
/proc/loadavg: 0.48 1.08 0.71 3/93 28408
/proc/meminfo: memFree=218008/2055920 swapFree=4175756/4192956
[pid=28359] ppid=28357 vsize=16740 CPUtime=0.77
/proc/28359/stat : 28359 (sugar++) S 28357 28359 28289 0 -1 4194304 1297 7782 0 105 5 2 63 7 15 0 1 0 140390100 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28359/statm: 4185 1104 409 3 0 764 0
[pid=28399] ppid=28359 vsize=5356 CPUtime=0
/proc/28399/stat : 28399 (sh) S 28359 28359 28289 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140390313 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28399/statm: 1339 233 193 169 0 50 0
[pid=28400] ppid=28399 vsize=868512 CPUtime=3.37
/proc/28400/stat : 28400 (java) S 28399 28359 28289 0 -1 0 16350 0 1 0 322 15 0 0 18 0 9 0 140390313 889356288 14968 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28400/statm: 217128 14968 2567 9 0 211675 0
[pid=28400/tid=28401] ppid=28399 vsize=868512 CPUtime=1.98
/proc/28400/task/28401/stat : 28401 (java) R 28399 28359 28289 0 -1 64 3264 0 1 0 191 7 0 0 23 0 9 0 140390317 889356288 14968 996147200 134512640 134550740 4294955920 18446744073709551615 4125977230 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28400/tid=28402] ppid=28399 vsize=868512 CPUtime=1.11
/proc/28400/task/28402/stat : 28402 (java) S 28399 28359 28289 0 -1 64 10886 0 0 0 106 5 0 0 16 0 9 0 140390324 889356288 14968 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28400/tid=28403] ppid=28399 vsize=868512 CPUtime=0
/proc/28400/task/28403/stat : 28403 (java) S 28399 28359 28289 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140390324 889356288 14968 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28400/tid=28404] ppid=28399 vsize=868512 CPUtime=0
/proc/28400/task/28404/stat : 28404 (java) S 28399 28359 28289 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140390324 889356288 14968 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28400/tid=28405] ppid=28399 vsize=868512 CPUtime=0
/proc/28400/task/28405/stat : 28405 (java) S 28399 28359 28289 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 140390327 889356288 14968 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28400/tid=28406] ppid=28399 vsize=868512 CPUtime=0.25
/proc/28400/task/28406/stat : 28406 (java) S 28399 28359 28289 0 -1 64 1502 0 0 0 24 1 0 0 15 0 9 0 140390327 889356288 14968 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28400/tid=28407] ppid=28399 vsize=868512 CPUtime=0
/proc/28400/task/28407/stat : 28407 (java) S 28399 28359 28289 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 140390327 889356288 14968 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28400/tid=28408] ppid=28399 vsize=868512 CPUtime=0
/proc/28400/task/28408/stat : 28408 (java) S 28399 28359 28289 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140390327 889356288 14968 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.14
Current children cumulated vsize (KiB) 890608

[startup+12.7031 s]
/proc/loadavg: 0.68 1.11 0.72 3/93 28408
/proc/meminfo: memFree=138328/2055920 swapFree=4175756/4192956
[pid=28359] ppid=28357 vsize=16740 CPUtime=0.77
/proc/28359/stat : 28359 (sugar++) S 28357 28359 28289 0 -1 4194304 1297 7782 0 105 5 2 63 7 16 0 1 0 140390100 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28359/statm: 4185 1104 409 3 0 764 0
[pid=28399] ppid=28359 vsize=5356 CPUtime=0
/proc/28399/stat : 28399 (sh) S 28359 28359 28289 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140390313 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28399/statm: 1339 233 193 169 0 50 0
[pid=28400] ppid=28399 vsize=868512 CPUtime=8.68
/proc/28400/stat : 28400 (java) S 28399 28359 28289 0 -1 0 16762 0 1 0 806 62 0 0 18 0 9 0 140390313 889356288 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28400/statm: 217128 15012 2567 9 0 211675 0
[pid=28400/tid=28401] ppid=28399 vsize=868512 CPUtime=6.96
/proc/28400/task/28401/stat : 28401 (java) R 28399 28359 28289 0 -1 64 3633 0 1 0 649 47 0 0 25 0 9 0 140390317 889356288 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4127060906 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28400/tid=28402] ppid=28399 vsize=868512 CPUtime=1.3
/proc/28400/task/28402/stat : 28402 (java) S 28399 28359 28289 0 -1 64 10901 0 0 0 123 7 0 0 16 0 9 0 140390324 889356288 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28400/tid=28403] ppid=28399 vsize=868512 CPUtime=0
/proc/28400/task/28403/stat : 28403 (java) S 28399 28359 28289 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140390324 889356288 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28400/tid=28404] ppid=28399 vsize=868512 CPUtime=0
/proc/28400/task/28404/stat : 28404 (java) S 28399 28359 28289 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140390324 889356288 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28400/tid=28405] ppid=28399 vsize=868512 CPUtime=0
/proc/28400/task/28405/stat : 28405 (java) S 28399 28359 28289 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 140390327 889356288 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28400/tid=28406] ppid=28399 vsize=868512 CPUtime=0.3
/proc/28400/task/28406/stat : 28406 (java) S 28399 28359 28289 0 -1 64 1530 0 0 0 29 1 0 0 15 0 9 0 140390327 889356288 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28400/tid=28407] ppid=28399 vsize=868512 CPUtime=0
/proc/28400/task/28407/stat : 28407 (java) S 28399 28359 28289 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 140390327 889356288 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28400/tid=28408] ppid=28399 vsize=868512 CPUtime=0.08
/proc/28400/task/28408/stat : 28408 (java) S 28399 28359 28289 0 -1 64 1 0 0 0 3 5 0 0 15 0 9 0 140390327 889356288 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.45
Current children cumulated vsize (KiB) 890608

[startup+25.503 s]
/proc/loadavg: 1.64 1.30 0.79 2/93 28408
/proc/meminfo: memFree=15576/2055920 swapFree=4175756/4192956
[pid=28359] ppid=28357 vsize=16740 CPUtime=0.77
/proc/28359/stat : 28359 (sugar++) S 28357 28359 28289 0 -1 4194304 1297 7782 0 105 5 2 63 7 16 0 1 0 140390100 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28359/statm: 4185 1104 409 3 0 764 0
[pid=28399] ppid=28359 vsize=5356 CPUtime=0
/proc/28399/stat : 28399 (sh) S 28359 28359 28289 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140390313 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28399/statm: 1339 233 193 169 0 50 0
[pid=28400] ppid=28399 vsize=868512 CPUtime=14.22
/proc/28400/stat : 28400 (java) S 28399 28359 28289 0 -1 0 17172 0 1 0 1308 114 0 0 18 0 9 0 140390313 889356288 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28400/statm: 217128 15012 2567 9 0 211675 0
[pid=28400/tid=28401] ppid=28399 vsize=868512 CPUtime=12.28
/proc/28400/task/28401/stat : 28401 (java) D 28399 28359 28289 0 -1 64 4043 0 1 0 1134 94 0 0 25 0 9 0 140390317 889356288 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=28400/tid=28402] ppid=28399 vsize=868512 CPUtime=1.51
/proc/28400/task/28402/stat : 28402 (java) S 28399 28359 28289 0 -1 64 10901 0 0 0 140 11 0 0 16 0 9 0 140390324 889356288 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28400/tid=28403] ppid=28399 vsize=868512 CPUtime=0
/proc/28400/task/28403/stat : 28403 (java) S 28399 28359 28289 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140390324 889356288 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28400/tid=28404] ppid=28399 vsize=868512 CPUtime=0
/proc/28400/task/28404/stat : 28404 (java) S 28399 28359 28289 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140390324 889356288 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28400/tid=28405] ppid=28399 vsize=868512 CPUtime=0
/proc/28400/task/28405/stat : 28405 (java) S 28399 28359 28289 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 140390327 889356288 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28400/tid=28406] ppid=28399 vsize=868512 CPUtime=0.3
/proc/28400/task/28406/stat : 28406 (java) S 28399 28359 28289 0 -1 64 1530 0 0 0 29 1 0 0 15 0 9 0 140390327 889356288 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28400/tid=28407] ppid=28399 vsize=868512 CPUtime=0
/proc/28400/task/28407/stat : 28407 (java) S 28399 28359 28289 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 140390327 889356288 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28400/tid=28408] ppid=28399 vsize=868512 CPUtime=0.09
/proc/28400/task/28408/stat : 28408 (java) S 28399 28359 28289 0 -1 64 1 0 0 0 3 6 0 0 15 0 9 0 140390327 889356288 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.99
Current children cumulated vsize (KiB) 890608

[startup+51.102 s]
/proc/loadavg: 3.38 1.73 0.94 2/96 28411
/proc/meminfo: memFree=14912/2055920 swapFree=4175756/4192956

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

[pid=28400/tid=28408] ppid=28399 vsize=868512 CPUtime=15.36
/proc/28400/task/28408/stat : 28408 (java) R 28399 28359 28289 0 -1 64 1 0 0 0 486 1050 0 0 15 0 9 0 140390327 889356288 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 125.54
Current children cumulated vsize (KiB) 890608

[startup+3942.3 s]
/proc/loadavg: 8.83 8.26 7.15 1/99 28651
/proc/meminfo: memFree=23320/2055920 swapFree=4175824/4192956
[pid=28359] ppid=28357 vsize=16740 CPUtime=0.77
/proc/28359/stat : 28359 (sugar++) S 28357 28359 28289 0 -1 4194304 1297 7782 0 105 5 2 63 7 16 0 1 0 140390100 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28359/statm: 4185 1104 409 3 0 764 0
[pid=28399] ppid=28359 vsize=5356 CPUtime=0
/proc/28399/stat : 28399 (sh) S 28359 28359 28289 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140390313 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28399/statm: 1339 233 193 169 0 50 0
[pid=28400] ppid=28399 vsize=868512 CPUtime=125.28
/proc/28400/stat : 28400 (java) S 28399 28359 28289 0 -1 0 22703 0 1 0 9378 3150 0 0 18 0 9 0 140390313 889356288 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28400/statm: 217128 15012 2567 9 0 211675 0
[pid=28400/tid=28401] ppid=28399 vsize=868512 CPUtime=103.08
/proc/28400/task/28401/stat : 28401 (java) D 28399 28359 28289 0 -1 64 9574 0 1 0 8433 1875 0 0 16 0 9 0 140390317 889356288 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 0 0 0
[pid=28400/tid=28402] ppid=28399 vsize=868512 CPUtime=6.01
/proc/28400/task/28402/stat : 28402 (java) S 28399 28359 28289 0 -1 64 10901 0 0 0 412 189 0 0 16 0 9 0 140390324 889356288 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28400/tid=28403] ppid=28399 vsize=868512 CPUtime=0
/proc/28400/task/28403/stat : 28403 (java) S 28399 28359 28289 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140390324 889356288 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28400/tid=28404] ppid=28399 vsize=868512 CPUtime=0
/proc/28400/task/28404/stat : 28404 (java) S 28399 28359 28289 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140390324 889356288 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28400/tid=28405] ppid=28399 vsize=868512 CPUtime=0
/proc/28400/task/28405/stat : 28405 (java) S 28399 28359 28289 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 140390327 889356288 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28400/tid=28406] ppid=28399 vsize=868512 CPUtime=0.3
/proc/28400/task/28406/stat : 28406 (java) S 28399 28359 28289 0 -1 64 1530 0 0 0 29 1 0 0 15 0 9 0 140390327 889356288 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28400/tid=28407] ppid=28399 vsize=868512 CPUtime=0
/proc/28400/task/28407/stat : 28407 (java) S 28399 28359 28289 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 140390327 889356288 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28400/tid=28408] ppid=28399 vsize=868512 CPUtime=15.85
/proc/28400/task/28408/stat : 28408 (java) S 28399 28359 28289 0 -1 64 1 0 0 0 503 1082 0 0 15 0 9 0 140390327 889356288 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 126.05
Current children cumulated vsize (KiB) 890608



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+4000.01 s]
/proc/loadavg: 8.55 8.27 7.22 1/99 28651
/proc/meminfo: memFree=25176/2055920 swapFree=4175824/4192956
[pid=28359] ppid=28357 vsize=16740 CPUtime=0.77
/proc/28359/stat : 28359 (sugar++) S 28357 28359 28289 0 -1 4194304 1297 7782 0 105 5 2 63 7 16 0 1 0 140390100 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28359/statm: 4185 1104 409 3 0 764 0
[pid=28399] ppid=28359 vsize=5356 CPUtime=0
/proc/28399/stat : 28399 (sh) S 28359 28359 28289 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140390313 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28399/statm: 1339 233 193 169 0 50 0
[pid=28400] ppid=28399 vsize=868512 CPUtime=125.51
/proc/28400/stat : 28400 (java) S 28399 28359 28289 0 -1 0 22703 0 1 0 9387 3164 0 0 18 0 9 0 140390313 889356288 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28400/statm: 217128 15012 2567 9 0 211675 0
[pid=28400/tid=28401] ppid=28399 vsize=868512 CPUtime=103.08
/proc/28400/task/28401/stat : 28401 (java) D 28399 28359 28289 0 -1 64 9574 0 1 0 8433 1875 0 0 16 0 9 0 140390317 889356288 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 0 0 0
[pid=28400/tid=28402] ppid=28399 vsize=868512 CPUtime=6.07
/proc/28400/task/28402/stat : 28402 (java) S 28399 28359 28289 0 -1 64 10901 0 0 0 415 192 0 0 16 0 9 0 140390324 889356288 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28400/tid=28403] ppid=28399 vsize=868512 CPUtime=0
/proc/28400/task/28403/stat : 28403 (java) S 28399 28359 28289 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140390324 889356288 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28400/tid=28404] ppid=28399 vsize=868512 CPUtime=0
/proc/28400/task/28404/stat : 28404 (java) S 28399 28359 28289 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140390324 889356288 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28400/tid=28405] ppid=28399 vsize=868512 CPUtime=0
/proc/28400/task/28405/stat : 28405 (java) S 28399 28359 28289 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 140390327 889356288 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28400/tid=28406] ppid=28399 vsize=868512 CPUtime=0.3
/proc/28400/task/28406/stat : 28406 (java) S 28399 28359 28289 0 -1 64 1530 0 0 0 29 1 0 0 15 0 9 0 140390327 889356288 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28400/tid=28407] ppid=28399 vsize=868512 CPUtime=0
/proc/28400/task/28407/stat : 28407 (java) S 28399 28359 28289 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 140390327 889356288 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28400/tid=28408] ppid=28399 vsize=868512 CPUtime=16.02
/proc/28400/task/28408/stat : 28408 (java) S 28399 28359 28289 0 -1 64 1 0 0 0 508 1094 0 0 15 0 9 0 140390327 889356288 15012 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 126.28
Current children cumulated vsize (KiB) 890608

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

[startup+4000.9 s]
/proc/loadavg: 8.55 8.27 7.22 1/99 28651
/proc/meminfo: memFree=25176/2055920 swapFree=4175824/4192956
[pid=28359] ppid=28357 vsize=16740 CPUtime=0.77
/proc/28359/stat : 28359 (sugar++) S 28357 28359 28289 0 -1 4194304 1306 7782 0 105 5 2 63 7 16 0 1 0 140390100 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/28359/statm: 4185 1104 409 3 0 764 0
[pid=28399] ppid=28359 vsize=0 CPUtime=0
/proc/28399/stat : 28399 (sh) Z 28359 28359 28289 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 140390313 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/28399/statm: 0 0 0 0 0 0 0
[pid=28400] ppid=1 vsize=0 CPUtime=125.51
/proc/28400/stat : 28400 (java) Z 1 28359 28289 0 -1 1036 22720 0 2 0 9387 3164 0 0 15 0 2 0 140390313 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28400/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 126.28
Current children cumulated vsize (KiB) 16740

# WARNING:
# current cumulated CPU time (0.77 s) is less than in the last sample (126.28 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (125.51 s) to the 'lost time'.

[startup+4001 s]
/proc/loadavg: 8.55 8.27 7.22 2/93 28654
/proc/meminfo: memFree=25096/2055920 swapFree=4175824/4192956
[pid=28359] ppid=28357 vsize=16740 CPUtime=0.77
/proc/28359/stat : 28359 (sugar++) S 28357 28359 28289 0 -1 4194304 1306 7782 0 105 5 2 63 7 16 0 1 0 140390100 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/28359/statm: 4185 1104 409 3 0 764 0
[pid=28399] ppid=28359 vsize=0 CPUtime=0
/proc/28399/stat : 28399 (sh) Z 28359 28359 28289 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 140390313 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/28399/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 16740

Sending SIGKILL to process tree (bottom up)

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

[startup+4000.71 s]
/proc/loadavg: 8.55 8.27 7.22 1/99 28651
/proc/meminfo: memFree=25176/2055920 swapFree=4175824/4192956
[pid=28359] ppid=28357 vsize=16740 CPUtime=0.77
/proc/28359/stat : 28359 (sugar++) S 28357 28359 28289 0 -1 4194304 1306 7782 0 105 5 2 63 7 16 0 1 0 140390100 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/28359/statm: 4185 1104 409 3 0 764 0
[pid=28399] ppid=28359 vsize=0 CPUtime=0
/proc/28399/stat : 28399 (sh) Z 28359 28359 28289 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 140390313 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/28399/statm: 0 0 0 0 0 0 0
[pid=28400] ppid=1 vsize=0 CPUtime=125.51
/proc/28400/stat : 28400 (java) Z 1 28359 28289 0 -1 1036 22720 0 2 0 9387 3164 0 0 15 0 2 0 140390313 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28400/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 126.28
Current children cumulated vsize (KiB) 16740

[startup+4001.5 s]
/proc/loadavg: 8.55 8.27 7.22 2/93 28654
/proc/meminfo: memFree=25096/2055920 swapFree=4175824/4192956
[pid=28359] ppid=28357 vsize=16740 CPUtime=0.77
/proc/28359/stat : 28359 (sugar++) S 28357 28359 28289 0 -1 4194304 1306 7782 0 105 5 2 63 7 16 0 1 0 140390100 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/28359/statm: 4185 1104 409 3 0 764 0
[pid=28399] ppid=28359 vsize=0 CPUtime=0
/proc/28399/stat : 28399 (sh) Z 28359 28359 28289 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 140390313 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/28399/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 16740

[startup+4001.9 s]
/proc/loadavg: 8.55 8.27 7.22 2/93 28654
/proc/meminfo: memFree=25096/2055920 swapFree=4175824/4192956
[pid=28359] ppid=28357 vsize=16740 CPUtime=0.77
/proc/28359/stat : 28359 (sugar++) S 28357 28359 28289 0 -1 4194304 1306 7782 0 105 5 2 63 7 16 0 1 0 140390100 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/28359/statm: 4185 1104 409 3 0 764 0
[pid=28399] ppid=28359 vsize=0 CPUtime=0
/proc/28399/stat : 28399 (sh) Z 28359 28359 28289 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 140390313 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/28399/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 16740

[startup+4002 s]
/proc/loadavg: 8.55 8.27 7.22 2/93 28654
/proc/meminfo: memFree=25096/2055920 swapFree=4175824/4192956
[pid=28359] ppid=28357 vsize=16740 CPUtime=0.77
/proc/28359/stat : 28359 (sugar++) S 28357 28359 28289 0 -1 4194304 1306 7782 0 105 5 2 63 7 16 0 1 0 140390100 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/28359/statm: 4185 1104 409 3 0 764 0
[pid=28399] ppid=28359 vsize=0 CPUtime=0
/proc/28399/stat : 28399 (sh) Z 28359 28359 28289 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 140390313 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/28399/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 16740

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): 125.51
#  lost CPU user time (s): 93.87
#  lost CPU system time (s): 31.64

Real time (s): 4002.04
CPU time (s): 126.299
CPU user time (s): 94.5609
CPU system time (s): 31.738
CPU usage (%): 3.15586
Max. virtual memory (cumulated for all children) (KiB): 891000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.690894
system time used= 0.097985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9088
page faults= 105
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1218
involuntary context switches= 534

runsolver used 25.4521 second user time and 46.4959 second system time

The end

Launcher Data (download as text)

Begin job on node90 at 2008-08-07 20:17:36
IDJOB=1108427
IDBENCH=60718
IDSOLVER=367
FILE ID=node90/1108427-1218133056
PBS_JOBID= 8000796
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/QCP-25/normalized-qcp-25-264-11_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1108427-1218133056/watcher-1108427-1218133056 -o /tmp/evaluation-result-1108427-1218133056/solver-1108427-1218133056 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1108427-1218133056.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4e0a4a07c28ced9909e8a26fd94d990f
RANDOM SEED=1570820435

node90.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.265
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	: 5931.00
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.265
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:        349064 kB
Buffers:         51560 kB
Cached:        1499784 kB
SwapCached:      12044 kB
Active:        1027040 kB
Inactive:       540736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        349064 kB
SwapTotal:     4192956 kB
SwapFree:      4175756 kB
Dirty:            1588 kB
Writeback:           0 kB
Mapped:          20956 kB
Slab:           124616 kB
Committed_AS:   123756 kB
PageTables:       1728 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= 62880 MiB
End job on node90 at 2008-08-07 21:24:28