Trace number 1093543

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.13+picosat? (TO) 1800.06 1811.73

General information on the benchmark

Namecsp/socialGolfers/
normalized-socialGolfer-9-4-8.xml
MD5SUM190ecfd05931e02cff394b89c2a4bf65
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables6768
Number of constraints36568
Maximum constraint arity32
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension36568
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Sat Jul  5 11:33:38 2008
0.00/0.05	c 0	PID 2588
0.00/0.05	c 0	HOST node60.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1093543-1215250418.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1093543-1215250418.xml' 'HOME/temp.csp'
2.55/2.63	c 3	1 domains, 6768 variables, 4 predicates, 0 relations, 36568 constraints
2.55/2.67	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.55/2.67	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.60/2.76	c 3	Parsing HOME/temp.csp
3.10/3.27	c 4	parsed 10000 expressions
3.40/3.53	c 4	parsed 20000 expressions
3.69/3.80	c 4	parsed 30000 expressions
3.99/4.10	c 4	parsed 40000 expressions
4.09/4.20	c 4	parsed 43341 expressions
4.09/4.21	c 4	Heap : 15 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.09/4.21	c 4	Converting to clausal form CSP
4.09/4.27	c 5	converted 4335 (10%) expressions
4.38/4.51	c 5	converted 8669 (20%) expressions
4.48/4.62	c 5	converted 13003 (30%) expressions
4.58/4.72	c 5	converted 17337 (40%) expressions
4.78/4.98	c 5	converted 21671 (50%) expressions
4.88/5.08	c 5	converted 26005 (60%) expressions
4.98/5.19	c 5	converted 30339 (70%) expressions
5.08/5.29	c 6	converted 34673 (80%) expressions
5.18/5.40	c 6	converted 39007 (90%) expressions
5.96/6.10	c 6	converted 43341 (100%) expressions
5.96/6.11	c 6	CSP : 11088 integers, 0 booleans, 45568 clauses, largest domain size 17
5.96/6.11	c 6	Heap : 36 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.96/6.11	c 6	Propagation in CSP
6.46/6.66	c 7	2880 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.46/6.66	c 7	CSP : 11088 integers, 0 booleans, 45568 clauses, largest domain size 17
6.46/6.66	c 7	Heap : 37 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.46/6.68	c 7	Simplifing CSP by introducing new Boolean variables
6.55/6.70	c 7	CSP : 11088 integers, 0 booleans, 45568 clauses, largest domain size 17
6.55/6.70	c 7	Heap : 36 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.65/6.89	c 7	Encoding CSP to SAT : HOME/temp.cnf
6.75/6.93	c 7	1109 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.75/6.95	c 7	2218 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.75/6.96	c 7	3327 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.75/6.96	c 7	4436 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.75/6.97	c 7	5544 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.75/6.97	c 7	6653 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.75/6.98	c 7	7762 (70%) CSP integer variables are encoded (2560 clauses, 33801 bytes)
6.75/6.99	c 7	8871 (80%) CSP integer variables are encoded (5465 clauses, 77376 bytes)
6.75/6.99	c 7	9980 (90%) CSP integer variables are encoded (8328 clauses, 120321 bytes)
6.75/7.00	c 7	11088 (100%) CSP integer variables are encoded (11232 clauses, 163881 bytes)
6.95/7.14	c 7	4557 (10%) CSP clauses are encoded (15789 clauses, 236154 bytes)
7.04/7.22	c 8	9114 (20%) CSP clauses are encoded (20346 clauses, 311988 bytes)
7.15/7.31	c 8	13671 (30%) CSP clauses are encoded (24903 clauses, 388073 bytes)
7.25/7.40	c 8	18228 (40%) CSP clauses are encoded (29460 clauses, 464522 bytes)
7.25/7.48	c 8	22784 (50%) CSP clauses are encoded (34016 clauses, 541449 bytes)
7.35/7.56	c 8	27341 (60%) CSP clauses are encoded (38573 clauses, 621702 bytes)
7.45/7.66	c 8	31898 (70%) CSP clauses are encoded (43130 clauses, 703728 bytes)
8.24/8.48	c 9	36455 (80%) CSP clauses are encoded (61308 clauses, 946836 bytes)
8.44/8.69	c 9	41012 (90%) CSP clauses are encoded (112300 clauses, 1772147 bytes)
8.63/8.84	c 9	45568 (100%) CSP clauses are encoded (154944 clauses, 2561393 bytes)
8.63/8.84	c 9	45568 CSP clauses encoded
8.63/8.85	c 9	Writing map file : HOME/temp.map
8.73/8.91	c 9	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.73/8.91	c 9	SAT : 22320 SAT variables, 154944 SAT clauses, 2561393 bytes
8.73/8.91	c 9	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.73/8.96	c 9	SOLVING HOME/temp.cnf
8.73/8.96	c 9	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.06/1811.72	c ERROR INTERRUPTED
1800.06/1811.72	s UNKNOWN
1800.06/1811.72	c 1812	CPU 8.43 (0.04 0.01 8.39 0.33)
1800.06/1811.72	c 1812	END Sat Jul  5 12:03:50 2008

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-1093543-1215250418/watcher-1093543-1215250418 -o /tmp/evaluation-result-1093543-1215250418/solver-1093543-1215250418 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1093543-1215250418.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: 2.00 2.00 2.00 4/81 2588
/proc/meminfo: memFree=1693392/2055920 swapFree=4157960/4192956
[pid=2588] ppid=2586 vsize=12268 CPUtime=0
/proc/2588/stat : 2588 (sugar) R 2586 2588 2143 0 -1 4194304 311 0 0 0 0 0 0 0 22 0 1 0 647964958 12562432 279 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 0 0 0 0 17 1 0 0
/proc/2588/statm: 3067 279 207 3 0 167 0

