Trace number 1057959

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 47.4538 47.9896

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-7.xml
MD5SUM21e1efd837826f67c36950f4f3fb41e3
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.70283
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints3705
Maximum constraint arity15
Maximum domain size24
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3244
Global constraints used (with number of constraints)alldifferent(461)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Thu Jul  3 21:05:02 2008
0.00/0.04	c 0	PID 12378
0.03/0.05	c 0	HOST node46.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1057959-1215111902.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1057959-1215111902.xml' 'HOME/temp.csp'
0.03/0.92	c 1	218 domains, 400 variables, 1 predicates, 0 relations, 3705 constraints
0.03/0.93	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.93	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.94/1.01	c 1	Parsing HOME/temp.csp
1.33/1.48	c 1	parsed 4324 expressions
1.33/1.48	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.33/1.48	c 1	Converting to clausal form CSP
1.43/1.53	c 1	converted 433 (10%) expressions
1.63/1.76	c 2	converted 865 (20%) expressions
1.83/1.96	c 2	converted 1298 (30%) expressions
2.03/2.16	c 2	converted 1730 (40%) expressions
2.23/2.30	c 2	converted 2162 (50%) expressions
2.42/2.52	c 2	converted 2595 (60%) expressions
2.52/2.66	c 3	converted 3027 (70%) expressions
2.63/2.79	c 3	converted 3460 (80%) expressions
3.41/3.56	c 3	converted 3892 (90%) expressions
16.39/16.67	c 17	converted 4324 (100%) expressions
16.39/16.67	c 17	CSP : 400 integers, 0 booleans, 40973 clauses, largest domain size 24
16.39/16.67	c 17	Heap : 237 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.39/16.67	c 17	Propagation in CSP
19.06/19.33	c 19	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
19.06/19.33	c 19	CSP : 400 integers, 0 booleans, 40973 clauses, largest domain size 24
19.06/19.33	c 19	Heap : 247 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.06/19.38	c 19	Simplifing CSP by introducing new Boolean variables
19.46/19.77	c 20	CSP : 400 integers, 84683 booleans, 125656 clauses, largest domain size 24
19.46/19.77	c 20	Heap : 268 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
20.94/21.26	c 21	Encoding CSP to SAT : HOME/temp.cnf
21.05/21.32	c 21	40 (10%) CSP integer variables are encoded (611 clauses, 6581 bytes)
21.05/21.33	c 21	80 (20%) CSP integer variables are encoded (1234 clauses, 14027 bytes)
21.05/21.34	c 21	120 (30%) CSP integer variables are encoded (1836 clauses, 21853 bytes)
21.05/21.34	c 21	160 (40%) CSP integer variables are encoded (2445 clauses, 29770 bytes)
21.05/21.35	c 21	200 (50%) CSP integer variables are encoded (3075 clauses, 37960 bytes)
21.05/21.35	c 21	240 (60%) CSP integer variables are encoded (3096 clauses, 38233 bytes)
21.05/21.35	c 21	280 (70%) CSP integer variables are encoded (3143 clauses, 38844 bytes)
21.05/21.35	c 21	320 (80%) CSP integer variables are encoded (3178 clauses, 39299 bytes)
21.05/21.35	c 21	360 (90%) CSP integer variables are encoded (3209 clauses, 39702 bytes)
21.05/21.35	c 21	400 (100%) CSP integer variables are encoded (3232 clauses, 40001 bytes)
21.75/22.09	c 22	12566 (10%) CSP clauses are encoded (109667 clauses, 1955441 bytes)
22.54/22.89	c 23	25132 (20%) CSP clauses are encoded (246957 clauses, 4511786 bytes)
23.42/23.75	c 24	37697 (30%) CSP clauses are encoded (390260 clauses, 7202895 bytes)
24.21/24.59	c 25	50263 (40%) CSP clauses are encoded (535457 clauses, 9897670 bytes)
25.11/25.43	c 25	62828 (50%) CSP clauses are encoded (679376 clauses, 12593956 bytes)
25.90/26.27	c 26	75394 (60%) CSP clauses are encoded (824079 clauses, 15315849 bytes)
26.78/27.11	c 27	87960 (70%) CSP clauses are encoded (970143 clauses, 18046311 bytes)
27.58/27.97	c 28	100525 (80%) CSP clauses are encoded (1115202 clauses, 20755227 bytes)
28.47/28.84	c 29	113091 (90%) CSP clauses are encoded (1259497 clauses, 23475595 bytes)
29.26/29.70	c 30	125656 (100%) CSP clauses are encoded (1403461 clauses, 26177336 bytes)
29.26/29.70	c 30	125656 CSP clauses encoded
29.36/29.70	c 30	Writing map file : HOME/temp.map
29.36/29.73	c 30	Heap : 275 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
29.36/29.73	c 30	SAT : 88204 SAT variables, 1403461 SAT clauses, 26177336 bytes
29.36/29.73	c 30	Heap : 275 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
29.42/29.81	c 30	SOLVING HOME/temp.cnf
29.42/29.81	c 30	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
47.07/47.65	c 48	DECODING HOME/temp.out WITH HOME/temp.map
47.07/47.65	c 48	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
47.13/47.73	c 48	Decoding HOME/temp.out
47.13/47.92	s SATISFIABLE
47.13/47.94	v 21 12 10 13 23 35 2 25 42 18 33 2 34 9 42 25 6 44 19 15 27 11 14 26 16 15 18 13 32 44 5 41 33 10 18 4 4 4 38 27 3 37 19 40 10 1 35 3 14 5 40 36 35 0 24 38 7 23 19 11 7 43 12 10 2 8 44 29 28 37 39 7 44 0 6 8 38 11 21 25 17 36 30 31 14 36 41 3 8 26 17 38 32 30 6 36 15 38 43 33 33 8 1 18 28 14 12 29 30 30 29 38 25 34 12 41 16 22 34 4 5 9 5 20 23 6 15 24 8 26 31 43 16 28 3 9 31 13 16 40 0 34 9 35 19 15 22 11 26 41 6 17 25 12 20 2 39 5 36 40 20 29 9 37 15 29 30 27 17 1 41 24 13 32 42 37 10 20 39 24 21 17 40 24 22 44 4 27 32 11 35 42 19 28 0 39 37 17 0 22 4 1 8 2 4 0 6 6 0 7 4 3 2 2 4 5 3 3 4 2 8 2 4 5 5 5 0 6 3 2 7 0 7 3 8 3 7 5 2 4 9 1 9 1 7 4 1 8 7 4 5 4 3 7 3 6 9 1 6 7 8 4 3 6 7 8 6 6 8 6 6 2 4 6 2 9 0 1 2 2 5 7 6 6 5 9 9 7 5 9 3 9 9 2 1 5 7 1 9 1 3 3 3 9 3 9 8 8 9 1 3 3 4 6 7 7 8 2 4 2 0 7 3 4 9 0 8 2 1 8 2 2 9 9 5 8 8 5 3 3 8 3 0 9 3 4 6 9 3 3 5 6 3 5 6 1 3 1 6 8 3 0 5 2 3 2 8 6 9 7 2 8 0 5 3 9 5 2 8 5 5 8 9 6 4 1 4 5 1 4 4 8 7 7 5 9 0 1 9 9
47.13/47.94	c 48	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
47.13/47.98	c 48	CPU 39.89 (0.04 0 39.85 7.53)
47.13/47.98	c 48	END Thu Jul  3 21:05:50 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-1057959-1215111902/watcher-1057959-1215111902 -o /tmp/evaluation-result-1057959-1215111902/solver-1057959-1215111902 -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-1057959-1215111902.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.46 2.22 2.06 4/73 12378
/proc/meminfo: memFree=1609848/2055920 swapFree=4181068/4192956
[pid=12378] ppid=12376 vsize=12132 CPUtime=0
/proc/12378/stat : 12378 (sugar) R 12376 12378 11651 0 -1 4194304 214 0 0 0 0 0 0 0 20 0 1 0 149001555 12423168 182 996147200 4194304 4206940 548682068608 18446744073709551615 212218582461 0 0 4224 0 0 0 0 17 1 0 0
/proc/12378/statm: 3033 182 142 3 0 133 0

