Trace number 1125276

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatMSAT (TO) 3600.06 3604.38

General information on the benchmark

Namemaxcsp/celar/scens/
normalized-scenw-06-16_ext.xml
MD5SUM7c7c66ac0a1695057f4ecf583b786399
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints25
Best CPU time to get the best result obtained on this benchmark28.3177
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints1222
Maximum constraint arity2
Maximum domain size28
Number of constraints which are defined in extension1222
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.01/0.04	c 0	Sugar v1-13 + HOME/minisat
0.01/0.04	c 0	BEGIN Wed Jul 16 02:40:21 2008
0.01/0.04	c 0	PID 22777
0.01/0.04	c 0	HOST node76.alineos.net
0.01/0.04	c 0	CONVERTING HOME/instance-1125276-1216168821.xml TO HOME/temp.csp
0.01/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1125276-1216168821.xml' 'HOME/temp.csp'
1.06/1.17	c 1	3 domains, 100 variables, 0 predicates, 1077 relations, 1222 constraints
1.06/1.20	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.06/1.20	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.14/1.27	c 1	Parsing HOME/temp.csp
2.23/2.37	c 2	parsed 2402 expressions
2.23/2.37	c 2	Heap : 21 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.23/2.39	c 2	MAX CSP: 1222 constraints
2.23/2.39	c 2	Converting to clausal form CSP
2.33/2.43	c 2	converted 363 (10%) expressions
2.53/2.60	c 2	converted 726 (20%) expressions
2.53/2.65	c 2	converted 1089 (30%) expressions
2.62/2.75	c 3	converted 1451 (40%) expressions
2.73/2.85	c 3	converted 1814 (50%) expressions
2.82/2.95	c 3	converted 2177 (60%) expressions
2.93/3.09	c 3	converted 2539 (70%) expressions
3.23/3.35	c 3	converted 2902 (80%) expressions
3.33/3.50	c 3	converted 3265 (90%) expressions
3.62/3.71	c 4	converted 3627 (100%) expressions
3.62/3.71	c 4	CSP : 2544 integers, 0 booleans, 3665 clauses, largest domain size 1834
3.62/3.71	c 4	Heap : 46 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.62/3.71	c 4	Propagation in CSP
3.62/3.77	c 4	1217 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.62/3.77	c 4	CSP : 2544 integers, 0 booleans, 3665 clauses, largest domain size 1223
3.62/3.77	c 4	Heap : 47 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.62/3.78	c 4	Simplifing CSP by introducing new Boolean variables
3.62/3.78	c 4	CSP : 2544 integers, 0 booleans, 3665 clauses, largest domain size 1223
3.62/3.78	c 4	Heap : 47 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.82/3.94	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.82/3.96	c 4	255 (10%) CSP integer variables are encoded (2210 clauses, 26673 bytes)
3.82/3.96	c 4	509 (20%) CSP integer variables are encoded (2210 clauses, 26673 bytes)
3.82/3.96	c 4	764 (30%) CSP integer variables are encoded (2210 clauses, 26673 bytes)
3.82/3.96	c 4	1018 (40%) CSP integer variables are encoded (2210 clauses, 26673 bytes)
3.82/3.96	c 4	1272 (50%) CSP integer variables are encoded (2210 clauses, 26673 bytes)
3.82/3.97	c 4	1527 (60%) CSP integer variables are encoded (4605 clauses, 57808 bytes)
3.82/3.97	c 4	1781 (70%) CSP integer variables are encoded (6644 clauses, 84315 bytes)
3.82/3.99	c 4	2036 (80%) CSP integer variables are encoded (20013 clauses, 281729 bytes)
3.82/3.99	c 4	2290 (90%) CSP integer variables are encoded (21968 clauses, 311054 bytes)
3.82/4.00	c 4	2544 (100%) CSP integer variables are encoded (24608 clauses, 350654 bytes)
4.02/4.19	c 4	367 (10%) CSP clauses are encoded (32737 clauses, 531720 bytes)
4.22/4.32	c 4	733 (20%) CSP clauses are encoded (40362 clauses, 712917 bytes)
4.32/4.44	c 4	1100 (30%) CSP clauses are encoded (47860 clauses, 902432 bytes)
4.41/4.51	c 4	1466 (40%) CSP clauses are encoded (59061 clauses, 1120192 bytes)
4.52/4.66	c 4	1833 (50%) CSP clauses are encoded (148694 clauses, 2758328 bytes)
4.92/5.06	c 5	2199 (60%) CSP clauses are encoded (233132 clauses, 4344408 bytes)
7.12/7.27	c 7	2566 (70%) CSP clauses are encoded (1579407 clauses, 32185953 bytes)
7.21/7.32	c 7	2932 (80%) CSP clauses are encoded (1609507 clauses, 32814653 bytes)
7.32/7.45	c 7	3299 (90%) CSP clauses are encoded (1684176 clauses, 34398315 bytes)
7.80/7.93	c 8	3665 (100%) CSP clauses are encoded (1961666 clauses, 40327483 bytes)
7.80/7.93	c 8	3665 CSP clauses encoded
7.80/7.93	c 8	Writing map file : HOME/temp.map
7.80/7.95	c 8	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.80/7.95	c 8	SAT : 27152 SAT variables, 1961666 SAT clauses, 40327483 bytes
7.80/7.95	c 8	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.80/7.98	c 8	OBJECTIVE minimize _COST
7.80/7.98	c 8	OBJECTIVE BOUND: 0 <= _COST <= 
7.80/7.98	c 8	SEARCHING: _COST <= 611
7.80/7.98	c 8	SOLVING HOME/temp.cnf
7.80/7.98	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.80/7.99	c 8	This is MiniSat 2.0 beta
7.80/7.99	c 8	WARNING: for repeatability, setting FPU to use double precision
7.80/7.99	c 8	============================[ Problem Statistics ]=============================
7.80/7.99	c 8	|                                                                             |
7.80/7.99	c 8	|  Number of variables:  27152                                                |
7.80/7.99	c 8	|  Number of clauses:    1961667                                              |
8.78/8.98	c 9	|  Parsing time:         0.84         s                                       |
9.88/10.07	c 10	============================[ Search Statistics ]==============================
9.88/10.07	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.88/10.07	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.88/10.07	c 10	===============================================================================
9.88/10.07	c 10	|         0 |   20431  1258156  3759735 |   419385        0    nan |  0.000 % |
10.48/10.60	c 10	|       100 |   20430  1258156  3759735 |   461323       99     23 | 24.761 % |
10.48/10.66	c 10	===============================================================================
10.48/10.66	c 10	restarts              : 2
10.48/10.66	c 10	conflicts             : 151            (60 /sec)
10.48/10.66	c 10	decisions             : 2963           (0.84 % random) (1178 /sec)
10.48/10.66	c 10	propagations          : 217371         (86409 /sec)
10.48/10.66	c 10	conflict literals     : 2590           (19.04 % deleted)
10.48/10.66	c 10	Memory used           : 78.61 MB
10.48/10.66	c 10	CPU time              : 2.51562 s
10.48/10.66	c 10	
10.48/10.67	c 10	SATISFIABLE
10.48/10.68	c 10	FOUND: _COST <= 611
10.48/10.68	s SATISFIABLE
10.48/10.68	c 10	DECODING HOME/temp.out WITH HOME/temp.map
10.48/10.68	c 10	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
10.58/10.76	c 11	Decoding HOME/temp.out
10.78/10.91	c 11	OBJECTIVE _COST 611
10.78/10.91	o 611
10.78/10.92	v 5 27 22 27 0 26 25 7 27 7 0 12 27 19 19 5 2 8 0 19 13 13 17 2 19 12 8 22 17 0 19 5 27 7 3 19 19 2 27 19 15 19 17 19 11 20 22 19 9 13 12 12 9 7 7 14 2 3 0 20 27 8 9 17 22 9 27 0 13 7 14 3 4 6 15 8 19 3 19 4 13 7 22 7 14 19 13 19 13 4 13 10 18 8 19 27 7 27 17 8
10.78/10.92	c 11	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
10.78/10.94	c 11	OBJECTIVE BOUND: 0 <= _COST <= 611
10.78/10.94	c 11	SEARCHING: _COST <= 305
10.78/10.94	c 11	SOLVING HOME/temp.cnf
10.78/10.94	c 11	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
10.78/10.95	c 11	This is MiniSat 2.0 beta
10.78/10.95	c 11	WARNING: for repeatability, setting FPU to use double precision
10.78/10.95	c 11	============================[ Problem Statistics ]=============================
10.78/10.95	c 11	|                                                                             |
10.78/10.95	c 11	|  Number of variables:  27152                                                |
10.78/10.95	c 11	|  Number of clauses:    1961667                                              |
10.82/11.98	c 12	|  Parsing time:         0.88         s                                       |
13.23/13.49	c 13	============================[ Search Statistics ]==============================
13.23/13.49	c 13	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
13.23/13.49	c 13	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
13.23/13.49	c 13	===============================================================================
13.23/13.49	c 13	|         0 |   16757   826233  2474682 |   275411        0    nan |  0.000 % |
13.73/13.98	c 14	|       101 |   16756   826233  2474682 |   302952      100     16 | 38.299 % |
14.13/14.31	c 14	|       251 |   16756   826233  2474682 |   333247      250     18 | 38.299 % |
14.41/14.66	c 14	|       476 |   16756   826233  2474682 |   366572      475     17 | 38.299 % |
14.61/14.85	c 15	===============================================================================
14.61/14.85	c 15	restarts              : 4
14.61/14.85	c 15	conflicts             : 554            (149 /sec)
14.61/14.85	c 15	decisions             : 7377           (0.92 % random) (1990 /sec)
14.61/14.85	c 15	propagations          : 744259         (200748 /sec)
14.61/14.85	c 15	conflict literals     : 8625           (14.83 % deleted)
14.61/14.85	c 15	Memory used           : 79.64 MB
14.61/14.85	c 15	CPU time              : 3.70744 s
14.61/14.85	c 15	
14.61/14.86	c 15	SATISFIABLE
14.61/14.87	c 15	FOUND: _COST <= 305
14.61/14.87	c 15	DECODING HOME/temp.out WITH HOME/temp.map
14.61/14.87	c 15	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
14.70/14.95	c 15	Decoding HOME/temp.out
14.70/15.11	c 15	OBJECTIVE _COST 305
14.70/15.11	o 305
14.70/15.12	v 27 26 26 22 3 27 7 27 27 22 7 26 6 19 15 0 10 19 4 6 7 11 13 15 19 4 26 0 6 7 0 5 5 19 14 19 19 19 27 2 4 19 5 5 16 7 6 15 20 16 18 20 20 9 5 9 1 19 27 8 19 6 9 19 18 14 23 0 12 4 19 0 13 19 15 13 3 19 9 12 6 7 14 4 27 13 9 4 13 17 20 27 9 2 2 27 27 27 27 13
14.70/15.12	c 15	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
14.70/15.13	c 15	OBJECTIVE BOUND: 0 <= _COST <= 305
14.70/15.13	c 15	SEARCHING: _COST <= 152
14.70/15.13	c 15	SOLVING HOME/temp.cnf
14.70/15.13	c 15	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
14.70/15.14	c 15	This is MiniSat 2.0 beta
14.70/15.14	c 15	WARNING: for repeatability, setting FPU to use double precision
14.70/15.14	c 15	============================[ Problem Statistics ]=============================
14.70/15.14	c 15	|                                                                             |
14.70/15.14	c 15	|  Number of variables:  27152                                                |
14.70/15.14	c 15	|  Number of clauses:    1961667                                              |
15.89/16.17	c 16	|  Parsing time:         0.88         s                                       |
17.50/17.79	c 18	============================[ Search Statistics ]==============================
17.50/17.79	c 18	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
17.50/17.79	c 18	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
17.50/17.79	c 18	===============================================================================
17.50/17.79	c 18	|         0 |   14456   480133  1443132 |   160044        0    nan |  0.000 % |
17.80/18.05	c 18	|       100 |   14456   480133  1443132 |   176048       99     19 | 46.788 % |
17.90/18.11	c 18	|       250 |   14456   480133  1443132 |   193653      249     18 | 46.788 % |
18.10/18.35	c 18	|       475 |   14456   480133  1443132 |   213019      474     25 | 46.788 % |
18.30/18.52	c 18	|       813 |   14456   480133  1443132 |   234320      812     26 | 46.788 % |
18.50/18.73	c 19	|      1320 |   14456   480133  1443132 |   257752     1319     27 | 46.788 % |
19.19/19.42	c 19	|      2079 |   14456   480133  1443132 |   283528     2078     29 | 46.788 % |
19.89/20.10	c 20	|      3219 |   14448   478589  1438524 |   311881     3218     26 | 46.789 % |
21.49/21.73	c 22	|      4927 |   14448   478589  1438524 |   343069     4926     26 | 46.788 % |
23.19/23.41	c 23	|      7489 |   14448   478589  1438524 |   377376     7488     28 | 46.788 % |
27.20/27.46	c 27	|     11335 |   14448   478589  1438524 |   415113    11334     31 | 46.788 % |
33.29/33.57	c 33	|     17101 |   14448   478589  1438524 |   456625    17100     35 | 46.788 % |
42.48/42.77	c 43	|     25750 |   14448   478589  1438524 |   502287    25749     37 | 46.788 % |
62.27/62.54	c 62	|     38724 |   14448   478589  1438524 |   552516    38723     39 | 46.788 % |
84.47/84.76	c 85	|     58185 |   14448   478589  1438524 |   607768    58184     41 | 46.788 % |
119.85/120.11	c 120	|     87377 |   14448   478589  1438524 |   668544    87376     48 | 46.788 % |
202.02/202.32	c 202	|    131166 |   14448   478589  1438524 |   735399   131165     49 | 46.788 % |
341.46/341.86	c 342	|    196852 |   14448   478589  1438524 |   808939   196851     45 | 46.788 % |
578.26/578.78	c 579	|    295378 |   14448   478589  1438524 |   889833   295377     43 | 46.788 % |
1045.98/1046.69	c 1047	|    443167 |   14448   478589  1438524 |   978816   443166     41 | 46.788 % |
1983.30/1984.34	c 1984	|    664851 |   14448   478589  1438524 |  1076698   664850     46 | 46.788 % |
3600.04/3604.22	c ERROR INTERRUPTED
3600.04/3604.24	c 3604	CPU 14.12 (0.04 0.01 14.08 0.82)
3600.04/3604.24	c 3604	END Wed Jul 16 03:40:25 2008

