Trace number 2063964

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosatSAT 111.072 112.013

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-10.xml
MD5SUM3a46901a8ea2c192a6f5d5f8c9f3ac47
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.07783
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints6793
Maximum constraint arity15
Maximum domain size33
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5889
Global constraints used (with number of constraints)alldifferent(904)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sat Jul 11 19:30:51 2009
0.00/0.07	c 0	PID 12286
0.00/0.07	c 0	HOST node53.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2063964-1247333451.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2063964-1247333451.xml' 'HOME/temp.csp'
0.96/1.06	c 1	271 domains, 400 variables, 1 predicates, 0 relations, 6793 constraints
1.02/1.12	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.02/1.12	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.02/1.19	c 1	Parsing HOME/temp.csp
1.03/1.39	c 2	parsed 7465 expressions
1.03/1.40	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.03/1.40	c 2	Converting to clausal form CSP
1.03/1.58	c 2	converted 747 (10%) expressions
1.03/2.10	c 2	converted 1493 (20%) expressions
2.28/2.45	c 3	converted 2240 (30%) expressions
2.69/2.87	c 3	converted 2986 (40%) expressions
3.08/3.21	c 3	converted 3733 (50%) expressions
3.59/3.72	c 4	converted 4479 (60%) expressions
3.87/4.06	c 4	converted 5226 (70%) expressions
4.19/4.39	c 5	converted 5972 (80%) expressions
9.95/10.10	c 10	converted 6719 (90%) expressions
45.66/46.05	c 46	converted 7465 (100%) expressions
45.66/46.05	c 46	CSP : 400 integers, 0 booleans, 83360 clauses, largest domain size 33
45.66/46.05	c 46	Heap : 428 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
45.66/46.05	c 46	Propagation in CSP
52.43/52.84	c 53	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
52.43/52.84	c 53	CSP : 400 integers, 0 booleans, 83360 clauses, largest domain size 33
52.43/52.84	c 53	Heap : 412 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
52.53/52.92	c 53	Simplifing CSP by introducing new Boolean variables
55.51/55.99	c 56	CSP : 400 integers, 174316 booleans, 257676 clauses, largest domain size 33
55.51/55.99	c 56	Heap : 457 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
57.70/58.15	c 58	Encoding CSP to SAT : HOME/temp.cnf
57.80/58.21	c 58	40 (10%) CSP integer variables are encoded (966 clauses, 10495 bytes)
57.80/58.22	c 58	80 (20%) CSP integer variables are encoded (1920 clauses, 22897 bytes)
57.80/58.22	c 58	120 (30%) CSP integer variables are encoded (2808 clauses, 34441 bytes)
57.80/58.23	c 58	160 (40%) CSP integer variables are encoded (3739 clauses, 46544 bytes)
57.80/58.23	c 58	200 (50%) CSP integer variables are encoded (4707 clauses, 59128 bytes)
57.80/58.23	c 58	240 (60%) CSP integer variables are encoded (4801 clauses, 60350 bytes)
57.80/58.23	c 58	280 (70%) CSP integer variables are encoded (4914 clauses, 61819 bytes)
57.80/58.23	c 58	320 (80%) CSP integer variables are encoded (5079 clauses, 63964 bytes)
57.80/58.23	c 58	360 (90%) CSP integer variables are encoded (5227 clauses, 65888 bytes)
57.80/58.23	c 58	400 (100%) CSP integer variables are encoded (5366 clauses, 67695 bytes)
59.09/59.51	c 60	25768 (10%) CSP clauses are encoded (295001 clauses, 5562496 bytes)
60.58/61.06	c 61	51536 (20%) CSP clauses are encoded (683289 clauses, 12994418 bytes)
62.18/62.68	c 63	77303 (30%) CSP clauses are encoded (1097781 clauses, 20931022 bytes)
63.82/64.53	c 65	103071 (40%) CSP clauses are encoded (1502834 clauses, 28629705 bytes)
65.42/66.16	c 66	128838 (50%) CSP clauses are encoded (1914521 clauses, 36570192 bytes)
67.10/67.84	c 68	154606 (60%) CSP clauses are encoded (2332009 clauses, 44777680 bytes)
68.79/69.50	c 70	180374 (70%) CSP clauses are encoded (2739047 clauses, 52942361 bytes)
70.38/71.17	c 71	206141 (80%) CSP clauses are encoded (3150233 clauses, 61258622 bytes)
72.08/72.83	c 73	231909 (90%) CSP clauses are encoded (3562062 clauses, 69499179 bytes)
73.66/74.50	c 75	257676 (100%) CSP clauses are encoded (3969144 clauses, 77710513 bytes)
73.66/74.50	c 75	257676 CSP clauses encoded
73.66/74.50	c 75	Writing map file : HOME/temp.map
73.76/74.52	c 75	Heap : 467 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
73.76/74.52	c 75	SAT : 180032 SAT variables, 3969144 SAT clauses, 77710513 bytes
73.76/74.52	c 75	Heap : 467 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
73.83/74.63	c 75	SOLVING HOME/temp.cnf
73.83/74.63	c 75	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
110.50/111.50	c 112	DECODING HOME/temp.out WITH HOME/temp.map
110.50/111.50	c 112	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
110.61/111.58	c 112	Decoding HOME/temp.out
110.61/111.90	s SATISFIABLE
110.61/111.91	v 2 10 2 11 38 28 4 36 4 12 40 25 3 26 41 37 14 1 34 15 31 12 6 0 20 39 10 9 3 6 12 1 11 26 8 1 16 7 35 19 19 3 20 29 27 38 22 23 38 8 41 25 31 19 34 20 30 17 8 25 0 7 43 1 7 4 18 36 14 9 17 0 33 3 17 4 15 2 1 2 26 5 13 3 10 12 9 5 14 18 18 16 17 20 29 1 2 11 7 26 23 5 31 5 37 25 24 17 25 18 26 6 44 44 27 17 32 24 10 32 9 36 18 35 28 8 20 19 0 29 9 22 21 8 31 41 37 9 8 29 30 19 16 13 20 33 27 33 6 30 27 14 32 29 35 29 21 33 35 38 15 21 33 34 4 30 13 40 35 34 0 13 11 22 35 26 9 6 42 43 32 31 8 24 2 21 17 16 14 37 39 41 28 44 43 33 42 31 44 6 18 3 6 10 18 15 13 18 10 3 14 6 17 17 19 18 10 11 8 10 17 19 3 11 18 14 12 16 14 9 18 10 7 15 19 17 18 11 15 19 15 15 16 14 7 17 16 10 12 14 15 16 11 11 18 14 14 15 13 9 17 13 14 12 14 18 10 11 15 10 16 15 12 8 19 9 15 10 7 17 14 17 16 13 17 14 14 14 11 15 11 16 7 11 18 1 5 5 10 11 7 15 7 13 14 11 9 5 7 9 9 19 14 7 14 4 14 11 9 11 6 19 8 5 11 17 10 4 7 3 5 11 15 15 19 14 11 11 12 12 1 10 14 15 2 8 15 17 17 18 17 14 9 19 18 10 11 6 19 9 7 17 16 16 7 0 14 13 16 6 5 6 4 8 14 5 7 14 16 16 7 16 7 7 16 16 18 11 9 10 9 11 8 13 7 11 14 9 5 7
110.61/111.92	c 112	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
110.61/111.98	c 112	CPU 111.02 (0.05 0.02 91.85 19.1)
110.61/111.98	c 112	END Sat Jul 11 19:32:43 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2063964-1247333451/watcher-2063964-1247333451 -o /tmp/evaluation-result-2063964-1247333451/solver-2063964-1247333451 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2063964-1247333451.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.85 1.97 1.99 3/82 12286
/proc/meminfo: memFree=844616/2055920 swapFree=4192956/4192956
[pid=12286] ppid=12284 vsize=12272 CPUtime=0
/proc/12286/stat : 12286 (sugar) R 12284 12286 12249 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 20409130 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 269950286592 0 0 4224 0 0 0 0 17 0 0 0
/proc/12286/statm: 3068 327 246 3 0 168 0