[startup+0.049711 s]
/proc/loadavg: 2.46 2.22 2.06 4/73 12378
/proc/meminfo: memFree=1609848/2055920 swapFree=4181068/4192956
[pid=12378] ppid=12376 vsize=13600 CPUtime=0.03
/proc/12378/stat : 12378 (sugar) S 12376 12378 11651 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 149001555 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12378/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101529 s]
/proc/loadavg: 2.46 2.22 2.06 4/73 12378
/proc/meminfo: memFree=1609848/2055920 swapFree=4181068/4192956
[pid=12378] ppid=12376 vsize=13600 CPUtime=0.03
/proc/12378/stat : 12378 (sugar) S 12376 12378 11651 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 149001555 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12378/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301547 s]
/proc/loadavg: 2.46 2.22 2.06 4/73 12378
/proc/meminfo: memFree=1609848/2055920 swapFree=4181068/4192956
[pid=12378] ppid=12376 vsize=13600 CPUtime=0.03
/proc/12378/stat : 12378 (sugar) S 12376 12378 11651 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 149001555 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12378/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701594 s]
/proc/loadavg: 2.46 2.22 2.06 4/73 12378
/proc/meminfo: memFree=1609848/2055920 swapFree=4181068/4192956
[pid=12378] ppid=12376 vsize=13600 CPUtime=0.03
/proc/12378/stat : 12378 (sugar) S 12376 12378 11651 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 149001555 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12378/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50168 s]
/proc/loadavg: 2.46 2.22 2.06 4/84 12400
/proc/meminfo: memFree=1603680/2055920 swapFree=4181068/4192956
[pid=12378] ppid=12376 vsize=13600 CPUtime=0.89
/proc/12378/stat : 12378 (sugar) S 12376 12378 11651 0 -1 4194304 974 6999 0 1 3 0 81 5 15 0 1 0 149001555 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12378/statm: 3400 797 370 3 0 500 0
[pid=12391] ppid=12378 vsize=5356 CPUtime=0
/proc/12391/stat : 12391 (sh) S 12378 12378 11651 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 149001648 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12391/statm: 1339 233 193 169 0 50 0
[pid=12392] ppid=12391 vsize=864348 CPUtime=0.54
/proc/12392/stat : 12392 (java) S 12391 12378 11651 0 -1 0 4210 0 1 0 52 2 0 0 18 0 9 0 149001648 885092352 3656 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12392/statm: 216087 3656 1717 9 0 210662 0
[pid=12392/tid=12393] ppid=12391 vsize=864348 CPUtime=0.42
/proc/12392/task/12393/stat : 12393 (java) R 12391 12378 11651 0 -1 64 2607 0 1 0 41 1 0 0 18 0 9 0 149001649 885092352 3656 996147200 134512640 134550740 4294955952 18446744073709551615 103268794 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12394] ppid=12391 vsize=864348 CPUtime=0.02
/proc/12392/task/12394/stat : 12394 (java) S 12391 12378 11651 0 -1 64 569 0 0 0 2 0 0 0 16 0 9 0 149001650 885092352 3656 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12395] ppid=12391 vsize=864348 CPUtime=0
/proc/12392/task/12395/stat : 12395 (java) S 12391 12378 11651 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 149001651 885092352 3656 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12396] ppid=12391 vsize=864348 CPUtime=0
/proc/12392/task/12396/stat : 12396 (java) S 12391 12378 11651 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 149001651 885092352 3656 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12397] ppid=12391 vsize=864348 CPUtime=0
/proc/12392/task/12397/stat : 12397 (java) S 12391 12378 11651 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 149001653 885092352 3656 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12398] ppid=12391 vsize=864348 CPUtime=0.07
/proc/12392/task/12398/stat : 12398 (java) S 12391 12378 11651 0 -1 64 342 0 0 0 7 0 0 0 16 0 9 0 149001653 885092352 3656 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12399] ppid=12391 vsize=864348 CPUtime=0
/proc/12392/task/12399/stat : 12399 (java) S 12391 12378 11651 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 149001653 885092352 3656 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12400] ppid=12391 vsize=864348 CPUtime=0
/proc/12392/task/12400/stat : 12400 (java) S 12391 12378 11651 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 149001653 885092352 3656 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 883304