Verifier Data (download as text)

OK	223	999
223 unsatisfied constraints, 999 satisfied constraints

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1125276-1216168821/watcher-1125276-1216168821 -o /tmp/evaluation-result-1125276-1216168821/solver-1125276-1216168821 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1125276-1216168821.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 22777
/proc/meminfo: memFree=1551184/2055920 swapFree=4192812/4192956
[pid=22777] ppid=22775 vsize=12272 CPUtime=0
/proc/22777/stat : 22777 (sugar) R 22775 22777 21065 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 73579452 12566528 364 996147200 4194304 4206940 548682068592 18446744073709551615 265674259045 0 0 4224 0 0 0 0 17 0 0 0
/proc/22777/statm: 3068 364 274 3 0 168 0

[startup+0.0182229 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 22777
/proc/meminfo: memFree=1551184/2055920 swapFree=4192812/4192956
[pid=22777] ppid=22775 vsize=12676 CPUtime=0.01
/proc/22777/stat : 22777 (sugar) R 22775 22777 21065 0 -1 4194304 531 0 0 0 1 0 0 0 18 0 1 0 73579452 12980224 499 996147200 4194304 4206940 548682068592 18446744073709551615 265674259045 0 0 4224 0 0 0 0 17 0 0 0
/proc/22777/statm: 3169 499 315 3 0 269 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12676

[startup+0.101234 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 22777
/proc/meminfo: memFree=1551184/2055920 swapFree=4192812/4192956
[pid=22777] ppid=22775 vsize=13600 CPUtime=0.03
/proc/22777/stat : 22777 (sugar) S 22775 22777 21065 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 73579452 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22777/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301253 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 22777
/proc/meminfo: memFree=1551184/2055920 swapFree=4192812/4192956
[pid=22777] ppid=22775 vsize=13600 CPUtime=0.03
/proc/22777/stat : 22777 (sugar) S 22775 22777 21065 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 73579452 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22777/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701299 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 22777
/proc/meminfo: memFree=1551184/2055920 swapFree=4192812/4192956
[pid=22777] ppid=22775 vsize=13600 CPUtime=0.03
/proc/22777/stat : 22777 (sugar) S 22775 22777 21065 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 73579452 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22777/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50139 s]
/proc/loadavg: 2.00 2.00 2.00 3/103 22789
/proc/meminfo: memFree=1535864/2055920 swapFree=4192812/4192956
[pid=22777] ppid=22775 vsize=13600 CPUtime=1.14
/proc/22777/stat : 22777 (sugar) S 22775 22777 21065 0 -1 4194304 974 6793 0 1 3 1 104 6 15 0 1 0 73579452 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22777/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 13600

[startup+3.10257 s]
/proc/loadavg: 2.00 2.00 2.00 5/103 22799
/proc/meminfo: memFree=1527544/2055920 swapFree=4192812/4192956
[pid=22777] ppid=22775 vsize=13600 CPUtime=1.14
/proc/22777/stat : 22777 (sugar) S 22775 22777 21065 0 -1 4194304 974 6793 0 1 3 1 104 6 15 0 1 0 73579452 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22777/statm: 3400 797 370 3 0 500 0
[pid=22790] ppid=22777 vsize=5356 CPUtime=0
/proc/22790/stat : 22790 (sh) S 22777 22777 21065 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73579572 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22790/statm: 1339 233 193 169 0 50 0
[pid=22791] ppid=22790 vsize=868420 CPUtime=1.88
/proc/22791/stat : 22791 (java) S 22790 22777 21065 0 -1 0 15303 0 1 0 180 8 0 0 20 0 9 0 73579572 889262080 14507 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22791/statm: 217105 14507 2543 9 0 211680 0
[pid=22791/tid=22792] ppid=22790 vsize=868420 CPUtime=0.99
/proc/22791/task/22792/stat : 22792 (java) R 22790 22777 21065 0 -1 64 2940 0 1 0 97 2 0 0 25 0 9 0 73579573 889262080 14507 996147200 134512640 134550740 4294955936 18446744073709551615 102492632 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22791/tid=22793] ppid=22790 vsize=868420 CPUtime=0.71
/proc/22791/task/22793/stat : 22793 (java) S 22790 22777 21065 0 -1 64 10219 0 0 0 67 4 0 0 16 0 9 0 73579574 889262080 14507 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22791/tid=22794] ppid=22790 vsize=868420 CPUtime=0
/proc/22791/task/22794/stat : 22794 (java) S 22790 22777 21065 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73579574 889262080 14507 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22791/tid=22795] ppid=22790 vsize=868420 CPUtime=0
/proc/22791/task/22795/stat : 22795 (java) S 22790 22777 21065 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 73579574 889262080 14507 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22791/tid=22796] ppid=22790 vsize=868420 CPUtime=0
/proc/22791/task/22796/stat : 22796 (java) S 22790 22777 21065 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 73579576 889262080 14507 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22791/tid=22797] ppid=22790 vsize=868420 CPUtime=0.16
/proc/22791/task/22797/stat : 22797 (java) S 22790 22777 21065 0 -1 64 1448 0 0 0 15 1 0 0 16 0 9 0 73579576 889262080 14507 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22791/tid=22798] ppid=22790 vsize=868420 CPUtime=0
/proc/22791/task/22798/stat : 22798 (java) S 22790 22777 21065 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 73579576 889262080 14507 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22791/tid=22799] ppid=22790 vsize=868420 CPUtime=0
/proc/22791/task/22799/stat : 22799 (java) S 22790 22777 21065 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 73579576 889262080 14507 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887376

