Trace number 1041939

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+picosatSAT 867.627 872.056

General information on the benchmark

Namecsp/allsquares/
normalized-squares-23-23.xml
MD5SUMd185c075f1a00620d8d7e72bfffb9da4
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark424.381
Satisfiable
(Un)Satisfiability was proved
Number of variables1058
Number of constraints1268
Maximum constraint arity23
Maximum domain size66
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1013
Global constraints used (with number of constraints)cumulative(2),weightedsum(253)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Wed Jul  2 14:25:47 2008
0.00/0.04	c 0	PID 23522
0.00/0.04	c 0	HOST node89.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1041939-1215001547.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1041939-1215001547.xml' 'HOME/temp.csp'
0.03/0.76	c 1	24 domains, 1058 variables, 2 predicates, 0 relations, 1268 constraints
0.03/0.77	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.77	c 1	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'
0.74/0.86	c 1	Parsing HOME/temp.csp
0.96/1.07	c 1	parsed 2352 expressions
0.96/1.07	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.96/1.08	c 1	Converting to clausal form CSP
0.96/1.10	c 1	converted 236 (10%) expressions
1.06/1.10	c 1	converted 471 (20%) expressions
1.06/1.11	c 1	converted 706 (30%) expressions
1.06/1.11	c 1	converted 941 (40%) expressions
1.15/1.23	c 1	converted 1176 (50%) expressions
1.15/1.28	c 1	converted 1412 (60%) expressions
1.25/1.31	c 1	converted 1647 (70%) expressions
1.25/1.33	c 1	converted 1882 (80%) expressions
1.25/1.34	c 1	converted 2117 (90%) expressions
1.85/1.99	c 2	converted 2352 (100%) expressions
1.85/2.00	c 2	CSP : 6866 integers, 1892 booleans, 17760 clauses, largest domain size 145
1.85/2.00	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.85/2.00	c 2	Propagation in CSP
2.05/2.18	c 2	19841 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.05/2.19	c 2	CSP : 6866 integers, 1892 booleans, 17760 clauses, largest domain size 67
2.05/2.19	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.05/2.20	c 2	Simplifing CSP by introducing new Boolean variables
2.15/2.21	c 2	CSP : 6866 integers, 1892 booleans, 17760 clauses, largest domain size 67
2.15/2.21	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.15/2.29	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.24/2.32	c 2	687 (10%) CSP integer variables are encoded (2394 clauses, 29011 bytes)
2.24/2.32	c 2	1374 (20%) CSP integer variables are encoded (6747 clauses, 85600 bytes)
2.24/2.34	c 2	2060 (30%) CSP integer variables are encoded (15555 clauses, 214255 bytes)
2.24/2.35	c 2	2747 (40%) CSP integer variables are encoded (24315 clauses, 345655 bytes)
2.24/2.36	c 2	3433 (50%) CSP integer variables are encoded (32929 clauses, 474865 bytes)
2.24/2.37	c 2	4120 (60%) CSP integer variables are encoded (40985 clauses, 595705 bytes)
2.24/2.38	c 2	4807 (70%) CSP integer variables are encoded (50133 clauses, 732925 bytes)
2.35/2.40	c 2	5493 (80%) CSP integer variables are encoded (58921 clauses, 864745 bytes)
2.35/2.41	c 2	6180 (90%) CSP integer variables are encoded (67359 clauses, 991315 bytes)
2.35/2.42	c 2	6866 (100%) CSP integer variables are encoded (75663 clauses, 1115875 bytes)
2.54/2.60	c 3	1776 (10%) CSP clauses are encoded (153504 clauses, 2468558 bytes)
2.74/2.88	c 3	3552 (20%) CSP clauses are encoded (317410 clauses, 5506443 bytes)
3.04/3.18	c 3	5328 (30%) CSP clauses are encoded (480014 clauses, 8908827 bytes)
3.34/3.45	c 3	7104 (40%) CSP clauses are encoded (634050 clauses, 12132665 bytes)
3.64/3.72	c 4	8880 (50%) CSP clauses are encoded (792037 clauses, 15437586 bytes)
3.94/4.06	c 4	10656 (60%) CSP clauses are encoded (987018 clauses, 19503146 bytes)
4.24/4.36	c 4	12432 (70%) CSP clauses are encoded (1159820 clauses, 23119970 bytes)
4.53/4.62	c 5	14208 (80%) CSP clauses are encoded (1307798 clauses, 26216653 bytes)
4.82/4.90	c 5	15984 (90%) CSP clauses are encoded (1464629 clauses, 29499427 bytes)
5.12/5.21	c 5	17760 (100%) CSP clauses are encoded (1638884 clauses, 33130196 bytes)
5.12/5.21	c 5	17760 CSP clauses encoded
5.12/5.21	c 5	Writing map file : HOME/temp.map
5.12/5.23	c 5	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.12/5.23	c 5	SAT : 84371 SAT variables, 1638884 SAT clauses, 33130196 bytes
5.12/5.23	c 5	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.12/5.26	c 5	SOLVING HOME/temp.cnf
5.12/5.26	c 5	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
867.21/871.66	c 872	DECODING HOME/temp.out WITH HOME/temp.map
867.21/871.66	c 872	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
867.27/871.74	c 872	Decoding HOME/temp.out
867.27/871.94	s SATISFIABLE
867.27/871.98	v 37 21 43 39 39 44 42 38 37 40 38 41 53 23 23 50 49 21 22 46 0 0 0 29 18 16 15 10 10 47 28 19 0 36 54 53 18 32 0 36 0 47 16 0 44 21 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 0 0 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 0 0 0 1 0 1 0 0 1 1 0 1 0 0 0 0 1 0 0 1 0 1 0 0 0 0 1 0 1 0 1 1 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 1 1 0 1 0 0 0 0 1 0 0 1 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 1 0 1 0 0 1 0 0 0 1 1 0 1 0 0 1 1 0 1 0 0 1 0 0 0 1 1 0 1 0 0 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 1 0 1 0 0 1 0 0 0 1 1 0 1 0 0 0 1 0 1 0 0 1 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 1 1 0 0 1 1 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 0 0 1 0 1 0 0 1 0 0 0 0 1 0 1 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 0 0 0 0 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 1 0 0 0 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 1 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1 1 0 1 0 0 0 0 1 0 0 1 0 1 0 0 0 0 1 0 1 0 1 1 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 1 0 1 0 1 0 0 1 0 0 0 0 1 0 1 0 0 1 1 0 1 0 0 0 0 1 0 0 1 0 1 0 0 0 0 1 0 0 0 1 1 0 0 1 0 0 0 0 1 0 0 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 1 0 1 0 1 0 0 1 0 1 0 1 0 0 1 0 0 1 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 1 0 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 1 0 1 0 0 1 1 0 1 0 0 0 0 1 0 0 1 0 1 0 0 0 0 1 0 0 0 1 1 0 0 1 0 0 1 0 0 1 1 0 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 1 0 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 1 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 1
867.27/871.98	c 872	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
867.27/872.04	c 872	CPU 859.92 (0.03 0.01 859.89 7.65)
867.27/872.04	c 872	END Wed Jul  2 14:40:19 2008