[startup+3.10889 s]
/proc/loadavg: 2.51 2.24 2.06 4/84 12400
/proc/meminfo: memFree=1588640/2055920 swapFree=4181068/4192956
[pid=12378] ppid=12376 vsize=13600 CPUtime=0.89
/proc/12378/stat : 12378 (sugar) S 12376 12378 11651 0 -1 4194304 974 6999 0 1 3 0 81 5 15 0 1 0 149001555 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12378/statm: 3400 797 370 3 0 500 0
[pid=12391] ppid=12378 vsize=5356 CPUtime=0
/proc/12391/stat : 12391 (sh) S 12378 12378 11651 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 149001648 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12391/statm: 1339 233 193 169 0 50 0
[pid=12392] ppid=12391 vsize=868412 CPUtime=2.14
/proc/12392/stat : 12392 (java) S 12391 12378 11651 0 -1 0 11811 0 1 0 208 6 0 0 18 0 9 0 149001648 889253888 11006 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12392/statm: 217103 11006 2540 9 0 211678 0
[pid=12392/tid=12393] ppid=12391 vsize=868412 CPUtime=1.33
/proc/12392/task/12393/stat : 12393 (java) R 12391 12378 11651 0 -1 64 2994 0 1 0 131 2 0 0 25 0 9 0 149001649 889253888 11006 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12394] ppid=12391 vsize=868412 CPUtime=0.58
/proc/12392/task/12394/stat : 12394 (java) R 12391 12378 11651 0 -1 64 6662 0 0 0 56 2 0 0 16 0 9 0 149001650 889253888 11006 996147200 134512640 134550740 4294955952 18446744073709551615 102723059 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12395] ppid=12391 vsize=868412 CPUtime=0
/proc/12392/task/12395/stat : 12395 (java) S 12391 12378 11651 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 149001651 889253888 11006 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12396] ppid=12391 vsize=868412 CPUtime=0
/proc/12392/task/12396/stat : 12396 (java) S 12391 12378 11651 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 149001651 889253888 11006 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12397] ppid=12391 vsize=868412 CPUtime=0
/proc/12392/task/12397/stat : 12397 (java) S 12391 12378 11651 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 149001653 889253888 11006 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12398] ppid=12391 vsize=868412 CPUtime=0.19
/proc/12392/task/12398/stat : 12398 (java) S 12391 12378 11651 0 -1 64 1461 0 0 0 19 0 0 0 16 0 9 0 149001653 889253888 11006 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12399] ppid=12391 vsize=868412 CPUtime=0
/proc/12392/task/12399/stat : 12399 (java) S 12391 12378 11651 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 149001653 889253888 11006 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12400] ppid=12391 vsize=868412 CPUtime=0
/proc/12392/task/12400/stat : 12400 (java) S 12391 12378 11651 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 149001653 889253888 11006 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 887368

