Trace number 1058119

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 138.781 139.692

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-13.xml
MD5SUM2bfe383200b06cc8d10162ce709ea70a
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark11.4383
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints24450
Maximum constraint arity24
Maximum domain size36
Number of constraints which are defined in extension0
Number of constraints which are defined in intension24150
Global constraints used (with number of constraints)alldifferent(300)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Thu Jul  3 21:23:56 2008
0.00/0.05	c 0	PID 5200
0.00/0.05	c 0	HOST node26.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1058119-1215113035.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-1058119-1215113035.xml' 'HOME/temp.csp'
1.86/1.98	c 2	442 domains, 800 variables, 1 predicates, 0 relations, 24450 constraints
1.94/2.01	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.94/2.01	c 2	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'
1.94/2.10	c 2	Parsing HOME/temp.csp
2.32/2.49	c 2	parsed 10000 expressions
2.72/2.84	c 2	parsed 20000 expressions
2.92/3.00	c 3	parsed 25693 expressions
2.92/3.01	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.92/3.01	c 3	Converting to clausal form CSP
3.91/4.03	c 4	converted 2570 (10%) expressions
5.40/5.58	c 5	converted 5139 (20%) expressions
7.08/7.24	c 7	converted 7708 (30%) expressions
9.07/9.22	c 9	converted 10278 (40%) expressions
10.57/10.72	c 10	converted 12847 (50%) expressions
11.96/12.15	c 12	converted 15416 (60%) expressions
14.15/14.35	c 14	converted 17986 (70%) expressions
15.54/15.74	c 15	converted 20555 (80%) expressions
16.93/17.14	c 17	converted 23124 (90%) expressions
50.65/51.02	c 51	converted 25693 (100%) expressions
50.65/51.02	c 51	CSP : 800 integers, 0 booleans, 86282 clauses, largest domain size 36
50.65/51.02	c 51	Heap : 439 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
50.65/51.02	c 51	Propagation in CSP
57.23/57.63	c 57	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
57.23/57.63	c 57	CSP : 800 integers, 0 booleans, 86282 clauses, largest domain size 36
57.23/57.63	c 57	Heap : 473 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
57.33/57.73	c 57	Simplifing CSP by introducing new Boolean variables
61.70/62.19	c 62	CSP : 800 integers, 215889 booleans, 302171 clauses, largest domain size 36
61.70/62.19	c 62	Heap : 525 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
64.68/65.19	c 65	Encoding CSP to SAT : HOME/temp.cnf
64.79/65.28	c 65	80 (10%) CSP integer variables are encoded (1853 clauses, 22032 bytes)
64.79/65.29	c 65	160 (20%) CSP integer variables are encoded (3744 clauses, 46615 bytes)
64.88/65.30	c 65	240 (30%) CSP integer variables are encoded (5617 clauses, 70964 bytes)
64.88/65.31	c 65	320 (40%) CSP integer variables are encoded (7534 clauses, 95885 bytes)
64.88/65.32	c 65	400 (50%) CSP integer variables are encoded (9357 clauses, 119584 bytes)
64.88/65.32	c 65	480 (60%) CSP integer variables are encoded (9539 clauses, 121950 bytes)
64.88/65.32	c 65	560 (70%) CSP integer variables are encoded (9897 clauses, 127275 bytes)
64.88/65.32	c 65	640 (80%) CSP integer variables are encoded (10161 clauses, 131235 bytes)
64.88/65.33	c 65	720 (90%) CSP integer variables are encoded (10534 clauses, 136830 bytes)
64.88/65.33	c 65	800 (100%) CSP integer variables are encoded (10772 clauses, 140400 bytes)
66.68/67.14	c 67	30218 (10%) CSP clauses are encoded (371908 clauses, 7005405 bytes)
68.46/68.95	c 69	60435 (20%) CSP clauses are encoded (750106 clauses, 14508840 bytes)
70.24/70.75	c 70	90652 (30%) CSP clauses are encoded (1125710 clauses, 21955835 bytes)
72.04/72.58	c 72	120869 (40%) CSP clauses are encoded (1510510 clauses, 29675509 bytes)
74.43/74.93	c 74	151086 (50%) CSP clauses are encoded (2026488 clauses, 40154205 bytes)
76.70/77.27	c 77	181303 (60%) CSP clauses are encoded (2538681 clauses, 50608428 bytes)
78.99/79.59	c 79	211520 (70%) CSP clauses are encoded (3050510 clauses, 61018699 bytes)
81.36/81.92	c 81	241737 (80%) CSP clauses are encoded (3560229 clauses, 71417615 bytes)
83.65/84.25	c 84	271954 (90%) CSP clauses are encoded (4075347 clauses, 81877672 bytes)
86.03/86.61	c 86	302171 (100%) CSP clauses are encoded (4593034 clauses, 92394320 bytes)
86.03/86.62	c 86	302171 CSP clauses encoded
86.03/86.62	c 86	Writing map file : HOME/temp.map
86.03/86.66	c 86	Heap : 538 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
86.03/86.66	c 86	SAT : 227272 SAT variables, 4593034 SAT clauses, 92394320 bytes
86.03/86.66	c 86	Heap : 538 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
86.18/86.81	c 86	SOLVING HOME/temp.cnf
86.18/86.81	c 86	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
138.03/138.90	c 138	DECODING HOME/temp.out WITH HOME/temp.map
138.03/138.90	c 138	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
138.03/138.98	c 139	Decoding HOME/temp.out
138.03/139.55	s SATISFIABLE
138.03/139.58	v 26 2 17 28 0 7 27 4 19 7 40 6 28 42 3 26 18 32 26 7 10 44 10 32 5 9 31 13 11 19 36 23 37 1 6 33 27 7 0 10 36 9 3 23 14 16 30 8 23 28 1 7 30 18 40 44 20 24 23 7 25 8 29 4 25 16 14 23 34 10 22 21 31 15 18 8 18 4 13 13 22 37 10 35 1 17 44 44 42 35 39 43 18 5 29 16 28 33 31 29 5 6 29 2 16 12 6 0 5 37 17 11 43 44 17 1 18 42 3 13 23 1 20 41 31 10 27 12 23 0 8 33 30 32 5 24 18 2 41 39 31 20 9 30 37 12 33 39 44 12 2 15 41 14 33 26 44 19 4 24 6 21 17 17 39 24 4 10 21 38 12 19 37 20 25 5 12 18 39 13 43 18 35 6 0 16 36 9 3 20 4 22 30 11 11 12 16 16 39 19 34 34 28 36 5 2 19 36 29 15 23 13 42 2 43 16 10 8 9 26 38 25 32 37 29 3 21 44 27 26 32 0 11 6 16 36 14 14 38 36 18 3 5 14 35 8 15 26 30 39 13 31 33 29 19 13 8 28 28 22 22 6 43 27 6 21 28 42 10 44 36 7 38 37 3 32 9 31 33 27 15 27 29 22 26 36 5 34 21 13 10 6 11 17 3 12 43 4 20 14 28 27 42 22 8 24 38 32 0 34 24 32 13 4 38 33 12 8 39 23 17 19 40 24 20 43 22 12 27 39 3 35 25 7 35 33 19 21 4 15 21 9 9 25 41 17 36 38 26 24 38 21 14 15 41 26 14 7 13 11 38 11 37 22 40 25 43 19 27 34 10 0 34 25 42 35 16 32 40 19 26 2 35 41 40 5 43 15 24 35 43 29 40 1 4 8 31 1 31 8 10 18 16 11 13 2 4 11 16 6 18 14 0 14 13 18 14 18 2 13 12 8 10 9 4 16 18 10 16 11 14 14 8 13 13 9 0 1 4 7 1 17 2 8 16 18 8 17 15 10 16 12 11 15 19 9 15 4 9 18 7 9 13 18 15 10 10 1 6 9 12 14 19 13 18 10 16 15 9 7 8 15 14 1 8 14 18 19 17 19 18 19 3 16 9 4 14 2 17 11 19 11 8 4 9 10 18 9 18 1 4 19 18 17 15 2 13 15 12 16 12 9 8 4 15 17 16 18 10 16 11 15 14 10 17 0 12 16 17 13 12 7 15 4 4 2 18 12 11 14 13 18 15 15 16 14 7 13 19 8 15 16 17 7 17 18 0 2 10 9 16 15 18 11 18 15 17 6 19 17 2 10 11 17 11 15 17 7 1 1 12 2 19 14 18 12 17 3 1 4 7 15 7 0 14 15 3 18 19 15 7 19 10 12 17 6 11 12 14 12 6 13 11 16 1 9 8 16 8 11 17 6 12 1 2 19 11 19 13 16 9 18 13 9 4 7 14 7 18 14 15 4 12 18 0 6 13 16 19 9 19 19 9 19 4 15 12 11 15 4 13 16 8 14 16 2 9 1 11 13 10 12 14 0 6 10 11 17 2 0 6 3 11 12 15 11 7 9 10 3 3 18 4 18 6 16 4 14 14 12 15 1 2 8 1 1 3 5 6 13 11 19 6 13 4 15 17 1 15 2 0 3 10 4 7 13 8 19 1 3 11 10 8 9 9 10 11 11 5 17 7 6 8 4 1 4 14 7 14 5 10 2 0 15 16 6 10 1 1 11 13 1 0 14 12 8 5 0 2 2 3 3 18 14 11 0 1 12 14 15 4 4 0 15 3 3 14 11 7 2
138.03/139.59	c 139	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
138.69/139.64	c 139	CPU 114.55 (0.04 0.02 114.51 24.14)
138.69/139.64	c 139	END Thu Jul  3 21:26:15 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-1058119-1215113035/watcher-1058119-1215113035 -o /tmp/evaluation-result-1058119-1215113035/solver-1058119-1215113035 -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-1058119-1215113035.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: 1.87 1.95 1.97 3/80 5200
/proc/meminfo: memFree=1086096/2055920 swapFree=4136964/4192956
[pid=5200] ppid=5198 vsize=18572 CPUtime=0
/proc/5200/stat : 5200 (runsolver) R 5198 5200 4715 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 995758481 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 269028486439 0 0 4096 24578 0 0 0 17 1 0 0
/proc/5200/statm: 4643 292 257 25 0 2626 0

