Trace number 2088054

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+picosatUNSAT 99.9738 100.518

General information on the benchmark

Namecsp/fapp/fapp17/
normalized-fapp17-0300-0.xml
MD5SUM973dbc41041e1781c07a539cb8e93a5d
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark20.0639
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3865
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3865
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 10:31:46 2009
0.00/0.08	c 0	PID 28587
0.06/0.08	c 0	HOST node30.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2088054-1247387506.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2088054-1247387506.xml' 'HOME/temp.csp'
0.06/0.67	c 1	12 domains, 300 variables, 6 predicates, 0 relations, 3865 constraints
0.06/0.71	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.71	c 1	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.06/0.79	c 1	Parsing HOME/temp.csp
0.64/0.91	c 1	parsed 4183 expressions
0.64/0.92	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.64/0.92	c 1	Converting to clausal form CSP
1.10/1.29	c 1	converted 419 (10%) expressions
1.79/1.95	c 2	converted 837 (20%) expressions
2.28/2.47	c 2	converted 1255 (30%) expressions
2.68/2.87	c 3	converted 1674 (40%) expressions
3.18/3.31	c 3	converted 2092 (50%) expressions
3.47/3.63	c 4	converted 2510 (60%) expressions
3.77/3.99	c 4	converted 2929 (70%) expressions
4.27/4.46	c 4	converted 3347 (80%) expressions
4.57/4.78	c 5	converted 3765 (90%) expressions
4.96/5.11	c 5	converted 4183 (100%) expressions
4.96/5.11	c 5	CSP : 598 integers, 11040 booleans, 23521 clauses, largest domain size 2721
4.96/5.11	c 5	Heap : 25 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.96/5.11	c 5	Propagation in CSP
5.07/5.29	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.07/5.29	c 5	CSP : 598 integers, 11040 booleans, 23521 clauses, largest domain size 2721
5.07/5.29	c 5	Heap : 26 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.17/5.31	c 5	Simplifing CSP by introducing new Boolean variables
5.17/5.36	c 5	CSP : 598 integers, 19018 booleans, 31499 clauses, largest domain size 2721
5.17/5.36	c 5	Heap : 28 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.45/5.66	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.75/5.97	c 6	60 (10%) CSP integer variables are encoded (12366 clauses, 163454 bytes)
6.05/6.22	c 6	120 (20%) CSP integer variables are encoded (24590 clauses, 346814 bytes)
6.25/6.47	c 6	180 (30%) CSP integer variables are encoded (37050 clauses, 533714 bytes)
6.54/6.75	c 7	240 (40%) CSP integer variables are encoded (49854 clauses, 725774 bytes)
6.84/7.03	c 7	299 (50%) CSP integer variables are encoded (63358 clauses, 928334 bytes)
7.04/7.22	c 7	359 (60%) CSP integer variables are encoded (214177 clauses, 3419604 bytes)
7.13/7.38	c 7	419 (70%) CSP integer variables are encoded (332609 clauses, 5432948 bytes)
7.34/7.52	c 7	479 (80%) CSP integer variables are encoded (441815 clauses, 7289450 bytes)
7.44/7.68	c 8	539 (90%) CSP integer variables are encoded (559905 clauses, 9296980 bytes)
7.63/7.82	c 8	598 (100%) CSP integer variables are encoded (668300 clauses, 11139695 bytes)
10.10/10.37	c 10	3150 (10%) CSP clauses are encoded (1463561 clauses, 29908603 bytes)
12.07/12.38	c 12	6300 (20%) CSP clauses are encoded (2150259 clauses, 46107854 bytes)
14.34/14.70	c 15	9450 (30%) CSP clauses are encoded (2972350 clauses, 65785299 bytes)
16.22/16.60	c 17	12600 (40%) CSP clauses are encoded (3635835 clauses, 81690618 bytes)
18.20/18.53	c 18	15750 (50%) CSP clauses are encoded (4378067 clauses, 99441654 bytes)
20.17/20.58	c 21	18900 (60%) CSP clauses are encoded (5161945 clauses, 118334934 bytes)
22.43/22.86	c 23	22050 (70%) CSP clauses are encoded (6012050 clauses, 139001222 bytes)
24.61/25.01	c 25	25200 (80%) CSP clauses are encoded (6833775 clauses, 158837503 bytes)
26.47/26.97	c 27	28350 (90%) CSP clauses are encoded (7582338 clauses, 176933072 bytes)
28.83/29.35	c 29	31499 (100%) CSP clauses are encoded (8446636 clauses, 197755151 bytes)
28.83/29.35	c 29	31499 CSP clauses encoded
28.83/29.35	c 29	Writing map file : HOME/temp.map
28.83/29.38	c 29	Heap : 26 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
28.83/29.38	c 29	SAT : 687916 SAT variables, 8446636 SAT clauses, 197755151 bytes
28.83/29.38	c 29	Heap : 26 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
28.92/29.41	c 29	SOLVING HOME/temp.cnf
28.92/29.41	c 29	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
99.48/100.04	c 100	DECODING HOME/temp.out WITH HOME/temp.map
99.48/100.04	c 100	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
99.54/100.12	c 100	Decoding HOME/temp.out
99.54/100.36	s UNSATISFIABLE
99.54/100.37	c 100	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
99.54/100.42	c 100	CPU 99.86 (0.06 0.01 61.17 38.62)
99.54/100.42	c 100	END Sun Jul 12 10:33:26 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2088054-1247387506/watcher-2088054-1247387506 -o /tmp/evaluation-result-2088054-1247387506/solver-2088054-1247387506 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2088054-1247387506.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.12 2.12 2.05 4/83 28587
/proc/meminfo: memFree=1632200/2055920 swapFree=4192812/4192956
[pid=28587] ppid=28585 vsize=18576 CPUtime=0
/proc/28587/stat : 28587 (runsolver) R 28585 28587 25844 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 25816708 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 264907582759 0 0 4096 24578 0 0 0 17 1 0 0
/proc/28587/statm: 4644 284 249 26 0 2626 0