[startup+6.30219 s]
/proc/loadavg: 2.51 2.24 2.06 4/84 12400
/proc/meminfo: memFree=1525984/2055920 swapFree=4181068/4192956
[pid=12378] ppid=12376 vsize=13600 CPUtime=0.89
/proc/12378/stat : 12378 (sugar) S 12376 12378 11651 0 -1 4194304 974 6999 0 1 3 0 81 5 15 0 1 0 149001555 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12378/statm: 3400 797 370 3 0 500 0
[pid=12391] ppid=12378 vsize=5356 CPUtime=0
/proc/12391/stat : 12391 (sh) S 12378 12378 11651 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 149001648 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12391/statm: 1339 233 193 169 0 50 0
[pid=12392] ppid=12391 vsize=868412 CPUtime=5.3
/proc/12392/stat : 12392 (java) S 12391 12378 11651 0 -1 0 35154 0 1 0 515 15 0 0 18 0 9 0 149001648 889253888 24130 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12392/statm: 217103 24130 2540 9 0 211678 0
[pid=12392/tid=12393] ppid=12391 vsize=868412 CPUtime=3.08
/proc/12392/task/12393/stat : 12393 (java) R 12391 12378 11651 0 -1 64 3746 0 1 0 306 2 0 0 25 0 9 0 149001649 889253888 24130 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12394] ppid=12391 vsize=868412 CPUtime=2
/proc/12392/task/12394/stat : 12394 (java) R 12391 12378 11651 0 -1 64 29246 0 0 0 188 12 0 0 16 0 9 0 149001650 889253888 24130 996147200 134512640 134550740 4294955952 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12395] ppid=12391 vsize=868412 CPUtime=0
/proc/12392/task/12395/stat : 12395 (java) S 12391 12378 11651 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 149001651 889253888 24130 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12396] ppid=12391 vsize=868412 CPUtime=0
/proc/12392/task/12396/stat : 12396 (java) S 12391 12378 11651 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 149001651 889253888 24130 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12397] ppid=12391 vsize=868412 CPUtime=0
/proc/12392/task/12397/stat : 12397 (java) S 12391 12378 11651 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 149001653 889253888 24130 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12398] ppid=12391 vsize=868412 CPUtime=0.2
/proc/12392/task/12398/stat : 12398 (java) S 12391 12378 11651 0 -1 64 1468 0 0 0 20 0 0 0 17 0 9 0 149001653 889253888 24130 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12399] ppid=12391 vsize=868412 CPUtime=0
/proc/12392/task/12399/stat : 12399 (java) S 12391 12378 11651 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 149001653 889253888 24130 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12400] ppid=12391 vsize=868412 CPUtime=0
/proc/12392/task/12400/stat : 12400 (java) S 12391 12378 11651 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 149001653 889253888 24130 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) 887368

