Trace number 1127859

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+minisat-incMSAT (TO) 3600.14 3620.45

General information on the benchmark

Namemaxcsp/cnf/2-80-100-1000/
normalized-cnf-2-80-700-089745_ext.xml
MD5SUM4466a2b5ff8d5181518b883b0c09dad8
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints80
Best CPU time to get the best result obtained on this benchmark24.3033
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints611
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension611
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.05/0.24	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.24	c 0	BEGIN Wed Jul 23 03:35:42 2008
0.05/0.24	c 0	PID 8072
0.05/0.24	c 0	HOST node52.alineos.net
0.05/0.24	c 0	CONVERTING HOME/instance-1127859-1216776942.xml TO HOME/temp.csp
0.05/0.24	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127859-1216776942.xml' 'HOME/temp.csp'
0.08/0.63	c 1	1 domains, 80 variables, 0 predicates, 12 relations, 611 constraints
0.08/0.67	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.08/0.67	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.42/0.75	c 1	Parsing HOME/temp.csp
0.42/0.88	c 1	parsed 704 expressions
0.42/0.89	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.42/0.90	c 1	MAX CSP: 611 constraints
0.42/0.90	c 1	Converting to clausal form CSP
0.42/0.94	c 1	converted 132 (10%) expressions
0.42/0.95	c 1	converted 264 (20%) expressions
0.42/0.96	c 1	converted 396 (30%) expressions
0.42/0.97	c 1	converted 528 (40%) expressions
0.42/0.98	c 1	converted 659 (50%) expressions
0.42/0.99	c 1	converted 791 (60%) expressions
0.73/1.00	c 1	converted 923 (70%) expressions
0.73/1.02	c 1	converted 1055 (80%) expressions
0.73/1.09	c 1	converted 1187 (90%) expressions
0.91/1.20	c 1	converted 1318 (100%) expressions
0.91/1.20	c 1	CSP : 1302 integers, 0 booleans, 1832 clauses, largest domain size 917
0.91/1.20	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.91/1.20	c 1	Propagation in CSP
0.91/1.25	c 1	606 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.91/1.25	c 1	CSP : 1302 integers, 0 booleans, 1832 clauses, largest domain size 612
0.91/1.25	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.91/1.25	c 1	Simplifing CSP by introducing new Boolean variables
0.91/1.26	c 1	CSP : 1302 integers, 0 booleans, 1832 clauses, largest domain size 612
0.91/1.26	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.91/1.29	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.91/1.30	c 1	131 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.01/1.30	c 1	261 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.01/1.30	c 1	391 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.01/1.30	c 1	521 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.01/1.30	c 1	651 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.01/1.31	c 1	782 (60%) CSP integer variables are encoded (1056 clauses, 13177 bytes)
1.01/1.32	c 1	912 (70%) CSP integer variables are encoded (1843 clauses, 23408 bytes)
1.01/1.32	c 1	1042 (80%) CSP integer variables are encoded (3036 clauses, 38917 bytes)
1.01/1.32	c 1	1172 (90%) CSP integer variables are encoded (6914 clauses, 89331 bytes)
1.01/1.33	c 1	1302 (100%) CSP integer variables are encoded (9980 clauses, 131750 bytes)
1.01/1.36	c 1	184 (10%) CSP clauses are encoded (10166 clauses, 134172 bytes)
1.01/1.37	c 1	367 (20%) CSP clauses are encoded (10357 clauses, 136807 bytes)
1.01/1.38	c 1	550 (30%) CSP clauses are encoded (10544 clauses, 139382 bytes)
1.10/1.41	c 1	733 (40%) CSP clauses are encoded (13064 clauses, 182050 bytes)
1.10/1.46	c 2	916 (50%) CSP clauses are encoded (36109 clauses, 599002 bytes)
1.10/1.48	c 2	1100 (60%) CSP clauses are encoded (43193 clauses, 723643 bytes)
1.21/1.60	c 2	1283 (70%) CSP clauses are encoded (109770 clauses, 1943789 bytes)
1.31/1.62	c 2	1466 (80%) CSP clauses are encoded (117833 clauses, 2085995 bytes)
1.51/1.80	c 2	1649 (90%) CSP clauses are encoded (189126 clauses, 3353412 bytes)
2.00/2.37	c 2	1832 (100%) CSP clauses are encoded (496914 clauses, 9507021 bytes)
2.00/2.37	c 2	1832 CSP clauses encoded
2.00/2.37	c 2	Writing map file : HOME/temp.map
2.00/2.38	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.00/2.38	c 2	SAT : 11282 SAT variables, 496914 SAT clauses, 9507021 bytes
2.00/2.38	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.11/2.40	c 2	OBJECTIVE minimize _COST
2.11/2.40	c 2	SOLVING HOME/temp.cnf
2.11/2.40	c 2	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
2.11/2.40	c 2	This is MiniSat 2.0 beta incremental
2.11/2.40	c 2	WARNING: for repeatability, setting FPU to use double precision
2.11/2.40	c 2	============================[ Problem Statistics ]=============================
2.11/2.40	c 2	|                                                                             |
2.11/2.41	c 2	|  Number of variables:  11282                                                |
2.11/2.41	c 2	|  Number of clauses:    496914                                               |
2.11/2.62	c 3	|  Parsing time:         0.19         s                                       |
2.11/2.63	c 3	OK
2.11/2.63	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
2.11/2.63	c 3	SEARCHING: _COST <= 306
2.11/2.63	c 3	============================[ Search Statistics ]==============================
2.11/2.63	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.11/2.63	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.11/2.63	c 3	===============================================================================
2.11/2.63	c 3	|         0 |   11282   496914  1460150 |   165638        0    nan |  0.000 % |
2.11/2.83	c 3	|       102 |   11279   496914  1460150 |   182201      101     21 |  0.100 % |
2.11/2.87	c 3	===============================================================================
2.11/2.87	c 3	restarts              : 2
2.11/2.87	c 3	conflicts             : 111           (255 /sec)
2.11/2.87	c 3	decisions             : 1125          (1.07 % random) (2581 /sec)
2.11/2.87	c 3	propagations          : 169876         (389684 /sec)
2.11/2.87	c 3	conflict literals     : 2283           (16.95 % deleted)
2.11/2.87	c 3	Memory used           : 23.28 MB
2.11/2.87	c 3	CPU time              : 0.435933 s
2.11/2.87	c 3	
2.11/2.87	c 3	SATISFIABLE
2.11/2.87	c 3	OK
2.11/2.87	c 3	FOUND: _COST <= 306
2.11/2.87	s SATISFIABLE
2.11/2.87	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.11/2.87	c 3	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.11/2.96	c 3	Decoding HOME/temp.out
2.11/3.05	c 3	OBJECTIVE _COST 306
2.11/3.05	o 306
2.11/3.05	v 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 0 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
2.11/3.06	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.11/3.10	c 3	OK
2.11/3.10	c 3	OBJECTIVE BOUND: 0 <= _COST <= 306
2.11/3.10	c 3	SEARCHING: _COST <= 153
2.11/3.12	c 3	============================[ Search Statistics ]==============================
2.11/3.12	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.11/3.12	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.11/3.12	c 3	===============================================================================
2.11/3.12	c 3	|       111 |   11271   496914  1460150 |   165638      110     21 |  0.100 % |
2.11/3.19	c 3	|       212 |   11271   496914  1460150 |   182201      211     20 | 27.133 % |
2.86/3.26	c 3	|       362 |   11271   496914  1460150 |   200421      361     24 | 27.133 % |
2.96/3.31	c 3	|       587 |   11271   496914  1460150 |   220464      586     25 | 27.133 % |
3.16/3.52	c 4	|       924 |   11271   496914  1460150 |   242510      923     26 | 27.133 % |
3.26/3.69	c 4	|      1431 |   11271   496914  1460150 |   266761     1430     26 | 27.133 % |
3.76/4.15	c 4	|      2191 |   11271   496914  1460150 |   293437     2190     31 | 27.133 % |
3.76/4.17	c 4	===============================================================================
3.76/4.17	c 4	restarts              : 9
3.76/4.17	c 4	conflicts             : 2215          (1472 /sec)
3.76/4.17	c 4	decisions             : 4976          (0.58 % random) (3307 /sec)
3.76/4.17	c 4	propagations          : 1181041        (784864 /sec)
3.76/4.17	c 4	conflict literals     : 67701          (15.10 % deleted)
3.76/4.17	c 4	Memory used           : 23.54 MB
3.76/4.17	c 4	CPU time              : 1.50477 s
3.76/4.17	c 4	
3.76/4.17	c 4	SATISFIABLE
3.76/4.18	c 4	OK
3.76/4.18	c 4	FOUND: _COST <= 153
3.76/4.18	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.76/4.18	c 4	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.83/4.26	c 4	Decoding HOME/temp.out
3.93/4.36	c 4	OBJECTIVE _COST 153
3.93/4.36	o 153
3.93/4.37	v 1 1 1 1 1 1 0 1 1 1 1 0 1 1 0 0 1 1 1 1 1 0 1 1 1 1 1 0 1 1 0 0 1 1 1 1 0 0 1 1 0 0 1 1 1 0 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 0 0 1 0 1 0 1 1 1 0 1 0 1 0 1 1 1 0 1
3.93/4.37	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.93/4.40	c 4	OK
3.93/4.40	c 4	OBJECTIVE BOUND: 0 <= _COST <= 153
3.93/4.40	c 4	SEARCHING: _COST <= 76
4.02/4.47	c 5	============================[ Search Statistics ]==============================
4.02/4.47	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.02/4.47	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.02/4.47	c 5	===============================================================================
4.02/4.47	c 5	|      2215 |    8221   496914  1460150 |   165638     2214     31 | 27.133 % |
4.08/4.54	c 5	|      2316 |    8221   496914  1460150 |   182201     2315     30 | 42.059 % |
4.19/4.63	c 5	|      2466 |    8221   496914  1460150 |   200421     2465     29 | 42.059 % |
4.29/4.71	c 5	|      2691 |    8221   496914  1460150 |   220464     2690     29 | 42.059 % |
4.38/4.86	c 5	|      3028 |    8221   496914  1460150 |   242510     3027     28 | 42.059 % |
4.78/5.21	c 5	|      3535 |    6537   207376   605321 |   266761     3534     27 | 42.059 % |
4.98/5.43	c 6	|      4294 |    6537   207376   605321 |   293437     4293     26 | 42.059 % |
5.28/5.71	c 6	|      5434 |    6537   207376   605321 |   322781     5433     24 | 42.059 % |
5.68/6.15	c 6	|      7142 |    6537   207376   605321 |   355059     7141     23 | 42.059 % |
6.47/6.92	c 7	|      9704 |    6537   207376   605321 |   390565     9703     22 | 42.059 % |
7.57/8.07	c 8	|     13548 |    6537   207376   605321 |   429622    13547     22 | 42.059 % |
9.76/10.28	c 10	|     19314 |    6537   207376   605321 |   472584    19313     22 | 42.059 % |
14.24/14.74	c 15	|     27963 |    6537   207376   605321 |   519842    27962     22 | 42.059 % |
20.12/20.60	c 21	|     40937 |    6537   207376   605321 |   571827    40936     22 | 42.059 % |
30.57/31.17	c 31	|     60400 |    6537   207376   605321 |   629010    60399     23 | 42.059 % |
54.26/54.97	c 55	|     89593 |    6537   207376   605321 |   691911    89592     23 | 42.059 % |
107.75/108.67	c 109	|    133382 |    6537   207376   605321 |   761102   133381     24 | 42.059 % |
214.22/215.58	c 216	|    199066 |    6537   207376   605321 |   837212   199065     24 | 42.059 % |
400.57/402.61	c 403	|    297594 |    6537   207376   605321 |   920933   297593     26 | 42.059 % |
816.81/820.58	c 821	|    445383 |    6537   207376   605321 |  1013026   445382     28 | 42.059 % |
1628.01/1636.81	c 1637	|    667068 |    6537   207376   605321 |  1114329   667067     31 | 42.059 % |
3221.91/3240.43	c 3241	|    999594 |    6537   207376   605321 |  1225762   999593     33 | 42.059 % |
3600.07/3620.41	c ERROR INTERRUPTED
3600.07/3620.44	c 3621	CPU 3599.08 (0.06 0.04 3599.02 1)
3600.07/3620.44	c 3621	END Wed Jul 23 04:36:03 2008