[startup+0.0920251 s]
/proc/loadavg: 1.85 1.97 1.99 3/82 12286
/proc/meminfo: memFree=844616/2055920 swapFree=4192956/4192956
[pid=12286] ppid=12284 vsize=16868 CPUtime=0.05
/proc/12286/stat : 12286 (sugar) S 12284 12286 12249 0 -1 4194304 1227 128 0 0 4 1 0 0 17 0 1 0 20409130 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12286/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16868

[startup+0.102025 s]
/proc/loadavg: 1.85 1.97 1.99 3/82 12286
/proc/meminfo: memFree=844616/2055920 swapFree=4192956/4192956
[pid=12286] ppid=12284 vsize=16868 CPUtime=0.05
/proc/12286/stat : 12286 (sugar) S 12284 12286 12249 0 -1 4194304 1227 128 0 0 4 1 0 0 17 0 1 0 20409130 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12286/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16868

[startup+0.301044 s]
/proc/loadavg: 1.85 1.97 1.99 3/82 12286
/proc/meminfo: memFree=844616/2055920 swapFree=4192956/4192956
[pid=12286] ppid=12284 vsize=16868 CPUtime=0.05
/proc/12286/stat : 12286 (sugar) S 12284 12286 12249 0 -1 4194304 1227 128 0 0 4 1 0 0 17 0 1 0 20409130 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12286/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16868