Verifier Data (download as text)

OK

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-1041939-1215001547/watcher-1041939-1215001547 -o /tmp/evaluation-result-1041939-1215001547/solver-1041939-1215001547 -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-1041939-1215001547.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.21 4/81 23522
/proc/meminfo: memFree=1861208/2055920 swapFree=4179796/4192956
[pid=23522] ppid=23520 vsize=12268 CPUtime=0
/proc/23522/stat : 23522 (sugar) R 23520 23522 23023 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 655882317 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 0 0 0 0 17 0 0 0
/proc/23522/statm: 3068 324 244 3 0 168 0

[startup+0.081659 s]
/proc/loadavg: 2.00 2.00 2.21 4/81 23522
/proc/meminfo: memFree=1861208/2055920 swapFree=4179796/4192956
[pid=23522] ppid=23520 vsize=13600 CPUtime=0.03
/proc/23522/stat : 23522 (sugar) S 23520 23522 23023 0 -1 4194304 900 127 0 0 3 0 0 0 17 0 1 0 655882317 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23522/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102663 s]
/proc/loadavg: 2.00 2.00 2.21 4/81 23522
/proc/meminfo: memFree=1861208/2055920 swapFree=4179796/4192956
[pid=23522] ppid=23520 vsize=13600 CPUtime=0.03
/proc/23522/stat : 23522 (sugar) S 23520 23522 23023 0 -1 4194304 900 127 0 0 3 0 0 0 17 0 1 0 655882317 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23522/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30268 s]
/proc/loadavg: 2.00 2.00 2.21 4/81 23522
/proc/meminfo: memFree=1861208/2055920 swapFree=4179796/4192956
[pid=23522] ppid=23520 vsize=13600 CPUtime=0.03
/proc/23522/stat : 23522 (sugar) S 23520 23522 23023 0 -1 4194304 900 127 0 0 3 0 0 0 17 0 1 0 655882317 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23522/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701722 s]
/proc/loadavg: 2.00 2.00 2.21 4/81 23522
/proc/meminfo: memFree=1861208/2055920 swapFree=4179796/4192956
[pid=23522] ppid=23520 vsize=13600 CPUtime=0.03
/proc/23522/stat : 23522 (sugar) S 23520 23522 23023 0 -1 4194304 900 127 0 0 3 0 0 0 17 0 1 0 655882317 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23522/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5018 s]
/proc/loadavg: 2.00 2.00 2.21 3/92 23544
/proc/meminfo: memFree=1853184/2055920 swapFree=4179796/4192956
[pid=23522] ppid=23520 vsize=13600 CPUtime=0.75
/proc/23522/stat : 23522 (sugar) S 23520 23522 23023 0 -1 4194304 974 5096 0 1 3 1 68 3 15 0 1 0 655882317 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23522/statm: 3400 797 370 3 0 500 0
[pid=23535] ppid=23522 vsize=5356 CPUtime=0
/proc/23535/stat : 23535 (sh) S 23522 23522 23023 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 655882395 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23535/statm: 1339 233 193 169 0 50 0
[pid=23536] ppid=23535 vsize=868244 CPUtime=0.7
/proc/23536/stat : 23536 (java) S 23535 23522 23023 0 -1 0 6095 0 1 0 67 3 0 0 20 0 9 0 655882395 889081856 5447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23536/statm: 217061 5447 1840 9 0 211636 0
[pid=23536/tid=23537] ppid=23535 vsize=868244 CPUtime=0.43
/proc/23536/task/23537/stat : 23537 (java) R 23535 23522 23023 0 -1 64 2665 0 1 0 42 1 0 0 25 0 9 0 655882396 889081856 5447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23536/tid=23538] ppid=23535 vsize=868244 CPUtime=0.05
/proc/23536/task/23538/stat : 23538 (java) R 23535 23522 23023 0 -1 64 1255 0 0 0 5 0 0 0 16 0 9 0 655882397 889081856 5447 996147200 134512640 134550740 4294955952 18446744073709551615 102721931 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23536/tid=23539] ppid=23535 vsize=868244 CPUtime=0
/proc/23536/task/23539/stat : 23539 (java) S 23535 23522 23023 0 -1 64 9 0 0 0 0 0 0 0 24 0 9 0 655882398 889081856 5447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23536/tid=23540] ppid=23535 vsize=868244 CPUtime=0
/proc/23536/task/23540/stat : 23540 (java) S 23535 23522 23023 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 655882398 889081856 5447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23536/tid=23541] ppid=23535 vsize=868244 CPUtime=0
/proc/23536/task/23541/stat : 23541 (java) S 23535 23522 23023 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 655882399 889081856 5447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23536/tid=23542] ppid=23535 vsize=868244 CPUtime=0.18
/proc/23536/task/23542/stat : 23542 (java) S 23535 23522 23023 0 -1 64 1483 0 0 0 18 0 0 0 16 0 9 0 655882399 889081856 5447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23536/tid=23543] ppid=23535 vsize=868244 CPUtime=0
/proc/23536/task/23543/stat : 23543 (java) S 23535 23522 23023 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 655882399 889081856 5447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23536/tid=23544] ppid=23535 vsize=868244 CPUtime=0
/proc/23536/task/23544/stat : 23544 (java) S 23535 23522 23023 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 655882399 889081856 5447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 887200