[startup+0.0711361 s]
/proc/loadavg: 1.87 1.95 1.97 3/80 5200
/proc/meminfo: memFree=1086096/2055920 swapFree=4136964/4192956
[pid=5200] ppid=5198 vsize=13600 CPUtime=0.04
/proc/5200/stat : 5200 (sugar) S 5198 5200 4715 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 995758481 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5200/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102416 s]
/proc/loadavg: 1.87 1.95 1.97 3/80 5200
/proc/meminfo: memFree=1086096/2055920 swapFree=4136964/4192956
[pid=5200] ppid=5198 vsize=13600 CPUtime=0.04
/proc/5200/stat : 5200 (sugar) S 5198 5200 4715 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 995758481 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5200/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.30115 s]
/proc/loadavg: 1.87 1.95 1.97 3/80 5200
/proc/meminfo: memFree=1086096/2055920 swapFree=4136964/4192956
[pid=5200] ppid=5198 vsize=13600 CPUtime=0.04
/proc/5200/stat : 5200 (sugar) S 5198 5200 4715 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 995758481 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5200/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701189 s]
/proc/loadavg: 1.87 1.95 1.97 3/80 5200
/proc/meminfo: memFree=1086096/2055920 swapFree=4136964/4192956
[pid=5200] ppid=5198 vsize=13600 CPUtime=0.04
/proc/5200/stat : 5200 (sugar) S 5198 5200 4715 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 995758481 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5200/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50226 s]
/proc/loadavg: 1.87 1.95 1.97 3/91 5212
/proc/meminfo: memFree=1060720/2055920 swapFree=4136964/4192956
[pid=5200] ppid=5198 vsize=13600 CPUtime=0.04
/proc/5200/stat : 5200 (sugar) S 5198 5200 4715 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 995758481 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5200/statm: 3400 796 370 3 0 500 0
[pid=5203] ppid=5200 vsize=5356 CPUtime=0
/proc/5203/stat : 5203 (sh) S 5200 5200 4715 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 995758487 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5203/statm: 1339 233 193 169 0 50 0
[pid=5204] ppid=5203 vsize=864696 CPUtime=1.41
/proc/5204/stat : 5204 (java) S 5203 5200 4715 0 -1 0 14455 0 1 0 132 9 0 0 18 0 9 0 995758487 885448704 12495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5204/statm: 216174 12495 2529 9 0 210756 0
[pid=5204/tid=5205] ppid=5203 vsize=864696 CPUtime=0.75
/proc/5204/task/5205/stat : 5205 (java) R 5203 5200 4715 0 -1 64 3024 0 1 0 73 2 0 0 24 0 9 0 995758488 885448704 12495 996147200 134512640 134550740 4294956016 18446744073709551615 4125959083 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5204/tid=5206] ppid=5203 vsize=864696 CPUtime=0.52
/proc/5204/task/5206/stat : 5206 (java) S 5203 5200 4715 0 -1 64 10229 0 0 0 46 6 0 0 16 0 9 0 995758490 885448704 12495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5204/tid=5207] ppid=5203 vsize=864696 CPUtime=0
/proc/5204/task/5207/stat : 5207 (java) S 5203 5200 4715 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 995758490 885448704 12495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5204/tid=5208] ppid=5203 vsize=864696 CPUtime=0
/proc/5204/task/5208/stat : 5208 (java) S 5203 5200 4715 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 995758490 885448704 12495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5204/tid=5209] ppid=5203 vsize=864696 CPUtime=0
/proc/5204/task/5209/stat : 5209 (java) S 5203 5200 4715 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 995758492 885448704 12495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5204/tid=5210] ppid=5203 vsize=864696 CPUtime=0.11
/proc/5204/task/5210/stat : 5210 (java) S 5203 5200 4715 0 -1 64 503 0 0 0 11 0 0 0 16 0 9 0 995758492 885448704 12495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5204/tid=5211] ppid=5203 vsize=864696 CPUtime=0
/proc/5204/task/5211/stat : 5211 (java) S 5203 5200 4715 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 995758492 885448704 12495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5204/tid=5212] ppid=5203 vsize=864696 CPUtime=0
/proc/5204/task/5212/stat : 5212 (java) S 5203 5200 4715 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 995758492 885448704 12495 996147200 134512640 134550740 4294956016 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) 883652