[startup+12.7029 s]
/proc/loadavg: 2.47 2.23 2.06 3/84 12400
/proc/meminfo: memFree=1418592/2055920 swapFree=4181068/4192956
[pid=12378] ppid=12376 vsize=13600 CPUtime=0.89
/proc/12378/stat : 12378 (sugar) S 12376 12378 11651 0 -1 4194304 974 6999 0 1 3 0 81 5 15 0 1 0 149001555 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12378/statm: 3400 797 370 3 0 500 0
[pid=12391] ppid=12378 vsize=5356 CPUtime=0
/proc/12391/stat : 12391 (sh) S 12378 12378 11651 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 149001648 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12391/statm: 1339 233 193 169 0 50 0
[pid=12392] ppid=12391 vsize=868412 CPUtime=11.64
/proc/12392/stat : 12392 (java) S 12391 12378 11651 0 -1 0 71775 0 1 0 1134 30 0 0 18 0 9 0 149001648 889253888 51757 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12392/statm: 217103 51757 2540 9 0 211678 0
[pid=12392/tid=12393] ppid=12391 vsize=868412 CPUtime=6.92
/proc/12392/task/12393/stat : 12393 (java) R 12391 12378 11651 0 -1 64 4478 0 1 0 690 2 0 0 25 0 9 0 149001649 889253888 51757 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12394] ppid=12391 vsize=868412 CPUtime=4.48
/proc/12392/task/12394/stat : 12394 (java) R 12391 12378 11651 0 -1 64 65135 0 0 0 422 26 0 0 16 0 9 0 149001650 889253888 51757 996147200 134512640 134550740 4294955952 18446744073709551615 102721939 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12395] ppid=12391 vsize=868412 CPUtime=0
/proc/12392/task/12395/stat : 12395 (java) S 12391 12378 11651 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 149001651 889253888 51757 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12396] ppid=12391 vsize=868412 CPUtime=0
/proc/12392/task/12396/stat : 12396 (java) S 12391 12378 11651 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 149001651 889253888 51757 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12397] ppid=12391 vsize=868412 CPUtime=0
/proc/12392/task/12397/stat : 12397 (java) S 12391 12378 11651 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 149001653 889253888 51757 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12398] ppid=12391 vsize=868412 CPUtime=0.2
/proc/12392/task/12398/stat : 12398 (java) S 12391 12378 11651 0 -1 64 1468 0 0 0 20 0 0 0 17 0 9 0 149001653 889253888 51757 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12399] ppid=12391 vsize=868412 CPUtime=0
/proc/12392/task/12399/stat : 12399 (java) S 12391 12378 11651 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 149001653 889253888 51757 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12400] ppid=12391 vsize=868412 CPUtime=0
/proc/12392/task/12400/stat : 12400 (java) S 12391 12378 11651 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 149001653 889253888 51757 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 887368