[startup+0.702096 s]
/proc/loadavg: 1.85 1.97 1.99 3/82 12286
/proc/meminfo: memFree=844616/2055920 swapFree=4192956/4192956
[pid=12286] ppid=12284 vsize=16868 CPUtime=0.05
/proc/12286/stat : 12286 (sugar) S 12284 12286 12249 0 -1 4194304 1227 128 0 0 4 1 0 0 17 0 1 0 20409130 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12286/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16868

[startup+1.50219 s]
/proc/loadavg: 1.85 1.97 1.99 3/93 12298
/proc/meminfo: memFree=823664/2055920 swapFree=4192956/4192956
[pid=12286] ppid=12284 vsize=16868 CPUtime=1.03
/proc/12286/stat : 12286 (sugar) S 12284 12286 12249 0 -1 4194304 1309 8246 0 1 4 1 93 5 15 0 1 0 20409130 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12286/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 16868

[startup+3.10138 s]
/proc/loadavg: 1.85 1.97 1.99 3/93 12308
/proc/meminfo: memFree=821744/2055920 swapFree=4192956/4192956
[pid=12286] ppid=12284 vsize=16868 CPUtime=1.03
/proc/12286/stat : 12286 (sugar) S 12284 12286 12249 0 -1 4194304 1309 8246 0 1 4 1 93 5 15 0 1 0 20409130 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12286/statm: 4217 1111 409 3 0 796 0
[pid=12299] ppid=12286 vsize=5356 CPUtime=0
/proc/12299/stat : 12299 (sh) S 12286 12286 12249 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20409242 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12299/statm: 1339 233 193 169 0 50 0
[pid=12300] ppid=12299 vsize=868600 CPUtime=1.95
/proc/12300/stat : 12300 (java) S 12299 12286 12249 0 -1 0 10896 0 1 0 190 5 0 0 20 0 9 0 20409242 889446400 10101 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12300/statm: 217150 10101 2566 9 0 211655 0
[pid=12300/tid=12301] ppid=12299 vsize=868600 CPUtime=1.46
/proc/12300/task/12301/stat : 12301 (java) R 12299 12286 12249 0 -1 64 2824 0 1 0 145 1 0 0 25 0 9 0 20409243 889446400 10101 996147200 134512640 134550932 4294955936 18446744073709551615 4126512360 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12300/tid=12302] ppid=12299 vsize=868600 CPUtime=0.32
/proc/12300/task/12302/stat : 12302 (java) S 12299 12286 12249 0 -1 64 5910 0 0 0 30 2 0 0 16 0 9 0 20409244 889446400 10101 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12300/tid=12303] ppid=12299 vsize=868600 CPUtime=0
/proc/12300/task/12303/stat : 12303 (java) S 12299 12286 12249 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20409244 889446400 10101 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12300/tid=12304] ppid=12299 vsize=868600 CPUtime=0
/proc/12300/task/12304/stat : 12304 (java) S 12299 12286 12249 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20409244 889446400 10101 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12300/tid=12305] ppid=12299 vsize=868600 CPUtime=0
/proc/12300/task/12305/stat : 12305 (java) S 12299 12286 12249 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20409246 889446400 10101 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12300/tid=12306] ppid=12299 vsize=868600 CPUtime=0.13
/proc/12300/task/12306/stat : 12306 (java) S 12299 12286 12249 0 -1 64 1464 0 0 0 13 0 0 0 16 0 9 0 20409246 889446400 10101 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12300/tid=12307] ppid=12299 vsize=868600 CPUtime=0
/proc/12300/task/12307/stat : 12307 (java) S 12299 12286 12249 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20409246 889446400 10101 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12300/tid=12308] ppid=12299 vsize=868600 CPUtime=0
/proc/12300/task/12308/stat : 12308 (java) S 12299 12286 12249 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20409246 889446400 10101 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890824