[startup+3.10195 s]
/proc/loadavg: 2.00 2.00 2.21 4/92 23544
/proc/meminfo: memFree=1835584/2055920 swapFree=4179796/4192956
[pid=23522] ppid=23520 vsize=13600 CPUtime=0.75
/proc/23522/stat : 23522 (sugar) S 23520 23522 23023 0 -1 4194304 974 5096 0 1 3 1 68 3 15 0 1 0 655882317 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23522/statm: 3400 797 370 3 0 500 0
[pid=23535] ppid=23522 vsize=5356 CPUtime=0
/proc/23535/stat : 23535 (sh) S 23522 23522 23023 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 655882395 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23535/statm: 1339 233 193 169 0 50 0
[pid=23536] ppid=23535 vsize=868472 CPUtime=2.29
/proc/23536/stat : 23536 (java) S 23535 23522 23023 0 -1 0 9663 0 1 0 218 11 0 0 20 0 9 0 655882395 889315328 8539 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23536/statm: 217118 8539 2565 9 0 211665 0
[pid=23536/tid=23537] ppid=23535 vsize=868472 CPUtime=1.56
/proc/23536/task/23537/stat : 23537 (java) R 23535 23522 23023 0 -1 64 3024 0 1 0 150 6 0 0 25 0 9 0 655882396 889315328 8539 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23536/tid=23538] ppid=23535 vsize=868472 CPUtime=0.42
/proc/23536/task/23538/stat : 23538 (java) S 23535 23522 23023 0 -1 64 4398 0 0 0 39 3 0 0 16 0 9 0 655882397 889315328 8539 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23536/tid=23539] ppid=23535 vsize=868472 CPUtime=0
/proc/23536/task/23539/stat : 23539 (java) S 23535 23522 23023 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 655882398 889315328 8539 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23536/tid=23540] ppid=23535 vsize=868472 CPUtime=0
/proc/23536/task/23540/stat : 23540 (java) S 23535 23522 23023 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 655882398 889315328 8539 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23536/tid=23541] ppid=23535 vsize=868472 CPUtime=0
/proc/23536/task/23541/stat : 23541 (java) S 23535 23522 23023 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 655882399 889315328 8539 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23536/tid=23542] ppid=23535 vsize=868472 CPUtime=0.27
/proc/23536/task/23542/stat : 23542 (java) S 23535 23522 23023 0 -1 64 1547 0 0 0 27 0 0 0 16 0 9 0 655882399 889315328 8539 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23536/tid=23543] ppid=23535 vsize=868472 CPUtime=0
/proc/23536/task/23543/stat : 23543 (java) S 23535 23522 23023 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 655882399 889315328 8539 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23536/tid=23544] ppid=23535 vsize=868472 CPUtime=0
/proc/23536/task/23544/stat : 23544 (java) S 23535 23522 23023 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 655882399 889315328 8539 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 887428

