Trace number 2063932

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+minisatSAT 416.45 418.458

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-3.xml
MD5SUM3a691b3fedc807051946f22a34b74e5c
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.29289
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints7870
Maximum constraint arity15
Maximum domain size35
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6952
Global constraints used (with number of constraints)alldifferent(918)

Solver Data

0.06/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.08	c 0	BEGIN Sat Jul 11 19:28:58 2009
0.06/0.08	c 0	PID 13621
0.06/0.08	c 0	HOST node24.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2063932-1247333338.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2063932-1247333338.xml' 'HOME/temp.csp'
0.06/0.97	c 1	228 domains, 400 variables, 1 predicates, 0 relations, 7870 constraints
0.06/0.98	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.98	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.96/1.06	c 1	Parsing HOME/temp.csp
1.15/1.24	c 1	parsed 8499 expressions
1.15/1.25	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.15/1.25	c 1	Converting to clausal form CSP
1.55/1.60	c 2	converted 850 (10%) expressions
1.94/2.09	c 2	converted 1700 (20%) expressions
2.53/2.61	c 3	converted 2550 (30%) expressions
2.93/3.00	c 3	converted 3400 (40%) expressions
3.33/3.41	c 3	converted 4250 (50%) expressions
3.82/4.00	c 4	converted 5100 (60%) expressions
4.32/4.41	c 4	converted 5950 (70%) expressions
4.71/4.83	c 5	converted 6800 (80%) expressions
7.68/7.86	c 8	converted 7650 (90%) expressions
53.73/54.32	c 54	converted 8499 (100%) expressions
53.73/54.32	c 54	CSP : 400 integers, 0 booleans, 88495 clauses, largest domain size 35
53.73/54.32	c 54	Heap : 420 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
53.73/54.32	c 54	Propagation in CSP
61.26/61.93	c 62	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
61.26/61.93	c 62	CSP : 400 integers, 0 booleans, 88495 clauses, largest domain size 35
61.26/61.93	c 62	Heap : 426 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
61.35/62.02	c 62	Simplifing CSP by introducing new Boolean variables
62.05/62.78	c 63	CSP : 400 integers, 185975 booleans, 274470 clauses, largest domain size 35
62.05/62.78	c 63	Heap : 457 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
64.62/65.32	c 65	Encoding CSP to SAT : HOME/temp.cnf
64.71/65.40	c 65	40 (10%) CSP integer variables are encoded (951 clauses, 10319 bytes)
64.71/65.41	c 65	80 (20%) CSP integer variables are encoded (1878 clauses, 22355 bytes)
64.71/65.41	c 65	120 (30%) CSP integer variables are encoded (2832 clauses, 34757 bytes)
64.71/65.42	c 65	160 (40%) CSP integer variables are encoded (3751 clauses, 46704 bytes)
64.71/65.42	c 65	200 (50%) CSP integer variables are encoded (4664 clauses, 58573 bytes)
64.71/65.42	c 65	240 (60%) CSP integer variables are encoded (4737 clauses, 59522 bytes)
64.71/65.42	c 65	280 (70%) CSP integer variables are encoded (4809 clauses, 60458 bytes)
64.71/65.42	c 65	320 (80%) CSP integer variables are encoded (4868 clauses, 61225 bytes)
64.71/65.42	c 65	360 (90%) CSP integer variables are encoded (4945 clauses, 62226 bytes)
64.71/65.42	c 65	400 (100%) CSP integer variables are encoded (5008 clauses, 63045 bytes)
66.10/66.85	c 67	27447 (10%) CSP clauses are encoded (301515 clauses, 5655584 bytes)
67.88/68.61	c 69	54894 (20%) CSP clauses are encoded (702051 clauses, 13334246 bytes)
69.67/70.47	c 71	82341 (30%) CSP clauses are encoded (1132581 clauses, 21544515 bytes)
71.54/72.32	c 72	109788 (40%) CSP clauses are encoded (1556480 clauses, 29678096 bytes)
73.13/73.99	c 74	137235 (50%) CSP clauses are encoded (1983615 clauses, 37795765 bytes)
74.93/75.75	c 76	164682 (60%) CSP clauses are encoded (2422956 clauses, 46579062 bytes)
76.72/77.51	c 78	192129 (70%) CSP clauses are encoded (2860709 clauses, 55411259 bytes)
78.43/79.22	c 79	219576 (80%) CSP clauses are encoded (3289038 clauses, 64034553 bytes)
80.12/81.00	c 81	247023 (90%) CSP clauses are encoded (3730928 clauses, 72831153 bytes)
81.90/82.75	c 83	274470 (100%) CSP clauses are encoded (4165709 clauses, 81608379 bytes)
81.90/82.75	c 83	274470 CSP clauses encoded
81.90/82.75	c 83	Writing map file : HOME/temp.map
81.90/82.79	c 83	Heap : 481 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
81.90/82.79	c 83	SAT : 191314 SAT variables, 4165709 SAT clauses, 81608379 bytes
81.90/82.79	c 83	Heap : 481 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
82.06/82.91	c 83	SOLVING HOME/temp.cnf
82.06/82.91	c 83	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
82.06/82.92	c 83	This is MiniSat 2.0 beta
82.06/82.92	c 83	WARNING: for repeatability, setting FPU to use double precision
82.06/82.92	c 83	============================[ Problem Statistics ]=============================
82.06/82.92	c 83	|                                                                             |
82.06/82.92	c 83	|  Number of variables:  191314                                               |
82.06/82.92	c 83	|  Number of clauses:    4165709                                              |
84.23/85.15	c 85	|  Parsing time:         1.95         s                                       |
84.33/85.27	c 85	============================[ Search Statistics ]==============================
84.33/85.27	c 85	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
84.33/85.27	c 85	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
84.33/85.27	c 85	===============================================================================
84.33/85.27	c 85	|         0 |  191314  4165709 12130041 |  1388569        0    nan |  0.000 % |
86.02/86.99	c 87	|       100 |  191314  4165709 12130041 |  1527426      100     33 |  0.000 % |
87.90/88.85	c 89	|       250 |  191314  4165709 12130041 |  1680169      250     29 |  0.000 % |
89.48/90.48	c 91	|       476 |  191314  4165709 12130041 |  1848186      476     23 |  0.000 % |
97.20/98.20	c 98	|       817 |  191314  4165709 12130041 |  2033004      817     44 |  0.000 % |
100.28/101.35	c 101	|      1324 |  191314  4165709 12130041 |  2236305     1324     33 |  0.000 % |
104.44/105.57	c 106	|      2083 |  191314  4165709 12130041 |  2459935     2083     27 |  0.000 % |
116.03/117.20	c 117	|      3222 |  191314  4165709 12130041 |  2705929     3222     33 |  0.000 % |
125.74/127.02	c 127	|      4931 |  191314  4165709 12130041 |  2976522     4931     27 |  0.000 % |
136.24/137.63	c 138	|      7493 |  191314  4165709 12130041 |  3274174     7493     25 |  0.000 % |
161.79/163.45	c 164	|     11337 |  191314  4165709 12130041 |  3601592    11337     26 |  0.000 % |
184.87/186.78	c 187	|     17104 |  191314  4165709 12130041 |  3961751    17104     26 |  0.000 % |
219.57/221.58	c 222	|     25755 |  191314  4165709 12130041 |  4357926    25755     24 |  0.000 % |
317.13/319.14	c 319	|     38730 |  191314  4165709 12130041 |  4793719    38730     30 |  0.000 % |
388.08/390.16	c 390	|     58191 |  191314  4165709 12130041 |  5273090    58191     27 |  0.000 % |
415.77/417.86	c 418	===============================================================================
415.77/417.88	c 418	restarts              : 15
415.77/417.88	c 418	conflicts             : 63946          (192 /sec)
415.77/417.88	c 418	decisions             : 84584          (1.35 % random) (254 /sec)
415.77/417.88	c 418	propagations          : 240229929      (720437 /sec)
415.77/417.88	c 418	conflict literals     : 1678640        (6.16 % deleted)
415.77/417.88	c 418	Memory used           : 199.77 MB
415.77/417.88	c 418	CPU time              : 333.45 s
415.77/417.88	c 418	
415.88/417.95	c 418	SATISFIABLE
415.88/417.99	c 418	DECODING HOME/temp.out WITH HOME/temp.map
415.88/417.99	c 418	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'
415.97/418.07	c 418	Decoding HOME/temp.out
415.97/418.38	s SATISFIABLE
415.97/418.39	v 23 4 16 5 33 12 31 41 17 7 42 43 42 21 20 39 5 8 1 6 9 6 6 26 34 21 27 21 10 4 26 39 36 35 18 10 23 41 0 13 17 3 38 9 8 35 21 8 44 42 10 21 11 6 33 22 29 8 30 4 4 5 17 18 25 44 13 21 0 36 34 3 6 38 37 5 35 8 30 42 42 8 12 28 2 16 25 44 32 40 29 7 0 15 34 20 2 3 19 22 30 25 16 19 34 39 38 43 14 24 1 12 36 7 37 12 33 3 13 41 35 37 3 3 15 25 42 17 2 1 9 15 19 24 38 7 14 7 8 11 40 14 2 31 32 14 40 22 4 10 39 5 24 15 28 19 2 23 13 28 25 29 23 40 27 30 18 0 17 13 32 28 0 23 33 29 14 2 17 20 19 12 31 41 22 8 1 3 15 44 28 44 33 43 36 26 34 9 39 27 1 2 1 7 2 5 7 7 8 7 3 4 6 6 7 6 2 3 6 7 0 6 5 1 0 1 2 2 5 7 6 5 6 5 7 3 2 6 2 7 5 9 2 4 7 7 5 8 7 1 2 8 5 1 4 6 6 6 7 4 1 6 3 4 7 4 3 0 7 4 5 1 4 4 8 0 4 9 8 4 7 5 6 6 5 7 0 2 1 4 4 8 1 1 4 5 4 3 8 4 4 1 6 2 6 0 6 1 3 7 4 3 2 1 4 8 7 6 4 2 6 2 4 5 4 5 8 6 8 2 7 8 7 5 3 2 7 4 2 4 1 1 6 1 7 4 2 8 3 4 8 4 3 7 2 3 9 3 5 7 8 7 8 6 7 1 3 6 4 6 6 1 4 6 1 5 6 2 7 8 5 7 6 0 5 4 9 7 5 9 5 1 6 3 3 4 7 6 9 1
415.97/418.40	c 418	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
415.97/418.42	c 418	CPU 416.38 (0.06 0.01 414.58 1.73)
415.97/418.42	c 418	END Sat Jul 11 19:35:56 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-2063932-1247333338/watcher-2063932-1247333338 -o /tmp/evaluation-result-2063932-1247333338/solver-2063932-1247333338 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2063932-1247333338.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.94 4/83 13621
/proc/meminfo: memFree=1363152/2055920 swapFree=4192956/4192956
[pid=13621] ppid=13619 vsize=4708 CPUtime=0
/proc/13621/stat : 13621 (sugar) R 13619 13621 13584 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 20400631 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 237785642377 0 0 4096 0 0 0 0 17 1 0 0
/proc/13621/statm: 1177 43 33 3 0 8 0