[startup+6.30293 s]
/proc/loadavg: 2.00 2.00 2.00 3/103 22799
/proc/meminfo: memFree=1478008/2055920 swapFree=4192812/4192956
[pid=22777] ppid=22775 vsize=13600 CPUtime=1.14
/proc/22777/stat : 22777 (sugar) S 22775 22777 21065 0 -1 4194304 974 6793 0 1 3 1 104 6 15 0 1 0 73579452 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22777/statm: 3400 797 370 3 0 500 0
[pid=22790] ppid=22777 vsize=5356 CPUtime=0
/proc/22790/stat : 22790 (sh) S 22777 22777 21065 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73579572 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22790/statm: 1339 233 193 169 0 50 0
[pid=22791] ppid=22790 vsize=868532 CPUtime=5.08
/proc/22791/stat : 22791 (java) S 22790 22777 21065 0 -1 0 18564 0 1 0 484 24 0 0 20 0 9 0 73579572 889376768 17586 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22791/statm: 217133 17586 2565 9 0 211680 0
[pid=22791/tid=22792] ppid=22790 vsize=868532 CPUtime=3.47
/proc/22791/task/22792/stat : 22792 (java) R 22790 22777 21065 0 -1 64 3440 0 1 0 332 15 0 0 25 0 9 0 73579573 889376768 17586 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22791/tid=22793] ppid=22790 vsize=868532 CPUtime=1.32
/proc/22791/task/22793/stat : 22793 (java) S 22790 22777 21065 0 -1 64 12908 0 0 0 125 7 0 0 16 0 9 0 73579574 889376768 17586 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22791/tid=22794] ppid=22790 vsize=868532 CPUtime=0
/proc/22791/task/22794/stat : 22794 (java) S 22790 22777 21065 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73579574 889376768 17586 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22791/tid=22795] ppid=22790 vsize=868532 CPUtime=0
/proc/22791/task/22795/stat : 22795 (java) S 22790 22777 21065 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 73579574 889376768 17586 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22791/tid=22796] ppid=22790 vsize=868532 CPUtime=0
/proc/22791/task/22796/stat : 22796 (java) S 22790 22777 21065 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 73579576 889376768 17586 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22791/tid=22797] ppid=22790 vsize=868532 CPUtime=0.26
/proc/22791/task/22797/stat : 22797 (java) S 22790 22777 21065 0 -1 64 1520 0 0 0 25 1 0 0 16 0 9 0 73579576 889376768 17586 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22791/tid=22798] ppid=22790 vsize=868532 CPUtime=0
/proc/22791/task/22798/stat : 22798 (java) S 22790 22777 21065 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 73579576 889376768 17586 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22791/tid=22799] ppid=22790 vsize=868532 CPUtime=0
/proc/22791/task/22799/stat : 22799 (java) S 22790 22777 21065 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 73579576 889376768 17586 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 887488