[startup+6.30276 s]
/proc/loadavg: 1.86 1.97 1.99 3/93 12308
/proc/meminfo: memFree=784304/2055920 swapFree=4192956/4192956
[pid=12286] ppid=12284 vsize=16868 CPUtime=1.03
/proc/12286/stat : 12286 (sugar) S 12284 12286 12249 0 -1 4194304 1309 8246 0 1 4 1 93 5 16 0 1 0 20409130 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12286/statm: 4217 1111 409 3 0 796 0
[pid=12299] ppid=12286 vsize=5356 CPUtime=0
/proc/12299/stat : 12299 (sh) S 12286 12286 12249 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20409242 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12299/statm: 1339 233 193 169 0 50 0
[pid=12300] ppid=12299 vsize=868600 CPUtime=5.13
/proc/12300/stat : 12300 (java) S 12299 12286 12249 0 -1 0 19822 0 1 0 504 9 0 0 20 0 9 0 20409242 889446400 18961 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12300/statm: 217150 18961 2566 9 0 211655 0
[pid=12300/tid=12301] ppid=12299 vsize=868600 CPUtime=3.92
/proc/12300/task/12301/stat : 12301 (java) R 12299 12286 12249 0 -1 64 3292 0 1 0 391 1 0 0 25 0 9 0 20409243 889446400 18961 996147200 134512640 134550932 4294955936 18446744073709551615 4126547655 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12300/tid=12302] ppid=12299 vsize=868600 CPUtime=1.04
/proc/12300/task/12302/stat : 12302 (java) S 12299 12286 12249 0 -1 64 14345 0 0 0 98 6 0 0 16 0 9 0 20409244 889446400 18961 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12300/tid=12303] ppid=12299 vsize=868600 CPUtime=0
/proc/12300/task/12303/stat : 12303 (java) S 12299 12286 12249 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20409244 889446400 18961 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12300/tid=12304] ppid=12299 vsize=868600 CPUtime=0
/proc/12300/task/12304/stat : 12304 (java) S 12299 12286 12249 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20409244 889446400 18961 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12300/tid=12305] ppid=12299 vsize=868600 CPUtime=0
/proc/12300/task/12305/stat : 12305 (java) S 12299 12286 12249 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20409246 889446400 18961 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12300/tid=12306] ppid=12299 vsize=868600 CPUtime=0.14
/proc/12300/task/12306/stat : 12306 (java) S 12299 12286 12249 0 -1 64 1487 0 0 0 14 0 0 0 16 0 9 0 20409246 889446400 18961 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12300/tid=12307] ppid=12299 vsize=868600 CPUtime=0
/proc/12300/task/12307/stat : 12307 (java) S 12299 12286 12249 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20409246 889446400 18961 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12300/tid=12308] ppid=12299 vsize=868600 CPUtime=0
/proc/12300/task/12308/stat : 12308 (java) S 12299 12286 12249 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20409246 889446400 18961 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890824

