Trace number 2064053

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 908.51 909.637

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-1.xml
MD5SUM6883734acbcc3ab6a8ec48c2640bc7eb
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark68.0347
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints33842
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension33642
Global constraints used (with number of constraints)alldifferent(200)

Solver Data

0.06/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.07	c 0	BEGIN Sat Jul 11 19:36:53 2009
0.06/0.07	c 0	PID 13594
0.06/0.08	c 0	HOST node8.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2064053-1247333813.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-2064053-1247333813.xml' 'HOME/temp.csp'
1.94/2.01	c 2	40 domains, 800 variables, 1 predicates, 0 relations, 33842 constraints
1.94/2.06	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.94/2.07	c 2	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'
2.00/2.14	c 3	Parsing HOME/temp.csp
2.10/2.29	c 3	parsed 10000 expressions
2.30/2.43	c 3	parsed 20000 expressions
2.39/2.58	c 3	parsed 30000 expressions
2.50/2.62	c 3	parsed 34683 expressions
2.50/2.63	c 3	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.50/2.63	c 3	Converting to clausal form CSP
2.89/3.09	c 3	converted 3469 (10%) expressions
3.20/3.32	c 4	converted 6937 (20%) expressions
3.50/3.69	c 4	converted 10405 (30%) expressions
3.79/3.91	c 4	converted 13874 (40%) expressions
3.99/4.14	c 5	converted 17342 (50%) expressions
4.20/4.36	c 5	converted 20810 (60%) expressions
4.70/4.80	c 5	converted 24279 (70%) expressions
4.89/5.03	c 5	converted 27747 (80%) expressions
5.09/5.25	c 6	converted 31215 (90%) expressions
6.49/6.69	c 7	converted 34683 (100%) expressions
6.49/6.69	c 7	CSP : 800 integers, 0 booleans, 63905 clauses, largest domain size 45
6.49/6.69	c 7	Heap : 72 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.49/6.69	c 7	Propagation in CSP
6.68/6.87	c 7	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.68/6.87	c 7	CSP : 800 integers, 0 booleans, 63905 clauses, largest domain size 45
6.68/6.87	c 7	Heap : 72 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.68/6.90	c 7	Simplifing CSP by introducing new Boolean variables
8.29/8.42	c 9	CSP : 800 integers, 176983 booleans, 240888 clauses, largest domain size 45
8.29/8.42	c 9	Heap : 127 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.99/9.17	c 10	Encoding CSP to SAT : HOME/temp.cnf
9.09/9.22	c 10	80 (10%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
9.09/9.22	c 10	160 (20%) CSP integer variables are encoded (6880 clauses, 87341 bytes)
9.09/9.23	c 10	240 (30%) CSP integer variables are encoded (10320 clauses, 133158 bytes)
9.09/9.23	c 10	320 (40%) CSP integer variables are encoded (13760 clauses, 184758 bytes)
9.09/9.24	c 10	400 (50%) CSP integer variables are encoded (17200 clauses, 236358 bytes)
9.09/9.24	c 10	480 (60%) CSP integer variables are encoded (17220 clauses, 236658 bytes)
9.09/9.24	c 10	560 (70%) CSP integer variables are encoded (17248 clauses, 237078 bytes)
9.09/9.24	c 10	640 (80%) CSP integer variables are encoded (17288 clauses, 237678 bytes)
9.09/9.24	c 10	720 (90%) CSP integer variables are encoded (17304 clauses, 237918 bytes)
9.09/9.25	c 10	800 (100%) CSP integer variables are encoded (17318 clauses, 238128 bytes)
10.09/10.27	c 11	24089 (10%) CSP clauses are encoded (518346 clauses, 9958431 bytes)
11.08/11.21	c 12	48178 (20%) CSP clauses are encoded (1027244 clauses, 20223930 bytes)
11.99/12.13	c 12	72267 (30%) CSP clauses are encoded (1523491 clauses, 30254947 bytes)
12.89/13.07	c 13	96356 (40%) CSP clauses are encoded (2027165 clauses, 40482977 bytes)
13.88/14.03	c 14	120444 (50%) CSP clauses are encoded (2525472 clauses, 50994376 bytes)
14.85/15.06	c 15	144533 (60%) CSP clauses are encoded (3021911 clauses, 62114831 bytes)
16.05/16.29	c 17	168622 (70%) CSP clauses are encoded (3694573 clauses, 76623854 bytes)
17.36/17.59	c 18	192711 (80%) CSP clauses are encoded (4422046 clauses, 92204724 bytes)
18.65/18.88	c 19	216800 (90%) CSP clauses are encoded (5149695 clauses, 107902068 bytes)
19.93/20.18	c 21	240888 (100%) CSP clauses are encoded (5877607 clauses, 123511151 bytes)
19.93/20.18	c 21	240888 CSP clauses encoded
19.93/20.18	c 21	Writing map file : HOME/temp.map
20.03/20.21	c 21	Heap : 95 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
20.03/20.21	c 21	SAT : 194968 SAT variables, 5877607 SAT clauses, 123511151 bytes
20.03/20.21	c 21	Heap : 95 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
20.03/20.26	c 21	SOLVING HOME/temp.cnf
20.03/20.26	c 21	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
20.03/20.26	c 21	This is MiniSat 2.0 beta
20.03/20.26	c 21	WARNING: for repeatability, setting FPU to use double precision
20.03/20.26	c 21	============================[ Problem Statistics ]=============================
20.03/20.26	c 21	|                                                                             |
20.03/20.26	c 21	|  Number of variables:  194968                                               |
20.03/20.26	c 21	|  Number of clauses:    5877607                                              |
22.90/23.19	c 24	|  Parsing time:         2.54         s                                       |
23.10/23.33	c 24	============================[ Search Statistics ]==============================
23.10/23.33	c 24	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
23.10/23.33	c 24	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
23.10/23.33	c 24	===============================================================================
23.10/23.33	c 24	|         0 |  194968  5877607 17297087 |  1959202        0    nan |  0.000 % |
24.50/24.80	c 25	|       102 |  194968  5877607 17297087 |  2155122      102     19 |  0.000 % |
25.19/25.49	c 26	|       252 |  194968  5877607 17297087 |  2370634      252     13 |  0.000 % |
25.90/26.12	c 26	|       477 |  194968  5877607 17297087 |  2607698      477     13 |  0.000 % |
26.40/26.63	c 27	|       816 |  194968  5877607 17297087 |  2868468      816     14 |  0.000 % |
27.00/27.21	c 28	|      1322 |  194968  5877607 17297087 |  3155314     1322     14 |  0.000 % |
27.39/27.61	c 28	|      2081 |  194968  5877607 17297087 |  3470846     2081     14 |  0.000 % |
27.59/27.80	c 28	|      3221 |  194968  5877607 17297087 |  3817931     3221     13 |  0.000 % |
33.60/33.83	c 34	|      4929 |  194968  5877607 17297087 |  4199724     4929     20 |  0.000 % |
52.79/53.08	c 53	|      7491 |  194968  5877607 17297087 |  4619696     7491     48 |  0.000 % |
55.39/55.65	c 56	|     11335 |  194968  5877607 17297087 |  5081666    11335     39 |  0.000 % |
64.09/64.35	c 65	|     17101 |  194968  5877607 17297087 |  5589832    17101     33 |  0.000 % |
66.58/66.81	c 67	|     25752 |  194968  5877607 17297087 |  6148816    25752     30 |  0.000 % |
69.88/70.18	c 71	|     38726 |  194968  5877607 17297087 |  6763697    38726     27 |  0.000 % |
78.18/78.41	c 79	|     58188 |  194968  5877607 17297087 |  7440067    58188     26 |  0.000 % |
82.68/82.98	c 83	|     87381 |  194968  5877607 17297087 |  8184074    87381     24 |  0.000 % |
91.57/91.83	c 92	|    131170 |  194968  5877607 17297087 |  9002481   131170     24 |  0.000 % |
125.77/126.03	c 126	|    196856 |  194968  5877607 17297087 |  9902729   196856     30 |  0.000 % |
176.25/176.55	c 177	|    295383 |  194968  5877607 17297087 | 10893002   295383     28 |  0.000 % |
258.34/258.64	c 259	|    443173 |  194968  5877607 17297087 | 11982303   443173     28 |  0.000 % |
524.57/524.93	c 525	|    664856 |  194968  5877607 17297087 | 13180533   664856     37 |  0.000 % |
907.77/908.98	c 909	===============================================================================
907.87/909.00	c 909	restarts              : 21
907.87/909.00	c 909	conflicts             : 888417         (1002 /sec)
907.87/909.00	c 909	decisions             : 6099960        (1.67 % random) (6877 /sec)
907.87/909.00	c 909	propagations          : 234276531      (264134 /sec)
907.87/909.00	c 909	conflict literals     : 32809850       (2.59 % deleted)
907.87/909.00	c 909	Memory used           : 426.77 MB
907.87/909.00	c 909	CPU time              : 886.96 s
907.87/909.00	c 909	
907.87/909.08	c 909	SATISFIABLE
907.97/909.14	c 910	DECODING HOME/temp.out WITH HOME/temp.map
907.97/909.14	c 910	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'
908.03/909.22	c 910	Decoding HOME/temp.out
908.03/909.50	s SATISFIABLE
908.03/909.54	v 39 20 16 10 8 15 35 44 32 35 22 0 31 42 15 25 17 35 29 3 17 0 1 5 34 19 2 12 20 19 13 26 24 33 8 14 39 37 42 35 19 5 6 42 4 21 14 43 41 29 34 22 12 15 32 6 33 22 18 41 13 13 34 25 27 25 40 8 4 41 18 28 17 43 15 16 31 44 36 26 36 42 35 20 22 15 32 11 9 36 19 6 33 28 21 19 7 36 44 6 18 38 2 16 14 18 23 34 26 21 11 40 21 12 24 26 41 15 44 10 1 34 15 43 21 27 36 2 3 27 20 34 38 12 23 40 16 9 0 14 44 40 39 13 41 33 10 20 23 7 17 25 7 31 42 18 30 18 28 39 38 14 1 44 37 15 27 35 2 5 26 18 38 20 21 25 39 40 26 37 23 13 4 37 38 12 21 28 32 0 29 41 43 21 11 43 7 26 32 43 25 13 38 2 37 44 30 7 39 24 9 11 40 9 9 43 36 39 27 32 19 1 35 37 19 44 33 31 38 10 24 11 17 23 13 22 38 24 40 7 41 29 16 0 1 17 12 3 44 21 11 26 22 5 8 7 9 11 40 24 18 15 39 5 41 31 4 27 21 38 33 29 0 38 23 37 24 3 33 32 32 35 23 34 28 18 36 30 31 19 27 29 8 30 19 44 29 26 33 5 3 4 16 41 9 35 11 8 25 31 2 25 36 13 30 42 34 17 39 5 41 31 36 20 28 16 22 30 14 34 0 32 7 43 14 24 43 39 30 10 4 20 33 8 43 4 22 0 12 22 16 19 29 22 27 37 6 10 28 7 14 16 24 42 30 10 42 9 30 14 42 28 17 30 8 20 31 35 29 9 25 34 5 27 40 25 2 3 13 10 23 8 14 6 12 1 28 4 23 28 2 0 8 3 6 3 2 8 5 4 5 4 4 5 1 6 5 0 6 2 3 2 5 6 6 5 2 2 4 4 3 3 2 5 5 3 0 0 4 5 9 2 0 3 2 0 6 0 5 4 7 1 9 9 2 4 0 6 9 0 2 8 2 7 4 2 9 7 6 4 3 7 4 1 6 4 1 5 1 0 6 2 6 3 0 0 8 4 0 3 6 8 4 1 1 7 2 9 2 7 8 7 7 3 4 4 5 3 8 3 7 5 9 3 1 4 2 7 7 2 7 4 2 3 8 7 2 6 8 1 5 0 1 4 8 4 1 4 0 7 1 6 4 4 8 3 7 2 3 4 2 8 6 8 6 1 3 0 2 6 6 2 2 9 4 4 9 3 4 4 5 6 9 1 2 3 8 2 9 7 0 6 3 1 8 8 6 9 4 5 0 3 4 7 6 7 8 1 1 5 0 5 4 8 8 3 6 7 9 3 7 9 8 6 1 2 5 7 2 7 8 1 7 9 3 4 6 3 3 4 7 1 7 6 9 7 2 6 1 9 1 1 5 3 4 8 7 0 6 5 2 2 3 7 9 0 2 5 3 4 2 8 3 3 6 6 4 5 4 5 2 3 7 0 9 2 8 7 8 9 3 1 2 5 8 5 7 7 7 2 3 5 8 1 0 0 2 6 9 5 9 7 7 7 8 8 3 2 1 5 1 5 8 7 8 8 8 0 5 8 9 2 4 8 5 2 9 5 1 9 8 0 1 9 5 9 8 1 2 5 9 6 1 3 6 1 4 6 6 8 9 1 8 2 8 3 3 9 6 3 8 0 0 0 0 6 9 3 9 9 1 3 9 4 4 9 9 9 9 9 9 1 0 0 0 4 0 4 0 0 4 0 0 1 0 0 0 0 1 4
908.03/909.54	c 910	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
908.03/909.58	c 910	CPU 908.43 (0.06 0.01 906.28 2.08)
908.03/909.58	c 910	END Sat Jul 11 19:52:03 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-2064053-1247333813/watcher-2064053-1247333813 -o /tmp/evaluation-result-2064053-1247333813/solver-2064053-1247333813 -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-2064053-1247333813.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.96 2.03 1.91 3/83 13594
/proc/meminfo: memFree=771408/2055920 swapFree=4192956/4192956
[pid=13594] ppid=13592 vsize=6268 CPUtime=0
/proc/13594/stat : 13594 (sugar) R 13592 13594 10799 0 -1 4194304 62 0 0 0 0 0 0 0 20 0 1 0 20448585 6418432 47 996147200 4194304 4206940 548682068608 18446744073709551615 228703925641 0 0 4096 0 0 0 0 17 1 0 0
/proc/13594/statm: 1567 47 36 3 0 8 0

[startup+0.0704519 s]
/proc/loadavg: 1.96 2.03 1.91 3/83 13594
/proc/meminfo: memFree=771408/2055920 swapFree=4192956/4192956
[pid=13594] ppid=13592 vsize=16608 CPUtime=0.06
/proc/13594/stat : 13594 (sugar) R 13592 13594 10799 0 -1 4194304 1071 0 0 0 5 1 0 0 20 0 1 0 20448585 17006592 1039 996147200 4194304 4206940 548682068608 18446744073709551615 228719899332 0 0 4224 0 0 0 0 17 0 0 0
/proc/13594/statm: 4152 1039 380 3 0 731 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16608

[startup+0.101453 s]
/proc/loadavg: 1.96 2.03 1.91 3/83 13594
/proc/meminfo: memFree=771408/2055920 swapFree=4192956/4192956
[pid=13594] ppid=13592 vsize=16868 CPUtime=0.06
/proc/13594/stat : 13594 (sugar) S 13592 13594 10799 0 -1 4194304 1227 128 0 0 5 1 0 0 22 0 1 0 20448585 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13594/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301472 s]
/proc/loadavg: 1.96 2.03 1.91 3/83 13594
/proc/meminfo: memFree=771408/2055920 swapFree=4192956/4192956
[pid=13594] ppid=13592 vsize=16868 CPUtime=0.06
/proc/13594/stat : 13594 (sugar) S 13592 13594 10799 0 -1 4194304 1227 128 0 0 5 1 0 0 22 0 1 0 20448585 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13594/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701536 s]
/proc/loadavg: 1.96 2.03 1.91 3/83 13594
/proc/meminfo: memFree=771408/2055920 swapFree=4192956/4192956
[pid=13594] ppid=13592 vsize=16868 CPUtime=0.06
/proc/13594/stat : 13594 (sugar) S 13592 13594 10799 0 -1 4194304 1227 128 0 0 5 1 0 0 22 0 1 0 20448585 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13594/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50259 s]
/proc/loadavg: 1.96 2.03 1.91 3/94 13606
/proc/meminfo: memFree=736312/2055920 swapFree=4192956/4192956
[pid=13594] ppid=13592 vsize=16868 CPUtime=0.06
/proc/13594/stat : 13594 (sugar) S 13592 13594 10799 0 -1 4194304 1227 128 0 0 5 1 0 0 22 0 1 0 20448585 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13594/statm: 4217 1111 409 3 0 796 0
[pid=13597] ppid=13594 vsize=5356 CPUtime=0
/proc/13597/stat : 13597 (sh) S 13594 13594 10799 0 -1 4194304 277 0 0 0 0 0 0 0 23 0 1 0 20448593 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13597/statm: 1339 233 193 169 0 50 0
[pid=13598] ppid=13597 vsize=866784 CPUtime=1.38
/proc/13598/stat : 13598 (java) S 13597 13594 10799 0 -1 0 18065 0 1 0 130 8 0 0 24 0 9 0 20448594 887586816 15632 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13598/statm: 216696 15632 2556 9 0 211208 0
[pid=13598/tid=13599] ppid=13597 vsize=866784 CPUtime=0.62
/proc/13598/task/13599/stat : 13599 (java) R 13597 13594 10799 0 -1 64 3054 0 1 0 60 2 0 0 25 0 9 0 20448595 887586816 15632 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13598/tid=13600] ppid=13597 vsize=866784 CPUtime=0.63
/proc/13598/task/13600/stat : 13600 (java) R 13597 13594 10799 0 -1 64 13793 0 0 0 59 4 0 0 17 0 9 0 20448596 887586816 15632 996147200 134512640 134550932 4294955984 18446744073709551615 104191077 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13598/tid=13601] ppid=13597 vsize=866784 CPUtime=0
/proc/13598/task/13601/stat : 13601 (java) S 13597 13594 10799 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 20448596 887586816 15632 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13598/tid=13602] ppid=13597 vsize=866784 CPUtime=0
/proc/13598/task/13602/stat : 13602 (java) S 13597 13594 10799 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 20448596 887586816 15632 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13598/tid=13603] ppid=13597 vsize=866784 CPUtime=0
/proc/13598/task/13603/stat : 13603 (java) S 13597 13594 10799 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20448598 887586816 15632 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13598/tid=13604] ppid=13597 vsize=866784 CPUtime=0.1
/proc/13598/task/13604/stat : 13604 (java) S 13597 13594 10799 0 -1 64 514 0 0 0 10 0 0 0 16 0 9 0 20448598 887586816 15632 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13598/tid=13605] ppid=13597 vsize=866784 CPUtime=0
/proc/13598/task/13605/stat : 13605 (java) S 13597 13594 10799 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20448598 887586816 15632 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13598/tid=13606] ppid=13597 vsize=866784 CPUtime=0
/proc/13598/task/13606/stat : 13606 (java) S 13597 13594 10799 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20448598 887586816 15632 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 889008