[startup+0.076568 s]
/proc/loadavg: 1.85 1.97 1.94 4/83 13621
/proc/meminfo: memFree=1363152/2055920 swapFree=4192956/4192956
[pid=13621] ppid=13619 vsize=16740 CPUtime=0.06
/proc/13621/stat : 13621 (sugar) R 13619 13621 13584 0 -1 4194304 1092 0 0 0 5 1 0 0 18 0 1 0 20400631 17141760 1060 996147200 4194304 4206940 548682068608 18446744073709551615 237805943319 0 0 4224 0 0 0 0 17 1 0 0
/proc/13621/statm: 4185 1060 380 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102593 s]
/proc/loadavg: 1.85 1.97 1.94 4/83 13621
/proc/meminfo: memFree=1363152/2055920 swapFree=4192956/4192956
[pid=13621] ppid=13619 vsize=16868 CPUtime=0.06
/proc/13621/stat : 13621 (sugar) S 13619 13621 13584 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20400631 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13621/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302606 s]
/proc/loadavg: 1.85 1.97 1.94 4/83 13621
/proc/meminfo: memFree=1363152/2055920 swapFree=4192956/4192956
[pid=13621] ppid=13619 vsize=16868 CPUtime=0.06
/proc/13621/stat : 13621 (sugar) S 13619 13621 13584 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20400631 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13621/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701679 s]
/proc/loadavg: 1.85 1.97 1.94 4/83 13621
/proc/meminfo: memFree=1363152/2055920 swapFree=4192956/4192956
[pid=13621] ppid=13619 vsize=16868 CPUtime=0.06
/proc/13621/stat : 13621 (sugar) S 13619 13621 13584 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20400631 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13621/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50182 s]
/proc/loadavg: 1.87 1.97 1.94 2/87 13636
/proc/meminfo: memFree=1358128/2055920 swapFree=4192956/4192956
[pid=13621] ppid=13619 vsize=16868 CPUtime=0.95
/proc/13621/stat : 13621 (sugar) S 13619 13621 13584 0 -1 4194304 1309 8691 0 1 6 1 81 7 15 0 1 0 20400631 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13621/statm: 4217 1111 409 3 0 796 0
[pid=13634] ppid=13621 vsize=5356 CPUtime=0
/proc/13634/stat : 13634 (sh) S 13621 13621 13584 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20400730 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13634/statm: 1339 233 193 169 0 50 0
[pid=13635] ppid=13634 vsize=864200 CPUtime=0.5
/proc/13635/stat : 13635 (java) S 13634 13621 13584 0 -1 0 6145 0 1 0 47 3 0 0 19 0 9 0 20400730 884940800 5393 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13635/statm: 216050 5393 2565 9 0 210555 0
[pid=13635/tid=13636] ppid=13634 vsize=864200 CPUtime=0.31
/proc/13635/task/13636/stat : 13636 (java) R 13634 13621 13584 0 -1 64 2653 0 1 0 30 1 0 0 18 0 9 0 20400731 884940800 5393 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 886424