Verifier Data (download as text)

OK	136	475
136 unsatisfied constraints, 475 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-1127859-1216776942/watcher-1127859-1216776942 -o /tmp/evaluation-result-1127859-1216776942/solver-1127859-1216776942 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1127859-1216776942.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: 1.00 1.00 1.00 5/67 8072
/proc/meminfo: memFree=1446160/2055920 swapFree=4192956/4192956
[pid=8072] ppid=8070 vsize=18572 CPUtime=0
/proc/8072/stat : 8072 (runsolver) R 8070 8072 8001 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 4783103 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 273653755175 0 0 4096 24578 0 0 0 17 1 0 0
/proc/8072/statm: 4643 292 257 25 0 2626 0

[startup+0.0880771 s]
/proc/loadavg: 1.00 1.00 1.00 5/67 8072
/proc/meminfo: memFree=1446160/2055920 swapFree=4192956/4192956
[pid=8072] ppid=8070 vsize=13336 CPUtime=0.03
/proc/8072/stat : 8072 (sugar++) D 8070 8072 8001 0 -1 4194304 732 0 0 0 2 1 0 0 18 0 1 0 4783103 13656064 700 996147200 4194304 4206940 548682068528 18446744073709551615 273653922405 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/8072/statm: 3334 700 338 3 0 434 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13336