[startup+3.10273 s]
/proc/loadavg: 1.96 2.03 1.91 3/90 13612
/proc/meminfo: memFree=764184/2055920 swapFree=4192956/4192956
[pid=13594] ppid=13592 vsize=16868 CPUtime=1.98
/proc/13594/stat : 13594 (sugar) S 13592 13594 10799 0 -1 4194304 1309 19543 0 1 6 1 181 10 16 0 1 0 20448585 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13594/statm: 4217 1111 409 3 0 796 0
[pid=13607] ppid=13594 vsize=5356 CPUtime=0
/proc/13607/stat : 13607 (sh) S 13594 13594 10799 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20448792 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13607/statm: 1339 233 193 169 0 50 0
[pid=13608] ppid=13607 vsize=868544 CPUtime=1.02
/proc/13608/stat : 13608 (java) S 13607 13594 10799 0 -1 0 10819 0 1 0 97 5 0 0 18 0 9 0 20448793 889389056 9709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13608/statm: 217136 9709 2569 9 0 211641 0
[pid=13608/tid=13609] ppid=13607 vsize=868544 CPUtime=0.54
/proc/13608/task/13609/stat : 13609 (java) R 13607 13594 10799 0 -1 64 2685 0 1 0 53 1 0 0 20 0 9 0 20448793 889389056 9709 996147200 134512640 134550932 4294955936 18446744073709551615 4125952213 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13608/tid=13610] ppid=13607 vsize=868544 CPUtime=0.31
/proc/13608/task/13610/stat : 13610 (java) S 13607 13594 10799 0 -1 64 5958 0 0 0 29 2 0 0 16 0 9 0 20448795 889389056 9709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13608/tid=13611] ppid=13607 vsize=868544 CPUtime=0
/proc/13608/task/13611/stat : 13611 (java) S 13607 13594 10799 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20448795 889389056 9709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13608/tid=13612] ppid=13607 vsize=868544 CPUtime=0
/proc/13608/task/13612/stat : 13612 (java) S 13607 13594 10799 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20448795 889389056 9709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890768