[startup+3.10237 s]
/proc/loadavg: 1.87 1.95 1.97 3/91 5222
/proc/meminfo: memFree=1078576/2055920 swapFree=4136964/4192956
[pid=5200] ppid=5198 vsize=13600 CPUtime=1.95
/proc/5200/stat : 5200 (sugar) S 5198 5200 4715 0 -1 4194304 974 15219 0 1 3 1 180 11 15 0 1 0 995758481 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5200/statm: 3400 797 370 3 0 500 0
[pid=5213] ppid=5200 vsize=5356 CPUtime=0
/proc/5213/stat : 5213 (sh) S 5200 5200 4715 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 995758683 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5213/statm: 1339 233 193 169 0 50 0
[pid=5214] ppid=5213 vsize=864180 CPUtime=1.07
/proc/5214/stat : 5214 (java) S 5213 5200 4715 0 -1 0 7791 0 1 0 101 6 0 0 18 0 9 0 995758683 884920320 6803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5214/statm: 216045 6803 2542 9 0 210620 0
[pid=5214/tid=5215] ppid=5213 vsize=864180 CPUtime=0.68
/proc/5214/task/5215/stat : 5215 (java) R 5213 5200 4715 0 -1 64 2700 0 1 0 66 2 0 0 18 0 9 0 995758684 884920320 6803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5214/tid=5216] ppid=5213 vsize=864180 CPUtime=0.27
/proc/5214/task/5216/stat : 5216 (java) S 5213 5200 4715 0 -1 64 4045 0 0 0 25 2 0 0 16 0 9 0 995758685 884920320 6803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5214/tid=5217] ppid=5213 vsize=864180 CPUtime=0
/proc/5214/task/5217/stat : 5217 (java) S 5213 5200 4715 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 995758685 884920320 6803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5214/tid=5218] ppid=5213 vsize=864180 CPUtime=0
/proc/5214/task/5218/stat : 5218 (java) S 5213 5200 4715 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 995758685 884920320 6803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5214/tid=5219] ppid=5213 vsize=864180 CPUtime=0
/proc/5214/task/5219/stat : 5219 (java) S 5213 5200 4715 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 995758687 884920320 6803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5214/tid=5220] ppid=5213 vsize=864180 CPUtime=0.09
/proc/5214/task/5220/stat : 5220 (java) R 5213 5200 4715 0 -1 64 350 0 0 0 9 0 0 0 16 0 9 0 995758687 884920320 6803 996147200 134512640 134550740 4294955952 18446744073709551615 101843498 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5214/tid=5221] ppid=5213 vsize=864180 CPUtime=0
/proc/5214/task/5221/stat : 5221 (java) S 5213 5200 4715 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 995758687 884920320 6803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5214/tid=5222] ppid=5213 vsize=864180 CPUtime=0
/proc/5214/task/5222/stat : 5222 (java) S 5213 5200 4715 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 995758687 884920320 6803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 883136