[startup+3.10212 s]
/proc/loadavg: 1.87 1.97 1.94 3/94 13643
/proc/meminfo: memFree=1338616/2055920 swapFree=4192956/4192956
[pid=13621] ppid=13619 vsize=16868 CPUtime=0.95
/proc/13621/stat : 13621 (sugar) S 13619 13621 13584 0 -1 4194304 1309 8691 0 1 6 1 81 7 15 0 1 0 20400631 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13621/statm: 4217 1111 409 3 0 796 0
[pid=13634] ppid=13621 vsize=5356 CPUtime=0
/proc/13634/stat : 13634 (sh) S 13621 13621 13584 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20400730 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13634/statm: 1339 233 193 169 0 50 0
[pid=13635] ppid=13634 vsize=868568 CPUtime=2.08
/proc/13635/stat : 13635 (java) S 13634 13621 13584 0 -1 0 10838 0 1 0 203 5 0 0 19 0 9 0 20400730 889413632 9978 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13635/statm: 217142 9978 2566 9 0 211647 0
[pid=13635/tid=13636] ppid=13634 vsize=868568 CPUtime=1.54
/proc/13635/task/13636/stat : 13636 (java) R 13634 13621 13584 0 -1 64 2816 0 1 0 153 1 0 0 25 0 9 0 20400731 889413632 9978 996147200 134512640 134550932 4294955936 18446744073709551615 4126549636 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13635/tid=13637] ppid=13634 vsize=868568 CPUtime=0.36
/proc/13635/task/13637/stat : 13637 (java) S 13634 13621 13584 0 -1 64 5849 0 0 0 34 2 0 0 16 0 9 0 20400733 889413632 9978 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13635/tid=13638] ppid=13634 vsize=868568 CPUtime=0
/proc/13635/task/13638/stat : 13638 (java) S 13634 13621 13584 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20400733 889413632 9978 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13635/tid=13639] ppid=13634 vsize=868568 CPUtime=0
/proc/13635/task/13639/stat : 13639 (java) S 13634 13621 13584 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20400733 889413632 9978 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13635/tid=13640] ppid=13634 vsize=868568 CPUtime=0
/proc/13635/task/13640/stat : 13640 (java) S 13634 13621 13584 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20400735 889413632 9978 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13635/tid=13641] ppid=13634 vsize=868568 CPUtime=0.15
/proc/13635/task/13641/stat : 13641 (java) S 13634 13621 13584 0 -1 64 1474 0 0 0 14 1 0 0 15 0 9 0 20400735 889413632 9978 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13635/tid=13642] ppid=13634 vsize=868568 CPUtime=0
/proc/13635/task/13642/stat : 13642 (java) S 13634 13621 13584 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20400735 889413632 9978 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13635/tid=13643] ppid=13634 vsize=868568 CPUtime=0
/proc/13635/task/13643/stat : 13643 (java) S 13634 13621 13584 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20400735 889413632 9978 996147200 134512640 134550932 4294955936 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) 890792