[startup+6.30103 s]
/proc/loadavg: 2.04 2.04 1.91 4/94 13616
/proc/meminfo: memFree=699960/2055920 swapFree=4192956/4192956
[pid=13594] ppid=13592 vsize=16868 CPUtime=1.98
/proc/13594/stat : 13594 (sugar) S 13592 13594 10799 0 -1 4194304 1309 19543 0 1 6 1 181 10 16 0 1 0 20448585 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13594/statm: 4217 1111 409 3 0 796 0
[pid=13607] ppid=13594 vsize=5356 CPUtime=0
/proc/13607/stat : 13607 (sh) S 13594 13594 10799 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20448792 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13607/statm: 1339 233 193 169 0 50 0
[pid=13608] ppid=13607 vsize=868632 CPUtime=4.21
/proc/13608/stat : 13608 (java) S 13607 13594 10799 0 -1 0 25043 0 1 0 409 12 0 0 18 0 9 0 20448793 889479168 22976 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13608/statm: 217158 22976 2566 9 0 211663 0
[pid=13608/tid=13609] ppid=13607 vsize=868632 CPUtime=2.43
/proc/13608/task/13609/stat : 13609 (java) R 13607 13594 10799 0 -1 64 3707 0 1 0 241 2 0 0 25 0 9 0 20448793 889479168 22976 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13608/tid=13610] ppid=13607 vsize=868632 CPUtime=1.58
/proc/13608/task/13610/stat : 13610 (java) R 13607 13594 10799 0 -1 64 19136 0 0 0 151 7 0 0 15 0 9 0 20448795 889479168 22976 996147200 134512640 134550932 4294955936 18446744073709551615 102759452 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13608/tid=13611] ppid=13607 vsize=868632 CPUtime=0
/proc/13608/task/13611/stat : 13611 (java) S 13607 13594 10799 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20448795 889479168 22976 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13608/tid=13612] ppid=13607 vsize=868632 CPUtime=0
/proc/13608/task/13612/stat : 13612 (java) S 13607 13594 10799 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20448795 889479168 22976 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13608/tid=13613] ppid=13607 vsize=868632 CPUtime=0
/proc/13608/task/13613/stat : 13613 (java) S 13607 13594 10799 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20448797 889479168 22976 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13608/tid=13614] ppid=13607 vsize=868632 CPUtime=0.16
/proc/13608/task/13614/stat : 13614 (java) S 13607 13594 10799 0 -1 64 1496 0 0 0 16 0 0 0 17 0 9 0 20448797 889479168 22976 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13608/tid=13615] ppid=13607 vsize=868632 CPUtime=0
/proc/13608/task/13615/stat : 13615 (java) S 13607 13594 10799 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20448797 889479168 22976 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13608/tid=13616] ppid=13607 vsize=868632 CPUtime=0
/proc/13608/task/13616/stat : 13616 (java) S 13607 13594 10799 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20448797 889479168 22976 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) 890856