[startup+0.103009 s]
/proc/loadavg: 1.00 1.00 1.00 5/67 8072
/proc/meminfo: memFree=1446160/2055920 swapFree=4192956/4192956
[pid=8072] ppid=8070 vsize=13336 CPUtime=0.03
/proc/8072/stat : 8072 (sugar++) D 8070 8072 8001 0 -1 4194304 736 0 0 0 2 1 0 0 18 0 1 0 4783103 13656064 704 996147200 4194304 4206940 548682068528 18446744073709551615 273662655486 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/8072/statm: 3334 704 338 3 0 434 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13336

[startup+0.302123 s]
/proc/loadavg: 1.00 1.00 1.00 5/67 8072
/proc/meminfo: memFree=1446160/2055920 swapFree=4192956/4192956
[pid=8072] ppid=8070 vsize=16740 CPUtime=0.08
/proc/8072/stat : 8072 (sugar++) S 8070 8072 8001 0 -1 4194304 1219 128 0 0 5 3 0 0 19 0 1 0 4783103 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8072/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16740

[startup+0.702 s]
/proc/loadavg: 1.00 1.00 1.00 5/67 8072
/proc/meminfo: memFree=1446160/2055920 swapFree=4192956/4192956
[pid=8072] ppid=8070 vsize=16740 CPUtime=0.42
/proc/8072/stat : 8072 (sugar++) S 8070 8072 8001 0 -1 4194304 1279 4530 0 1 5 3 28 6 17 0 1 0 4783103 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8072/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 16740