[startup+0.0861569 s]
/proc/loadavg: 2.12 2.12 2.05 4/83 28587
/proc/meminfo: memFree=1632200/2055920 swapFree=4192812/4192956
[pid=28587] ppid=28585 vsize=16872 CPUtime=0.06
/proc/28587/stat : 28587 (sugar) S 28585 28587 25844 0 -1 4194304 1159 0 0 0 5 1 0 0 20 0 1 0 25816708 17276928 1108 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28587/statm: 4218 1108 406 3 0 797 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16872

[startup+0.101155 s]
/proc/loadavg: 2.12 2.12 2.05 4/83 28587
/proc/meminfo: memFree=1632200/2055920 swapFree=4192812/4192956
[pid=28587] ppid=28585 vsize=16868 CPUtime=0.06
/proc/28587/stat : 28587 (sugar) S 28585 28587 25844 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 25816708 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28587/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301184 s]
/proc/loadavg: 2.12 2.12 2.05 4/83 28587
/proc/meminfo: memFree=1632200/2055920 swapFree=4192812/4192956
[pid=28587] ppid=28585 vsize=16868 CPUtime=0.06
/proc/28587/stat : 28587 (sugar) S 28585 28587 25844 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 25816708 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28587/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701238 s]
/proc/loadavg: 2.12 2.12 2.05 4/83 28587
/proc/meminfo: memFree=1632200/2055920 swapFree=4192812/4192956
[pid=28587] ppid=28585 vsize=16868 CPUtime=0.06
/proc/28587/stat : 28587 (sugar) S 28585 28587 25844 0 -1 4194304 1245 128 0 0 5 1 0 0 15 0 1 0 25816708 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28587/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50236 s]
/proc/loadavg: 2.12 2.12 2.05 3/94 28609
/proc/meminfo: memFree=1619752/2055920 swapFree=4192812/4192956
[pid=28587] ppid=28585 vsize=16868 CPUtime=0.64
/proc/28587/stat : 28587 (sugar) S 28585 28587 25844 0 -1 4194304 1309 7012 0 1 5 1 54 4 15 0 1 0 25816708 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28587/statm: 4217 1111 409 3 0 796 0
[pid=28600] ppid=28587 vsize=5356 CPUtime=0
/proc/28600/stat : 28600 (sh) S 28587 28587 25844 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25816780 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28600/statm: 1339 233 193 169 0 50 0
[pid=28601] ppid=28600 vsize=868484 CPUtime=0.76
/proc/28601/stat : 28601 (java) S 28600 28587 25844 0 -1 0 5684 0 1 0 73 3 0 0 18 0 9 0 25816780 889327616 5079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28601/statm: 217121 5079 1742 9 0 211626 0
[pid=28601/tid=28602] ppid=28600 vsize=868484 CPUtime=0.53
/proc/28601/task/28602/stat : 28602 (java) R 28600 28587 25844 0 -1 64 2690 0 1 0 52 1 0 0 21 0 9 0 25816781 889327616 5079 996147200 134512640 134550932 4294955936 18446744073709551615 4126507563 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28603] ppid=28600 vsize=868484 CPUtime=0.05
/proc/28601/task/28603/stat : 28603 (java) S 28600 28587 25844 0 -1 64 831 0 0 0 5 0 0 0 16 0 9 0 25816782 889327616 5079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28604] ppid=28600 vsize=868484 CPUtime=0
/proc/28601/task/28604/stat : 28604 (java) S 28600 28587 25844 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 25816782 889327616 5079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28605] ppid=28600 vsize=868484 CPUtime=0
/proc/28601/task/28605/stat : 28605 (java) S 28600 28587 25844 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 25816782 889327616 5079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28606] ppid=28600 vsize=868484 CPUtime=0
/proc/28601/task/28606/stat : 28606 (java) S 28600 28587 25844 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25816784 889327616 5079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28607] ppid=28600 vsize=868484 CPUtime=0.15
/proc/28601/task/28607/stat : 28607 (java) S 28600 28587 25844 0 -1 64 1469 0 0 0 15 0 0 0 16 0 9 0 25816784 889327616 5079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28608] ppid=28600 vsize=868484 CPUtime=0
/proc/28601/task/28608/stat : 28608 (java) S 28600 28587 25844 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25816784 889327616 5079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28609] ppid=28600 vsize=868484 CPUtime=0
/proc/28601/task/28609/stat : 28609 (java) R 28600 28587 25844 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25816784 889327616 5079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890708