[startup+12.7027 s]
/proc/loadavg: 2.08 2.02 2.01 3/95 22813
/proc/meminfo: memFree=1426040/2055920 swapFree=4192812/4192956
[pid=22777] ppid=22775 vsize=13732 CPUtime=10.82
/proc/22777/stat : 22777 (sugar) S 22775 22777 21065 0 -1 4194304 1211 49663 0 3 4 1 1014 63 16 0 1 0 73579452 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22777/statm: 3433 839 374 3 0 533 0
[pid=22812] ppid=22777 vsize=5356 CPUtime=0
/proc/22812/stat : 22812 (sh) S 22777 22777 21065 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73580547 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22812/statm: 1339 232 193 169 0 50 0
[pid=22813] ppid=22812 vsize=81548 CPUtime=1.72
/proc/22813/stat : 22813 (minisat) R 22812 22777 21065 0 -1 4194304 19873 0 0 0 158 14 0 0 25 0 1 0 73580547 83505152 19859 996147200 134512640 135127466 4294956256 18446744073709551615 134523436 0 0 4096 3 0 0 0 17 1 0 0
/proc/22813/statm: 20387 19859 72 150 0 20234 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 100636

[startup+25.5011 s]
/proc/loadavg: 2.21 2.05 2.02 3/95 22825
/proc/meminfo: memFree=1425912/2055920 swapFree=4192812/4192956
[pid=22777] ppid=22775 vsize=13732 CPUtime=14.95
/proc/22777/stat : 22777 (sugar) S 22775 22777 21065 0 -1 4194304 1326 73807 0 4 4 1 1408 82 16 0 1 0 73579452 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22777/statm: 3433 839 374 3 0 533 0
[pid=22824] ppid=22777 vsize=5356 CPUtime=0
/proc/22824/stat : 22824 (sh) S 22777 22777 21065 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73580966 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22824/statm: 1339 232 193 169 0 50 0
[pid=22825] ppid=22824 vsize=82340 CPUtime=10.34
/proc/22825/stat : 22825 (minisat) R 22824 22777 21065 0 -1 4194304 20104 0 0 0 1019 15 0 0 25 0 1 0 73580966 84316160 20090 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/22825/statm: 20585 20090 76 150 0 20432 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 101428