[startup+1.50205 s]
/proc/loadavg: 1.00 1.00 1.00 5/93 8120
/proc/meminfo: memFree=1407072/2055920 swapFree=4192956/4192956
[pid=8072] ppid=8070 vsize=16740 CPUtime=0.42
/proc/8072/stat : 8072 (sugar++) S 8070 8072 8001 0 -1 4194304 1297 4530 0 1 5 3 28 6 15 0 1 0 4783103 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8072/statm: 4185 1104 409 3 0 764 0
[pid=8101] ppid=8072 vsize=5356 CPUtime=0
/proc/8101/stat : 8101 (sh) S 8072 8072 8001 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4783170 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8101/statm: 1339 233 193 169 0 50 0
[pid=8102] ppid=8101 vsize=868460 CPUtime=0.79
/proc/8102/stat : 8102 (java) S 8101 8072 8001 0 -1 0 6540 0 5 0 74 5 0 0 18 0 9 0 4783170 889303040 5746 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8102/statm: 217115 5746 2563 9 0 211662 0
[pid=8102/tid=8103] ppid=8101 vsize=868460 CPUtime=0.45
/proc/8102/task/8103/stat : 8103 (java) R 8101 8072 8001 0 -1 64 2736 0 5 0 43 2 0 0 18 0 9 0 4783171 889303040 5746 996147200 134512640 134550740 4294955920 18446744073709551615 4126375104 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8102/tid=8106] ppid=8101 vsize=868460 CPUtime=0.06
/proc/8102/task/8106/stat : 8106 (java) S 8101 8072 8001 0 -1 64 1624 0 0 0 6 0 0 0 16 0 9 0 4783172 889303040 5746 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8102/tid=8107] ppid=8101 vsize=868460 CPUtime=0
/proc/8102/task/8107/stat : 8107 (java) S 8101 8072 8001 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4783172 889303040 5746 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8102/tid=8108] ppid=8101 vsize=868460 CPUtime=0
/proc/8102/task/8108/stat : 8108 (java) S 8101 8072 8001 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 4783172 889303040 5746 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8102/tid=8113] ppid=8101 vsize=868460 CPUtime=0
/proc/8102/task/8113/stat : 8113 (java) S 8101 8072 8001 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 4783174 889303040 5746 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8102/tid=8114] ppid=8101 vsize=868460 CPUtime=0.24
/proc/8102/task/8114/stat : 8114 (java) S 8101 8072 8001 0 -1 64 1488 0 0 0 24 0 0 0 16 0 9 0 4783174 889303040 5746 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8102/tid=8115] ppid=8101 vsize=868460 CPUtime=0
/proc/8102/task/8115/stat : 8115 (java) S 8101 8072 8001 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 4783174 889303040 5746 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8102/tid=8116] ppid=8101 vsize=868460 CPUtime=0
/proc/8102/task/8116/stat : 8116 (java) S 8101 8072 8001 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4783174 889303040 5746 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 890556

[startup+3.10132 s]
/proc/loadavg: 1.08 1.02 1.01 4/93 8120
/proc/meminfo: memFree=1378976/2055920 swapFree=4192956/4192956
[pid=8072] ppid=8070 vsize=16872 CPUtime=2.11
/proc/8072/stat : 8072 (sugar++) S 8070 8072 8001 0 -1 4194304 1548 11633 0 6 6 3 181 21 16 0 1 0 4783103 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8072/statm: 4218 1131 414 3 0 797 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 16872

[startup+6.30137 s]
/proc/loadavg: 1.08 1.02 1.01 3/76 8167
/proc/meminfo: memFree=1354888/2055920 swapFree=4192956/4192956
[pid=8072] ppid=8070 vsize=16872 CPUtime=2.51
/proc/8072/stat : 8072 (sugar++) S 8070 8072 8001 0 -1 4194304 1636 19373 0 8 6 4 214 27 15 0 1 0 4783103 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8072/statm: 4218 1131 414 3 0 797 0
[pid=8123] ppid=8072 vsize=24256 CPUtime=3.37
/proc/8123/stat : 8123 (minisat-inc) R 8072 8072 8001 0 -1 4194304 5797 0 0 0 334 3 0 0 25 0 1 0 4783343 24838144 5743 996147200 134512640 135134323 4294956192 18446744073709551615 134531891 0 0 4096 3 0 0 0 17 0 0 0
/proc/8123/statm: 6064 5743 80 151 0 5910 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 41128

[startup+12.7018 s]
/proc/loadavg: 1.29 1.06 1.02 3/76 8167
/proc/meminfo: memFree=1354768/2055920 swapFree=4192956/4192956
[pid=8072] ppid=8070 vsize=16872 CPUtime=2.51
/proc/8072/stat : 8072 (sugar++) S 8070 8072 8001 0 -1 4194304 1636 19373 0 8 6 4 214 27 16 0 1 0 4783103 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8072/statm: 4218 1131 414 3 0 797 0
[pid=8123] ppid=8072 vsize=24256 CPUtime=9.74
/proc/8123/stat : 8123 (minisat-inc) R 8072 8072 8001 0 -1 4194304 5814 0 0 0 971 3 0 0 25 0 1 0 4783343 24838144 5760 996147200 134512640 135134323 4294956192 18446744073709551615 134531929 0 0 4096 3 0 0 0 17 0 0 0
/proc/8123/statm: 6064 5760 80 151 0 5910 0
Current children cumulated CPU time (s) 12.25
Current children cumulated vsize (KiB) 41128