[startup+3.10259 s]
/proc/loadavg: 2.12 2.12 2.05 3/94 28609
/proc/meminfo: memFree=1606376/2055920 swapFree=4192812/4192956
[pid=28587] ppid=28585 vsize=16868 CPUtime=0.64
/proc/28587/stat : 28587 (sugar) S 28585 28587 25844 0 -1 4194304 1309 7012 0 1 5 1 54 4 15 0 1 0 25816708 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28587/statm: 4217 1111 409 3 0 796 0
[pid=28600] ppid=28587 vsize=5356 CPUtime=0
/proc/28600/stat : 28600 (sh) S 28587 28587 25844 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25816780 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28600/statm: 1339 233 193 169 0 50 0
[pid=28601] ppid=28600 vsize=868568 CPUtime=2.35
/proc/28601/stat : 28601 (java) S 28600 28587 25844 0 -1 0 9406 0 1 0 229 6 0 0 18 0 9 0 25816780 889413632 8464 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28601/statm: 217142 8464 2566 9 0 211647 0
[pid=28601/tid=28602] ppid=28600 vsize=868568 CPUtime=1.74
/proc/28601/task/28602/stat : 28602 (java) R 28600 28587 25844 0 -1 64 2933 0 1 0 173 1 0 0 25 0 9 0 25816781 889413632 8464 996147200 134512640 134550932 4294955936 18446744073709551615 4126508832 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28603] ppid=28600 vsize=868568 CPUtime=0.39
/proc/28601/task/28603/stat : 28603 (java) S 28600 28587 25844 0 -1 64 4290 0 0 0 37 2 0 0 16 0 9 0 25816782 889413632 8464 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28604] ppid=28600 vsize=868568 CPUtime=0
/proc/28601/task/28604/stat : 28604 (java) S 28600 28587 25844 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 25816782 889413632 8464 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28605] ppid=28600 vsize=868568 CPUtime=0
/proc/28601/task/28605/stat : 28605 (java) S 28600 28587 25844 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25816782 889413632 8464 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28606] ppid=28600 vsize=868568 CPUtime=0
/proc/28601/task/28606/stat : 28606 (java) S 28600 28587 25844 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25816784 889413632 8464 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28607] ppid=28600 vsize=868568 CPUtime=0.18
/proc/28601/task/28607/stat : 28607 (java) S 28600 28587 25844 0 -1 64 1484 0 0 0 18 0 0 0 15 0 9 0 25816784 889413632 8464 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28608] ppid=28600 vsize=868568 CPUtime=0
/proc/28601/task/28608/stat : 28608 (java) S 28600 28587 25844 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25816784 889413632 8464 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28609] ppid=28600 vsize=868568 CPUtime=0
/proc/28601/task/28609/stat : 28609 (java) S 28600 28587 25844 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25816784 889413632 8464 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890792