[startup+6.30171 s]
/proc/loadavg: 1.87 1.97 1.94 3/94 13643
/proc/meminfo: memFree=1308920/2055920 swapFree=4192956/4192956
[pid=13621] ppid=13619 vsize=16868 CPUtime=0.95
/proc/13621/stat : 13621 (sugar) S 13619 13621 13584 0 -1 4194304 1309 8691 0 1 6 1 81 7 16 0 1 0 20400631 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13621/statm: 4217 1111 409 3 0 796 0
[pid=13634] ppid=13621 vsize=5356 CPUtime=0
/proc/13634/stat : 13634 (sh) S 13621 13621 13584 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20400730 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13634/statm: 1339 233 193 169 0 50 0
[pid=13635] ppid=13634 vsize=868568 CPUtime=5.24
/proc/13635/stat : 13635 (java) S 13634 13621 13584 0 -1 0 18093 0 1 0 514 10 0 0 19 0 9 0 20400730 889413632 17157 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13635/statm: 217142 17157 2566 9 0 211647 0
[pid=13635/tid=13636] ppid=13634 vsize=868568 CPUtime=3.99
/proc/13635/task/13636/stat : 13636 (java) R 13634 13621 13584 0 -1 64 3328 0 1 0 398 1 0 0 25 0 9 0 20400731 889413632 17157 996147200 134512640 134550932 4294955936 18446744073709551615 4126511686 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13635/tid=13637] ppid=13634 vsize=868568 CPUtime=1.06
/proc/13635/task/13637/stat : 13637 (java) S 13634 13621 13584 0 -1 64 12574 0 0 0 99 7 0 0 16 0 9 0 20400733 889413632 17157 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13635/tid=13638] ppid=13634 vsize=868568 CPUtime=0
/proc/13635/task/13638/stat : 13638 (java) S 13634 13621 13584 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20400733 889413632 17157 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13635/tid=13639] ppid=13634 vsize=868568 CPUtime=0
/proc/13635/task/13639/stat : 13639 (java) S 13634 13621 13584 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20400733 889413632 17157 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13635/tid=13640] ppid=13634 vsize=868568 CPUtime=0
/proc/13635/task/13640/stat : 13640 (java) S 13634 13621 13584 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20400735 889413632 17157 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13635/tid=13641] ppid=13634 vsize=868568 CPUtime=0.16
/proc/13635/task/13641/stat : 13641 (java) S 13634 13621 13584 0 -1 64 1492 0 0 0 15 1 0 0 15 0 9 0 20400735 889413632 17157 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13635/tid=13642] ppid=13634 vsize=868568 CPUtime=0
/proc/13635/task/13642/stat : 13642 (java) S 13634 13621 13584 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20400735 889413632 17157 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13635/tid=13643] ppid=13634 vsize=868568 CPUtime=0
/proc/13635/task/13643/stat : 13643 (java) S 13634 13621 13584 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20400735 889413632 17157 996147200 134512640 134550932 4294955936 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) 890792