[startup+0.094186 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 2588
/proc/meminfo: memFree=1693392/2055920 swapFree=4157960/4192956
[pid=2588] ppid=2586 vsize=13600 CPUtime=0.04
/proc/2588/stat : 2588 (sugar) S 2586 2588 2143 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 647964958 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2588/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101184 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 2588
/proc/meminfo: memFree=1693392/2055920 swapFree=4157960/4192956
[pid=2588] ppid=2586 vsize=13600 CPUtime=0.04
/proc/2588/stat : 2588 (sugar) S 2586 2588 2143 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 647964958 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2588/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301199 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 2588
/proc/meminfo: memFree=1693392/2055920 swapFree=4157960/4192956
[pid=2588] ppid=2586 vsize=13600 CPUtime=0.04
/proc/2588/stat : 2588 (sugar) S 2586 2588 2143 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 647964958 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2588/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701246 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 2588
/proc/meminfo: memFree=1693392/2055920 swapFree=4157960/4192956
[pid=2588] ppid=2586 vsize=13600 CPUtime=0.04
/proc/2588/stat : 2588 (sugar) S 2586 2588 2143 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 647964958 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2588/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50233 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 2600
/proc/meminfo: memFree=1666992/2055920 swapFree=4157960/4192956
[pid=2588] ppid=2586 vsize=13600 CPUtime=0.04
/proc/2588/stat : 2588 (sugar) S 2586 2588 2143 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 647964958 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2588/statm: 3400 796 370 3 0 500 0
[pid=2591] ppid=2588 vsize=5356 CPUtime=0
/proc/2591/stat : 2591 (sh) S 2588 2588 2143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647964963 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2591/statm: 1339 233 193 169 0 50 0
[pid=2592] ppid=2591 vsize=864676 CPUtime=1.42
/proc/2592/stat : 2592 (java) S 2591 2588 2143 0 -1 0 14481 0 1 0 133 9 0 0 18 0 9 0 647964963 885428224 12530 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2592/statm: 216169 12530 2529 9 0 210751 0
[pid=2592/tid=2593] ppid=2591 vsize=864676 CPUtime=0.78
/proc/2592/task/2593/stat : 2593 (java) R 2591 2588 2143 0 -1 64 3005 0 1 0 76 2 0 0 24 0 9 0 647964964 885428224 12530 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2592/tid=2594] ppid=2591 vsize=864676 CPUtime=0.5
/proc/2592/task/2594/stat : 2594 (java) R 2591 2588 2143 0 -1 64 10274 0 0 0 44 6 0 0 16 0 9 0 647964966 885428224 12530 996147200 134512640 134550740 4294956000 18446744073709551615 102722999 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2592/tid=2595] ppid=2591 vsize=864676 CPUtime=0
/proc/2592/task/2595/stat : 2595 (java) S 2591 2588 2143 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 647964966 885428224 12530 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2592/tid=2596] ppid=2591 vsize=864676 CPUtime=0
/proc/2592/task/2596/stat : 2596 (java) S 2591 2588 2143 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 647964966 885428224 12530 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2592/tid=2597] ppid=2591 vsize=864676 CPUtime=0
/proc/2592/task/2597/stat : 2597 (java) S 2591 2588 2143 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 647964968 885428224 12530 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2592/tid=2598] ppid=2591 vsize=864676 CPUtime=0.12
/proc/2592/task/2598/stat : 2598 (java) S 2591 2588 2143 0 -1 64 501 0 0 0 12 0 0 0 16 0 9 0 647964968 885428224 12530 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2592/tid=2599] ppid=2591 vsize=864676 CPUtime=0
/proc/2592/task/2599/stat : 2599 (java) S 2591 2588 2143 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 647964968 885428224 12530 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2592/tid=2600] ppid=2591 vsize=864676 CPUtime=0
/proc/2592/task/2600/stat : 2600 (java) S 2591 2588 2143 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 647964968 885428224 12530 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 883632