[startup+6.30106 s]
/proc/loadavg: 2.11 2.12 2.05 4/94 28609
/proc/meminfo: memFree=1575720/2055920 swapFree=4192812/4192956
[pid=28587] ppid=28585 vsize=16868 CPUtime=0.65
/proc/28587/stat : 28587 (sugar) S 28585 28587 25844 0 -1 4194304 1310 7012 0 1 6 1 54 4 15 0 1 0 25816708 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28587/statm: 4217 1111 409 3 0 796 0
[pid=28600] ppid=28587 vsize=5356 CPUtime=0
/proc/28600/stat : 28600 (sh) S 28587 28587 25844 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25816780 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28600/statm: 1339 233 193 169 0 50 0
[pid=28601] ppid=28600 vsize=868680 CPUtime=5.5
/proc/28601/stat : 28601 (java) S 28600 28587 25844 0 -1 0 18888 0 1 0 538 12 0 0 18 0 9 0 25816780 889528320 12551 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28601/statm: 217170 12551 2592 9 0 211647 0
[pid=28601/tid=28602] ppid=28600 vsize=868680 CPUtime=4.17
/proc/28601/task/28602/stat : 28602 (java) R 28600 28587 25844 0 -1 64 3351 0 1 0 415 2 0 0 25 0 9 0 25816781 889528320 12551 996147200 134512640 134550932 4294955936 18446744073709551615 4126545907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28603] ppid=28600 vsize=868680 CPUtime=1.07
/proc/28601/task/28603/stat : 28603 (java) S 28600 28587 25844 0 -1 64 13311 0 0 0 100 7 0 0 16 0 9 0 25816782 889528320 12551 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28604] ppid=28600 vsize=868680 CPUtime=0
/proc/28601/task/28604/stat : 28604 (java) S 28600 28587 25844 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 25816782 889528320 12551 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28605] ppid=28600 vsize=868680 CPUtime=0
/proc/28601/task/28605/stat : 28605 (java) S 28600 28587 25844 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25816782 889528320 12551 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28606] ppid=28600 vsize=868680 CPUtime=0
/proc/28601/task/28606/stat : 28606 (java) S 28600 28587 25844 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25816784 889528320 12551 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28607] ppid=28600 vsize=868680 CPUtime=0.22
/proc/28601/task/28607/stat : 28607 (java) S 28600 28587 25844 0 -1 64 1527 0 0 0 22 0 0 0 15 0 9 0 25816784 889528320 12551 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28608] ppid=28600 vsize=868680 CPUtime=0
/proc/28601/task/28608/stat : 28608 (java) S 28600 28587 25844 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25816784 889528320 12551 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28609] ppid=28600 vsize=868680 CPUtime=0
/proc/28601/task/28609/stat : 28609 (java) S 28600 28587 25844 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25816784 889528320 12551 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 890904