[startup+51.102 s]
/proc/loadavg: 2.14 2.04 2.01 3/95 22825
/proc/meminfo: memFree=1425400/2055920 swapFree=4192812/4192956
[pid=22777] ppid=22775 vsize=13732 CPUtime=14.95
/proc/22777/stat : 22777 (sugar) S 22775 22777 21065 0 -1 4194304 1326 73807 0 4 4 1 1408 82 16 0 1 0 73579452 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22777/statm: 3433 839 374 3 0 533 0
[pid=22824] ppid=22777 vsize=5356 CPUtime=0
/proc/22824/stat : 22824 (sh) S 22777 22777 21065 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73580966 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22824/statm: 1339 232 193 169 0 50 0
[pid=22825] ppid=22824 vsize=82488 CPUtime=35.93
/proc/22825/stat : 22825 (minisat) R 22824 22777 21065 0 -1 4194304 20117 0 0 0 3578 15 0 0 25 0 1 0 73580966 84467712 20103 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22825/statm: 20622 20103 76 150 0 20469 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 101576

[startup+102.308 s]
/proc/loadavg: 2.05 2.03 2.01 3/95 22825
/proc/meminfo: memFree=1423416/2055920 swapFree=4192812/4192956
[pid=22777] ppid=22775 vsize=13732 CPUtime=14.95
/proc/22777/stat : 22777 (sugar) S 22775 22777 21065 0 -1 4194304 1326 73807 0 4 4 1 1408 82 16 0 1 0 73579452 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22777/statm: 3433 839 374 3 0 533 0
[pid=22824] ppid=22777 vsize=5356 CPUtime=0
/proc/22824/stat : 22824 (sh) S 22777 22777 21065 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73580966 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22824/statm: 1339 232 193 169 0 50 0
[pid=22825] ppid=22824 vsize=82748 CPUtime=87.11
/proc/22825/stat : 22825 (minisat) R 22824 22777 21065 0 -1 4194304 20199 0 0 0 8696 15 0 0 25 0 1 0 73580966 84733952 20177 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22825/statm: 20687 20177 76 150 0 20534 0
Current children cumulated CPU time (s) 102.06
Current children cumulated vsize (KiB) 101836