[startup+6.30263 s]
/proc/loadavg: 1.88 1.95 1.97 3/91 5222
/proc/meminfo: memFree=1039792/2055920 swapFree=4136964/4192956
[pid=5200] ppid=5198 vsize=13600 CPUtime=1.95
/proc/5200/stat : 5200 (sugar) S 5198 5200 4715 0 -1 4194304 974 15219 0 1 3 1 180 11 16 0 1 0 995758481 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5200/statm: 3400 797 370 3 0 500 0
[pid=5213] ppid=5200 vsize=5356 CPUtime=0
/proc/5213/stat : 5213 (sh) S 5200 5200 4715 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 995758683 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5213/statm: 1339 233 193 169 0 50 0
[pid=5214] ppid=5213 vsize=868416 CPUtime=4.24
/proc/5214/stat : 5214 (java) S 5213 5200 4715 0 -1 0 16424 0 1 0 412 12 0 0 18 0 9 0 995758683 889257984 15152 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5214/statm: 217104 15152 2540 9 0 211679 0
[pid=5214/tid=5215] ppid=5213 vsize=868416 CPUtime=2.9
/proc/5214/task/5215/stat : 5215 (java) R 5213 5200 4715 0 -1 64 3265 0 1 0 288 2 0 0 25 0 9 0 995758684 889257984 15152 996147200 134512640 134550740 4294955952 18446744073709551615 4126567904 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5214/tid=5216] ppid=5213 vsize=868416 CPUtime=1.11
/proc/5214/task/5216/stat : 5216 (java) S 5213 5200 4715 0 -1 64 10990 0 0 0 104 7 0 0 16 0 9 0 995758685 889257984 15152 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5214/tid=5217] ppid=5213 vsize=868416 CPUtime=0
/proc/5214/task/5217/stat : 5217 (java) S 5213 5200 4715 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 995758685 889257984 15152 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5214/tid=5218] ppid=5213 vsize=868416 CPUtime=0
/proc/5214/task/5218/stat : 5218 (java) S 5213 5200 4715 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 995758685 889257984 15152 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5214/tid=5219] ppid=5213 vsize=868416 CPUtime=0
/proc/5214/task/5219/stat : 5219 (java) S 5213 5200 4715 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 995758687 889257984 15152 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5214/tid=5220] ppid=5213 vsize=868416 CPUtime=0.2
/proc/5214/task/5220/stat : 5220 (java) S 5213 5200 4715 0 -1 64 1473 0 0 0 19 1 0 0 15 0 9 0 995758687 889257984 15152 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5214/tid=5221] ppid=5213 vsize=868416 CPUtime=0
/proc/5214/task/5221/stat : 5221 (java) S 5213 5200 4715 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 995758687 889257984 15152 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5214/tid=5222] ppid=5213 vsize=868416 CPUtime=0
/proc/5214/task/5222/stat : 5222 (java) S 5213 5200 4715 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 995758687 889257984 15152 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 887372