[startup+25.5022 s]
/proc/loadavg: 2.36 2.22 2.06 3/84 12400
/proc/meminfo: memFree=1293984/2055920 swapFree=4181068/4192956
[pid=12378] ppid=12376 vsize=13600 CPUtime=0.9
/proc/12378/stat : 12378 (sugar) S 12376 12378 11651 0 -1 4194304 974 6999 0 1 4 0 81 5 15 0 1 0 149001555 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12378/statm: 3400 797 370 3 0 500 0
[pid=12391] ppid=12378 vsize=5356 CPUtime=0
/proc/12391/stat : 12391 (sh) S 12378 12378 11651 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 149001648 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12391/statm: 1339 233 193 169 0 50 0
[pid=12392] ppid=12391 vsize=868524 CPUtime=24.3
/proc/12392/stat : 12392 (java) S 12391 12378 11651 0 -1 0 116331 0 1 0 2374 56 0 0 18 0 9 0 149001648 889368576 77680 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12392/statm: 217131 77680 2566 9 0 211678 0
[pid=12392/tid=12393] ppid=12391 vsize=868524 CPUtime=15.66
/proc/12392/task/12393/stat : 12393 (java) R 12391 12378 11651 0 -1 64 7114 0 1 0 1554 12 0 0 25 0 9 0 149001649 889368576 77680 996147200 134512640 134550740 4294955952 18446744073709551615 4126638123 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12394] ppid=12391 vsize=868524 CPUtime=8.31
/proc/12392/task/12394/stat : 12394 (java) S 12391 12378 11651 0 -1 64 107003 0 0 0 789 42 0 0 16 0 9 0 149001650 889368576 77680 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12395] ppid=12391 vsize=868524 CPUtime=0
/proc/12392/task/12395/stat : 12395 (java) S 12391 12378 11651 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 149001651 889368576 77680 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12396] ppid=12391 vsize=868524 CPUtime=0
/proc/12392/task/12396/stat : 12396 (java) S 12391 12378 11651 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 149001651 889368576 77680 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12397] ppid=12391 vsize=868524 CPUtime=0
/proc/12392/task/12397/stat : 12397 (java) S 12391 12378 11651 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 149001653 889368576 77680 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12398] ppid=12391 vsize=868524 CPUtime=0.29
/proc/12392/task/12398/stat : 12398 (java) S 12391 12378 11651 0 -1 64 1520 0 0 0 29 0 0 0 16 0 9 0 149001653 889368576 77680 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12399] ppid=12391 vsize=868524 CPUtime=0
/proc/12392/task/12399/stat : 12399 (java) S 12391 12378 11651 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 149001653 889368576 77680 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12392/tid=12400] ppid=12391 vsize=868524 CPUtime=0
/proc/12392/task/12400/stat : 12400 (java) S 12391 12378 11651 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 149001653 889368576 77680 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 887480

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