[startup+25.5017 s]
/proc/loadavg: 1.40 1.10 1.03 3/76 8167
/proc/meminfo: memFree=1354664/2055920 swapFree=4192956/4192956
[pid=8072] ppid=8070 vsize=16872 CPUtime=2.51
/proc/8072/stat : 8072 (sugar++) S 8070 8072 8001 0 -1 4194304 1636 19373 0 8 6 4 214 27 16 0 1 0 4783103 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8072/statm: 4218 1131 414 3 0 797 0
[pid=8123] ppid=8072 vsize=24500 CPUtime=22.48
/proc/8123/stat : 8123 (minisat-inc) R 8072 8072 8001 0 -1 4194304 5877 0 0 0 2245 3 0 0 25 0 1 0 4783343 25088000 5823 996147200 134512640 135134323 4294956192 18446744073709551615 134529126 0 0 4096 3 0 0 0 17 0 0 0
/proc/8123/statm: 6125 5823 80 151 0 5971 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 41372

[startup+51.1014 s]
/proc/loadavg: 1.68 1.18 1.06 3/76 8167
/proc/meminfo: memFree=1349544/2055920 swapFree=4192956/4192956
[pid=8072] ppid=8070 vsize=16872 CPUtime=2.51
/proc/8072/stat : 8072 (sugar++) S 8070 8072 8001 0 -1 4194304 1636 19373 0 8 6 4 214 27 16 0 1 0 4783103 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8072/statm: 4218 1131 414 3 0 797 0
[pid=8123] ppid=8072 vsize=27816 CPUtime=47.97
/proc/8123/stat : 8123 (minisat-inc) R 8072 8072 8001 0 -1 4194304 6688 0 0 0 4793 4 0 0 25 0 1 0 4783343 28483584 6634 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/8123/statm: 6954 6634 80 151 0 6800 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 44688

[startup+102.307 s]
/proc/loadavg: 1.90 1.33 1.12 3/76 8167
/proc/meminfo: memFree=1336936/2055920 swapFree=4192956/4192956
[pid=8072] ppid=8070 vsize=16872 CPUtime=2.51
/proc/8072/stat : 8072 (sugar++) S 8070 8072 8001 0 -1 4194304 1636 19373 0 8 6 4 214 27 16 0 1 0 4783103 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8072/statm: 4218 1131 414 3 0 797 0
[pid=8123] ppid=8072 vsize=33796 CPUtime=98.97
/proc/8123/stat : 8123 (minisat-inc) R 8072 8072 8001 0 -1 4194304 8166 0 0 0 9891 6 0 0 25 0 1 0 4783343 34607104 8112 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/8123/statm: 8449 8112 80 151 0 8295 0
Current children cumulated CPU time (s) 101.48
Current children cumulated vsize (KiB) 50668

[startup+162.302 s]
/proc/loadavg: 2.00 1.47 1.17 3/76 8167
/proc/meminfo: memFree=1324648/2055920 swapFree=4192956/4192956
[pid=8072] ppid=8070 vsize=16872 CPUtime=2.51
/proc/8072/stat : 8072 (sugar++) S 8070 8072 8001 0 -1 4194304 1636 19373 0 8 6 4 214 27 16 0 1 0 4783103 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8072/statm: 4218 1131 414 3 0 797 0
[pid=8123] ppid=8072 vsize=39272 CPUtime=158.72
/proc/8123/stat : 8123 (minisat-inc) R 8072 8072 8001 0 -1 4194304 9466 0 0 0 15865 7 0 0 25 0 1 0 4783343 40214528 9412 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/8123/statm: 9818 9412 80 151 0 9664 0
Current children cumulated CPU time (s) 161.23
Current children cumulated vsize (KiB) 56144

[startup+222.302 s]
/proc/loadavg: 2.00 1.56 1.22 3/76 8167
/proc/meminfo: memFree=1313896/2055920 swapFree=4192956/4192956
[pid=8072] ppid=8070 vsize=16872 CPUtime=2.51
/proc/8072/stat : 8072 (sugar++) S 8070 8072 8001 0 -1 4194304 1636 19373 0 8 6 4 214 27 16 0 1 0 4783103 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8072/statm: 4218 1131 414 3 0 797 0
[pid=8123] ppid=8072 vsize=43916 CPUtime=218.48
/proc/8123/stat : 8123 (minisat-inc) R 8072 8072 8001 0 -1 4194304 10675 0 0 0 21840 8 0 0 25 0 1 0 4783343 44969984 10621 996147200 134512640 135134323 4294956192 18446744073709551615 134531932 0 0 4096 3 0 0 0 17 0 0 0
/proc/8123/statm: 10979 10621 80 151 0 10825 0
Current children cumulated CPU time (s) 220.99
Current children cumulated vsize (KiB) 60788