[startup+12.7021 s]
/proc/loadavg: 1.89 1.95 1.97 3/91 5222
/proc/meminfo: memFree=976688/2055920 swapFree=4136964/4192956
[pid=5200] ppid=5198 vsize=13600 CPUtime=1.95
/proc/5200/stat : 5200 (sugar) S 5198 5200 4715 0 -1 4194304 974 15219 0 1 3 1 180 11 16 0 1 0 995758481 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5200/statm: 3400 797 370 3 0 500 0
[pid=5213] ppid=5200 vsize=5356 CPUtime=0
/proc/5213/stat : 5213 (sh) S 5200 5200 4715 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 995758683 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5213/statm: 1339 233 193 169 0 50 0
[pid=5214] ppid=5213 vsize=868416 CPUtime=10.61
/proc/5214/stat : 5214 (java) S 5213 5200 4715 0 -1 0 35976 0 1 0 1036 25 0 0 18 0 9 0 995758683 889257984 30813 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5214/statm: 217104 30813 2540 9 0 211679 0
[pid=5214/tid=5215] ppid=5213 vsize=868416 CPUtime=7.81
/proc/5214/task/5215/stat : 5215 (java) R 5213 5200 4715 0 -1 64 3728 0 1 0 778 3 0 0 25 0 9 0 995758684 889257984 30813 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5214/tid=5216] ppid=5213 vsize=868416 CPUtime=2.56
/proc/5214/task/5216/stat : 5216 (java) R 5213 5200 4715 0 -1 64 30077 0 0 0 238 18 0 0 16 0 9 0 995758685 889257984 30813 996147200 134512640 134550740 4294955952 18446744073709551615 102721902 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5214/tid=5217] ppid=5213 vsize=868416 CPUtime=0
/proc/5214/task/5217/stat : 5217 (java) S 5213 5200 4715 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 995758685 889257984 30813 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5214/tid=5218] ppid=5213 vsize=868416 CPUtime=0
/proc/5214/task/5218/stat : 5218 (java) S 5213 5200 4715 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 995758685 889257984 30813 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5214/tid=5219] ppid=5213 vsize=868416 CPUtime=0
/proc/5214/task/5219/stat : 5219 (java) S 5213 5200 4715 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 995758687 889257984 30813 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5214/tid=5220] ppid=5213 vsize=868416 CPUtime=0.2
/proc/5214/task/5220/stat : 5220 (java) S 5213 5200 4715 0 -1 64 1475 0 0 0 19 1 0 0 16 0 9 0 995758687 889257984 30813 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5214/tid=5221] ppid=5213 vsize=868416 CPUtime=0
/proc/5214/task/5221/stat : 5221 (java) S 5213 5200 4715 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 995758687 889257984 30813 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5214/tid=5222] ppid=5213 vsize=868416 CPUtime=0
/proc/5214/task/5222/stat : 5222 (java) S 5213 5200 4715 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 995758687 889257984 30813 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 887372