[startup+12.7026 s]
/proc/loadavg: 2.04 2.04 1.91 3/94 13616
/proc/meminfo: memFree=591480/2055920 swapFree=4192956/4192956
[pid=13594] ppid=13592 vsize=16868 CPUtime=1.98
/proc/13594/stat : 13594 (sugar) S 13592 13594 10799 0 -1 4194304 1310 19543 0 1 6 1 181 10 16 0 1 0 20448585 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13594/statm: 4217 1111 409 3 0 796 0
[pid=13607] ppid=13594 vsize=5356 CPUtime=0
/proc/13607/stat : 13607 (sh) S 13594 13594 10799 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20448792 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13607/statm: 1339 233 193 169 0 50 0
[pid=13608] ppid=13607 vsize=868744 CPUtime=10.6
/proc/13608/stat : 13608 (java) S 13607 13594 10799 0 -1 0 55136 0 1 0 1016 44 0 0 18 0 9 0 20448793 889593856 39022 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13608/statm: 217186 39022 2593 9 0 211663 0
[pid=13608/tid=13609] ppid=13607 vsize=868744 CPUtime=6.49
/proc/13608/task/13609/stat : 13609 (java) R 13607 13594 10799 0 -1 64 4749 0 1 0 627 22 0 0 25 0 9 0 20448793 889593856 39022 996147200 134512640 134550932 4294955936 18446744073709551615 4126555541 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13608/tid=13610] ppid=13607 vsize=868744 CPUtime=3.85
/proc/13608/task/13610/stat : 13610 (java) S 13607 13594 10799 0 -1 64 48135 0 0 0 365 20 0 0 16 0 9 0 20448795 889593856 39022 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13608/tid=13611] ppid=13607 vsize=868744 CPUtime=0
/proc/13608/task/13611/stat : 13611 (java) S 13607 13594 10799 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20448795 889593856 39022 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13608/tid=13612] ppid=13607 vsize=868744 CPUtime=0
/proc/13608/task/13612/stat : 13612 (java) S 13607 13594 10799 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20448795 889593856 39022 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13608/tid=13613] ppid=13607 vsize=868744 CPUtime=0
/proc/13608/task/13613/stat : 13613 (java) S 13607 13594 10799 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20448797 889593856 39022 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13608/tid=13614] ppid=13607 vsize=868744 CPUtime=0.24
/proc/13608/task/13614/stat : 13614 (java) S 13607 13594 10799 0 -1 64 1548 0 0 0 23 1 0 0 16 0 9 0 20448797 889593856 39022 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13608/tid=13615] ppid=13607 vsize=868744 CPUtime=0
/proc/13608/task/13615/stat : 13615 (java) S 13607 13594 10799 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20448797 889593856 39022 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13608/tid=13616] ppid=13607 vsize=868744 CPUtime=0
/proc/13608/task/13616/stat : 13616 (java) S 13607 13594 10799 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20448797 889593856 39022 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 890968