[startup+12.702 s]
/proc/loadavg: 2.10 2.11 2.05 3/94 28609
/proc/meminfo: memFree=1520680/2055920 swapFree=4192812/4192956
[pid=28587] ppid=28585 vsize=16868 CPUtime=0.65
/proc/28587/stat : 28587 (sugar) S 28585 28587 25844 0 -1 4194304 1310 7012 0 1 6 1 54 4 16 0 1 0 25816708 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28587/statm: 4217 1111 409 3 0 796 0
[pid=28600] ppid=28587 vsize=5356 CPUtime=0
/proc/28600/stat : 28600 (sh) S 28587 28587 25844 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25816780 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28600/statm: 1339 233 193 169 0 50 0
[pid=28601] ppid=28600 vsize=868680 CPUtime=11.82
/proc/28601/stat : 28601 (java) S 28600 28587 25844 0 -1 0 19288 0 1 0 1138 44 0 0 18 0 9 0 25816780 889528320 12575 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28601/statm: 217170 12575 2593 9 0 211647 0
[pid=28601/tid=28602] ppid=28600 vsize=868680 CPUtime=10.26
/proc/28601/task/28602/stat : 28602 (java) R 28600 28587 25844 0 -1 64 3730 0 1 0 995 31 0 0 25 0 9 0 25816781 889528320 12575 996147200 134512640 134550932 4294955936 18446744073709551615 4126995980 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28603] ppid=28600 vsize=868680 CPUtime=1.26
/proc/28601/task/28603/stat : 28603 (java) S 28600 28587 25844 0 -1 64 13312 0 0 0 116 10 0 0 16 0 9 0 25816782 889528320 12575 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28604] ppid=28600 vsize=868680 CPUtime=0
/proc/28601/task/28604/stat : 28604 (java) S 28600 28587 25844 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 25816782 889528320 12575 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28605] ppid=28600 vsize=868680 CPUtime=0
/proc/28601/task/28605/stat : 28605 (java) S 28600 28587 25844 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25816782 889528320 12575 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28606] ppid=28600 vsize=868680 CPUtime=0
/proc/28601/task/28606/stat : 28606 (java) S 28600 28587 25844 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25816784 889528320 12575 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28607] ppid=28600 vsize=868680 CPUtime=0.26
/proc/28601/task/28607/stat : 28607 (java) S 28600 28587 25844 0 -1 64 1547 0 0 0 26 0 0 0 17 0 9 0 25816784 889528320 12575 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28608] ppid=28600 vsize=868680 CPUtime=0
/proc/28601/task/28608/stat : 28608 (java) S 28600 28587 25844 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25816784 889528320 12575 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28609] ppid=28600 vsize=868680 CPUtime=0
/proc/28601/task/28609/stat : 28609 (java) S 28600 28587 25844 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25816784 889528320 12575 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 890904