[startup+25.5011 s]
/proc/loadavg: 1.99 1.97 1.98 3/91 5222
/proc/meminfo: memFree=858672/2055920 swapFree=4136964/4192956
[pid=5200] ppid=5198 vsize=13600 CPUtime=1.95
/proc/5200/stat : 5200 (sugar) S 5198 5200 4715 0 -1 4194304 974 15219 0 1 3 1 180 11 16 0 1 0 995758481 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5200/statm: 3400 797 370 3 0 500 0
[pid=5213] ppid=5200 vsize=5356 CPUtime=0
/proc/5213/stat : 5213 (sh) S 5200 5200 4715 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 995758683 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5213/statm: 1339 233 193 169 0 50 0
[pid=5214] ppid=5213 vsize=868416 CPUtime=23.34
/proc/5214/stat : 5214 (java) S 5213 5200 4715 0 -1 0 72106 0 1 0 2290 44 0 0 18 0 9 0 995758683 889257984 59543 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5214/statm: 217104 59543 2540 9 0 211679 0
[pid=5214/tid=5215] ppid=5213 vsize=868416 CPUtime=16.59
/proc/5214/task/5215/stat : 5215 (java) R 5213 5200 4715 0 -1 64 5632 0 1 0 1655 4 0 0 25 0 9 0 995758684 889257984 59543 996147200 134512640 134550740 4294955952 18446744073709551615 4126605148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5214/tid=5216] ppid=5213 vsize=868416 CPUtime=6.5
/proc/5214/task/5216/stat : 5216 (java) S 5213 5200 4715 0 -1 64 64298 0 0 0 614 36 0 0 16 0 9 0 995758685 889257984 59543 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5214/tid=5217] ppid=5213 vsize=868416 CPUtime=0
/proc/5214/task/5217/stat : 5217 (java) S 5213 5200 4715 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 995758685 889257984 59543 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5214/tid=5218] ppid=5213 vsize=868416 CPUtime=0
/proc/5214/task/5218/stat : 5218 (java) S 5213 5200 4715 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 995758685 889257984 59543 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/loadavg: 2.11 2.00 1.99 3/91 5222
/proc/meminfo: memFree=615856/2055920 swapFree=4136964/4192956
[pid=5200] ppid=5198 vsize=13600 CPUtime=1.95
/proc/5200/stat : 5200 (sugar) S 5198 5200 4715 0 -1 4194304 974 15219 0 1 3 1 180 11 16 0 1 0 995758481 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5200/statm: 3400 797 370 3 0 500 0
[pid=5213] ppid=5200 vsize=5356 CPUtime=0
/proc/5213/stat : 5213 (sh) S 5200 5200 4715 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 995758683 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5213/statm: 1339 233 193 169 0 50 0
[pid=5214] ppid=5213 vsize=868416 CPUtime=48.8
/proc/5214/stat : 5214 (java) S 5213 5200 4715 0 -1 0 137718 0 1 0 4799 81 0 0 18 0 9 0 995758683 889257984 120957 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5214/statm: 217104 120957 2540 9 0 211679 0
[pid=5214/tid=5215] ppid=5213 vsize=868416 CPUtime=36.16
/proc/5214/task/5215/stat : 5215 (java) R 5213 5200 4715 0 -1 64 7617 0 1 0 3610 6 0 0 25 0 9 0 995758684 889257984 120957 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5214/tid=5216] ppid=5213 vsize=868416 CPUtime=12.39
/proc/5214/task/5216/stat : 5216 (java) S 5213 5200 4715 0 -1 64 127920 0 0 0 1168 71 0 0 16 0 9 0 995758685 889257984 120957 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5214/tid=5217] ppid=5213 vsize=868416 CPUtime=0
/proc/5214/task/5217/stat : 5217 (java) S 5213 5200 4715 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 995758685 889257984 120957 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5214/tid=5218] ppid=5213 vsize=868416 CPUtime=0
/proc/5214/task/5218/stat : 5218 (java) S 5213 5200 4715 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 995758685 889257984 120957 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5214/tid=5219] ppid=5213 vsize=868416 CPUtime=0
/proc/5214/task/5219/stat : 5219 (java) S 5213 5200 4715 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 995758687 889257984 120957 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5214/tid=5220] ppid=5213 vsize=868416 CPUtime=0.21
/proc/5214/task/5220/stat : 5220 (java) R 5213 5200 4715 0 -1 64 1485 0 0 0 20 1 0 0 16 0 9 0 995758687 889257984 120957 996147200 134512640 134550740 4294955952 18446744073709551615 103799025 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5214/tid=5221] ppid=5213 vsize=868416 CPUtime=0
/proc/5214/task/5221/stat : 5221 (java) S 5213 5200 4715 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 995758687 889257984 120957 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5214/tid=5222] ppid=5213 vsize=868416 CPUtime=0
/proc/5214/task/5222/stat : 5222 (java) S 5213 5200 4715 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 995758687 889257984 120957 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 887372

[startup+102.306 s]
/proc/loadavg: 2.09 2.02 1.99 3/83 5224
/proc/meminfo: memFree=926384/2055920 swapFree=4136964/4192956
[pid=5200] ppid=5198 vsize=13600 CPUtime=86.2
/proc/5200/stat : 5200 (sugar) S 5198 5200 4715 0 -1 4194304 1023 182523 0 2 4 1 8434 181 16 0 1 0 995758481 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5200/statm: 3400 799 370 3 0 500 0
[pid=5223] ppid=5200 vsize=5356 CPUtime=0
/proc/5223/stat : 5223 (sh) S 5200 5200 4715 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 995767163 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5223/statm: 1339 232 193 169 0 50 0
[pid=5224] ppid=5223 vsize=68404 CPUtime=15.39
/proc/5224/stat : 5224 (picosat) R 5223 5200 4715 0 -1 4194304 16256 0 0 0 697 842 0 0 25 0 1 0 995767163 70045696 16242 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/5224/statm: 17101 16242 40 102 0 16996 0
Current children cumulated CPU time (s) 101.59
Current children cumulated vsize (KiB) 87360

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

[startup+115.101 s]
/proc/loadavg: 2.07 2.01 1.99 3/83 5224
/proc/meminfo: memFree=878064/2055920 swapFree=4136964/4192956
[pid=5200] ppid=5198 vsize=13600 CPUtime=86.2
/proc/5200/stat : 5200 (sugar) S 5198 5200 4715 0 -1 4194304 1023 182523 0 2 4 1 8434 181 16 0 1 0 995758481 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5200/statm: 3400 799 370 3 0 500 0
[pid=5223] ppid=5200 vsize=5356 CPUtime=0
/proc/5223/stat : 5223 (sh) S 5200 5200 4715 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 995767163 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5223/statm: 1339 232 193 169 0 50 0
[pid=5224] ppid=5223 vsize=127300 CPUtime=28.13
/proc/5224/stat : 5224 (picosat) R 5223 5200 4715 0 -1 4194304 29069 0 0 0 1282 1531 0 0 25 0 1 0 995767163 130355200 29055 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/5224/statm: 31825 29055 40 102 0 31720 0
Current children cumulated CPU time (s) 114.33
Current children cumulated vsize (KiB) 146256