[startup+38.3016 s]
/proc/loadavg: 2.28 2.21 2.06 3/76 12402
/proc/meminfo: memFree=1549344/2055920 swapFree=4181068/4192956
[pid=12378] ppid=12376 vsize=13600 CPUtime=29.45
/proc/12378/stat : 12378 (sugar) S 12376 12378 11651 0 -1 4194304 1022 123658 0 2 4 0 2866 75 16 0 1 0 149001555 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12378/statm: 3400 799 370 3 0 500 0
[pid=12401] ppid=12378 vsize=5356 CPUtime=0
/proc/12401/stat : 12401 (sh) S 12378 12378 11651 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 149004536 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12401/statm: 1339 232 193 169 0 50 0
[pid=12402] ppid=12401 vsize=37424 CPUtime=8.4
/proc/12402/stat : 12402 (picosat) R 12401 12378 11651 0 -1 4194304 9065 0 0 0 372 468 0 0 25 0 1 0 149004536 38322176 9051 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/12402/statm: 9356 9051 40 102 0 9251 0
Current children cumulated CPU time (s) 37.85
Current children cumulated vsize (KiB) 56380

[startup+44.7012 s]
/proc/loadavg: 2.26 2.21 2.06 3/76 12402
/proc/meminfo: memFree=1528608/2055920 swapFree=4181068/4192956
[pid=12378] ppid=12376 vsize=13600 CPUtime=29.45
/proc/12378/stat : 12378 (sugar) S 12376 12378 11651 0 -1 4194304 1022 123658 0 2 4 0 2866 75 16 0 1 0 149001555 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12378/statm: 3400 799 370 3 0 500 0
[pid=12401] ppid=12378 vsize=5356 CPUtime=0
/proc/12401/stat : 12401 (sh) S 12378 12378 11651 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 149004536 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12401/statm: 1339 232 193 169 0 50 0
[pid=12402] ppid=12401 vsize=59620 CPUtime=14.75
/proc/12402/stat : 12402 (picosat) R 12401 12378 11651 0 -1 4194304 13236 0 0 0 802 673 0 0 25 0 1 0 149004536 61050880 13189 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/12402/statm: 14905 13189 42 102 0 14800 0
Current children cumulated CPU time (s) 44.2
Current children cumulated vsize (KiB) 78576

[startup+46.3014 s]
/proc/loadavg: 2.26 2.21 2.06 3/76 12402
/proc/meminfo: memFree=1528544/2055920 swapFree=4181068/4192956
[pid=12378] ppid=12376 vsize=13600 CPUtime=29.45
/proc/12378/stat : 12378 (sugar) S 12376 12378 11651 0 -1 4194304 1022 123658 0 2 4 0 2866 75 16 0 1 0 149001555 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12378/statm: 3400 799 370 3 0 500 0
[pid=12401] ppid=12378 vsize=5356 CPUtime=0
/proc/12401/stat : 12401 (sh) S 12378 12378 11651 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 149004536 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12401/statm: 1339 232 193 169 0 50 0
[pid=12402] ppid=12401 vsize=59620 CPUtime=16.33
/proc/12402/stat : 12402 (picosat) R 12401 12378 11651 0 -1 4194304 13254 0 0 0 960 673 0 0 25 0 1 0 149004536 61050880 13207 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 1 0 0
/proc/12402/statm: 14905 13207 42 102 0 14800 0
Current children cumulated CPU time (s) 45.78
Current children cumulated vsize (KiB) 78576