[startup+12.7015 s]
/proc/loadavg: 1.87 1.97 1.99 3/93 12308
/proc/meminfo: memFree=719736/2055920 swapFree=4192956/4192956
[pid=12286] ppid=12284 vsize=16868 CPUtime=1.03
/proc/12286/stat : 12286 (sugar) S 12284 12286 12249 0 -1 4194304 1309 8246 0 1 4 1 93 5 16 0 1 0 20409130 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12286/statm: 4217 1111 409 3 0 796 0
[pid=12299] ppid=12286 vsize=5356 CPUtime=0
/proc/12299/stat : 12299 (sh) S 12286 12286 12249 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20409242 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12299/statm: 1339 233 193 169 0 50 0
[pid=12300] ppid=12299 vsize=868600 CPUtime=11.5
/proc/12300/stat : 12300 (java) S 12299 12286 12249 0 -1 0 42690 0 1 0 1130 20 0 0 20 0 9 0 20409242 889446400 34733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12300/statm: 217150 34733 2567 9 0 211655 0
[pid=12300/tid=12301] ppid=12299 vsize=868600 CPUtime=8.51
/proc/12300/task/12301/stat : 12301 (java) R 12299 12286 12249 0 -1 64 4460 0 1 0 849 2 0 0 25 0 9 0 20409243 889446400 34733 996147200 134512640 134550932 4294955936 18446744073709551615 4126514953 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12300/tid=12302] ppid=12299 vsize=868600 CPUtime=2.81
/proc/12300/task/12302/stat : 12302 (java) S 12299 12286 12249 0 -1 64 36045 0 0 0 265 16 0 0 16 0 9 0 20409244 889446400 34733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12300/tid=12303] ppid=12299 vsize=868600 CPUtime=0
/proc/12300/task/12303/stat : 12303 (java) S 12299 12286 12249 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20409244 889446400 34733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12300/tid=12304] ppid=12299 vsize=868600 CPUtime=0
/proc/12300/task/12304/stat : 12304 (java) S 12299 12286 12249 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20409244 889446400 34733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12300/tid=12305] ppid=12299 vsize=868600 CPUtime=0
/proc/12300/task/12305/stat : 12305 (java) S 12299 12286 12249 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20409246 889446400 34733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12300/tid=12306] ppid=12299 vsize=868600 CPUtime=0.14
/proc/12300/task/12306/stat : 12306 (java) S 12299 12286 12249 0 -1 64 1487 0 0 0 14 0 0 0 16 0 9 0 20409246 889446400 34733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12300/tid=12307] ppid=12299 vsize=868600 CPUtime=0
/proc/12300/task/12307/stat : 12307 (java) S 12299 12286 12249 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20409246 889446400 34733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12300/tid=12308] ppid=12299 vsize=868600 CPUtime=0
/proc/12300/task/12308/stat : 12308 (java) S 12299 12286 12249 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20409246 889446400 34733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 890824