[startup+127.901 s]
/proc/loadavg: 2.06 2.01 1.99 3/83 5224
/proc/meminfo: memFree=824560/2055920 swapFree=4136964/4192956
[pid=5200] ppid=5198 vsize=13600 CPUtime=86.2
/proc/5200/stat : 5200 (sugar) S 5198 5200 4715 0 -1 4194304 1023 182523 0 2 4 1 8434 181 16 0 1 0 995758481 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5200/statm: 3400 799 370 3 0 500 0
[pid=5223] ppid=5200 vsize=5356 CPUtime=0
/proc/5223/stat : 5223 (sh) S 5200 5200 4715 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 995767163 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5223/statm: 1339 232 193 169 0 50 0
[pid=5224] ppid=5223 vsize=170596 CPUtime=40.86
/proc/5224/stat : 5224 (picosat) R 5223 5200 4715 0 -1 4194304 42007 0 0 0 1869 2217 0 0 25 0 1 0 995767163 174690304 41993 996147200 134512640 134931368 4294956256 18446744073709551615 134560143 0 0 4096 0 0 0 0 17 1 0 0
/proc/5224/statm: 42649 41993 40 102 0 42544 0
Current children cumulated CPU time (s) 127.06
Current children cumulated vsize (KiB) 189552

[startup+134.303 s]
/proc/loadavg: 2.05 2.01 1.99 3/83 5224
/proc/meminfo: memFree=821360/2055920 swapFree=4136964/4192956
[pid=5200] ppid=5198 vsize=13600 CPUtime=86.2
/proc/5200/stat : 5200 (sugar) S 5198 5200 4715 0 -1 4194304 1023 182523 0 2 4 1 8434 181 16 0 1 0 995758481 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5200/statm: 3400 799 370 3 0 500 0
[pid=5223] ppid=5200 vsize=5356 CPUtime=0
/proc/5223/stat : 5223 (sh) S 5200 5200 4715 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 995767163 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5223/statm: 1339 232 193 169 0 50 0
[pid=5224] ppid=5223 vsize=175328 CPUtime=47.24
/proc/5224/stat : 5224 (picosat) R 5223 5200 4715 0 -1 4194304 42446 0 0 0 2499 2225 0 0 25 0 1 0 995767163 179535872 42430 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/5224/statm: 43832 42430 48 102 0 43727 0
Current children cumulated CPU time (s) 133.44
Current children cumulated vsize (KiB) 194284

[startup+137.507 s]
/proc/loadavg: 2.05 2.01 1.99 3/83 5224
/proc/meminfo: memFree=821232/2055920 swapFree=4136964/4192956
[pid=5200] ppid=5198 vsize=13600 CPUtime=86.2
/proc/5200/stat : 5200 (sugar) S 5198 5200 4715 0 -1 4194304 1023 182523 0 2 4 1 8434 181 16 0 1 0 995758481 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5200/statm: 3400 799 370 3 0 500 0
[pid=5223] ppid=5200 vsize=5356 CPUtime=0
/proc/5223/stat : 5223 (sh) S 5200 5200 4715 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 995767163 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5223/statm: 1339 232 193 169 0 50 0
[pid=5224] ppid=5223 vsize=175460 CPUtime=50.42
/proc/5224/stat : 5224 (picosat) R 5223 5200 4715 0 -1 4194304 42479 0 0 0 2817 2225 0 0 25 0 1 0 995767163 179671040 42463 996147200 134512640 134931368 4294956256 18446744073709551615 134529170 0 0 4096 0 0 0 0 17 1 0 0
/proc/5224/statm: 43865 42463 48 102 0 43760 0
Current children cumulated CPU time (s) 136.62
Current children cumulated vsize (KiB) 194416

[startup+138.302 s]
/proc/loadavg: 2.05 2.01 1.99 3/83 5224
/proc/meminfo: memFree=821232/2055920 swapFree=4136964/4192956
[pid=5200] ppid=5198 vsize=13600 CPUtime=86.2
/proc/5200/stat : 5200 (sugar) S 5198 5200 4715 0 -1 4194304 1023 182523 0 2 4 1 8434 181 16 0 1 0 995758481 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5200/statm: 3400 799 370 3 0 500 0
[pid=5223] ppid=5200 vsize=5356 CPUtime=0
/proc/5223/stat : 5223 (sh) S 5200 5200 4715 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 995767163 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5223/statm: 1339 232 193 169 0 50 0
[pid=5224] ppid=5223 vsize=175460 CPUtime=51.22
/proc/5224/stat : 5224 (picosat) R 5223 5200 4715 0 -1 4194304 42554 0 0 0 2897 2225 0 0 25 0 1 0 995767163 179671040 42538 996147200 134512640 134931368 4294956256 18446744073709551615 134525785 0 0 4096 0 0 0 0 17 1 0 0
/proc/5224/statm: 43865 42538 48 102 0 43760 0
Current children cumulated CPU time (s) 137.42
Current children cumulated vsize (KiB) 194416

[startup+139.101 s]
/proc/loadavg: 2.05 2.01 1.99 3/83 5224
/proc/meminfo: memFree=819120/2055920 swapFree=4136964/4192956
[pid=5200] ppid=5198 vsize=13600 CPUtime=138.03
/proc/5200/stat : 5200 (sugar) S 5198 5200 4715 0 -1 4194304 1090 225384 0 2 4 1 11387 2411 16 0 1 0 995758481 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5200/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 138.03
Current children cumulated vsize (KiB) 13600