[startup+12.7029 s]
/proc/loadavg: 1.89 1.97 1.94 5/94 13643
/proc/meminfo: memFree=1245496/2055920 swapFree=4192956/4192956
[pid=13621] ppid=13619 vsize=16868 CPUtime=0.95
/proc/13621/stat : 13621 (sugar) S 13619 13621 13584 0 -1 4194304 1309 8691 0 1 6 1 81 7 16 0 1 0 20400631 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13621/statm: 4217 1111 409 3 0 796 0
[pid=13634] ppid=13621 vsize=5356 CPUtime=0
/proc/13634/stat : 13634 (sh) S 13621 13621 13584 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20400730 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13634/statm: 1339 233 193 169 0 50 0
[pid=13635] ppid=13634 vsize=868568 CPUtime=11.58
/proc/13635/stat : 13635 (java) S 13634 13621 13584 0 -1 0 36492 0 1 0 1138 20 0 0 19 0 9 0 20400730 889413632 31015 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13635/statm: 217142 31015 2567 9 0 211647 0
[pid=13635/tid=13636] ppid=13634 vsize=868568 CPUtime=9.16
/proc/13635/task/13636/stat : 13636 (java) R 13634 13621 13584 0 -1 64 3815 0 1 0 915 1 0 0 25 0 9 0 20400731 889413632 31015 996147200 134512640 134550932 4294955936 18446744073709551615 4126511686 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13635/tid=13637] ppid=13634 vsize=868568 CPUtime=2.22
/proc/13635/task/13637/stat : 13637 (java) S 13634 13621 13584 0 -1 64 30486 0 0 0 206 16 0 0 16 0 9 0 20400733 889413632 31015 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13635/tid=13638] ppid=13634 vsize=868568 CPUtime=0
/proc/13635/task/13638/stat : 13638 (java) S 13634 13621 13584 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20400733 889413632 31015 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13635/tid=13639] ppid=13634 vsize=868568 CPUtime=0
/proc/13635/task/13639/stat : 13639 (java) S 13634 13621 13584 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20400733 889413632 31015 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13635/tid=13640] ppid=13634 vsize=868568 CPUtime=0
/proc/13635/task/13640/stat : 13640 (java) S 13634 13621 13584 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20400735 889413632 31015 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13635/tid=13641] ppid=13634 vsize=868568 CPUtime=0.16
/proc/13635/task/13641/stat : 13641 (java) S 13634 13621 13584 0 -1 64 1492 0 0 0 15 1 0 0 15 0 9 0 20400735 889413632 31015 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13635/tid=13642] ppid=13634 vsize=868568 CPUtime=0
/proc/13635/task/13642/stat : 13642 (java) S 13634 13621 13584 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20400735 889413632 31015 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13635/tid=13643] ppid=13634 vsize=868568 CPUtime=0
/proc/13635/task/13643/stat : 13643 (java) S 13634 13621 13584 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20400735 889413632 31015 996147200 134512640 134550932 4294955936 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) 890792

[startup+25.5022 s]
/proc/loadavg: 1.90 1.97 1.94 4/94 13643
/proc/meminfo: memFree=1136120/2055920 swapFree=4192956/4192956
[pid=13621] ppid=13619 vsize=16868 CPUtime=0.95
/proc/13621/stat : 13621 (sugar) S 13619 13621 13584 0 -1 4194304 1309 8691 0 1 6 1 81 7 16 0 1 0 20400631 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13621/statm: 4217 1111 409 3 0 796 0
[pid=13634] ppid=13621 vsize=5356 CPUtime=0
/proc/13634/stat : 13634 (sh) S 13621 13621 13584 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20400730 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13634/statm: 1339 233 193 169 0 50 0
[pid=13635] ppid=13634 vsize=868568 CPUtime=24.25
/proc/13635/stat : 13635 (java) S 13634 13621 13584 0 -1 0 71123 0 1 0 2390 35 0 0 19 0 9 0 20400730 889413632 57269 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13635/statm: 217142 57269 2567 9 0 211647 0
[pid=13635/tid=13636] ppid=13634 vsize=868568 CPUtime=18.47
/proc/13635/task/13636/stat : 13636 (java) R 13634 13621 13584 0 -1 64 5798 0 1 0 1845 2 0 0 25 0 9 0 20400731 889413632 57269 996147200 134512640 134550932 4294955936 18446744073709551615 4126511687 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13635/tid=13637] ppid=13634 vsize=868568 CPUtime=5.59
/proc/13635/task/13637/stat : 13637 (java) S 13634 13621 13584 0 -1 64 63134 0 0 0 528 31 0 0 16 0 9 0 20400733 889413632 57269 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13635/tid=13638] ppid=13634 vsize=868568 CPUtime=0
/proc/13635/task/13638/stat : 13638 (java) S 13634 13621 13584 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20400733 889413632 57269 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13635/tid=13639] ppid=13634 vsize=868568 CPUtime=0
/proc/13635/task/13639/stat : 13639 (java) S 13634 13621 13584 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20400733 889413632 57269 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13635/tid=13640] ppid=13634 vsize=868568 CPUtime=0
/proc/13635/task/13640/stat : 13640 (java) S 13634 13621 13584 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20400735 889413632 57269 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13635/tid=13641] ppid=13634 vsize=868568 CPUtime=0.16
/proc/13635/task/13641/stat : 13641 (java) S 13634 13621 13584 0 -1 64 1492 0 0 0 15 1 0 0 15 0 9 0 20400735 889413632 57269 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13635/tid=13642] ppid=13634 vsize=868568 CPUtime=0
/proc/13635/task/13642/stat : 13642 (java) S 13634 13621 13584 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20400735 889413632 57269 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13635/tid=13643] ppid=13634 vsize=868568 CPUtime=0
/proc/13635/task/13643/stat : 13643 (java) S 13634 13621 13584 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20400735 889413632 57269 996147200 134512640 134550932 4294955936 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) 890792