[startup+6.30127 s]
/proc/loadavg: 2.00 2.00 2.21 3/84 23546
/proc/meminfo: memFree=1822272/2055920 swapFree=4179796/4192956
[pid=23522] ppid=23520 vsize=13600 CPUtime=5.17
/proc/23522/stat : 23522 (sugar) S 23520 23522 23023 0 -1 4194304 1022 15515 0 2 3 1 481 32 16 0 1 0 655882317 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23522/statm: 3400 799 370 3 0 500 0
[pid=23545] ppid=23522 vsize=5356 CPUtime=0
/proc/23545/stat : 23545 (sh) S 23522 23522 23023 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 655882843 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23545/statm: 1339 232 193 169 0 50 0
[pid=23546] ppid=23545 vsize=13120 CPUtime=1.02
/proc/23546/stat : 23546 (picosat) R 23545 23522 23023 0 -1 4194304 2480 0 0 0 48 54 0 0 25 0 1 0 655882844 13434880 2466 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/23546/statm: 3280 2466 40 102 0 3175 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 32076

[startup+12.7019 s]
/proc/loadavg: 2.23 2.05 2.22 3/84 23546
/proc/meminfo: memFree=1792832/2055920 swapFree=4179796/4192956
[pid=23522] ppid=23520 vsize=13600 CPUtime=5.17
/proc/23522/stat : 23522 (sugar) S 23520 23522 23023 0 -1 4194304 1022 15515 0 2 3 1 481 32 16 0 1 0 655882317 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23522/statm: 3400 799 370 3 0 500 0
[pid=23545] ppid=23522 vsize=5356 CPUtime=0
/proc/23545/stat : 23545 (sh) S 23522 23522 23023 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 655882843 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23545/statm: 1339 232 193 169 0 50 0
[pid=23546] ppid=23545 vsize=39928 CPUtime=7.39
/proc/23546/stat : 23546 (picosat) R 23545 23522 23023 0 -1 4194304 8939 0 0 0 334 405 0 0 25 0 1 0 655882844 40886272 8925 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/23546/statm: 9982 8925 40 102 0 9877 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 58884