[startup+162.302 s]
/proc/loadavg: 2.02 2.02 2.00 3/95 22825
/proc/meminfo: memFree=1420920/2055920 swapFree=4192812/4192956
[pid=22777] ppid=22775 vsize=13732 CPUtime=14.95
/proc/22777/stat : 22777 (sugar) S 22775 22777 21065 0 -1 4194304 1326 73807 0 4 4 1 1408 82 16 0 1 0 73579452 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22777/statm: 3433 839 374 3 0 533 0
[pid=22824] ppid=22777 vsize=5356 CPUtime=0
/proc/22824/stat : 22824 (sh) S 22777 22777 21065 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73580966 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22824/statm: 1339 232 193 169 0 50 0
[pid=22825] ppid=22824 vsize=82928 CPUtime=147.08
/proc/22825/stat : 22825 (minisat) R 22824 22777 21065 0 -1 4194304 20235 0 0 0 14693 15 0 0 25 0 1 0 73580966 84918272 20213 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22825/statm: 20732 20213 76 150 0 20579 0
Current children cumulated CPU time (s) 162.03

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

[pid=22824] ppid=22777 vsize=5356 CPUtime=0
/proc/22824/stat : 22824 (sh) S 22777 22777 21065 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73580966 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22824/statm: 1339 232 193 169 0 50 0
[pid=22825] ppid=22824 vsize=250392 CPUtime=3204.84
/proc/22825/stat : 22825 (minisat) R 22824 22777 21065 0 -1 4194304 61594 0 0 0 320374 110 0 0 25 0 1 0 73580966 256401408 61572 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22825/statm: 62598 61572 76 150 0 62445 0
Current children cumulated CPU time (s) 3219.79
Current children cumulated vsize (KiB) 269480

[startup+3282.3 s]
/proc/loadavg: 4.22 4.16 3.34 2/96 22903
/proc/meminfo: memFree=15984/2055920 swapFree=4192812/4192956
[pid=22777] ppid=22775 vsize=13732 CPUtime=14.95
/proc/22777/stat : 22777 (sugar) S 22775 22777 21065 0 -1 4194304 1326 73807 0 4 4 1 1408 82 16 0 1 0 73579452 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22777/statm: 3433 839 374 3 0 533 0
[pid=22824] ppid=22777 vsize=5356 CPUtime=0
/proc/22824/stat : 22824 (sh) S 22777 22777 21065 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73580966 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22824/statm: 1339 232 193 169 0 50 0
[pid=22825] ppid=22824 vsize=252972 CPUtime=3264.81
/proc/22825/stat : 22825 (minisat) R 22824 22777 21065 0 -1 4194304 62225 0 0 0 326367 114 0 0 25 0 1 0 73580966 259043328 62203 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22825/statm: 63243 62203 76 150 0 63090 0
Current children cumulated CPU time (s) 3279.76
Current children cumulated vsize (KiB) 272060

[startup+3342.3 s]
/proc/loadavg: 4.02 4.11 3.37 2/96 22903
/proc/meminfo: memFree=15856/2055920 swapFree=4192812/4192956
[pid=22777] ppid=22775 vsize=13732 CPUtime=14.95
/proc/22777/stat : 22777 (sugar) S 22775 22777 21065 0 -1 4194304 1326 73807 0 4 4 1 1408 82 16 0 1 0 73579452 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22777/statm: 3433 839 374 3 0 533 0
[pid=22824] ppid=22777 vsize=5356 CPUtime=0
/proc/22824/stat : 22824 (sh) S 22777 22777 21065 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73580966 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22824/statm: 1339 232 193 169 0 50 0
[pid=22825] ppid=22824 vsize=255252 CPUtime=3324.68
/proc/22825/stat : 22825 (minisat) R 22824 22777 21065 0 -1 4194304 62834 0 0 0 332351 117 0 0 25 0 1 0 73580966 261378048 62812 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/22825/statm: 63813 62812 76 150 0 63660 0
Current children cumulated CPU time (s) 3339.63
Current children cumulated vsize (KiB) 274340