[startup+25.5019 s]
/proc/loadavg: 2.08 2.11 2.05 3/94 28609
/proc/meminfo: memFree=1380584/2055920 swapFree=4192812/4192956
[pid=28587] ppid=28585 vsize=16868 CPUtime=0.65
/proc/28587/stat : 28587 (sugar) S 28585 28587 25844 0 -1 4194304 1310 7012 0 1 6 1 54 4 16 0 1 0 25816708 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28587/statm: 4217 1111 409 3 0 796 0
[pid=28600] ppid=28587 vsize=5356 CPUtime=0
/proc/28600/stat : 28600 (sh) S 28587 28587 25844 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25816780 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28600/statm: 1339 233 193 169 0 50 0
[pid=28601] ppid=28600 vsize=868680 CPUtime=24.45
/proc/28601/stat : 28601 (java) S 28600 28587 25844 0 -1 0 20167 0 1 0 2325 120 0 0 18 0 9 0 25816780 889528320 12575 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28601/statm: 217170 12575 2593 9 0 211647 0
[pid=28601/tid=28602] ppid=28600 vsize=868680 CPUtime=22.48
/proc/28601/task/28602/stat : 28602 (java) R 28600 28587 25844 0 -1 64 4609 0 1 0 2146 102 0 0 25 0 9 0 25816781 889528320 12575 996147200 134512640 134550932 4294955936 18446744073709551615 102093987 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28603] ppid=28600 vsize=868680 CPUtime=1.67
/proc/28601/task/28603/stat : 28603 (java) S 28600 28587 25844 0 -1 64 13312 0 0 0 151 16 0 0 16 0 9 0 25816782 889528320 12575 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28604] ppid=28600 vsize=868680 CPUtime=0
/proc/28601/task/28604/stat : 28604 (java) S 28600 28587 25844 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 25816782 889528320 12575 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28605] ppid=28600 vsize=868680 CPUtime=0
/proc/28601/task/28605/stat : 28605 (java) S 28600 28587 25844 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25816782 889528320 12575 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28606] ppid=28600 vsize=868680 CPUtime=0
/proc/28601/task/28606/stat : 28606 (java) S 28600 28587 25844 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25816784 889528320 12575 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28607] ppid=28600 vsize=868680 CPUtime=0.26
/proc/28601/task/28607/stat : 28607 (java) S 28600 28587 25844 0 -1 64 1547 0 0 0 26 0 0 0 17 0 9 0 25816784 889528320 12575 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28608] ppid=28600 vsize=868680 CPUtime=0
/proc/28601/task/28608/stat : 28608 (java) S 28600 28587 25844 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25816784 889528320 12575 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28609] ppid=28600 vsize=868680 CPUtime=0
/proc/28601/task/28609/stat : 28609 (java) S 28600 28587 25844 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25816784 889528320 12575 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 890904

[startup+51.1016 s]
/proc/loadavg: 2.05 2.10 2.05 3/86 28611
/proc/meminfo: memFree=1208872/2055920 swapFree=4192812/4192956
[pid=28587] ppid=28585 vsize=16868 CPUtime=28.93
/proc/28587/stat : 28587 (sugar) S 28585 28587 25844 0 -1 4194304 1366 27758 0 2 6 1 2735 151 17 0 1 0 25816708 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28587/statm: 4217 1114 409 3 0 796 0
[pid=28610] ppid=28587 vsize=5356 CPUtime=0
/proc/28610/stat : 28610 (sh) S 28587 28587 25844 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25819649 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28610/statm: 1339 232 193 169 0 50 0
[pid=28611] ppid=28610 vsize=153332 CPUtime=21.66
/proc/28611/stat : 28611 (picosat) R 28610 28587 25844 0 -1 4194304 32520 0 0 0 992 1174 0 0 25 0 1 0 25819649 157011968 32506 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/28611/statm: 38333 32506 40 102 0 38228 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 175556

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

[startup+76.7013 s]
/proc/loadavg: 2.03 2.09 2.04 3/86 28611
/proc/meminfo: memFree=1063336/2055920 swapFree=4192812/4192956
[pid=28587] ppid=28585 vsize=16868 CPUtime=28.93
/proc/28587/stat : 28587 (sugar) S 28585 28587 25844 0 -1 4194304 1366 27758 0 2 6 1 2735 151 17 0 1 0 25816708 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28587/statm: 4217 1114 409 3 0 796 0
[pid=28610] ppid=28587 vsize=5356 CPUtime=0
/proc/28610/stat : 28610 (sh) S 28587 28587 25844 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25819649 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28610/statm: 1339 232 193 169 0 50 0
[pid=28611] ppid=28610 vsize=267404 CPUtime=47.25
/proc/28611/stat : 28611 (picosat) R 28610 28587 25844 0 -1 4194304 57728 0 0 0 2161 2564 0 0 25 0 1 0 25819649 273821696 57714 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/28611/statm: 66851 57714 40 102 0 66746 0
Current children cumulated CPU time (s) 76.18
Current children cumulated vsize (KiB) 289628