[startup+3.10148 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 2600
/proc/meminfo: memFree=1634288/2055920 swapFree=4157960/4192956
[pid=2588] ppid=2586 vsize=13600 CPUtime=2.6
/proc/2588/stat : 2588 (sugar) S 2586 2588 2143 0 -1 4194304 973 21186 0 1 3 1 241 15 16 0 1 0 647964958 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2588/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.6
Current children cumulated vsize (KiB) 13600

[startup+6.3028 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 2610
/proc/meminfo: memFree=1647920/2055920 swapFree=4157960/4192956
[pid=2588] ppid=2586 vsize=13600 CPUtime=2.6
/proc/2588/stat : 2588 (sugar) S 2586 2588 2143 0 -1 4194304 974 21186 0 1 3 1 241 15 15 0 1 0 647964958 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2588/statm: 3400 797 370 3 0 500 0
[pid=2601] ppid=2588 vsize=5356 CPUtime=0
/proc/2601/stat : 2601 (sh) S 2588 2588 2143 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 647965225 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2601/statm: 1339 233 193 169 0 50 0
[pid=2602] ppid=2601 vsize=868448 CPUtime=3.56
/proc/2602/stat : 2602 (java) S 2601 2588 2143 0 -1 0 16779 0 1 0 344 12 0 0 19 0 9 0 647965226 889290752 15065 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2602/statm: 217112 15065 2542 9 0 211687 0
[pid=2602/tid=2603] ppid=2601 vsize=868448 CPUtime=2.2
/proc/2602/task/2603/stat : 2603 (java) R 2601 2588 2143 0 -1 64 3288 0 1 0 218 2 0 0 25 0 9 0 647965227 889290752 15065 996147200 134512640 134550740 4294955952 18446744073709551615 4126687192 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2602/tid=2604] ppid=2601 vsize=868448 CPUtime=1.09
/proc/2602/task/2604/stat : 2604 (java) S 2601 2588 2143 0 -1 64 11314 0 0 0 101 8 0 0 16 0 9 0 647965228 889290752 15065 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2602/tid=2605] ppid=2601 vsize=868448 CPUtime=0
/proc/2602/task/2605/stat : 2605 (java) S 2601 2588 2143 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 647965228 889290752 15065 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2602/tid=2606] ppid=2601 vsize=868448 CPUtime=0
/proc/2602/task/2606/stat : 2606 (java) S 2601 2588 2143 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 647965228 889290752 15065 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2602/tid=2607] ppid=2601 vsize=868448 CPUtime=0
/proc/2602/task/2607/stat : 2607 (java) S 2601 2588 2143 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 647965230 889290752 15065 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2602/tid=2608] ppid=2601 vsize=868448 CPUtime=0.24
/proc/2602/task/2608/stat : 2608 (java) S 2601 2588 2143 0 -1 64 1480 0 0 0 24 0 0 0 16 0 9 0 647965230 889290752 15065 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2602/tid=2609] ppid=2601 vsize=868448 CPUtime=0
/proc/2602/task/2609/stat : 2609 (java) S 2601 2588 2143 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 647965230 889290752 15065 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2602/tid=2610] ppid=2601 vsize=868448 CPUtime=0
/proc/2602/task/2610/stat : 2610 (java) S 2601 2588 2143 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 647965230 889290752 15065 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887404