[startup+3402.31 s]
/proc/loadavg: 3.02 3.80 3.31 3/102 22939
/proc/meminfo: memFree=1584776/2055920 swapFree=4192812/4192956
[pid=22777] ppid=22775 vsize=13732 CPUtime=14.95
/proc/22777/stat : 22777 (sugar) S 22775 22777 21065 0 -1 4194304 1326 73807 0 4 4 1 1408 82 16 0 1 0 73579452 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22777/statm: 3433 839 374 3 0 533 0
[pid=22824] ppid=22777 vsize=5356 CPUtime=0
/proc/22824/stat : 22824 (sh) S 22777 22777 21065 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73580966 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22824/statm: 1339 232 193 169 0 50 0
[pid=22825] ppid=22824 vsize=257884 CPUtime=3384.39
/proc/22825/stat : 22825 (minisat) R 22824 22777 21065 0 -1 4194304 63482 0 0 0 338316 123 0 0 25 0 1 0 73580966 264073216 63460 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22825/statm: 64471 63460 76 150 0 64318 0
Current children cumulated CPU time (s) 3399.34
Current children cumulated vsize (KiB) 276972

[startup+3462.3 s]
/proc/loadavg: 2.83 3.59 3.27 3/102 22939
/proc/meminfo: memFree=1563976/2055920 swapFree=4192812/4192956
[pid=22777] ppid=22775 vsize=13732 CPUtime=14.95
/proc/22777/stat : 22777 (sugar) S 22775 22777 21065 0 -1 4194304 1326 73807 0 4 4 1 1408 82 16 0 1 0 73579452 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22777/statm: 3433 839 374 3 0 533 0
[pid=22824] ppid=22777 vsize=5356 CPUtime=0
/proc/22824/stat : 22824 (sh) S 22777 22777 21065 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73580966 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22824/statm: 1339 232 193 169 0 50 0
[pid=22825] ppid=22824 vsize=260540 CPUtime=3444.03
/proc/22825/stat : 22825 (minisat) R 22824 22777 21065 0 -1 4194304 64125 0 0 0 344279 124 0 0 25 0 1 0 73580966 266792960 64103 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 0 0 0
/proc/22825/statm: 65135 64103 76 150 0 64982 0
Current children cumulated CPU time (s) 3458.98
Current children cumulated vsize (KiB) 279628

[startup+3522.3 s]
/proc/loadavg: 2.83 3.45 3.24 3/102 22939
/proc/meminfo: memFree=1558920/2055920 swapFree=4192812/4192956
[pid=22777] ppid=22775 vsize=13732 CPUtime=14.95
/proc/22777/stat : 22777 (sugar) S 22775 22777 21065 0 -1 4194304 1326 73807 0 4 4 1 1408 82 16 0 1 0 73579452 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22777/statm: 3433 839 374 3 0 533 0
[pid=22824] ppid=22777 vsize=5356 CPUtime=0
/proc/22824/stat : 22824 (sh) S 22777 22777 21065 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73580966 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22824/statm: 1339 232 193 169 0 50 0
[pid=22825] ppid=22824 vsize=262796 CPUtime=3503.67
/proc/22825/stat : 22825 (minisat) R 22824 22777 21065 0 -1 4194304 64713 0 0 0 350243 124 0 0 25 0 1 0 73580966 269103104 64691 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22825/statm: 65699 64691 76 150 0 65546 0
Current children cumulated CPU time (s) 3518.62
Current children cumulated vsize (KiB) 281884