[startup+25.5018 s]
/proc/loadavg: 2.03 2.04 1.91 3/86 13618
/proc/meminfo: memFree=388024/2055920 swapFree=4192956/4192956
[pid=13594] ppid=13592 vsize=16868 CPUtime=20.08
/proc/13594/stat : 13594 (sugar) S 13592 13594 10799 0 -1 4194304 1376 75169 0 2 6 1 1888 113 15 0 1 0 20448585 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13594/statm: 4217 1113 409 3 0 796 0
[pid=13617] ppid=13594 vsize=5356 CPUtime=0
/proc/13617/stat : 13617 (sh) S 13594 13594 10799 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20450612 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13617/statm: 1339 232 193 169 0 50 0
[pid=13618] ppid=13617 vsize=266868 CPUtime=5.21
/proc/13618/stat : 13618 (minisat) R 13617 13594 10799 0 -1 4194304 64257 0 0 0 481 40 0 0 25 0 1 0 20450612 273272832 64243 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13618/statm: 66717 64243 76 150 0 66564 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 289092

[startup+51.1012 s]
/proc/loadavg: 2.02 2.03 1.91 3/86 13618
/proc/meminfo: memFree=374712/2055920 swapFree=4192956/4192956
[pid=13594] ppid=13592 vsize=16868 CPUtime=20.08
/proc/13594/stat : 13594 (sugar) S 13592 13594 10799 0 -1 4194304 1376 75169 0 2 6 1 1888 113 16 0 1 0 20448585 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13594/statm: 4217 1113 409 3 0 796 0
[pid=13617] ppid=13594 vsize=5356 CPUtime=0
/proc/13617/stat : 13617 (sh) S 13594 13594 10799 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20450612 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13617/statm: 1339 232 193 169 0 50 0
[pid=13618] ppid=13617 vsize=279196 CPUtime=30.81
/proc/13618/stat : 13618 (minisat) R 13617 13594 10799 0 -1 4194304 67286 0 0 0 3039 42 0 0 25 0 1 0 20450612 285896704 67272 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13618/statm: 69799 67272 76 150 0 69646 0
Current children cumulated CPU time (s) 50.89
Current children cumulated vsize (KiB) 301420

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