[startup+25.502 s]
/proc/loadavg: 2.04 2.00 2.00 3/93 12308
/proc/meminfo: memFree=588472/2055920 swapFree=4192956/4192956
[pid=12286] ppid=12284 vsize=16868 CPUtime=1.03
/proc/12286/stat : 12286 (sugar) S 12284 12286 12249 0 -1 4194304 1309 8246 0 1 4 1 93 5 16 0 1 0 20409130 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12286/statm: 4217 1111 409 3 0 796 0
[pid=12299] ppid=12286 vsize=5356 CPUtime=0
/proc/12299/stat : 12299 (sh) S 12286 12286 12249 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20409242 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12299/statm: 1339 233 193 169 0 50 0
[pid=12300] ppid=12299 vsize=868600 CPUtime=24.24
/proc/12300/stat : 12300 (java) S 12299 12286 12249 0 -1 0 78148 0 1 0 2391 33 0 0 20 0 9 0 20409242 889446400 65977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12300/statm: 217150 65977 2567 9 0 211655 0
[pid=12300/tid=12301] ppid=12299 vsize=868600 CPUtime=18.51
/proc/12300/task/12301/stat : 12301 (java) R 12299 12286 12249 0 -1 64 5661 0 1 0 1848 3 0 0 25 0 9 0 20409243 889446400 65977 996147200 134512640 134550932 4294955936 18446744073709551615 4126484974 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12300/tid=12302] ppid=12299 vsize=868600 CPUtime=5.56
/proc/12300/task/12302/stat : 12302 (java) S 12299 12286 12249 0 -1 64 70302 0 0 0 528 28 0 0 16 0 9 0 20409244 889446400 65977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12300/tid=12303] ppid=12299 vsize=868600 CPUtime=0
/proc/12300/task/12303/stat : 12303 (java) S 12299 12286 12249 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20409244 889446400 65977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12300/tid=12304] ppid=12299 vsize=868600 CPUtime=0
/proc/12300/task/12304/stat : 12304 (java) S 12299 12286 12249 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20409244 889446400 65977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12300/tid=12305] ppid=12299 vsize=868600 CPUtime=0
/proc/12300/task/12305/stat : 12305 (java) S 12299 12286 12249 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20409246 889446400 65977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12300/tid=12306] ppid=12299 vsize=868600 CPUtime=0.14
/proc/12300/task/12306/stat : 12306 (java) S 12299 12286 12249 0 -1 64 1487 0 0 0 14 0 0 0 16 0 9 0 20409246 889446400 65977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12300/tid=12307] ppid=12299 vsize=868600 CPUtime=0
/proc/12300/task/12307/stat : 12307 (java) S 12299 12286 12249 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20409246 889446400 65977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12300/tid=12308] ppid=12299 vsize=868600 CPUtime=0
/proc/12300/task/12308/stat : 12308 (java) S 12299 12286 12249 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20409246 889446400 65977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 890824

[startup+51.1021 s]
/proc/loadavg: 2.02 2.00 2.00 3/93 12308
/proc/meminfo: memFree=375416/2055920 swapFree=4192956/4192956
[pid=12286] ppid=12284 vsize=16868 CPUtime=1.03
/proc/12286/stat : 12286 (sugar) S 12284 12286 12249 0 -1 4194304 1310 8246 0 1 4 1 93 5 16 0 1 0 20409130 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12286/statm: 4217 1111 409 3 0 796 0
[pid=12299] ppid=12286 vsize=5356 CPUtime=0
/proc/12299/stat : 12299 (sh) S 12286 12286 12249 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20409242 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12299/statm: 1339 233 193 169 0 50 0
[pid=12300] ppid=12299 vsize=868600 CPUtime=49.7
/proc/12300/stat : 12300 (java) S 12299 12286 12249 0 -1 0 134886 0 1 0 4917 53 0 0 20 0 9 0 20409242 889446400 118485 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12300/statm: 217150 118485 2567 9 0 211655 0
[pid=12300/tid=12301] ppid=12299 vsize=868600 CPUtime=39.55
/proc/12300/task/12301/stat : 12301 (java) R 12299 12286 12249 0 -1 64 7598 0 1 0 3951 4 0 0 25 0 9 0 20409243 889446400 118485 996147200 134512640 134550932 4294955936 18446744073709551615 4126510544 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12300/tid=12302] ppid=12299 vsize=868600 CPUtime=9.97
/proc/12300/task/12302/stat : 12302 (java) S 12299 12286 12249 0 -1 64 125101 0 0 0 950 47 0 0 16 0 9 0 20409244 889446400 118485 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12300/tid=12303] ppid=12299 vsize=868600 CPUtime=0
/proc/12300/task/12303/stat : 12303 (java) S 12299 12286 12249 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20409244 889446400 118485 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12300/tid=12304] ppid=12299 vsize=868600 CPUtime=0
/proc/12300/task/12304/stat : 12304 (java) S 12299 12286 12249 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20409244 889446400 118485 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12300/tid=12305] ppid=12299 vsize=868600 CPUtime=0
/proc/12300/task/12305/stat : 12305 (java) S 12299 12286 12249 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20409246 889446400 118485 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12300/tid=12306] ppid=12299 vsize=868600 CPUtime=0.15
/proc/12300/task/12306/stat : 12306 (java) S 12299 12286 12249 0 -1 64 1489 0 0 0 15 0 0 0 16 0 9 0 20409246 889446400 118485 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12300/tid=12307] ppid=12299 vsize=868600 CPUtime=0
/proc/12300/task/12307/stat : 12307 (java) S 12299 12286 12249 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20409246 889446400 118485 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12300/tid=12308] ppid=12299 vsize=868600 CPUtime=0
/proc/12300/task/12308/stat : 12308 (java) S 12299 12286 12249 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20409246 889446400 118485 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 890824