[startup+25.5022 s]
/proc/loadavg: 2.20 2.05 2.22 3/84 23546
/proc/meminfo: memFree=1765824/2055920 swapFree=4179796/4192956
[pid=23522] ppid=23520 vsize=13600 CPUtime=5.17
/proc/23522/stat : 23522 (sugar) S 23520 23522 23023 0 -1 4194304 1022 15515 0 2 3 1 481 32 16 0 1 0 655882317 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23522/statm: 3400 799 370 3 0 500 0
[pid=23545] ppid=23522 vsize=5356 CPUtime=0
/proc/23545/stat : 23545 (sh) S 23522 23522 23023 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 655882843 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23545/statm: 1339 232 193 169 0 50 0
[pid=23546] ppid=23545 vsize=66396 CPUtime=20.12
/proc/23546/stat : 23546 (picosat) R 23545 23522 23023 0 -1 4194304 15044 0 0 0 1290 722 0 0 25 0 1 0 655882844 67989504 15014 996147200 134512640 134931368 4294956256 18446744073709551615 134525760 0 0 4096 0 0 0 0 17 0 0 0
/proc/23546/statm: 16599 15014 42 102 0 16494 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 85352

[startup+51.1027 s]
/proc/loadavg: 2.13 2.04 2.21 3/84 23546
/proc/meminfo: memFree=1765568/2055920 swapFree=4179796/4192956
[pid=23522] ppid=23520 vsize=13600 CPUtime=5.17
/proc/23522/stat : 23522 (sugar) S 23520 23522 23023 0 -1 4194304 1022 15515 0 2 3 1 481 32 16 0 1 0 655882317 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23522/statm: 3400 799 370 3 0 500 0
[pid=23545] ppid=23522 vsize=5356 CPUtime=0
/proc/23545/stat : 23545 (sh) S 23522 23522 23023 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 655882843 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23545/statm: 1339 232 193 169 0 50 0
[pid=23546] ppid=23545 vsize=66924 CPUtime=45.6
/proc/23546/stat : 23546 (picosat) R 23545 23522 23023 0 -1 4194304 15154 0 0 0 3838 722 0 0 25 0 1 0 655882844 68530176 15124 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23546/statm: 16731 15124 42 102 0 16626 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 85880

[startup+102.307 s]
/proc/loadavg: 2.05 2.03 2.20 3/84 23546
/proc/meminfo: memFree=1764608/2055920 swapFree=4179796/4192956
[pid=23522] ppid=23520 vsize=13600 CPUtime=5.17
/proc/23522/stat : 23522 (sugar) S 23520 23522 23023 0 -1 4194304 1022 15515 0 2 3 1 481 32 16 0 1 0 655882317 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23522/statm: 3400 799 370 3 0 500 0
[pid=23545] ppid=23522 vsize=5356 CPUtime=0
/proc/23545/stat : 23545 (sh) S 23522 23522 23023 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 655882843 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23545/statm: 1339 232 193 169 0 50 0
[pid=23546] ppid=23545 vsize=67848 CPUtime=96.55
/proc/23546/stat : 23546 (picosat) R 23545 23522 23023 0 -1 4194304 15391 0 0 0 8932 723 0 0 25 0 1 0 655882844 69476352 15361 996147200 134512640 134931368 4294956256 18446744073709551615 134524112 0 0 4096 0 0 0 0 17 0 0 0
/proc/23546/statm: 16962 15361 42 102 0 16857 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 86804

[startup+162.303 s]
/proc/loadavg: 2.02 2.02 2.18 3/84 23546
/proc/meminfo: memFree=1763520/2055920 swapFree=4179796/4192956
[pid=23522] ppid=23520 vsize=13600 CPUtime=5.17
/proc/23522/stat : 23522 (sugar) S 23520 23522 23023 0 -1 4194304 1022 15515 0 2 3 1 481 32 16 0 1 0 655882317 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23522/statm: 3400 799 370 3 0 500 0
[pid=23545] ppid=23522 vsize=5356 CPUtime=0

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


[startup+702.301 s]
/proc/loadavg: 2.00 2.00 2.08 3/84 23546
/proc/meminfo: memFree=1753536/2055920 swapFree=4179796/4192956
[pid=23522] ppid=23520 vsize=13600 CPUtime=5.17
/proc/23522/stat : 23522 (sugar) S 23520 23522 23023 0 -1 4194304 1022 15515 0 2 3 1 481 32 16 0 1 0 655882317 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23522/statm: 3400 799 370 3 0 500 0
[pid=23545] ppid=23522 vsize=5356 CPUtime=0
/proc/23545/stat : 23545 (sh) S 23522 23522 23023 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 655882843 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23545/statm: 1339 232 193 169 0 50 0
[pid=23546] ppid=23545 vsize=79168 CPUtime=693.58
/proc/23546/stat : 23546 (picosat) R 23545 23522 23023 0 -1 4194304 18059 0 0 0 68632 726 0 0 25 0 1 0 655882844 81068032 18029 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23546/statm: 19792 18029 42 102 0 19687 0
Current children cumulated CPU time (s) 698.75
Current children cumulated vsize (KiB) 98124