[startup+3582.3 s]
/proc/loadavg: 2.70 3.31 3.20 3/102 22939
/proc/meminfo: memFree=1555976/2055920 swapFree=4192812/4192956
[pid=22777] ppid=22775 vsize=13732 CPUtime=14.95
/proc/22777/stat : 22777 (sugar) S 22775 22777 21065 0 -1 4194304 1326 73807 0 4 4 1 1408 82 16 0 1 0 73579452 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22777/statm: 3433 839 374 3 0 533 0
[pid=22824] ppid=22777 vsize=5356 CPUtime=0
/proc/22824/stat : 22824 (sh) S 22777 22777 21065 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73580966 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22824/statm: 1339 232 193 169 0 50 0
[pid=22825] ppid=22824 vsize=265304 CPUtime=3563.32
/proc/22825/stat : 22825 (minisat) R 22824 22777 21065 0 -1 4194304 65356 0 0 0 356207 125 0 0 25 0 1 0 73580966 271671296 65334 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22825/statm: 66326 65334 76 150 0 66173 0
Current children cumulated CPU time (s) 3578.27
Current children cumulated vsize (KiB) 284392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.2 s]
/proc/loadavg: 2.78 3.29 3.19 3/102 22939
/proc/meminfo: memFree=1555080/2055920 swapFree=4192812/4192956
[pid=22777] ppid=22775 vsize=13732 CPUtime=14.95
/proc/22777/stat : 22777 (sugar) S 22775 22777 21065 0 -1 4194304 1326 73807 0 4 4 1 1408 82 16 0 1 0 73579452 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22777/statm: 3433 839 374 3 0 533 0
[pid=22824] ppid=22777 vsize=5356 CPUtime=0
/proc/22824/stat : 22824 (sh) S 22777 22777 21065 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73580966 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22824/statm: 1339 232 193 169 0 50 0
[pid=22825] ppid=22824 vsize=266228 CPUtime=3585.09
/proc/22825/stat : 22825 (minisat) R 22824 22777 21065 0 -1 4194304 65581 0 0 0 358384 125 0 0 25 0 1 0 73580966 272617472 65559 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22825/statm: 66557 65559 76 150 0 66404 0
Current children cumulated CPU time (s) 3600.04
Current children cumulated vsize (KiB) 285316

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3604.2 s]
/proc/loadavg: 2.78 3.29 3.19 3/102 22939
/proc/meminfo: memFree=1555080/2055920 swapFree=4192812/4192956
[pid=22777] ppid=22775 vsize=13732 CPUtime=14.95
/proc/22777/stat : 22777 (sugar) S 22775 22777 21065 0 -1 4194304 1326 73807 0 4 4 1 1408 82 16 0 1 0 73579452 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22777/statm: 3433 839 374 3 0 533 0
[pid=22824] ppid=22777 vsize=5356 CPUtime=0
/proc/22824/stat : 22824 (sh) S 22777 22777 21065 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73580966 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22824/statm: 1339 232 193 169 0 50 0
[pid=22825] ppid=22824 vsize=266228 CPUtime=3585.09
/proc/22825/stat : 22825 (minisat) R 22824 22777 21065 0 -1 4194304 65581 0 0 0 358384 125 0 0 25 0 1 0 73580966 272617472 65559 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22825/statm: 66557 65559 76 150 0 66404 0
Current children cumulated CPU time (s) 3600.04
Current children cumulated vsize (KiB) 285316

# WARNING:
# current cumulated CPU time (14.96 s) is less than in the last sample (3600.04 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (3585.08 s) to the 'lost time'.

[startup+3604.32 s]
/proc/loadavg: 2.78 3.29 3.19 3/102 22939
/proc/meminfo: memFree=1555080/2055920 swapFree=4192812/4192956
[pid=22777] ppid=22775 vsize=13732 CPUtime=14.96
/proc/22777/stat : 22777 (sugar) D 22775 22777 21065 0 -1 4194304 1361 74084 0 4 4 2 1408 82 15 0 1 0 73579452 14061568 841 996147200 4194304 4206940 548682068592 18446744073709551615 265674265641 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/22777/statm: 3433 841 375 3 0 533 0
Current children cumulated CPU time (s) 14.96
Current children cumulated vsize (KiB) 13732

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

[startup+3604.32 s]
/proc/loadavg: 2.78 3.29 3.19 3/102 22939
/proc/meminfo: memFree=1555080/2055920 swapFree=4192812/4192956
[pid=22777] ppid=22775 vsize=13732 CPUtime=14.96
/proc/22777/stat : 22777 (sugar) D 22775 22777 21065 0 -1 4194304 1361 74084 0 4 4 2 1408 82 15 0 1 0 73579452 14061568 841 996147200 4194304 4206940 548682068592 18446744073709551615 265674265641 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/22777/statm: 3433 841 375 3 0 533 0
Current children cumulated CPU time (s) 14.96
Current children cumulated vsize (KiB) 13732

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 3585.08
#  lost CPU user time (s): 3583.84
#  lost CPU system time (s): 1.24

Real time (s): 3604.38
CPU time (s): 3600.06
CPU user time (s): 3597.97
CPU system time (s): 2.08987
CPU usage (%): 99.8803
Max. virtual memory (cumulated for all children) (KiB): 887488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.1329
system time used= 0.84987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75476
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5668
involuntary context switches= 5517

runsolver used 5.22321 second user time and 14.4888 second system time

The end

Launcher Data (download as text)

Begin job on node76 at 2008-07-16 02:40:21
IDJOB=1125276
IDBENCH=63099
IDSOLVER=368
FILE ID=node76/1125276-1216168821
PBS_JOBID= 7905588
Free space on /tmp= 66516 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/celar/scens/normalized-scenw-06-16_ext.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1125276-1216168821/watcher-1125276-1216168821 -o /tmp/evaluation-result-1125276-1216168821/solver-1125276-1216168821 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1125276-1216168821.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7c7c66ac0a1695057f4ecf583b786399
RANDOM SEED=1948807799

node76.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.234
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.234
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:       1551664 kB
Buffers:         73604 kB
Cached:         207712 kB
SwapCached:          0 kB
Active:         344336 kB
Inactive:        85348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1551664 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2420 kB
Writeback:           0 kB
Mapped:         160888 kB
Slab:            57476 kB
Committed_AS:   429936 kB
PageTables:       3688 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= 66556 MiB
End job on node76 at 2008-07-16 03:40:27