[startup+702.302 s]
/proc/loadavg: 2.02 2.02 1.93 3/86 13618
/proc/meminfo: memFree=235328/2055920 swapFree=4192956/4192956
[pid=13594] ppid=13592 vsize=16868 CPUtime=20.08
/proc/13594/stat : 13594 (sugar) S 13592 13594 10799 0 -1 4194304 1376 75169 0 2 6 1 1888 113 16 0 1 0 20448585 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13594/statm: 4217 1113 409 3 0 796 0
[pid=13617] ppid=13594 vsize=5356 CPUtime=0
/proc/13617/stat : 13617 (sh) S 13594 13594 10799 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20450612 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13617/statm: 1339 232 193 169 0 50 0
[pid=13618] ppid=13617 vsize=419368 CPUtime=681.85
/proc/13618/stat : 13618 (minisat) R 13617 13594 10799 0 -1 4194304 101974 0 0 0 68108 77 0 0 25 0 1 0 20450612 429432832 101960 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13618/statm: 104842 101960 76 150 0 104689 0
Current children cumulated CPU time (s) 701.93
Current children cumulated vsize (KiB) 441592

[startup+762.306 s]
/proc/loadavg: 2.00 2.01 1.93 3/86 13618
/proc/meminfo: memFree=232704/2055920 swapFree=4192956/4192956
[pid=13594] ppid=13592 vsize=16868 CPUtime=20.08
/proc/13594/stat : 13594 (sugar) S 13592 13594 10799 0 -1 4194304 1376 75169 0 2 6 1 1888 113 16 0 1 0 20448585 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13594/statm: 4217 1113 409 3 0 796 0
[pid=13617] ppid=13594 vsize=5356 CPUtime=0
/proc/13617/stat : 13617 (sh) S 13594 13594 10799 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20450612 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13617/statm: 1339 232 193 169 0 50 0
[pid=13618] ppid=13617 vsize=421876 CPUtime=741.84
/proc/13618/stat : 13618 (minisat) R 13617 13594 10799 0 -1 4194304 102617 0 0 0 74106 78 0 0 25 0 1 0 20450612 432001024 102603 996147200 134512640 135127466 4294956256 18446744073709551615 134535144 0 0 4096 3 0 0 0 17 1 0 0
/proc/13618/statm: 105469 102603 76 150 0 105316 0
Current children cumulated CPU time (s) 761.92
Current children cumulated vsize (KiB) 444100

[startup+822.302 s]
/proc/loadavg: 2.00 2.01 1.93 3/86 13620
/proc/meminfo: memFree=228288/2055920 swapFree=4192956/4192956
[pid=13594] ppid=13592 vsize=16868 CPUtime=20.08
/proc/13594/stat : 13594 (sugar) S 13592 13594 10799 0 -1 4194304 1376 75169 0 2 6 1 1888 113 16 0 1 0 20448585 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13594/statm: 4217 1113 409 3 0 796 0
[pid=13617] ppid=13594 vsize=5356 CPUtime=0
/proc/13617/stat : 13617 (sh) S 13594 13594 10799 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20450612 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13617/statm: 1339 232 193 169 0 50 0
[pid=13618] ppid=13617 vsize=426100 CPUtime=801.81
/proc/13618/stat : 13618 (minisat) R 13617 13594 10799 0 -1 4194304 103682 0 0 0 80102 79 0 0 25 0 1 0 20450612 436326400 103668 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/13618/statm: 106525 103668 76 150 0 106372 0
Current children cumulated CPU time (s) 821.89
Current children cumulated vsize (KiB) 448324