[startup+12.7014 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 2612
/proc/meminfo: memFree=1679984/2055920 swapFree=4157960/4192956
[pid=2588] ppid=2586 vsize=13600 CPUtime=8.76
/proc/2588/stat : 2588 (sugar) S 2586 2588 2143 0 -1 4194304 1022 38898 0 2 4 1 839 32 16 0 1 0 647964958 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2588/statm: 3400 799 370 3 0 500 0
[pid=2611] ppid=2588 vsize=5356 CPUtime=0
/proc/2611/stat : 2611 (sh) S 2588 2588 2143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647965854 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2611/statm: 1339 232 193 169 0 50 0
[pid=2612] ppid=2611 vsize=8624 CPUtime=3.69
/proc/2612/stat : 2612 (picosat) R 2611 2588 2143 0 -1 4194304 1888 0 0 0 301 68 0 0 25 0 1 0 647965855 8830976 1850 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/2612/statm: 2156 1850 48 102 0 2051 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 27580

[startup+25.5017 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 2612
/proc/meminfo: memFree=1676400/2055920 swapFree=4157960/4192956
[pid=2588] ppid=2586 vsize=13600 CPUtime=8.76
/proc/2588/stat : 2588 (sugar) S 2586 2588 2143 0 -1 4194304 1022 38898 0 2 4 1 839 32 16 0 1 0 647964958 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2588/statm: 3400 799 370 3 0 500 0
[pid=2611] ppid=2588 vsize=5356 CPUtime=0
/proc/2611/stat : 2611 (sh) S 2588 2588 2143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647965854 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2611/statm: 1339 232 193 169 0 50 0
[pid=2612] ppid=2611 vsize=12044 CPUtime=16.36
/proc/2612/stat : 2612 (picosat) R 2611 2588 2143 0 -1 4194304 2749 0 0 0 1568 68 0 0 25 0 1 0 647965855 12333056 2711 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/2612/statm: 3011 2711 48 102 0 2906 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 31000

[startup+51.1012 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 2612
/proc/meminfo: memFree=1674288/2055920 swapFree=4157960/4192956
[pid=2588] ppid=2586 vsize=13600 CPUtime=8.76
/proc/2588/stat : 2588 (sugar) S 2586 2588 2143 0 -1 4194304 1022 38898 0 2 4 1 839 32 16 0 1 0 647964958 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2588/statm: 3400 799 370 3 0 500 0
[pid=2611] ppid=2588 vsize=5356 CPUtime=0
/proc/2611/stat : 2611 (sh) S 2588 2588 2143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647965854 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2611/statm: 1339 232 193 169 0 50 0
[pid=2612] ppid=2611 vsize=13932 CPUtime=41.73
/proc/2612/stat : 2612 (picosat) R 2611 2588 2143 0 -1 4194304 3238 0 0 0 4104 69 0 0 25 0 1 0 647965855 14266368 3200 996147200 134512640 134931368 4294956256 18446744073709551615 134597664 0 0 4096 0 0 0 0 17 1 0 0
/proc/2612/statm: 3483 3200 48 102 0 3378 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 32888

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 2612
/proc/meminfo: memFree=1669232/2055920 swapFree=4157960/4192956
[pid=2588] ppid=2586 vsize=13600 CPUtime=8.76
/proc/2588/stat : 2588 (sugar) S 2586 2588 2143 0 -1 4194304 1022 38898 0 2 4 1 839 32 16 0 1 0 647964958 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2588/statm: 3400 799 370 3 0 500 0
[pid=2611] ppid=2588 vsize=5356 CPUtime=0
/proc/2611/stat : 2611 (sh) S 2588 2588 2143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647965854 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2611/statm: 1339 232 193 169 0 50 0
[pid=2612] ppid=2611 vsize=19052 CPUtime=92.44
/proc/2612/stat : 2612 (picosat) R 2611 2588 2143 0 -1 4194304 4797 0 0 0 9174 70 0 0 25 0 1 0 647965855 19509248 4386 996147200 134512640 134931368 4294956256 18446744073709551615 134525820 0 0 4096 0 0 0 0 17 1 0 0
/proc/2612/statm: 4763 4386 48 102 0 4658 0
Current children cumulated CPU time (s) 101.2
Current children cumulated vsize (KiB) 38008

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 2612
/proc/meminfo: memFree=1663728/2055920 swapFree=4157960/4192956
[pid=2588] ppid=2586 vsize=13600 CPUtime=8.76
/proc/2588/stat : 2588 (sugar) S 2586 2588 2143 0 -1 4194304 1022 38898 0 2 4 1 839 32 16 0 1 0 647964958 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2588/statm: 3400 799 370 3 0 500 0
[pid=2611] ppid=2588 vsize=5356 CPUtime=0
/proc/2611/stat : 2611 (sh) S 2588 2588 2143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647965854 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2611/statm: 1339 232 193 169 0 50 0
[pid=2612] ppid=2611 vsize=24436 CPUtime=151.88
/proc/2612/stat : 2612 (picosat) R 2611 2588 2143 0 -1 4194304 6482 0 0 0 15117 71 0 0 25 0 1 0 647965855 25022464 5733 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/2612/statm: 6109 5733 48 102 0 6004 0
Current children cumulated CPU time (s) 160.64

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

/proc/meminfo: memFree=841088/2055920 swapFree=4157960/4192956
[pid=2588] ppid=2586 vsize=13600 CPUtime=8.76
/proc/2588/stat : 2588 (sugar) S 2586 2588 2143 0 -1 4194304 1022 38898 0 2 4 1 839 32 16 0 1 0 647964958 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2588/statm: 3400 799 370 3 0 500 0
[pid=2611] ppid=2588 vsize=5356 CPUtime=0
/proc/2611/stat : 2611 (sh) S 2588 2588 2143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647965854 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2611/statm: 1339 232 193 169 0 50 0
[pid=2612] ppid=2611 vsize=90920 CPUtime=1342.15
/proc/2612/stat : 2612 (picosat) R 2611 2588 2143 0 -1 4194304 26358 0 0 0 134116 99 0 0 25 0 1 0 647965855 93102080 22370 996147200 134512640 134931368 4294956256 18446744073709551615 134529123 0 0 4096 0 0 0 0 17 0 0 0
/proc/2612/statm: 22730 22370 48 102 0 22625 0
Current children cumulated CPU time (s) 1350.91
Current children cumulated vsize (KiB) 109876

[startup+1422.31 s]
/proc/loadavg: 2.18 2.07 2.01 3/83 2652
/proc/meminfo: memFree=841088/2055920 swapFree=4157960/4192956
[pid=2588] ppid=2586 vsize=13600 CPUtime=8.76
/proc/2588/stat : 2588 (sugar) S 2586 2588 2143 0 -1 4194304 1022 38898 0 2 4 1 839 32 16 0 1 0 647964958 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2588/statm: 3400 799 370 3 0 500 0
[pid=2611] ppid=2588 vsize=5356 CPUtime=0
/proc/2611/stat : 2611 (sh) S 2588 2588 2143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647965854 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2611/statm: 1339 232 193 169 0 50 0
[pid=2612] ppid=2611 vsize=90920 CPUtime=1402.12
/proc/2612/stat : 2612 (picosat) R 2611 2588 2143 0 -1 4194304 26358 0 0 0 140113 99 0 0 25 0 1 0 647965855 93102080 22370 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/2612/statm: 22730 22370 48 102 0 22625 0
Current children cumulated CPU time (s) 1410.88
Current children cumulated vsize (KiB) 109876

[startup+1482.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/83 2652
/proc/meminfo: memFree=810240/2055920 swapFree=4157960/4192956
[pid=2588] ppid=2586 vsize=13600 CPUtime=8.76
/proc/2588/stat : 2588 (sugar) S 2586 2588 2143 0 -1 4194304 1022 38898 0 2 4 1 839 32 16 0 1 0 647964958 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2588/statm: 3400 799 370 3 0 500 0
[pid=2611] ppid=2588 vsize=5356 CPUtime=0
/proc/2611/stat : 2611 (sh) S 2588 2588 2143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647965854 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2611/statm: 1339 232 193 169 0 50 0
[pid=2612] ppid=2611 vsize=90912 CPUtime=1462.08
/proc/2612/stat : 2612 (picosat) R 2611 2588 2143 0 -1 4194304 26360 0 0 0 146109 99 0 0 25 0 1 0 647965855 93093888 22370 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/2612/statm: 22728 22370 48 102 0 22623 0
Current children cumulated CPU time (s) 1470.84
Current children cumulated vsize (KiB) 109868

[startup+1542.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/83 2652
/proc/meminfo: memFree=810240/2055920 swapFree=4157960/4192956
[pid=2588] ppid=2586 vsize=13600 CPUtime=8.76
/proc/2588/stat : 2588 (sugar) S 2586 2588 2143 0 -1 4194304 1022 38898 0 2 4 1 839 32 16 0 1 0 647964958 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2588/statm: 3400 799 370 3 0 500 0
[pid=2611] ppid=2588 vsize=5356 CPUtime=0
/proc/2611/stat : 2611 (sh) S 2588 2588 2143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647965854 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2611/statm: 1339 232 193 169 0 50 0
[pid=2612] ppid=2611 vsize=90912 CPUtime=1522.05
/proc/2612/stat : 2612 (picosat) R 2611 2588 2143 0 -1 4194304 26373 0 0 0 152106 99 0 0 25 0 1 0 647965855 93093888 22383 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/2612/statm: 22728 22383 48 102 0 22623 0
Current children cumulated CPU time (s) 1530.81
Current children cumulated vsize (KiB) 109868

[startup+1602.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/83 2652
/proc/meminfo: memFree=810176/2055920 swapFree=4157960/4192956
[pid=2588] ppid=2586 vsize=13600 CPUtime=8.76
/proc/2588/stat : 2588 (sugar) S 2586 2588 2143 0 -1 4194304 1022 38898 0 2 4 1 839 32 16 0 1 0 647964958 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2588/statm: 3400 799 370 3 0 500 0
[pid=2611] ppid=2588 vsize=5356 CPUtime=0
/proc/2611/stat : 2611 (sh) S 2588 2588 2143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647965854 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2611/statm: 1339 232 193 169 0 50 0
[pid=2612] ppid=2611 vsize=90912 CPUtime=1582.02
/proc/2612/stat : 2612 (picosat) R 2611 2588 2143 0 -1 4194304 26373 0 0 0 158102 100 0 0 25 0 1 0 647965855 93093888 22383 996147200 134512640 134931368 4294956256 18446744073709551615 134525760 0 0 4096 0 0 0 0 17 0 0 0
/proc/2612/statm: 22728 22383 48 102 0 22623 0
Current children cumulated CPU time (s) 1590.78
Current children cumulated vsize (KiB) 109868

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 2658
/proc/meminfo: memFree=810048/2055920 swapFree=4157960/4192956
[pid=2588] ppid=2586 vsize=13600 CPUtime=8.76
/proc/2588/stat : 2588 (sugar) S 2586 2588 2143 0 -1 4194304 1022 38898 0 2 4 1 839 32 16 0 1 0 647964958 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2588/statm: 3400 799 370 3 0 500 0
[pid=2611] ppid=2588 vsize=5356 CPUtime=0
/proc/2611/stat : 2611 (sh) S 2588 2588 2143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647965854 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2611/statm: 1339 232 193 169 0 50 0
[pid=2612] ppid=2611 vsize=90912 CPUtime=1641.98
/proc/2612/stat : 2612 (picosat) R 2611 2588 2143 0 -1 4194304 26373 0 0 0 164098 100 0 0 25 0 1 0 647965855 93093888 22383 996147200 134512640 134931368 4294956256 18446744073709551615 134522692 0 0 4096 0 0 0 0 17 0 0 0
/proc/2612/statm: 22728 22383 48 102 0 22623 0
Current children cumulated CPU time (s) 1650.74
Current children cumulated vsize (KiB) 109868

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 2658
/proc/meminfo: memFree=809984/2055920 swapFree=4157960/4192956
[pid=2588] ppid=2586 vsize=13600 CPUtime=8.76
/proc/2588/stat : 2588 (sugar) S 2586 2588 2143 0 -1 4194304 1022 38898 0 2 4 1 839 32 16 0 1 0 647964958 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2588/statm: 3400 799 370 3 0 500 0
[pid=2611] ppid=2588 vsize=5356 CPUtime=0
/proc/2611/stat : 2611 (sh) S 2588 2588 2143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647965854 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2611/statm: 1339 232 193 169 0 50 0
[pid=2612] ppid=2611 vsize=90912 CPUtime=1701.95
/proc/2612/stat : 2612 (picosat) R 2611 2588 2143 0 -1 4194304 26375 0 0 0 170095 100 0 0 25 0 1 0 647965855 93093888 22385 996147200 134512640 134931368 4294956256 18446744073709551615 134525603 0 0 4096 0 0 0 0 17 0 0 0
/proc/2612/statm: 22728 22385 48 102 0 22623 0
Current children cumulated CPU time (s) 1710.71
Current children cumulated vsize (KiB) 109868

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 2658
/proc/meminfo: memFree=809984/2055920 swapFree=4157960/4192956
[pid=2588] ppid=2586 vsize=13600 CPUtime=8.76
/proc/2588/stat : 2588 (sugar) S 2586 2588 2143 0 -1 4194304 1022 38898 0 2 4 1 839 32 16 0 1 0 647964958 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2588/statm: 3400 799 370 3 0 500 0
[pid=2611] ppid=2588 vsize=5356 CPUtime=0
/proc/2611/stat : 2611 (sh) S 2588 2588 2143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647965854 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2611/statm: 1339 232 193 169 0 50 0
[pid=2612] ppid=2611 vsize=90912 CPUtime=1761.91
/proc/2612/stat : 2612 (picosat) R 2611 2588 2143 0 -1 4194304 26388 0 0 0 176091 100 0 0 25 0 1 0 647965855 93093888 22398 996147200 134512640 134931368 4294956256 18446744073709551615 134529260 0 0 4096 0 0 0 0 17 0 0 0
/proc/2612/statm: 22728 22398 48 102 0 22623 0
Current children cumulated CPU time (s) 1770.67
Current children cumulated vsize (KiB) 109868



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.71 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 2658
/proc/meminfo: memFree=809920/2055920 swapFree=4157960/4192956
[pid=2588] ppid=2586 vsize=13600 CPUtime=8.76
/proc/2588/stat : 2588 (sugar) S 2586 2588 2143 0 -1 4194304 1022 38898 0 2 4 1 839 32 16 0 1 0 647964958 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2588/statm: 3400 799 370 3 0 500 0
[pid=2611] ppid=2588 vsize=5356 CPUtime=0
/proc/2611/stat : 2611 (sh) S 2588 2588 2143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647965854 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2611/statm: 1339 232 193 169 0 50 0
[pid=2612] ppid=2611 vsize=90912 CPUtime=1791.3
/proc/2612/stat : 2612 (picosat) R 2611 2588 2143 0 -1 4194304 26388 0 0 0 179030 100 0 0 25 0 1 0 647965855 93093888 22398 996147200 134512640 134931368 4294956256 18446744073709551615 134530818 0 0 4096 0 0 0 0 17 0 0 0
/proc/2612/statm: 22728 22398 48 102 0 22623 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 109868

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

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

[startup+1811.71 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 2658
/proc/meminfo: memFree=809920/2055920 swapFree=4157960/4192956
[pid=2588] ppid=2586 vsize=13600 CPUtime=8.76
/proc/2588/stat : 2588 (sugar) S 2586 2588 2143 0 -1 4194304 1022 38898 0 2 4 1 839 32 16 0 1 0 647964958 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2588/statm: 3400 799 370 3 0 500 0
[pid=2611] ppid=2588 vsize=5356 CPUtime=0
/proc/2611/stat : 2611 (sh) S 2588 2588 2143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647965854 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2611/statm: 1339 232 193 169 0 50 0
[pid=2612] ppid=2611 vsize=90912 CPUtime=1791.3
/proc/2612/stat : 2612 (picosat) R 2611 2588 2143 0 -1 4194304 26388 0 0 0 179030 100 0 0 25 0 1 0 647965855 93093888 22398 996147200 134512640 134931368 4294956256 18446744073709551615 134530818 0 0 4096 0 0 0 0 17 0 0 0
/proc/2612/statm: 22728 22398 48 102 0 22623 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 109868

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2588 and gives
#  childrusage.ru_utime.tv_sec=8
#  childrusage.ru_utime.tv_usec=443716
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=348946
# CPU time returned by wait4() is 8.79266
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1811.73
CPU time (s): 1800.06
CPU user time (s): 1798.73
CPU system time (s): 1.33
CPU usage (%): 99.3559
Max. virtual memory (cumulated for all children) (KiB): 888408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.44372
system time used= 0.348946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40276
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4379
involuntary context switches= 4448

runsolver used 2.32165 second user time and 5.9321 second system time

The end

Launcher Data (download as text)

Begin job on node60 at 2008-07-05 11:33:38
IDJOB=1093543
IDBENCH=58710
IDSOLVER=345
FILE ID=node60/1093543-1215250418
PBS_JOBID= 7882029
Free space on /tmp= 66480 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/socialGolfers/normalized-socialGolfer-9-4-8.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1093543-1215250418/watcher-1093543-1215250418 -o /tmp/evaluation-result-1093543-1215250418/solver-1093543-1215250418 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1093543-1215250418.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 190ecfd05931e02cff394b89c2a4bf65
RANDOM SEED=677255158

node60.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.216
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.216
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:       1693880 kB
Buffers:         57628 kB
Cached:         161648 kB
SwapCached:      29196 kB
Active:         206836 kB
Inactive:        96000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1693880 kB
SwapTotal:     4192956 kB
SwapFree:      4157960 kB
Dirty:            6580 kB
Writeback:           0 kB
Mapped:          99360 kB
Slab:            44228 kB
Committed_AS:  1220092 kB
PageTables:       2072 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= 66408 MiB
End job on node60 at 2008-07-05 12:03:52