[startup+282.302 s]
/proc/loadavg: 2.10 1.66 1.28 3/76 8167
/proc/meminfo: memFree=1308712/2055920 swapFree=4192956/4192956
[pid=8072] ppid=8070 vsize=16872 CPUtime=2.51
/proc/8072/stat : 8072 (sugar++) S 8070 8072 8001 0 -1 4194304 1636 19373 0 8 6 4 214 27 16 0 1 0 4783103 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8072/statm: 4218 1131 414 3 0 797 0
[pid=8123] ppid=8072 vsize=49440 CPUtime=278.24
/proc/8123/stat : 8123 (minisat-inc) R 8072 8072 8001 0 -1 4194304 11972 0 0 0 27815 9 0 0 25 0 1 0 4783343 50626560 11918 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/8123/statm: 12360 11918 80 151 0 12206 0
Current children cumulated CPU time (s) 280.75
Current children cumulated vsize (KiB) 66312

[startup+342.302 s]
/proc/loadavg: 2.06 1.74 1.33 3/76 8167
/proc/meminfo: memFree=1303208/2055920 swapFree=4192956/4192956
[pid=8072] ppid=8070 vsize=16872 CPUtime=2.51
/proc/8072/stat : 8072 (sugar++) S 8070 8072 8001 0 -1 4194304 1636 19373 0 8 6 4 214 27 16 0 1 0 4783103 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8072/statm: 4218 1131 414 3 0 797 0
[pid=8123] ppid=8072 vsize=54292 CPUtime=338
/proc/8123/stat : 8123 (minisat-inc) R 8072 8072 8001 0 -1 4194304 13187 0 0 0 33789 11 0 0 25 0 1 0 4783343 55595008 13133 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0

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

[pid=8123] ppid=8072 vsize=172244 CPUtime=2843.1
/proc/8123/stat : 8123 (minisat-inc) R 8072 8072 8001 0 -1 4194304 42152 0 0 0 284251 59 0 0 25 0 1 0 4783343 176377856 42082 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/8123/statm: 43061 42082 80 151 0 42907 0
Current children cumulated CPU time (s) 2845.61
Current children cumulated vsize (KiB) 189116

[startup+2922.3 s]
/proc/loadavg: 2.00 2.05 2.13 3/76 10263
/proc/meminfo: memFree=1002280/2055920 swapFree=4192956/4192956
[pid=8072] ppid=8070 vsize=16872 CPUtime=2.51
/proc/8072/stat : 8072 (sugar++) S 8070 8072 8001 0 -1 4194304 1636 19373 0 8 6 4 214 27 16 0 1 0 4783103 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8072/statm: 4218 1131 414 3 0 797 0
[pid=8123] ppid=8072 vsize=174272 CPUtime=2902.82
/proc/8123/stat : 8123 (minisat-inc) R 8072 8072 8001 0 -1 4194304 42608 0 0 0 290222 60 0 0 25 0 1 0 4783343 178454528 42538 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/8123/statm: 43568 42538 80 151 0 43414 0
Current children cumulated CPU time (s) 2905.33
Current children cumulated vsize (KiB) 191144

[startup+2982.3 s]
/proc/loadavg: 2.00 2.04 2.12 3/76 10263
/proc/meminfo: memFree=999656/2055920 swapFree=4192956/4192956
[pid=8072] ppid=8070 vsize=16872 CPUtime=2.51
/proc/8072/stat : 8072 (sugar++) S 8070 8072 8001 0 -1 4194304 1636 19373 0 8 6 4 214 27 16 0 1 0 4783103 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8072/statm: 4218 1131 414 3 0 797 0
[pid=8123] ppid=8072 vsize=176120 CPUtime=2962.54
/proc/8123/stat : 8123 (minisat-inc) R 8072 8072 8001 0 -1 4194304 43098 0 0 0 296193 61 0 0 25 0 1 0 4783343 180346880 43028 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/8123/statm: 44030 43028 80 151 0 43876 0
Current children cumulated CPU time (s) 2965.05
Current children cumulated vsize (KiB) 192992

[startup+3042.3 s]
/proc/loadavg: 2.00 2.03 2.11 3/76 10263
/proc/meminfo: memFree=995944/2055920 swapFree=4192956/4192956
[pid=8072] ppid=8070 vsize=16872 CPUtime=2.51
/proc/8072/stat : 8072 (sugar++) S 8070 8072 8001 0 -1 4194304 1636 19373 0 8 6 4 214 27 16 0 1 0 4783103 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8072/statm: 4218 1131 414 3 0 797 0
[pid=8123] ppid=8072 vsize=178020 CPUtime=3022.25
/proc/8123/stat : 8123 (minisat-inc) R 8072 8072 8001 0 -1 4194304 43580 0 0 0 302164 61 0 0 25 0 1 0 4783343 182292480 43510 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/8123/statm: 44505 43510 80 151 0 44351 0
Current children cumulated CPU time (s) 3024.76
Current children cumulated vsize (KiB) 194892