[startup+882.302 s]
/proc/loadavg: 1.96 1.99 1.92 3/85 13661
/proc/meminfo: memFree=577040/2055920 swapFree=4192956/4192956
[pid=13594] ppid=13592 vsize=16868 CPUtime=20.08
/proc/13594/stat : 13594 (sugar) S 13592 13594 10799 0 -1 4194304 1376 75169 0 2 6 1 1888 113 16 0 1 0 20448585 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13594/statm: 4217 1113 409 3 0 796 0
[pid=13617] ppid=13594 vsize=5356 CPUtime=0
/proc/13617/stat : 13617 (sh) S 13594 13594 10799 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20450612 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13617/statm: 1339 232 193 169 0 50 0
[pid=13618] ppid=13617 vsize=433492 CPUtime=861.34
/proc/13618/stat : 13618 (minisat) R 13617 13594 10799 0 -1 4194304 105578 0 0 0 86052 82 0 0 25 0 1 0 20450612 443895808 105564 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13618/statm: 108373 105564 76 150 0 108220 0
Current children cumulated CPU time (s) 881.42
Current children cumulated vsize (KiB) 455716

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

[startup+895.902 s]
/proc/loadavg: 2.05 2.00 1.93 3/85 13661
/proc/meminfo: memFree=572176/2055920 swapFree=4192956/4192956
[pid=13594] ppid=13592 vsize=16868 CPUtime=20.08
/proc/13594/stat : 13594 (sugar) S 13592 13594 10799 0 -1 4194304 1376 75169 0 2 6 1 1888 113 16 0 1 0 20448585 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13594/statm: 4217 1113 409 3 0 796 0
[pid=13617] ppid=13594 vsize=5356 CPUtime=0
/proc/13617/stat : 13617 (sh) S 13594 13594 10799 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20450612 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13617/statm: 1339 232 193 169 0 50 0
[pid=13618] ppid=13617 vsize=435472 CPUtime=874.82
/proc/13618/stat : 13618 (minisat) R 13617 13594 10799 0 -1 4194304 106100 0 0 0 87399 83 0 0 25 0 1 0 20450612 445923328 106086 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13618/statm: 108868 106086 76 150 0 108715 0
Current children cumulated CPU time (s) 894.9
Current children cumulated vsize (KiB) 457696

[startup+902.303 s]
/proc/loadavg: 2.04 2.00 1.93 3/85 13661
/proc/meminfo: memFree=569616/2055920 swapFree=4192956/4192956
[pid=13594] ppid=13592 vsize=16868 CPUtime=20.08
/proc/13594/stat : 13594 (sugar) S 13592 13594 10799 0 -1 4194304 1376 75169 0 2 6 1 1888 113 16 0 1 0 20448585 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13594/statm: 4217 1113 409 3 0 796 0
[pid=13617] ppid=13594 vsize=5356 CPUtime=0
/proc/13617/stat : 13617 (sh) S 13594 13594 10799 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20450612 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13617/statm: 1339 232 193 169 0 50 0
[pid=13618] ppid=13617 vsize=436132 CPUtime=881.15
/proc/13618/stat : 13618 (minisat) R 13617 13594 10799 0 -1 4194304 106252 0 0 0 88032 83 0 0 25 0 1 0 20450612 446599168 106238 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13618/statm: 109033 106238 76 150 0 108880 0
Current children cumulated CPU time (s) 901.23
Current children cumulated vsize (KiB) 458356

[startup+905.502 s]
/proc/loadavg: 2.04 2.00 1.93 3/85 13661
/proc/meminfo: memFree=567120/2055920 swapFree=4192956/4192956
[pid=13594] ppid=13592 vsize=16868 CPUtime=20.08
/proc/13594/stat : 13594 (sugar) S 13592 13594 10799 0 -1 4194304 1376 75169 0 2 6 1 1888 113 16 0 1 0 20448585 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13594/statm: 4217 1113 409 3 0 796 0
[pid=13617] ppid=13594 vsize=5356 CPUtime=0
/proc/13617/stat : 13617 (sh) S 13594 13594 10799 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20450612 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13617/statm: 1339 232 193 169 0 50 0
[pid=13618] ppid=13617 vsize=436660 CPUtime=884.32
/proc/13618/stat : 13618 (minisat) R 13617 13594 10799 0 -1 4194304 106374 0 0 0 88348 84 0 0 25 0 1 0 20450612 447139840 106360 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13618/statm: 109165 106360 76 150 0 109012 0
Current children cumulated CPU time (s) 904.4
Current children cumulated vsize (KiB) 458884