[startup+47.1015 s]
/proc/loadavg: 2.26 2.21 2.06 3/76 12402
/proc/meminfo: memFree=1528544/2055920 swapFree=4181068/4192956
[pid=12378] ppid=12376 vsize=13600 CPUtime=29.45
/proc/12378/stat : 12378 (sugar) S 12376 12378 11651 0 -1 4194304 1022 123658 0 2 4 0 2866 75 16 0 1 0 149001555 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12378/statm: 3400 799 370 3 0 500 0
[pid=12401] ppid=12378 vsize=5356 CPUtime=0
/proc/12401/stat : 12401 (sh) S 12378 12378 11651 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 149004536 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12401/statm: 1339 232 193 169 0 50 0
[pid=12402] ppid=12401 vsize=59620 CPUtime=17.13
/proc/12402/stat : 12402 (picosat) R 12401 12378 11651 0 -1 4194304 13261 0 0 0 1040 673 0 0 25 0 1 0 149004536 61050880 13214 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/12402/statm: 14905 13214 42 102 0 14800 0
Current children cumulated CPU time (s) 46.58
Current children cumulated vsize (KiB) 78576

[startup+47.5015 s]
/proc/loadavg: 2.24 2.20 2.06 3/76 12402
/proc/meminfo: memFree=1528544/2055920 swapFree=4181068/4192956
[pid=12378] ppid=12376 vsize=13600 CPUtime=29.45
/proc/12378/stat : 12378 (sugar) S 12376 12378 11651 0 -1 4194304 1022 123658 0 2 4 0 2866 75 16 0 1 0 149001555 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12378/statm: 3400 799 370 3 0 500 0
[pid=12401] ppid=12378 vsize=5356 CPUtime=0
/proc/12401/stat : 12401 (sh) S 12378 12378 11651 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 149004536 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12401/statm: 1339 232 193 169 0 50 0
[pid=12402] ppid=12401 vsize=60904 CPUtime=17.52
/proc/12402/stat : 12402 (picosat) R 12401 12378 11651 0 -1 4194304 13337 0 0 0 1079 673 0 0 25 0 1 0 149004536 62365696 13290 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/12402/statm: 15226 13290 42 102 0 15121 0
Current children cumulated CPU time (s) 46.97
Current children cumulated vsize (KiB) 79860

[startup+47.9016 s]
/proc/loadavg: 2.24 2.20 2.06 3/76 12402
/proc/meminfo: memFree=1528544/2055920 swapFree=4181068/4192956
[pid=12378] ppid=12376 vsize=13600 CPUtime=47.13
/proc/12378/stat : 12378 (sugar) S 12376 12378 11651 0 -1 4194304 1091 137306 0 2 4 0 3959 750 16 0 1 0 149001555 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12378/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 47.13
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 47.9896
CPU time (s): 47.4538
CPU user time (s): 39.8969
CPU system time (s): 7.55685
CPU usage (%): 98.8834
Max. virtual memory (cumulated for all children) (KiB): 907920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39.8969
system time used= 7.55685
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 142378
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= 4559
involuntary context switches= 5388

runsolver used 0.066989 second user time and 0.159975 second system time

The end

Launcher Data (download as text)

Begin job on node46 at 2008-07-03 21:05:02
IDJOB=1057959
IDBENCH=54098
IDSOLVER=345
FILE ID=node46/1057959-1215111902
PBS_JOBID= 7877114
Free space on /tmp= 66208 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 21e1efd837826f67c36950f4f3fb41e3
RANDOM SEED=591219069

node46.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.238
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.238
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:       1610328 kB
Buffers:         64332 kB
Cached:         305856 kB
SwapCached:       5852 kB
Active:         189404 kB
Inactive:       195168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1610328 kB
SwapTotal:     4192956 kB
SwapFree:      4181068 kB
Dirty:            1864 kB
Writeback:           0 kB
Mapped:          21564 kB
Slab:            46604 kB
Committed_AS:   360652 kB
PageTables:       1516 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66204 MiB
End job on node46 at 2008-07-03 21:05:50