[startup+762.305 s]
/proc/loadavg: 2.00 2.00 2.08 3/84 23546
/proc/meminfo: memFree=1752448/2055920 swapFree=4179796/4192956
[pid=23522] ppid=23520 vsize=13600 CPUtime=5.17
/proc/23522/stat : 23522 (sugar) S 23520 23522 23023 0 -1 4194304 1022 15515 0 2 3 1 481 32 16 0 1 0 655882317 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23522/statm: 3400 799 370 3 0 500 0
[pid=23545] ppid=23522 vsize=5356 CPUtime=0
/proc/23545/stat : 23545 (sh) S 23522 23522 23023 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 655882843 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23545/statm: 1339 232 193 169 0 50 0
[pid=23546] ppid=23545 vsize=80224 CPUtime=753.28
/proc/23546/stat : 23546 (picosat) R 23545 23522 23023 0 -1 4194304 18331 0 0 0 74602 726 0 0 25 0 1 0 655882844 82149376 18301 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/23546/statm: 20056 18301 42 102 0 19951 0
Current children cumulated CPU time (s) 758.45
Current children cumulated vsize (KiB) 99180

[startup+822.302 s]
/proc/loadavg: 2.00 2.00 2.07 3/84 23546
/proc/meminfo: memFree=1751424/2055920 swapFree=4179796/4192956
[pid=23522] ppid=23520 vsize=13600 CPUtime=5.17
/proc/23522/stat : 23522 (sugar) S 23520 23522 23023 0 -1 4194304 1022 15515 0 2 3 1 481 32 16 0 1 0 655882317 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23522/statm: 3400 799 370 3 0 500 0
[pid=23545] ppid=23522 vsize=5356 CPUtime=0
/proc/23545/stat : 23545 (sh) S 23522 23522 23023 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 655882843 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23545/statm: 1339 232 193 169 0 50 0
[pid=23546] ppid=23545 vsize=81148 CPUtime=812.99
/proc/23546/stat : 23546 (picosat) R 23545 23522 23023 0 -1 4194304 18583 0 0 0 80572 727 0 0 25 0 1 0 655882844 83095552 18553 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23546/statm: 20287 18553 42 102 0 20182 0
Current children cumulated CPU time (s) 818.16
Current children cumulated vsize (KiB) 100104

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

[startup+844.701 s]
/proc/loadavg: 2.00 2.00 2.07 3/84 23546
/proc/meminfo: memFree=1751168/2055920 swapFree=4179796/4192956
[pid=23522] ppid=23520 vsize=13600 CPUtime=5.17
/proc/23522/stat : 23522 (sugar) S 23520 23522 23023 0 -1 4194304 1022 15515 0 2 3 1 481 32 16 0 1 0 655882317 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23522/statm: 3400 799 370 3 0 500 0
[pid=23545] ppid=23522 vsize=5356 CPUtime=0
/proc/23545/stat : 23545 (sh) S 23522 23522 23023 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 655882843 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23545/statm: 1339 232 193 169 0 50 0
[pid=23546] ppid=23545 vsize=81544 CPUtime=835.27
/proc/23546/stat : 23546 (picosat) R 23545 23522 23023 0 -1 4194304 18669 0 0 0 82800 727 0 0 25 0 1 0 655882844 83501056 18639 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23546/statm: 20386 18639 42 102 0 20281 0
Current children cumulated CPU time (s) 840.44
Current children cumulated vsize (KiB) 100500

[startup+857.501 s]
/proc/loadavg: 2.00 2.00 2.07 3/84 23546
/proc/meminfo: memFree=1750976/2055920 swapFree=4179796/4192956
[pid=23522] ppid=23520 vsize=13600 CPUtime=5.17
/proc/23522/stat : 23522 (sugar) S 23520 23522 23023 0 -1 4194304 1022 15515 0 2 3 1 481 32 16 0 1 0 655882317 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23522/statm: 3400 799 370 3 0 500 0
[pid=23545] ppid=23522 vsize=5356 CPUtime=0
/proc/23545/stat : 23545 (sh) S 23522 23522 23023 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 655882843 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23545/statm: 1339 232 193 169 0 50 0
[pid=23546] ppid=23545 vsize=81676 CPUtime=848.01
/proc/23546/stat : 23546 (picosat) R 23545 23522 23023 0 -1 4194304 18719 0 0 0 84074 727 0 0 25 0 1 0 655882844 83636224 18689 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23546/statm: 20419 18689 42 102 0 20314 0
Current children cumulated CPU time (s) 853.18
Current children cumulated vsize (KiB) 100632