[startup+102.306 s]
/proc/loadavg: 2.29 2.09 2.03 3/85 12310
/proc/meminfo: memFree=632824/2055920 swapFree=4192956/4192956
[pid=12286] ppid=12284 vsize=16868 CPUtime=73.89
/proc/12286/stat : 12286 (sugar) S 12284 12286 12249 0 -1 4194304 1365 166142 0 2 5 2 7263 119 16 0 1 0 20409130 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12286/statm: 4217 1113 409 3 0 796 0
[pid=12309] ppid=12286 vsize=5356 CPUtime=0
/proc/12309/stat : 12309 (sh) S 12286 12286 12249 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20416593 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12309/statm: 1339 232 193 169 0 50 0
[pid=12310] ppid=12309 vsize=132704 CPUtime=27.55
/proc/12310/stat : 12310 (picosat) R 12309 12286 12249 0 -1 4194304 30291 0 0 0 1264 1491 0 0 25 0 1 0 20416593 135888896 30277 996147200 134512640 134931368 4294956256 18446744073709551615 134597652 0 0 4096 0 0 0 0 17 1 0 0
/proc/12310/statm: 33176 30277 40 102 0 33071 0
Current children cumulated CPU time (s) 101.44
Current children cumulated vsize (KiB) 154928

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

[startup+108.702 s]
/proc/loadavg: 2.27 2.08 2.03 3/85 12310
/proc/meminfo: memFree=608760/2055920 swapFree=4192956/4192956
[pid=12286] ppid=12284 vsize=16868 CPUtime=73.89
/proc/12286/stat : 12286 (sugar) S 12284 12286 12249 0 -1 4194304 1365 166142 0 2 5 2 7263 119 16 0 1 0 20409130 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12286/statm: 4217 1113 409 3 0 796 0
[pid=12309] ppid=12286 vsize=5356 CPUtime=0
/proc/12309/stat : 12309 (sh) S 12286 12286 12249 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20416593 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12309/statm: 1339 232 193 169 0 50 0
[pid=12310] ppid=12309 vsize=154440 CPUtime=33.92
/proc/12310/stat : 12310 (picosat) R 12309 12286 12249 0 -1 4194304 36338 0 0 0 1608 1784 0 0 25 0 1 0 20416593 158146560 36324 996147200 134512640 134931368 4294956256 18446744073709551615 134525924 0 0 4096 0 0 0 0 17 1 0 0
/proc/12310/statm: 38610 36324 42 102 0 38505 0
Current children cumulated CPU time (s) 107.81
Current children cumulated vsize (KiB) 176664

[startup+110.301 s]
/proc/loadavg: 2.25 2.08 2.03 3/85 12310
/proc/meminfo: memFree=608184/2055920 swapFree=4192956/4192956
[pid=12286] ppid=12284 vsize=16868 CPUtime=73.89
/proc/12286/stat : 12286 (sugar) S 12284 12286 12249 0 -1 4194304 1365 166142 0 2 5 2 7263 119 16 0 1 0 20409130 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12286/statm: 4217 1113 409 3 0 796 0
[pid=12309] ppid=12286 vsize=5356 CPUtime=0
/proc/12309/stat : 12309 (sh) S 12286 12286 12249 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20416593 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12309/statm: 1339 232 193 169 0 50 0
[pid=12310] ppid=12309 vsize=154440 CPUtime=35.51
/proc/12310/stat : 12310 (picosat) R 12309 12286 12249 0 -1 4194304 36351 0 0 0 1767 1784 0 0 25 0 1 0 20416593 158146560 36337 996147200 134512640 134931368 4294956256 18446744073709551615 134525941 0 0 4096 0 0 0 0 17 1 0 0
/proc/12310/statm: 38610 36337 42 102 0 38505 0
Current children cumulated CPU time (s) 109.4
Current children cumulated vsize (KiB) 176664