[startup+907.102 s]
/proc/loadavg: 2.04 2.00 1.93 3/85 13661
/proc/meminfo: memFree=567056/2055920 swapFree=4192956/4192956
[pid=13594] ppid=13592 vsize=16868 CPUtime=20.08
/proc/13594/stat : 13594 (sugar) S 13592 13594 10799 0 -1 4194304 1376 75169 0 2 6 1 1888 113 16 0 1 0 20448585 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13594/statm: 4217 1113 409 3 0 796 0
[pid=13617] ppid=13594 vsize=5356 CPUtime=0
/proc/13617/stat : 13617 (sh) S 13594 13594 10799 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20450612 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13617/statm: 1339 232 193 169 0 50 0
[pid=13618] ppid=13617 vsize=436660 CPUtime=885.91
/proc/13618/stat : 13618 (minisat) R 13617 13594 10799 0 -1 4194304 106381 0 0 0 88507 84 0 0 25 0 1 0 20450612 447139840 106367 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13618/statm: 109165 106367 76 150 0 109012 0
Current children cumulated CPU time (s) 905.99
Current children cumulated vsize (KiB) 458884

[startup+908.701 s]
/proc/loadavg: 2.04 2.00 1.93 3/85 13661
/proc/meminfo: memFree=567056/2055920 swapFree=4192956/4192956
[pid=13594] ppid=13592 vsize=16868 CPUtime=20.08
/proc/13594/stat : 13594 (sugar) S 13592 13594 10799 0 -1 4194304 1376 75169 0 2 6 1 1888 113 16 0 1 0 20448585 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13594/statm: 4217 1113 409 3 0 796 0
[pid=13617] ppid=13594 vsize=5356 CPUtime=0
/proc/13617/stat : 13617 (sh) S 13594 13594 10799 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20450612 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13617/statm: 1339 232 193 169 0 50 0
[pid=13618] ppid=13617 vsize=436660 CPUtime=887.49
/proc/13618/stat : 13618 (minisat) R 13617 13594 10799 0 -1 4194304 106386 0 0 0 88665 84 0 0 25 0 1 0 20450612 447139840 106372 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/13618/statm: 109165 106372 76 150 0 109012 0
Current children cumulated CPU time (s) 907.57
Current children cumulated vsize (KiB) 458884

[startup+909.102 s]
/proc/loadavg: 2.04 2.00 1.93 3/85 13661
/proc/meminfo: memFree=567056/2055920 swapFree=4192956/4192956
[pid=13594] ppid=13592 vsize=16868 CPUtime=20.08
/proc/13594/stat : 13594 (sugar) S 13592 13594 10799 0 -1 4194304 1376 75169 0 2 6 1 1888 113 15 0 1 0 20448585 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13594/statm: 4217 1113 409 3 0 796 0
[pid=13617] ppid=13594 vsize=5356 CPUtime=0
/proc/13617/stat : 13617 (sh) S 13594 13594 10799 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20450612 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13617/statm: 1339 232 193 169 0 50 0
[pid=13618] ppid=13617 vsize=0 CPUtime=887.89
/proc/13618/stat : 13618 (minisat) R 13617 13594 10799 0 -1 4194308 106511 0 0 0 88702 87 0 0 25 0 1 0 20450612 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/13618/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 907.97
Current children cumulated vsize (KiB) 22224

[startup+909.501 s]
/proc/loadavg: 2.04 2.00 1.93 3/85 13661
/proc/meminfo: memFree=567056/2055920 swapFree=4192956/4192956
[pid=13594] ppid=13592 vsize=16868 CPUtime=908.03
/proc/13594/stat : 13594 (sugar) S 13592 13594 10799 0 -1 4194304 1448 181965 0 2 6 1 90591 205 16 0 1 0 20448585 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13594/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 908.03
Current children cumulated vsize (KiB) 16868

[startup+909.601 s]
/proc/loadavg: 2.12 2.02 1.93 3/83 13671
/proc/meminfo: memFree=1051424/2055920 swapFree=4192956/4192956
[pid=13594] ppid=13592 vsize=16868 CPUtime=908.46
/proc/13594/stat : 13594 (sugar) R 13592 13594 10799 0 -1 4194304 1478 185920 0 3 6 4 90628 208 16 0 1 0 20448585 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 228706718761 0 0 4224 16386 0 0 0 17 1 0 0
/proc/13594/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 908.46
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 909.637
CPU time (s): 908.51
CPU user time (s): 906.348
CPU system time (s): 2.16167
CPU usage (%): 99.8761
Max. virtual memory (cumulated for all children) (KiB): 911344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 906.348
system time used= 2.16167
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 187458
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= 7594
involuntary context switches= 25599

runsolver used 1.03784 second user time and 3.10853 second system time

The end

Launcher Data

Begin job on node8 at 2009-07-11 19:36:53
IDJOB=2064053
IDBENCH=54118
IDSOLVER=739
FILE ID=node8/2064053-1247333813
PBS_JOBID= 9506611
Free space on /tmp= 66268 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-1.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-2064053-1247333813/watcher-2064053-1247333813 -o /tmp/evaluation-result-2064053-1247333813/solver-2064053-1247333813 -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-2064053-1247333813.xml

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

MD5SUM BENCH= 6883734acbcc3ab6a8ec48c2640bc7eb
RANDOM SEED=1639048457

node8.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        771824 kB
Buffers:         57332 kB
Cached:         754044 kB
SwapCached:          0 kB
Active:         674184 kB
Inactive:       554920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        771824 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            6160 kB
Writeback:           0 kB
Mapped:         438124 kB
Slab:            39176 kB
Committed_AS:   557388 kB
PageTables:       2664 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66260 MiB
End job on node8 at 2009-07-11 19:52:03