[startup+863.902 s]
/proc/loadavg: 2.00 2.00 2.07 3/84 23546
/proc/meminfo: memFree=1750848/2055920 swapFree=4179796/4192956
[pid=23522] ppid=23520 vsize=13600 CPUtime=5.17
/proc/23522/stat : 23522 (sugar) S 23520 23522 23023 0 -1 4194304 1022 15515 0 2 3 1 481 32 16 0 1 0 655882317 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23522/statm: 3400 799 370 3 0 500 0
[pid=23545] ppid=23522 vsize=5356 CPUtime=0
/proc/23545/stat : 23545 (sh) S 23522 23522 23023 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 655882843 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23545/statm: 1339 232 193 169 0 50 0
[pid=23546] ppid=23545 vsize=81808 CPUtime=854.38
/proc/23546/stat : 23546 (picosat) R 23545 23522 23023 0 -1 4194304 18737 0 0 0 84711 727 0 0 25 0 1 0 655882844 83771392 18707 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/23546/statm: 20452 18707 42 102 0 20347 0
Current children cumulated CPU time (s) 859.55
Current children cumulated vsize (KiB) 100764

[startup+867.101 s]
/proc/loadavg: 2.00 2.00 2.07 3/84 23546
/proc/meminfo: memFree=1750848/2055920 swapFree=4179796/4192956
[pid=23522] ppid=23520 vsize=13600 CPUtime=5.17
/proc/23522/stat : 23522 (sugar) S 23520 23522 23023 0 -1 4194304 1022 15515 0 2 3 1 481 32 16 0 1 0 655882317 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23522/statm: 3400 799 370 3 0 500 0
[pid=23545] ppid=23522 vsize=5356 CPUtime=0
/proc/23545/stat : 23545 (sh) S 23522 23522 23023 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 655882843 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23545/statm: 1339 232 193 169 0 50 0
[pid=23546] ppid=23545 vsize=81808 CPUtime=857.56
/proc/23546/stat : 23546 (picosat) R 23545 23522 23023 0 -1 4194304 18746 0 0 0 85029 727 0 0 25 0 1 0 655882844 83771392 18716 996147200 134512640 134931368 4294956256 18446744073709551615 134525763 0 0 4096 0 0 0 0 17 0 0 0
/proc/23546/statm: 20452 18716 42 102 0 20347 0
Current children cumulated CPU time (s) 862.73
Current children cumulated vsize (KiB) 100764

[startup+870.302 s]
/proc/loadavg: 2.00 2.00 2.07 3/84 23546
/proc/meminfo: memFree=1750784/2055920 swapFree=4179796/4192956
[pid=23522] ppid=23520 vsize=13600 CPUtime=5.17
/proc/23522/stat : 23522 (sugar) S 23520 23522 23023 0 -1 4194304 1022 15515 0 2 3 1 481 32 16 0 1 0 655882317 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23522/statm: 3400 799 370 3 0 500 0
[pid=23545] ppid=23522 vsize=5356 CPUtime=0
/proc/23545/stat : 23545 (sh) S 23522 23522 23023 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 655882843 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23545/statm: 1339 232 193 169 0 50 0
[pid=23546] ppid=23545 vsize=81808 CPUtime=860.74
/proc/23546/stat : 23546 (picosat) R 23545 23522 23023 0 -1 4194304 18760 0 0 0 85347 727 0 0 25 0 1 0 655882844 83771392 18730 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/23546/statm: 20452 18730 42 102 0 20347 0
Current children cumulated CPU time (s) 865.91
Current children cumulated vsize (KiB) 100764