[startup+51.1029 s]
/proc/loadavg: 1.93 1.97 1.94 3/94 13643
/proc/meminfo: memFree=932344/2055920 swapFree=4192956/4192956
[pid=13621] ppid=13619 vsize=16868 CPUtime=0.95

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


[startup+162.302 s]
/proc/loadavg: 2.00 1.99 1.94 3/86 13645
/proc/meminfo: memFree=1066040/2055920 swapFree=4192956/4192956
[pid=13621] ppid=13619 vsize=16868 CPUtime=82.08
/proc/13621/stat : 13621 (sugar) S 13619 13621 13584 0 -1 4194304 1376 161207 0 2 6 1 8069 132 16 0 1 0 20400631 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13621/statm: 4217 1113 409 3 0 796 0
[pid=13644] ppid=13621 vsize=5356 CPUtime=0
/proc/13644/stat : 13644 (sh) S 13621 13621 13584 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20408923 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13644/statm: 1339 232 193 169 0 50 0
[pid=13645] ppid=13644 vsize=196500 CPUtime=78.62
/proc/13645/stat : 13645 (minisat) R 13644 13621 13584 0 -1 4194304 47513 0 0 0 7832 30 0 0 25 0 1 0 20408923 201216000 47499 996147200 134512640 135127466 4294956256 18446744073709551615 134530817 0 0 4096 3 0 0 0 17 1 0 0
/proc/13645/statm: 49125 47499 76 150 0 48972 0
Current children cumulated CPU time (s) 160.7
Current children cumulated vsize (KiB) 218724

[startup+222.301 s]
/proc/loadavg: 2.00 1.99 1.94 3/86 13645
/proc/meminfo: memFree=1057144/2055920 swapFree=4192956/4192956
[pid=13621] ppid=13619 vsize=16868 CPUtime=82.08
/proc/13621/stat : 13621 (sugar) S 13619 13621 13584 0 -1 4194304 1376 161207 0 2 6 1 8069 132 16 0 1 0 20400631 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13621/statm: 4217 1113 409 3 0 796 0
[pid=13644] ppid=13621 vsize=5356 CPUtime=0
/proc/13644/stat : 13644 (sh) S 13621 13621 13584 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20408923 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13644/statm: 1339 232 193 169 0 50 0
[pid=13645] ppid=13644 vsize=198020 CPUtime=138.29
/proc/13645/stat : 13645 (minisat) R 13644 13621 13584 0 -1 4194304 47890 0 0 0 13799 30 0 0 25 0 1 0 20408923 202772480 47876 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/13645/statm: 49505 47876 76 150 0 49352 0
Current children cumulated CPU time (s) 220.37
Current children cumulated vsize (KiB) 220244

[startup+282.301 s]
/proc/loadavg: 2.00 1.99 1.94 3/86 13645
/proc/meminfo: memFree=1042488/2055920 swapFree=4192956/4192956
[pid=13621] ppid=13619 vsize=16868 CPUtime=82.08
/proc/13621/stat : 13621 (sugar) S 13619 13621 13584 0 -1 4194304 1376 161207 0 2 6 1 8069 132 16 0 1 0 20400631 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13621/statm: 4217 1113 409 3 0 796 0
[pid=13644] ppid=13621 vsize=5356 CPUtime=0
/proc/13644/stat : 13644 (sh) S 13621 13621 13584 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20408923 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13644/statm: 1339 232 193 169 0 50 0
[pid=13645] ppid=13644 vsize=199512 CPUtime=198.26
/proc/13645/stat : 13645 (minisat) R 13644 13621 13584 0 -1 4194304 48251 0 0 0 19795 31 0 0 25 0 1 0 20408923 204300288 48237 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/13645/statm: 49878 48237 76 150 0 49725 0
Current children cumulated CPU time (s) 280.34
Current children cumulated vsize (KiB) 221736