[startup+139.501 s]
/proc/loadavg: 2.05 2.01 1.99 3/83 5224
/proc/meminfo: memFree=819120/2055920 swapFree=4136964/4192956
[pid=5200] ppid=5198 vsize=13600 CPUtime=138.03
/proc/5200/stat : 5200 (sugar) S 5198 5200 4715 0 -1 4194304 1090 225384 0 2 4 1 11387 2411 16 0 1 0 995758481 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5200/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 138.03
Current children cumulated vsize (KiB) 13600

[startup+139.601 s]
/proc/loadavg: 2.04 2.01 1.99 2/91 5234
/proc/meminfo: memFree=982640/2055920 swapFree=4136964/4192956
[pid=5200] ppid=5198 vsize=13600 CPUtime=138.04
/proc/5200/stat : 5200 (sugar) S 5198 5200 4715 0 -1 4194304 1091 225384 0 2 4 2 11387 2411 15 0 1 0 995758481 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5200/statm: 3400 799 370 3 0 500 0
[pid=5225] ppid=5200 vsize=5356 CPUtime=0
/proc/5225/stat : 5225 (sh) S 5200 5200 4715 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 995772371 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5225/statm: 1339 233 193 169 0 50 0
[pid=5226] ppid=5225 vsize=864384 CPUtime=0.65
/proc/5226/stat : 5226 (java) S 5225 5200 4715 0 -1 0 3895 0 1 0 63 2 0 0 18 0 9 0 995772372 885129216 3357 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5226/statm: 216096 3357 1713 9 0 210671 0
[pid=5226/tid=5227] ppid=5225 vsize=864384 CPUtime=0.56
/proc/5226/task/5227/stat : 5227 (java) S 5225 5200 4715 0 -1 64 2546 0 1 0 55 1 0 0 18 0 9 0 995772373 885129216 3357 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5226/tid=5228] ppid=5225 vsize=864384 CPUtime=0
/proc/5226/task/5228/stat : 5228 (java) S 5225 5200 4715 0 -1 64 237 0 0 0 0 0 0 0 16 0 9 0 995772374 885129216 3357 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5226/tid=5229] ppid=5225 vsize=864384 CPUtime=0
/proc/5226/task/5229/stat : 5229 (java) S 5225 5200 4715 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 995772374 885129216 3357 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5226/tid=5230] ppid=5225 vsize=864384 CPUtime=0
/proc/5226/task/5230/stat : 5230 (java) S 5225 5200 4715 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 995772374 885129216 3357 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5226/tid=5231] ppid=5225 vsize=864384 CPUtime=0
/proc/5226/task/5231/stat : 5231 (java) S 5225 5200 4715 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 995772376 885129216 3357 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5226/tid=5232] ppid=5225 vsize=864384 CPUtime=0.07
/proc/5226/task/5232/stat : 5232 (java) S 5225 5200 4715 0 -1 64 421 0 0 0 7 0 0 0 16 0 9 0 995772376 885129216 3357 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5226/tid=5233] ppid=5225 vsize=864384 CPUtime=0
/proc/5226/task/5233/stat : 5233 (java) S 5225 5200 4715 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 995772377 885129216 3357 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5226/tid=5234] ppid=5225 vsize=864384 CPUtime=0
/proc/5226/task/5234/stat : 5234 (java) S 5225 5200 4715 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 995772377 885129216 3357 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 138.69
Current children cumulated vsize (KiB) 883340

Child status: 0
Real time (s): 139.692
CPU time (s): 138.781
CPU user time (s): 114.559
CPU system time (s): 24.2223
CPU usage (%): 99.3481
Max. virtual memory (cumulated for all children) (KiB): 897620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 114.559
system time used= 24.2223
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 230719
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= 8057
involuntary context switches= 8487

runsolver used 0.151976 second user time and 0.52592 second system time

The end

Launcher Data (download as text)

Begin job on node26 at 2008-07-03 21:23:56
IDJOB=1058119
IDBENCH=54108
IDSOLVER=345
FILE ID=node26/1058119-1215113035
PBS_JOBID= 7877151
Free space on /tmp= 66536 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-13.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-1058119-1215113035/watcher-1058119-1215113035 -o /tmp/evaluation-result-1058119-1215113035/solver-1058119-1215113035 -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-1058119-1215113035.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2bfe383200b06cc8d10162ce709ea70a
RANDOM SEED=1356559669

node26.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.221
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.221
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:       1086576 kB
Buffers:         87816 kB
Cached:         553216 kB
SwapCached:      50188 kB
Active:         437820 kB
Inactive:       455072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1086576 kB
SwapTotal:     4192956 kB
SwapFree:      4136964 kB
Dirty:            4884 kB
Writeback:           0 kB
Mapped:         265036 kB
Slab:            61384 kB
Committed_AS:  2421108 kB
PageTables:       2220 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= 66532 MiB
End job on node26 at 2008-07-03 21:26:15