[startup+871.103 s]
/proc/loadavg: 2.00 2.00 2.07 3/84 23546
/proc/meminfo: memFree=1750784/2055920 swapFree=4179796/4192956
[pid=23522] ppid=23520 vsize=13600 CPUtime=5.17
/proc/23522/stat : 23522 (sugar) S 23520 23522 23023 0 -1 4194304 1022 15515 0 2 3 1 481 32 16 0 1 0 655882317 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23522/statm: 3400 799 370 3 0 500 0
[pid=23545] ppid=23522 vsize=5356 CPUtime=0
/proc/23545/stat : 23545 (sh) S 23522 23522 23023 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 655882843 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23545/statm: 1339 232 193 169 0 50 0
[pid=23546] ppid=23545 vsize=81940 CPUtime=861.54
/proc/23546/stat : 23546 (picosat) R 23545 23522 23023 0 -1 4194304 18763 0 0 0 85427 727 0 0 25 0 1 0 655882844 83906560 18733 996147200 134512640 134931368 4294956256 18446744073709551615 134525921 0 0 4096 0 0 0 0 17 0 0 0
/proc/23546/statm: 20485 18733 42 102 0 20380 0
Current children cumulated CPU time (s) 866.71
Current children cumulated vsize (KiB) 100896

[startup+871.503 s]
/proc/loadavg: 2.00 2.00 2.07 3/84 23546
/proc/meminfo: memFree=1750784/2055920 swapFree=4179796/4192956
[pid=23522] ppid=23520 vsize=13600 CPUtime=5.17
/proc/23522/stat : 23522 (sugar) S 23520 23522 23023 0 -1 4194304 1022 15515 0 2 3 1 481 32 16 0 1 0 655882317 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23522/statm: 3400 799 370 3 0 500 0
[pid=23545] ppid=23522 vsize=5356 CPUtime=0
/proc/23545/stat : 23545 (sh) S 23522 23522 23023 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 655882843 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23545/statm: 1339 232 193 169 0 50 0
[pid=23546] ppid=23545 vsize=81940 CPUtime=861.94
/proc/23546/stat : 23546 (picosat) R 23545 23522 23023 0 -1 4194304 18764 0 0 0 85467 727 0 0 25 0 1 0 655882844 83906560 18734 996147200 134512640 134931368 4294956256 18446744073709551615 134525772 0 0 4096 0 0 0 0 17 0 0 0
/proc/23546/statm: 20485 18734 42 102 0 20380 0
Current children cumulated CPU time (s) 867.11
Current children cumulated vsize (KiB) 100896

[startup+871.902 s]
/proc/loadavg: 2.00 2.00 2.07 3/84 23546
/proc/meminfo: memFree=1750784/2055920 swapFree=4179796/4192956
[pid=23522] ppid=23520 vsize=13600 CPUtime=867.27
/proc/23522/stat : 23522 (sugar) S 23520 23522 23023 0 -1 4194304 1091 34579 0 2 3 1 85962 761 15 0 1 0 655882317 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23522/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 867.27
Current children cumulated vsize (KiB) 13600

[startup+872.002 s]
/proc/loadavg: 2.00 2.00 2.07 3/84 23546
/proc/meminfo: memFree=1750784/2055920 swapFree=4179796/4192956
[pid=23522] ppid=23520 vsize=13600 CPUtime=867.27
/proc/23522/stat : 23522 (sugar) S 23520 23522 23023 0 -1 4194304 1092 34579 0 2 3 1 85962 761 15 0 1 0 655882317 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23522/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 867.27
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 872.056
CPU time (s): 867.627
CPU user time (s): 859.937
CPU system time (s): 7.68983
CPU usage (%): 99.4922
Max. virtual memory (cumulated for all children) (KiB): 887428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 859.937
system time used= 7.68983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39659
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= 8072
involuntary context switches= 18785

runsolver used 0.805877 second user time and 2.38564 second system time

The end

Launcher Data (download as text)

Begin job on node89 at 2008-07-02 14:25:47
IDJOB=1041939
IDBENCH=53856
IDSOLVER=345
FILE ID=node89/1041939-1215001547
PBS_JOBID= 7870747
Free space on /tmp= 66532 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/allsquares/normalized-squares-23-23.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-1041939-1215001547/watcher-1041939-1215001547 -o /tmp/evaluation-result-1041939-1215001547/solver-1041939-1215001547 -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-1041939-1215001547.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d185c075f1a00620d8d7e72bfffb9da4
RANDOM SEED=211664688

node89.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.213
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.213
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:       1861688 kB
Buffers:          4584 kB
Cached:          61956 kB
SwapCached:       7240 kB
Active:         119648 kB
Inactive:        18884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1861688 kB
SwapTotal:     4192956 kB
SwapFree:      4179796 kB
Dirty:            1480 kB
Writeback:           0 kB
Mapped:          85452 kB
Slab:            40932 kB
Committed_AS:  2513400 kB
PageTables:       1888 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= 66528 MiB
End job on node89 at 2008-07-02 14:40:19