[startup+342.301 s]
/proc/loadavg: 2.00 1.99 1.94 3/86 13645
/proc/meminfo: memFree=1034040/2055920 swapFree=4192956/4192956
[pid=13621] ppid=13619 vsize=16868 CPUtime=82.08
/proc/13621/stat : 13621 (sugar) S 13619 13621 13584 0 -1 4194304 1376 161207 0 2 6 1 8069 132 16 0 1 0 20400631 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13621/statm: 4217 1113 409 3 0 796 0
[pid=13644] ppid=13621 vsize=5356 CPUtime=0
/proc/13644/stat : 13644 (sh) S 13621 13621 13584 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20408923 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13644/statm: 1339 232 193 169 0 50 0
[pid=13645] ppid=13644 vsize=201188 CPUtime=258.24
/proc/13645/stat : 13645 (minisat) R 13644 13621 13584 0 -1 4194304 48667 0 0 0 25792 32 0 0 25 0 1 0 20408923 206016512 48653 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13645/statm: 50297 48653 76 150 0 50144 0
Current children cumulated CPU time (s) 340.32
Current children cumulated vsize (KiB) 223412

[startup+402.301 s]
/proc/loadavg: 2.00 1.99 1.94 3/86 13645
/proc/meminfo: memFree=1025400/2055920 swapFree=4192956/4192956
[pid=13621] ppid=13619 vsize=16868 CPUtime=82.08
/proc/13621/stat : 13621 (sugar) S 13619 13621 13584 0 -1 4194304 1376 161207 0 2 6 1 8069 132 16 0 1 0 20400631 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13621/statm: 4217 1113 409 3 0 796 0
[pid=13644] ppid=13621 vsize=5356 CPUtime=0
/proc/13644/stat : 13644 (sh) S 13621 13621 13584 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20408923 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13644/statm: 1339 232 193 169 0 50 0
[pid=13645] ppid=13644 vsize=203052 CPUtime=318.2
/proc/13645/stat : 13645 (minisat) R 13644 13621 13584 0 -1 4194304 49150 0 0 0 31788 32 0 0 25 0 1 0 20408923 207925248 49136 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/13645/statm: 50763 49136 76 150 0 50610 0
Current children cumulated CPU time (s) 400.28
Current children cumulated vsize (KiB) 225276

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

[startup+409.502 s]
/proc/loadavg: 2.00 1.99 1.94 3/86 13645
/proc/meminfo: memFree=1024568/2055920 swapFree=4192956/4192956
[pid=13621] ppid=13619 vsize=16868 CPUtime=82.08
/proc/13621/stat : 13621 (sugar) S 13619 13621 13584 0 -1 4194304 1376 161207 0 2 6 1 8069 132 16 0 1 0 20400631 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13621/statm: 4217 1113 409 3 0 796 0
[pid=13644] ppid=13621 vsize=5356 CPUtime=0
/proc/13644/stat : 13644 (sh) S 13621 13621 13584 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20408923 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13644/statm: 1339 232 193 169 0 50 0
[pid=13645] ppid=13644 vsize=203304 CPUtime=325.39
/proc/13645/stat : 13645 (minisat) R 13644 13621 13584 0 -1 4194304 49191 0 0 0 32507 32 0 0 25 0 1 0 20408923 208183296 49177 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13645/statm: 50826 49177 76 150 0 50673 0
Current children cumulated CPU time (s) 407.47
Current children cumulated vsize (KiB) 225528

[startup+412.701 s]
/proc/loadavg: 2.00 1.99 1.94 5/86 13645
/proc/meminfo: memFree=1023928/2055920 swapFree=4192956/4192956
[pid=13621] ppid=13619 vsize=16868 CPUtime=82.08
/proc/13621/stat : 13621 (sugar) S 13619 13621 13584 0 -1 4194304 1376 161207 0 2 6 1 8069 132 16 0 1 0 20400631 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13621/statm: 4217 1113 409 3 0 796 0
[pid=13644] ppid=13621 vsize=5356 CPUtime=0
/proc/13644/stat : 13644 (sh) S 13621 13621 13584 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20408923 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13644/statm: 1339 232 193 169 0 50 0
[pid=13645] ppid=13644 vsize=203440 CPUtime=328.59
/proc/13645/stat : 13645 (minisat) R 13644 13621 13584 0 -1 4194304 49209 0 0 0 32827 32 0 0 25 0 1 0 20408923 208322560 49195 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/13645/statm: 50860 49195 76 150 0 50707 0
Current children cumulated CPU time (s) 410.67
Current children cumulated vsize (KiB) 225664

[startup+415.903 s]
/proc/loadavg: 2.00 1.99 1.94 3/86 13645
/proc/meminfo: memFree=1023480/2055920 swapFree=4192956/4192956
[pid=13621] ppid=13619 vsize=16868 CPUtime=82.08
/proc/13621/stat : 13621 (sugar) S 13619 13621 13584 0 -1 4194304 1376 161207 0 2 6 1 8069 132 16 0 1 0 20400631 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13621/statm: 4217 1113 409 3 0 796 0
[pid=13644] ppid=13621 vsize=5356 CPUtime=0
/proc/13644/stat : 13644 (sh) S 13621 13621 13584 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20408923 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13644/statm: 1339 232 193 169 0 50 0
[pid=13645] ppid=13644 vsize=203440 CPUtime=331.79
/proc/13645/stat : 13645 (minisat) R 13644 13621 13584 0 -1 4194304 49234 0 0 0 33147 32 0 0 25 0 1 0 20408923 208322560 49220 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/13645/statm: 50860 49220 76 150 0 50707 0
Current children cumulated CPU time (s) 413.87
Current children cumulated vsize (KiB) 225664