[startup+3102.3 s]
/proc/loadavg: 2.00 2.02 2.09 3/76 10263
/proc/meminfo: memFree=993000/2055920 swapFree=4192956/4192956
[pid=8072] ppid=8070 vsize=16872 CPUtime=2.51
/proc/8072/stat : 8072 (sugar++) S 8070 8072 8001 0 -1 4194304 1636 19373 0 8 6 4 214 27 16 0 1 0 4783103 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8072/statm: 4218 1131 414 3 0 797 0
[pid=8123] ppid=8072 vsize=181280 CPUtime=3081.96
/proc/8123/stat : 8123 (minisat-inc) R 8072 8072 8001 0 -1 4194304 44359 0 0 0 308134 62 0 0 25 0 1 0 4783343 185630720 44289 996147200 134512640 135134323 4294956192 18446744073709551615 134532035 0 0 4096 3 0 0 0 17 1 0 0
/proc/8123/statm: 45320 44289 80 151 0 45166 0
Current children cumulated CPU time (s) 3084.47
Current children cumulated vsize (KiB) 198152

[startup+3162.3 s]
/proc/loadavg: 2.00 2.02 2.09 3/76 10263
/proc/meminfo: memFree=991208/2055920 swapFree=4192956/4192956
[pid=8072] ppid=8070 vsize=16872 CPUtime=2.51
/proc/8072/stat : 8072 (sugar++) S 8070 8072 8001 0 -1 4194304 1636 19373 0 8 6 4 214 27 16 0 1 0 4783103 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8072/statm: 4218 1131 414 3 0 797 0
[pid=8123] ppid=8072 vsize=182736 CPUtime=3141.68
/proc/8123/stat : 8123 (minisat-inc) R 8072 8072 8001 0 -1 4194304 44775 0 0 0 314105 63 0 0 25 0 1 0 4783343 187121664 44705 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/8123/statm: 45684 44705 80 151 0 45530 0
Current children cumulated CPU time (s) 3144.19
Current children cumulated vsize (KiB) 199608

[startup+3222.3 s]
/proc/loadavg: 2.00 2.01 2.08 3/76 10263
/proc/meminfo: memFree=989608/2055920 swapFree=4192956/4192956
[pid=8072] ppid=8070 vsize=16872 CPUtime=2.51
/proc/8072/stat : 8072 (sugar++) S 8070 8072 8001 0 -1 4194304 1636 19373 0 8 6 4 214 27 16 0 1 0 4783103 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8072/statm: 4218 1131 414 3 0 797 0
[pid=8123] ppid=8072 vsize=184484 CPUtime=3201.39
/proc/8123/stat : 8123 (minisat-inc) R 8072 8072 8001 0 -1 4194304 45173 0 0 0 320075 64 0 0 25 0 1 0 4783343 188911616 45103 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/8123/statm: 46121 45103 80 151 0 45967 0
Current children cumulated CPU time (s) 3203.9
Current children cumulated vsize (KiB) 201356