[startup+89.5012 s]
/proc/loadavg: 2.03 2.08 2.04 3/86 28611
/proc/meminfo: memFree=983400/2055920 swapFree=4192812/4192956
[pid=28587] ppid=28585 vsize=16868 CPUtime=28.93
/proc/28587/stat : 28587 (sugar) S 28585 28587 25844 0 -1 4194304 1366 27758 0 2 6 1 2735 151 17 0 1 0 25816708 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28587/statm: 4217 1114 409 3 0 796 0
[pid=28610] ppid=28587 vsize=5356 CPUtime=0
/proc/28610/stat : 28610 (sh) S 28587 28587 25844 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25819649 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28610/statm: 1339 232 193 169 0 50 0
[pid=28611] ppid=28610 vsize=312284 CPUtime=60.05
/proc/28611/stat : 28611 (picosat) R 28610 28587 25844 0 -1 4194304 70388 0 0 0 2748 3257 0 0 25 0 1 0 25819649 319778816 70374 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/28611/statm: 78071 70374 40 102 0 77966 0
Current children cumulated CPU time (s) 88.98
Current children cumulated vsize (KiB) 334508

[startup+95.9021 s]
/proc/loadavg: 2.02 2.08 2.04 3/86 28611
/proc/meminfo: memFree=946536/2055920 swapFree=4192812/4192956
[pid=28587] ppid=28585 vsize=16868 CPUtime=28.93
/proc/28587/stat : 28587 (sugar) S 28585 28587 25844 0 -1 4194304 1366 27758 0 2 6 1 2735 151 17 0 1 0 25816708 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28587/statm: 4217 1114 409 3 0 796 0
[pid=28610] ppid=28587 vsize=5356 CPUtime=0
/proc/28610/stat : 28610 (sh) S 28587 28587 25844 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25819649 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28610/statm: 1339 232 193 169 0 50 0
[pid=28611] ppid=28610 vsize=334328 CPUtime=66.45
/proc/28611/stat : 28611 (picosat) R 28610 28587 25844 0 -1 4194304 76599 0 0 0 3039 3606 0 0 25 0 1 0 25819649 342351872 76585 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/28611/statm: 83582 76585 40 102 0 83477 0
Current children cumulated CPU time (s) 95.38
Current children cumulated vsize (KiB) 356552

[startup+99.1016 s]
/proc/loadavg: 2.02 2.08 2.04 3/86 28611
/proc/meminfo: memFree=930728/2055920 swapFree=4192812/4192956
[pid=28587] ppid=28585 vsize=16868 CPUtime=28.93
/proc/28587/stat : 28587 (sugar) S 28585 28587 25844 0 -1 4194304 1366 27758 0 2 6 1 2735 151 17 0 1 0 25816708 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28587/statm: 4217 1114 409 3 0 796 0
[pid=28610] ppid=28587 vsize=5356 CPUtime=0
/proc/28610/stat : 28610 (sh) S 28587 28587 25844 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25819649 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28610/statm: 1339 232 193 169 0 50 0
[pid=28611] ppid=28610 vsize=349008 CPUtime=69.65
/proc/28611/stat : 28611 (picosat) R 28610 28587 25844 0 -1 4194304 78765 0 0 0 3264 3701 0 0 25 0 1 0 25819649 357384192 78748 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/28611/statm: 87252 78748 42 102 0 87147 0
Current children cumulated CPU time (s) 98.58
Current children cumulated vsize (KiB) 371232