[startup+417.501 s]
/proc/loadavg: 2.00 1.99 1.94 3/86 13645
/proc/meminfo: memFree=1023480/2055920 swapFree=4192956/4192956
[pid=13621] ppid=13619 vsize=16868 CPUtime=82.08
/proc/13621/stat : 13621 (sugar) S 13619 13621 13584 0 -1 4194304 1376 161207 0 2 6 1 8069 132 16 0 1 0 20400631 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13621/statm: 4217 1113 409 3 0 796 0
[pid=13644] ppid=13621 vsize=5356 CPUtime=0
/proc/13644/stat : 13644 (sh) S 13621 13621 13584 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20408923 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13644/statm: 1339 232 193 169 0 50 0
[pid=13645] ppid=13644 vsize=203572 CPUtime=333.39
/proc/13645/stat : 13645 (minisat) R 13644 13621 13584 0 -1 4194304 49252 0 0 0 33307 32 0 0 25 0 1 0 20408923 208457728 49238 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13645/statm: 50893 49238 76 150 0 50740 0
Current children cumulated CPU time (s) 415.47
Current children cumulated vsize (KiB) 225796

[startup+417.901 s]
/proc/loadavg: 2.00 1.99 1.94 3/86 13645
/proc/meminfo: memFree=1021752/2055920 swapFree=4192956/4192956
[pid=13621] ppid=13619 vsize=16868 CPUtime=82.08
/proc/13621/stat : 13621 (sugar) S 13619 13621 13584 0 -1 4194304 1376 161207 0 2 6 1 8069 132 16 0 1 0 20400631 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13621/statm: 4217 1113 409 3 0 796 0
[pid=13644] ppid=13621 vsize=5356 CPUtime=0
/proc/13644/stat : 13644 (sh) S 13621 13621 13584 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20408923 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13644/statm: 1339 232 193 169 0 50 0
[pid=13645] ppid=13644 vsize=204568 CPUtime=333.8
/proc/13645/stat : 13645 (minisat) R 13644 13621 13584 0 -1 4194304 49553 0 0 0 33347 33 0 0 25 0 1 0 20408923 209477632 49538 996147200 134512640 135127466 4294956256 18446744073709551615 134856196 0 0 4096 3 0 0 0 17 0 0 0
/proc/13645/statm: 51142 49538 82 150 0 50989 0
Current children cumulated CPU time (s) 415.88
Current children cumulated vsize (KiB) 226792

[startup+418.301 s]
/proc/loadavg: 2.00 1.99 1.94 3/86 13645
/proc/meminfo: memFree=1021752/2055920 swapFree=4192956/4192956
[pid=13621] ppid=13619 vsize=16868 CPUtime=415.97
/proc/13621/stat : 13621 (sugar) S 13619 13621 13584 0 -1 4194304 1448 211045 0 2 6 1 41421 169 16 0 1 0 20400631 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13621/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 415.97
Current children cumulated vsize (KiB) 16868

[startup+418.401 s]
/proc/loadavg: 2.00 1.99 1.94 3/86 13645
/proc/meminfo: memFree=1021752/2055920 swapFree=4192956/4192956
[pid=13621] ppid=13619 vsize=16868 CPUtime=415.97
/proc/13621/stat : 13621 (sugar) S 13619 13621 13584 0 -1 4194304 1450 211045 0 2 6 1 41421 169 15 0 1 0 20400631 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13621/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 415.97
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 418.458
CPU time (s): 416.45
CPU user time (s): 414.657
CPU system time (s): 1.79273
CPU usage (%): 99.5201
Max. virtual memory (cumulated for all children) (KiB): 903604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 414.657
system time used= 1.79273
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 216558
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= 7908
involuntary context switches= 16640

runsolver used 0.495924 second user time and 1.42578 second system time

The end

Launcher Data

Begin job on node24 at 2009-07-11 19:28:58
IDJOB=2063932
IDBENCH=54107
IDSOLVER=739
FILE ID=node24/2063932-1247333338
PBS_JOBID= 9506691
Free space on /tmp= 66456 MiB

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

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

MD5SUM BENCH= 3a691b3fedc807051946f22a34b74e5c
RANDOM SEED=649297738

node24.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.287
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.287
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:       1363696 kB
Buffers:         54896 kB
Cached:         435724 kB
SwapCached:          0 kB
Active:         201336 kB
Inactive:       435440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1363696 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2632 kB
Writeback:           0 kB
Mapped:         161808 kB
Slab:            40464 kB
Committed_AS:   843632 kB
PageTables:       2080 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= 66452 MiB
End job on node24 at 2009-07-11 19:35:57