[startup+3282.3 s]
/proc/loadavg: 2.00 2.01 2.07 3/76 10263
/proc/meminfo: memFree=986792/2055920 swapFree=4192956/4192956
[pid=8072] ppid=8070 vsize=16872 CPUtime=2.51
/proc/8072/stat : 8072 (sugar++) S 8070 8072 8001 0 -1 4194304 1636 19373 0 8 6 4 214 27 16 0 1 0 4783103 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8072/statm: 4218 1131 414 3 0 797 0
[pid=8123] ppid=8072 vsize=187640 CPUtime=3261.11
/proc/8123/stat : 8123 (minisat-inc) R 8072 8072 8001 0 -1 4194304 45835 0 0 0 326046 65 0 0 25 0 1 0 4783343 192143360 45765 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/8123/statm: 46910 45765 80 151 0 46756 0
Current children cumulated CPU time (s) 3263.62
Current children cumulated vsize (KiB) 204512

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/76 10263
/proc/meminfo: memFree=985448/2055920 swapFree=4192956/4192956
[pid=8072] ppid=8070 vsize=16872 CPUtime=2.51
/proc/8072/stat : 8072 (sugar++) S 8070 8072 8001 0 -1 4194304 1636 19373 0 8 6 4 214 27 16 0 1 0 4783103 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8072/statm: 4218 1131 414 3 0 797 0
[pid=8123] ppid=8072 vsize=189188 CPUtime=3320.82
/proc/8123/stat : 8123 (minisat-inc) R 8072 8072 8001 0 -1 4194304 46190 0 0 0 332017 65 0 0 25 0 1 0 4783343 193728512 46120 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/8123/statm: 47297 46120 80 151 0 47143 0
Current children cumulated CPU time (s) 3323.33
Current children cumulated vsize (KiB) 206060

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.06 3/76 10263
/proc/meminfo: memFree=983464/2055920 swapFree=4192956/4192956
[pid=8072] ppid=8070 vsize=16872 CPUtime=2.51
/proc/8072/stat : 8072 (sugar++) S 8070 8072 8001 0 -1 4194304 1636 19373 0 8 6 4 214 27 16 0 1 0 4783103 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8072/statm: 4218 1131 414 3 0 797 0
[pid=8123] ppid=8072 vsize=190564 CPUtime=3380.54
/proc/8123/stat : 8123 (minisat-inc) R 8072 8072 8001 0 -1 4194304 46556 0 0 0 337988 66 0 0 25 0 1 0 4783343 195137536 46486 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/8123/statm: 47641 46486 80 151 0 47487 0
Current children cumulated CPU time (s) 3383.05
Current children cumulated vsize (KiB) 207436

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/76 10263
/proc/meminfo: memFree=981416/2055920 swapFree=4192956/4192956
[pid=8072] ppid=8070 vsize=16872 CPUtime=2.51
/proc/8072/stat : 8072 (sugar++) S 8070 8072 8001 0 -1 4194304 1636 19373 0 8 6 4 214 27 16 0 1 0 4783103 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8072/statm: 4218 1131 414 3 0 797 0
[pid=8123] ppid=8072 vsize=192228 CPUtime=3440.24
/proc/8123/stat : 8123 (minisat-inc) R 8072 8072 8001 0 -1 4194304 46975 0 0 0 343958 66 0 0 25 0 1 0 4783343 196841472 46905 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/8123/statm: 48057 46905 80 151 0 47903 0
Current children cumulated CPU time (s) 3442.75
Current children cumulated vsize (KiB) 209100

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/76 10263
/proc/meminfo: memFree=980008/2055920 swapFree=4192956/4192956
[pid=8072] ppid=8070 vsize=16872 CPUtime=2.51
/proc/8072/stat : 8072 (sugar++) S 8070 8072 8001 0 -1 4194304 1636 19373 0 8 6 4 214 27 16 0 1 0 4783103 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8072/statm: 4218 1131 414 3 0 797 0
[pid=8123] ppid=8072 vsize=193896 CPUtime=3499.96
/proc/8123/stat : 8123 (minisat-inc) R 8072 8072 8001 0 -1 4194304 47364 0 0 0 349929 67 0 0 25 0 1 0 4783343 198549504 47294 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/8123/statm: 48474 47294 80 151 0 48320 0
Current children cumulated CPU time (s) 3502.47
Current children cumulated vsize (KiB) 210768

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/76 10263
/proc/meminfo: memFree=978280/2055920 swapFree=4192956/4192956
[pid=8072] ppid=8070 vsize=16872 CPUtime=2.51
/proc/8072/stat : 8072 (sugar++) S 8070 8072 8001 0 -1 4194304 1636 19373 0 8 6 4 214 27 16 0 1 0 4783103 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8072/statm: 4218 1131 414 3 0 797 0
[pid=8123] ppid=8072 vsize=195332 CPUtime=3559.67
/proc/8123/stat : 8123 (minisat-inc) R 8072 8072 8001 0 -1 4194304 47746 0 0 0 355900 67 0 0 25 0 1 0 4783343 200019968 47676 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/8123/statm: 48833 47676 80 151 0 48679 0
Current children cumulated CPU time (s) 3562.18
Current children cumulated vsize (KiB) 212204



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3620.4 s]
/proc/loadavg: 2.00 2.00 2.04 3/82 10299
/proc/meminfo: memFree=1057544/2055920 swapFree=4192956/4192956
[pid=8072] ppid=8070 vsize=16872 CPUtime=2.51
/proc/8072/stat : 8072 (sugar++) S 8070 8072 8001 0 -1 4194304 1636 19373 0 8 6 4 214 27 16 0 1 0 4783103 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8072/statm: 4218 1131 414 3 0 797 0
[pid=8123] ppid=8072 vsize=198060 CPUtime=3597.56
/proc/8123/stat : 8123 (minisat-inc) R 8072 8072 8001 0 -1 4194304 47953 0 0 0 359687 69 0 0 25 0 1 0 4783343 202813440 47883 996147200 134512640 135134323 4294956192 18446744073709551615 134529106 0 0 4096 3 0 0 0 17 1 0 0
/proc/8123/statm: 49515 47883 80 151 0 49361 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 214932

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

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

Child status: 0
Real time (s): 3620.45
CPU time (s): 3600.14
CPU user time (s): 3599.09
CPU system time (s): 1.05284
CPU usage (%): 99.4392
Max. virtual memory (cumulated for all children) (KiB): 890556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.09
system time used= 1.05284
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69041
page faults= 8
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4588
involuntary context switches= 54335

runsolver used 3.53346 second user time and 10.2274 second system time

The end

Launcher Data (download as text)

Begin job on node52 at 2008-07-23 03:35:42
IDJOB=1127859
IDBENCH=64076
IDSOLVER=367
FILE ID=node52/1127859-1216776942
PBS_JOBID= 7974235
Free space on /tmp= 66564 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/cnf/2-80-100-1000/normalized-cnf-2-80-700-089745_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1127859-1216776942/watcher-1127859-1216776942 -o /tmp/evaluation-result-1127859-1216776942/solver-1127859-1216776942 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1127859-1216776942.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4466a2b5ff8d5181518b883b0c09dad8
RANDOM SEED=1046841851

node52.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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1449576 kB
Buffers:         22584 kB
Cached:         520532 kB
SwapCached:          0 kB
Active:         363028 kB
Inactive:       194828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1449576 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             956 kB
Writeback:           0 kB
Mapped:          24484 kB
Slab:            34004 kB
Committed_AS:    58916 kB
PageTables:       1724 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= 66560 MiB
End job on node52 at 2008-07-23 04:36:04