[startup+111.106 s]
/proc/loadavg: 2.25 2.08 2.03 3/85 12310
/proc/meminfo: memFree=608184/2055920 swapFree=4192956/4192956
[pid=12286] ppid=12284 vsize=16868 CPUtime=73.89
/proc/12286/stat : 12286 (sugar) S 12284 12286 12249 0 -1 4194304 1365 166142 0 2 5 2 7263 119 16 0 1 0 20409130 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12286/statm: 4217 1113 409 3 0 796 0
[pid=12309] ppid=12286 vsize=5356 CPUtime=0
/proc/12309/stat : 12309 (sh) S 12286 12286 12249 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20416593 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12309/statm: 1339 232 193 169 0 50 0
[pid=12310] ppid=12309 vsize=154440 CPUtime=36.31
/proc/12310/stat : 12310 (picosat) R 12309 12286 12249 0 -1 4194304 36362 0 0 0 1847 1784 0 0 25 0 1 0 20416593 158146560 36348 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/12310/statm: 38610 36348 42 102 0 38505 0
Current children cumulated CPU time (s) 110.2
Current children cumulated vsize (KiB) 176664

[startup+111.502 s]
/proc/loadavg: 2.25 2.08 2.03 3/85 12310
/proc/meminfo: memFree=608184/2055920 swapFree=4192956/4192956
[pid=12286] ppid=12284 vsize=16868 CPUtime=110.61
/proc/12286/stat : 12286 (sugar) S 12284 12286 12249 0 -1 4194304 1428 202869 0 2 5 2 9147 1907 16 0 1 0 20409130 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12286/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 110.61
Current children cumulated vsize (KiB) 16868

[startup+111.901 s]
/proc/loadavg: 2.25 2.08 2.03 3/85 12310
/proc/meminfo: memFree=608184/2055920 swapFree=4192956/4192956
[pid=12286] ppid=12284 vsize=16868 CPUtime=110.61
/proc/12286/stat : 12286 (sugar) S 12284 12286 12249 0 -1 4194304 1446 202869 0 2 5 2 9147 1907 15 0 1 0 20409130 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12286/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 110.61
Current children cumulated vsize (KiB) 16868

[startup+112.001 s]
/proc/loadavg: 2.25 2.08 2.03 3/85 12310
/proc/meminfo: memFree=608184/2055920 swapFree=4192956/4192956
[pid=12286] ppid=12284 vsize=16868 CPUtime=111.05
/proc/12286/stat : 12286 (sugar) R 12284 12286 12249 0 -1 4194304 1477 206905 0 3 5 5 9185 1910 16 0 1 0 20409130 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 269930435625 0 0 4224 16386 0 0 0 17 0 0 0
/proc/12286/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 111.05
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 112.013
CPU time (s): 111.072
CPU user time (s): 91.903
CPU system time (s): 19.1691
CPU usage (%): 99.1599
Max. virtual memory (cumulated for all children) (KiB): 903076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 91.903
system time used= 19.1691
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 208442
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= 7186
involuntary context switches= 9087

runsolver used 0.147977 second user time and 0.343947 second system time

The end

Launcher Data

Begin job on node53 at 2009-07-11 19:30:51
IDJOB=2063964
IDBENCH=54110
IDSOLVER=738
FILE ID=node53/2063964-1247333451
PBS_JOBID= 9506702
Free space on /tmp= 65932 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-10.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2063964-1247333451/watcher-2063964-1247333451 -o /tmp/evaluation-result-2063964-1247333451/solver-2063964-1247333451 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2063964-1247333451.xml

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

MD5SUM BENCH= 3a46901a8ea2c192a6f5d5f8c9f3ac47
RANDOM SEED=330003258

node53.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.232
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.232
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:        845096 kB
Buffers:         66800 kB
Cached:         991688 kB
SwapCached:          0 kB
Active:         184248 kB
Inactive:       952428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        845096 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2544 kB
Writeback:           0 kB
Mapped:          97496 kB
Slab:            59344 kB
Committed_AS:   244140 kB
PageTables:       1932 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= 65932 MiB
End job on node53 at 2009-07-11 19:32:43