[startup+99.9017 s]
/proc/loadavg: 2.02 2.08 2.04 3/86 28611
/proc/meminfo: memFree=930728/2055920 swapFree=4192812/4192956
[pid=28587] ppid=28585 vsize=16868 CPUtime=28.93
/proc/28587/stat : 28587 (sugar) S 28585 28587 25844 0 -1 4194304 1366 27758 0 2 6 1 2735 151 17 0 1 0 25816708 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28587/statm: 4217 1114 409 3 0 796 0
[pid=28610] ppid=28587 vsize=5356 CPUtime=0
/proc/28610/stat : 28610 (sh) S 28587 28587 25844 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25819649 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28610/statm: 1339 232 193 169 0 50 0
[pid=28611] ppid=28610 vsize=349012 CPUtime=70.44
/proc/28611/stat : 28611 (picosat) R 28610 28587 25844 0 -1 4194304 78833 0 0 0 3343 3701 0 0 25 0 1 0 25819649 357388288 78816 996147200 134512640 134931368 4294956256 18446744073709551615 134581922 0 0 4096 0 0 0 0 17 0 0 0
/proc/28611/statm: 87253 78816 42 102 0 87148 0
Current children cumulated CPU time (s) 99.37
Current children cumulated vsize (KiB) 371236

[startup+100.302 s]
/proc/loadavg: 2.02 2.08 2.04 3/86 28611
/proc/meminfo: memFree=956328/2055920 swapFree=4192812/4192956
[pid=28587] ppid=28585 vsize=16868 CPUtime=99.54
/proc/28587/stat : 28587 (sugar) S 28585 28587 25844 0 -1 4194304 1447 106878 0 2 6 1 6089 3858 16 0 1 0 25816708 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28587/statm: 4217 1114 409 3 0 796 0
Current children cumulated CPU time (s) 99.54
Current children cumulated vsize (KiB) 16868

[startup+100.502 s]
/proc/loadavg: 2.02 2.08 2.04 3/86 28611
/proc/meminfo: memFree=956328/2055920 swapFree=4192812/4192956
[pid=28587] ppid=28585 vsize=16868 CPUtime=99.95
/proc/28587/stat : 28587 (sugar) R 28585 28587 25844 0 -1 4194304 1477 111861 0 3 6 10 6117 3862 16 0 1 0 25816708 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 264907756585 0 0 4224 16386 0 0 0 17 0 0 0
/proc/28587/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 99.95
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 100.518
CPU time (s): 99.9738
CPU user time (s): 61.2357
CPU system time (s): 38.7381
CPU usage (%): 99.4587
Max. virtual memory (cumulated for all children) (KiB): 901292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 61.2357
system time used= 38.7381
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113398
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19297
involuntary context switches= 21339

runsolver used 0.113982 second user time and 0.370943 second system time

The end

Launcher Data

Begin job on node30 at 2009-07-12 10:31:46
IDJOB=2088054
IDBENCH=58864
IDSOLVER=738
FILE ID=node30/2088054-1247387506
PBS_JOBID= 9507165
Free space on /tmp= 66380 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp17/normalized-fapp17-0300-0.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2088054-1247387506/watcher-2088054-1247387506 -o /tmp/evaluation-result-2088054-1247387506/solver-2088054-1247387506 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2088054-1247387506.xml

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

MD5SUM BENCH= 973dbc41041e1781c07a539cb8e93a5d
RANDOM SEED=6777133

node30.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.277
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.277
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:       1632680 kB
Buffers:         18940 kB
Cached:          89180 kB
SwapCached:          0 kB
Active:         336236 kB
Inactive:        32872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1632680 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2340 kB
Writeback:           0 kB
Mapped:         276616 kB
Slab:            39004 kB
Committed_AS:   909572 kB
PageTables:       2192 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= 66380 MiB
End job on node30 at 2009-07-12 10:33:27