Trace number 1127844

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.02 3616.93

General information on the benchmark

Namemaxcsp/cnf/2-80-100-1000/
normalized-cnf-2-80-600-364046_ext.xml
MD5SUM05b6abbe136acb2b0ea175c2094b4128
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints70
Best CPU time to get the best result obtained on this benchmark23.8254
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints541
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension541
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul 23 03:33:18 2008
0.00/0.04	c 0	PID 7653
0.03/0.05	c 0	HOST node10.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1127844-1216776798.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127844-1216776798.xml' 'HOME/temp.csp'
0.03/0.53	c 1	1 domains, 80 variables, 0 predicates, 13 relations, 541 constraints
0.03/0.56	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.56	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'
0.34/0.64	c 1	Parsing HOME/temp.csp
0.34/0.76	c 1	parsed 635 expressions
0.34/0.77	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.34/0.78	c 1	MAX CSP: 541 constraints
0.34/0.78	c 1	Converting to clausal form CSP
0.34/0.81	c 1	converted 118 (10%) expressions
0.34/0.82	c 1	converted 236 (20%) expressions
0.34/0.83	c 1	converted 354 (30%) expressions
0.34/0.84	c 1	converted 472 (40%) expressions
0.34/0.85	c 1	converted 590 (50%) expressions
0.34/0.87	c 1	converted 708 (60%) expressions
0.34/0.87	c 1	converted 826 (70%) expressions
0.34/0.88	c 1	converted 944 (80%) expressions
0.34/0.89	c 1	converted 1062 (90%) expressions
0.77/1.07	c 1	converted 1179 (100%) expressions
0.77/1.07	c 1	CSP : 1162 integers, 0 booleans, 1622 clauses, largest domain size 812
0.77/1.07	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.77/1.07	c 1	Propagation in CSP
0.77/1.10	c 1	536 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.88/1.10	c 1	CSP : 1162 integers, 0 booleans, 1622 clauses, largest domain size 542
0.88/1.10	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.88/1.10	c 1	Simplifing CSP by introducing new Boolean variables
0.88/1.11	c 1	CSP : 1162 integers, 0 booleans, 1622 clauses, largest domain size 542
0.88/1.11	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.88/1.14	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.88/1.16	c 1	117 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.88/1.16	c 1	233 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.88/1.16	c 1	349 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.88/1.16	c 1	465 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.88/1.16	c 1	581 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.88/1.16	c 1	698 (60%) CSP integer variables are encoded (911 clauses, 11152 bytes)
0.88/1.17	c 1	814 (70%) CSP integer variables are encoded (1589 clauses, 19966 bytes)
0.88/1.17	c 1	930 (80%) CSP integer variables are encoded (2618 clauses, 33343 bytes)
0.88/1.18	c 1	1046 (90%) CSP integer variables are encoded (7413 clauses, 95678 bytes)
0.88/1.18	c 1	1162 (100%) CSP integer variables are encoded (8720 clauses, 112669 bytes)
0.97/1.20	c 1	163 (10%) CSP clauses are encoded (8886 clauses, 114813 bytes)
0.97/1.22	c 1	325 (20%) CSP clauses are encoded (9056 clauses, 117164 bytes)
0.97/1.23	c 1	487 (30%) CSP clauses are encoded (9224 clauses, 119473 bytes)
0.97/1.25	c 1	649 (40%) CSP clauses are encoded (11212 clauses, 152887 bytes)
0.97/1.29	c 1	811 (50%) CSP clauses are encoded (29576 clauses, 484483 bytes)
1.07/1.31	c 1	974 (60%) CSP clauses are encoded (35174 clauses, 582577 bytes)
1.07/1.40	c 1	1136 (70%) CSP clauses are encoded (87419 clauses, 1539155 bytes)
1.18/1.41	c 1	1298 (80%) CSP clauses are encoded (93837 clauses, 1651910 bytes)
1.47/1.71	c 2	1460 (90%) CSP clauses are encoded (244895 clauses, 4390390 bytes)
1.67/1.98	c 2	1622 (100%) CSP clauses are encoded (392301 clauses, 7100856 bytes)
1.67/1.98	c 2	1622 CSP clauses encoded
1.67/1.98	c 2	Writing map file : HOME/temp.map
1.67/1.99	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.67/1.99	c 2	SAT : 9882 SAT variables, 392301 SAT clauses, 7100856 bytes
1.67/1.99	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.77/2.02	c 2	OBJECTIVE minimize _COST
1.77/2.02	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.77/2.02	c 2	SEARCHING: _COST <= 271
1.77/2.02	c 2	SOLVING HOME/temp.cnf
1.77/2.02	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.77/2.03	c 2	This is MiniSat 2.0 beta
1.77/2.03	c 2	WARNING: for repeatability, setting FPU to use double precision
1.77/2.03	c 2	============================[ Problem Statistics ]=============================
1.77/2.03	c 2	|                                                                             |
1.77/2.03	c 2	|  Number of variables:  9882                                                 |
1.77/2.03	c 2	|  Number of clauses:    392302                                               |
1.95/2.23	c 2	|  Parsing time:         0.17         s                                       |
2.04/2.34	c 2	============================[ Search Statistics ]==============================
2.04/2.34	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.04/2.34	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.04/2.34	c 2	===============================================================================
2.04/2.34	c 2	|         0 |    7182   250996   734089 |    83665        0    nan |  0.000 % |
2.13/2.49	c 3	|       101 |    7180   250996   734089 |    92031      100     27 | 27.434 % |
2.24/2.52	c 3	|       252 |    7180   250996   734089 |   101235      251     24 | 27.434 % |
2.33/2.62	c 3	|       477 |    7180   250996   734089 |   111358      476     33 | 27.434 % |
2.43/2.71	c 3	|       816 |    7180   250996   734089 |   122494      815     37 | 27.434 % |
2.43/2.72	c 3	===============================================================================
2.43/2.72	c 3	restarts              : 5
2.43/2.72	c 3	conflicts             : 821            (1257 /sec)
2.43/2.72	c 3	decisions             : 2257           (0.84 % random) (3457 /sec)
2.43/2.72	c 3	propagations          : 452370         (692863 /sec)
2.43/2.72	c 3	conflict literals     : 29880          (12.33 % deleted)
2.43/2.72	c 3	Memory used           : 17.55 MB
2.43/2.72	c 3	CPU time              : 0.6529 s
2.43/2.72	c 3	
2.43/2.73	c 3	SATISFIABLE
2.43/2.73	c 3	FOUND: _COST <= 271
2.43/2.73	s SATISFIABLE
2.43/2.73	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.43/2.73	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.48/2.81	c 3	Decoding HOME/temp.out
2.49/2.91	c 3	OBJECTIVE _COST 210
2.49/2.91	o 210
2.49/2.92	v 1 0 1 1 1 1 1 1 0 1 1 1 1 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 0 1 0 1 1 1 1 0 1 0 1 1 1 1 1 0 1 1 1 1 0 1 1 1 0 0 0 1 1 1 1 1 1 1 1 0 1 0 1 0 0 0 1 1 1 1 1
2.49/2.92	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.49/2.94	c 3	OBJECTIVE BOUND: 0 <= _COST <= 210
2.49/2.94	c 3	SEARCHING: _COST <= 105
2.49/2.94	c 3	SOLVING HOME/temp.cnf
2.49/2.94	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.49/2.95	c 3	This is MiniSat 2.0 beta
2.49/2.95	c 3	WARNING: for repeatability, setting FPU to use double precision
2.49/2.95	c 3	============================[ Problem Statistics ]=============================
2.49/2.95	c 3	|                                                                             |
2.49/2.95	c 3	|  Number of variables:  9882                                                 |
2.49/2.95	c 3	|  Number of clauses:    392302                                               |
2.68/3.15	c 3	|  Parsing time:         0.18         s                                       |
3.03/3.31	c 3	============================[ Search Statistics ]==============================
3.03/3.31	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.03/3.31	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.03/3.31	c 3	===============================================================================
3.03/3.31	c 3	|         0 |    5265   131591   381459 |    43863        0    nan |  0.000 % |
3.03/3.37	c 3	|       100 |    5263   131591   381459 |    48250       99     17 | 46.843 % |
3.03/3.40	c 3	|       250 |    5263   131591   381459 |    53075      249     16 | 46.843 % |
3.12/3.44	c 3	|       480 |    5263   131591   381459 |    58382      479     16 | 46.843 % |
3.22/3.54	c 4	|       817 |    5263   131591   381459 |    64220      816     22 | 46.843 % |
3.32/3.63	c 4	|      1323 |    5253   131172   380246 |    70642     1322     25 | 46.843 % |
3.51/3.80	c 4	|      2082 |    5253   131172   380246 |    77707     2081     27 | 46.843 % |
3.71/4.03	c 4	|      3221 |    5253   131172   380246 |    85477     3220     29 | 46.843 % |
4.11/4.47	c 5	|      4930 |    5253   131172   380246 |    94025     4929     32 | 46.843 % |
4.51/4.89	c 5	|      7492 |    5253   131172   380246 |   103428     7491     30 | 46.843 % |
5.40/5.74	c 6	|     11337 |    5253   131172   380246 |   113771    11336     29 | 46.843 % |
7.29/7.69	c 8	|     17103 |    5253   131172   380246 |   125148    17102     35 | 46.843 % |
10.38/10.79	c 11	|     25753 |    5253   131172   380246 |   137662    25752     38 | 46.843 % |
16.17/16.59	c 17	|     38727 |    5253   131172   380246 |   151429    38726     39 | 46.843 % |
26.62/27.07	c 27	|     58188 |    5253   131172   380246 |   166572    58187     42 | 46.843 % |
51.40/52.00	c 52	|     87381 |    5253   131172   380246 |   183229    87380     46 | 46.843 % |
87.95/88.63	c 89	|    131172 |    5253   131172   380246 |   201552   131171     44 | 46.843 % |
177.28/178.33	c 178	|    196857 |    5253   131172   380246 |   221707   196856     43 | 46.843 % |
274.77/276.25	c 276	|    295384 |    5253   131172   380246 |   243878    82347     42 | 46.843 % |
514.40/516.87	c 517	|    443173 |    5253   131172   380246 |   268266   230136     42 | 46.843 % |
890.85/894.82	c 895	|    664856 |    5253   131172   380246 |   295092   192681     43 | 46.843 % |
1561.09/1567.84	c 1568	|    997381 |    5253   131172   380246 |   324602   239181     51 | 46.843 % |
2468.09/2480.35	c 2480	|   1496169 |    5253   131172   380246 |   357062   113908     45 | 46.843 % |
3600.02/3616.91	c ERROR INTERRUPTED
3600.02/3616.92	c 3617	CPU 2.49 (0.04 0 2.45 0.19)
3600.02/3616.92	c 3617	END Wed Jul 23 04:33:35 2008

Verifier Data (download as text)

OK	128	413
128 unsatisfied constraints, 413 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-1127844-1216776798/watcher-1127844-1216776798 -o /tmp/evaluation-result-1127844-1216776798/solver-1127844-1216776798 -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-1127844-1216776798.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.92 1.98 1.91 5/82 7653
/proc/meminfo: memFree=1151168/2055920 swapFree=4192956/4192956
[pid=7653] ppid=7651 vsize=18572 CPUtime=0
/proc/7653/stat : 7653 (runsolver) R 7651 7653 7486 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 4770842 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 214919867687 0 0 4096 24578 0 0 0 17 1 0 0
/proc/7653/statm: 4643 292 257 25 0 2626 0

[startup+0.047282 s]
/proc/loadavg: 1.92 1.98 1.91 5/82 7653
/proc/meminfo: memFree=1151168/2055920 swapFree=4192956/4192956
[pid=7653] ppid=7651 vsize=13600 CPUtime=0.03
/proc/7653/stat : 7653 (sugar) S 7651 7653 7486 0 -1 4194304 838 0 0 0 3 0 0 0 18 0 1 0 4770842 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7653/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101731 s]
/proc/loadavg: 1.92 1.98 1.91 5/82 7653
/proc/meminfo: memFree=1151168/2055920 swapFree=4192956/4192956
[pid=7653] ppid=7651 vsize=13600 CPUtime=0.03
/proc/7653/stat : 7653 (sugar) S 7651 7653 7486 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 4770842 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7653/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301763 s]
/proc/loadavg: 1.92 1.98 1.91 5/82 7653
/proc/meminfo: memFree=1151168/2055920 swapFree=4192956/4192956
[pid=7653] ppid=7651 vsize=13600 CPUtime=0.03
/proc/7653/stat : 7653 (sugar) S 7651 7653 7486 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 4770842 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7653/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70184 s]
/proc/loadavg: 1.92 1.98 1.91 5/82 7653
/proc/meminfo: memFree=1151168/2055920 swapFree=4192956/4192956
[pid=7653] ppid=7651 vsize=13600 CPUtime=0.34
/proc/7653/stat : 7653 (sugar) S 7651 7653 7486 0 -1 4194304 974 4529 0 1 3 0 28 3 16 0 1 0 4770842 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7653/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 13600

[startup+1.50292 s]
/proc/loadavg: 1.92 1.98 1.91 4/93 7675
/proc/meminfo: memFree=1124264/2055920 swapFree=4192956/4192956
[pid=7653] ppid=7651 vsize=13600 CPUtime=0.34
/proc/7653/stat : 7653 (sugar) S 7651 7653 7486 0 -1 4194304 974 4529 0 1 3 0 28 3 15 0 1 0 4770842 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7653/statm: 3400 797 370 3 0 500 0
[pid=7666] ppid=7653 vsize=5356 CPUtime=0
/proc/7666/stat : 7666 (sh) S 7653 7653 7486 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4770898 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7666/statm: 1339 233 193 169 0 50 0
[pid=7667] ppid=7666 vsize=868456 CPUtime=0.93
/proc/7667/stat : 7667 (java) S 7666 7653 7486 0 -1 0 6532 0 1 0 88 5 0 0 19 0 9 0 4770898 889298944 5705 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7667/statm: 217114 5705 2563 9 0 211661 0
[pid=7667/tid=7668] ppid=7666 vsize=868456 CPUtime=0.58
/proc/7667/task/7668/stat : 7668 (java) R 7666 7653 7486 0 -1 64 2777 0 1 0 56 2 0 0 18 0 9 0 4770899 889298944 5705 996147200 134512640 134550740 4294955936 18446744073709551615 4126954332 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7667/tid=7669] ppid=7666 vsize=868456 CPUtime=0.08
/proc/7667/task/7669/stat : 7669 (java) S 7666 7653 7486 0 -1 64 1581 0 0 0 8 0 0 0 16 0 9 0 4770900 889298944 5705 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7667/tid=7670] ppid=7666 vsize=868456 CPUtime=0
/proc/7667/task/7670/stat : 7670 (java) S 7666 7653 7486 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4770901 889298944 5705 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7667/tid=7671] ppid=7666 vsize=868456 CPUtime=0
/proc/7667/task/7671/stat : 7671 (java) S 7666 7653 7486 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 4770901 889298944 5705 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7667/tid=7672] ppid=7666 vsize=868456 CPUtime=0
/proc/7667/task/7672/stat : 7672 (java) S 7666 7653 7486 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4770903 889298944 5705 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7667/tid=7673] ppid=7666 vsize=868456 CPUtime=0.24
/proc/7667/task/7673/stat : 7673 (java) S 7666 7653 7486 0 -1 64 1481 0 0 0 23 1 0 0 16 0 9 0 4770903 889298944 5705 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7667/tid=7674] ppid=7666 vsize=868456 CPUtime=0
/proc/7667/task/7674/stat : 7674 (java) S 7666 7653 7486 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4770903 889298944 5705 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7667/tid=7675] ppid=7666 vsize=868456 CPUtime=0
/proc/7667/task/7675/stat : 7675 (java) S 7666 7653 7486 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4770903 889298944 5705 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 887412

[startup+3.10115 s]
/proc/loadavg: 2.01 2.00 1.91 3/76 7688
/proc/meminfo: memFree=1114928/2055920 swapFree=4192956/4192956
[pid=7653] ppid=7651 vsize=13732 CPUtime=2.68
/proc/7653/stat : 7653 (sugar) S 7651 7653 7486 0 -1 4194304 1190 19996 0 3 4 0 245 19 16 0 1 0 4770842 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7653/statm: 3433 819 374 3 0 533 0
Current children cumulated CPU time (s) 2.68
Current children cumulated vsize (KiB) 13732

[startup+6.30158 s]
/proc/loadavg: 2.01 2.00 1.91 3/76 7710
/proc/meminfo: memFree=1104440/2055920 swapFree=4192956/4192956
[pid=7653] ppid=7651 vsize=13732 CPUtime=2.68
/proc/7653/stat : 7653 (sugar) S 7651 7653 7486 0 -1 4194304 1190 19996 0 3 4 0 245 19 16 0 1 0 4770842 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7653/statm: 3433 819 374 3 0 533 0
[pid=7699] ppid=7653 vsize=5356 CPUtime=0
/proc/7699/stat : 7699 (sh) S 7653 7653 7486 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4771137 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7699/statm: 1339 232 193 169 0 50 0
[pid=7700] ppid=7699 vsize=18400 CPUtime=3.32
/proc/7700/stat : 7700 (minisat) R 7699 7653 7486 0 -1 4194304 4401 0 0 0 330 2 0 0 25 0 1 0 4771137 18841600 4387 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7700/statm: 4600 4387 76 150 0 4447 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 37488

[startup+12.7025 s]
/proc/loadavg: 2.01 2.00 1.91 3/76 7710
/proc/meminfo: memFree=1104384/2055920 swapFree=4192956/4192956
[pid=7653] ppid=7651 vsize=13732 CPUtime=2.68
/proc/7653/stat : 7653 (sugar) S 7651 7653 7486 0 -1 4194304 1190 19996 0 3 4 0 245 19 16 0 1 0 4770842 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7653/statm: 3433 819 374 3 0 533 0
[pid=7699] ppid=7653 vsize=5356 CPUtime=0
/proc/7699/stat : 7699 (sh) S 7653 7653 7486 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4771137 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7699/statm: 1339 232 193 169 0 50 0
[pid=7700] ppid=7699 vsize=18400 CPUtime=9.69
/proc/7700/stat : 7700 (minisat) R 7699 7653 7486 0 -1 4194304 4418 0 0 0 967 2 0 0 25 0 1 0 4771137 18841600 4404 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 0 0 0
/proc/7700/statm: 4600 4404 76 150 0 4447 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 37488

[startup+25.5012 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 7710
/proc/meminfo: memFree=1098824/2055920 swapFree=4192956/4192956
[pid=7653] ppid=7651 vsize=13732 CPUtime=2.68
/proc/7653/stat : 7653 (sugar) S 7651 7653 7486 0 -1 4194304 1190 19996 0 3 4 0 245 19 16 0 1 0 4770842 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7653/statm: 3433 819 374 3 0 533 0
[pid=7699] ppid=7653 vsize=5356 CPUtime=0
/proc/7699/stat : 7699 (sh) S 7653 7653 7486 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4771137 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7699/statm: 1339 232 193 169 0 50 0
[pid=7700] ppid=7699 vsize=23424 CPUtime=22.44
/proc/7700/stat : 7700 (minisat) R 7699 7653 7486 0 -1 4194304 5679 0 0 0 2240 4 0 0 25 0 1 0 4771137 23986176 5665 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7700/statm: 5856 5665 76 150 0 5703 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 42512

[startup+51.1017 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 7710
/proc/meminfo: memFree=1086664/2055920 swapFree=4192956/4192956
[pid=7653] ppid=7651 vsize=13732 CPUtime=2.68
/proc/7653/stat : 7653 (sugar) S 7651 7653 7486 0 -1 4194304 1190 19996 0 3 4 0 245 19 16 0 1 0 4770842 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7653/statm: 3433 819 374 3 0 533 0
[pid=7699] ppid=7653 vsize=5356 CPUtime=0
/proc/7699/stat : 7699 (sh) S 7653 7653 7486 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4771137 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7699/statm: 1339 232 193 169 0 50 0
[pid=7700] ppid=7699 vsize=31040 CPUtime=47.93
/proc/7700/stat : 7700 (minisat) R 7699 7653 7486 0 -1 4194304 7572 0 0 0 4786 7 0 0 25 0 1 0 4771137 31784960 7558 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 0 0 0
/proc/7700/statm: 7760 7558 76 150 0 7607 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 50128

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 7710
/proc/meminfo: memFree=1068296/2055920 swapFree=4192956/4192956
[pid=7653] ppid=7651 vsize=13732 CPUtime=2.68
/proc/7653/stat : 7653 (sugar) S 7651 7653 7486 0 -1 4194304 1190 19996 0 3 4 0 245 19 16 0 1 0 4770842 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7653/statm: 3433 819 374 3 0 533 0
[pid=7699] ppid=7653 vsize=5356 CPUtime=0
/proc/7699/stat : 7699 (sh) S 7653 7653 7486 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4771137 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7699/statm: 1339 232 193 169 0 50 0
[pid=7700] ppid=7699 vsize=42836 CPUtime=98.92
/proc/7700/stat : 7700 (minisat) R 7699 7653 7486 0 -1 4194304 10434 0 0 0 9881 11 0 0 25 0 1 0 4771137 43864064 10420 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7700/statm: 10709 10420 76 150 0 10556 0
Current children cumulated CPU time (s) 101.6
Current children cumulated vsize (KiB) 61924

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 7710
/proc/meminfo: memFree=1053128/2055920 swapFree=4192956/4192956
[pid=7653] ppid=7651 vsize=13732 CPUtime=2.68
/proc/7653/stat : 7653 (sugar) S 7651 7653 7486 0 -1 4194304 1190 19996 0 3 4 0 245 19 16 0 1 0 4770842 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7653/statm: 3433 819 374 3 0 533 0
[pid=7699] ppid=7653 vsize=5356 CPUtime=0
/proc/7699/stat : 7699 (sh) S 7653 7653 7486 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4771137 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7699/statm: 1339 232 193 169 0 50 0
[pid=7700] ppid=7699 vsize=51404 CPUtime=158.66
/proc/7700/stat : 7700 (minisat) R 7699 7653 7486 0 -1 4194304 12602 0 0 0 15854 12 0 0 25 0 1 0 4771137 52637696 12588 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7700/statm: 12851 12588 76 150 0 12698 0
Current children cumulated CPU time (s) 161.34
Current children cumulated vsize (KiB) 70492

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 7710
/proc/meminfo: memFree=1039176/2055920 swapFree=4192956/4192956
[pid=7653] ppid=7651 vsize=13732 CPUtime=2.68
/proc/7653/stat : 7653 (sugar) S 7651 7653 7486 0 -1 4194304 1190 19996 0 3 4 0 245 19 16 0 1 0 4770842 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7653/statm: 3433 819 374 3 0 533 0
[pid=7699] ppid=7653 vsize=5356 CPUtime=0
/proc/7699/stat : 7699 (sh) S 7653 7653 7486 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4771137 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7699/statm: 1339 232 193 169 0 50 0
[pid=7700] ppid=7699 vsize=60000 CPUtime=218.42
/proc/7700/stat : 7700 (minisat) R 7699 7653 7486 0 -1 4194304 14680 0 0 0 21828 14 0 0 25 0 1 0 4771137 61440000 14666 996147200 134512640 135127466 4294956256 18446744073709551615 134523436 0 0 4096 3 0 0 0 17 0 0 0
/proc/7700/statm: 15000 14666 76 150 0 14847 0
Current children cumulated CPU time (s) 221.1
Current children cumulated vsize (KiB) 79088

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

/proc/meminfo: memFree=948424/2055920 swapFree=4192956/4192956
[pid=7653] ppid=7651 vsize=13732 CPUtime=2.68
/proc/7653/stat : 7653 (sugar) S 7651 7653 7486 0 -1 4194304 1190 19996 0 3 4 0 245 19 16 0 1 0 4770842 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7653/statm: 3433 819 374 3 0 533 0
[pid=7699] ppid=7653 vsize=5356 CPUtime=0
/proc/7699/stat : 7699 (sh) S 7653 7653 7486 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4771137 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7699/statm: 1339 232 193 169 0 50 0
[pid=7700] ppid=7699 vsize=103460 CPUtime=3144.6
/proc/7700/stat : 7700 (minisat) R 7699 7653 7486 0 -1 4194304 25212 0 0 0 314427 33 0 0 25 0 1 0 4771137 105943040 25198 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7700/statm: 25865 25198 76 150 0 25712 0
Current children cumulated CPU time (s) 3147.28
Current children cumulated vsize (KiB) 122548

[startup+3222.3 s]
/proc/loadavg: 2.07 2.06 2.00 3/76 8214
/proc/meminfo: memFree=946632/2055920 swapFree=4192956/4192956
[pid=7653] ppid=7651 vsize=13732 CPUtime=2.68
/proc/7653/stat : 7653 (sugar) S 7651 7653 7486 0 -1 4194304 1190 19996 0 3 4 0 245 19 16 0 1 0 4770842 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7653/statm: 3433 819 374 3 0 533 0
[pid=7699] ppid=7653 vsize=5356 CPUtime=0
/proc/7699/stat : 7699 (sh) S 7653 7653 7486 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4771137 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7699/statm: 1339 232 193 169 0 50 0
[pid=7700] ppid=7699 vsize=103460 CPUtime=3204.37
/proc/7700/stat : 7700 (minisat) R 7699 7653 7486 0 -1 4194304 25215 0 0 0 320403 34 0 0 25 0 1 0 4771137 105943040 25201 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/7700/statm: 25865 25201 76 150 0 25712 0
Current children cumulated CPU time (s) 3207.05
Current children cumulated vsize (KiB) 122548

[startup+3282.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/76 8214
/proc/meminfo: memFree=944584/2055920 swapFree=4192956/4192956
[pid=7653] ppid=7651 vsize=13732 CPUtime=2.68
/proc/7653/stat : 7653 (sugar) S 7651 7653 7486 0 -1 4194304 1190 19996 0 3 4 0 245 19 16 0 1 0 4770842 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7653/statm: 3433 819 374 3 0 533 0
[pid=7699] ppid=7653 vsize=5356 CPUtime=0
/proc/7699/stat : 7699 (sh) S 7653 7653 7486 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4771137 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7699/statm: 1339 232 193 169 0 50 0
[pid=7700] ppid=7699 vsize=103868 CPUtime=3264.12
/proc/7700/stat : 7700 (minisat) R 7699 7653 7486 0 -1 4194304 25297 0 0 0 326378 34 0 0 25 0 1 0 4771137 106360832 25283 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7700/statm: 25967 25283 76 150 0 25814 0
Current children cumulated CPU time (s) 3266.8
Current children cumulated vsize (KiB) 122956

[startup+3342.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/76 8214
/proc/meminfo: memFree=944520/2055920 swapFree=4192956/4192956
[pid=7653] ppid=7651 vsize=13732 CPUtime=2.68
/proc/7653/stat : 7653 (sugar) S 7651 7653 7486 0 -1 4194304 1190 19996 0 3 4 0 245 19 16 0 1 0 4770842 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7653/statm: 3433 819 374 3 0 533 0
[pid=7699] ppid=7653 vsize=5356 CPUtime=0
/proc/7699/stat : 7699 (sh) S 7653 7653 7486 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4771137 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7699/statm: 1339 232 193 169 0 50 0
[pid=7700] ppid=7699 vsize=103988 CPUtime=3323.87
/proc/7700/stat : 7700 (minisat) R 7699 7653 7486 0 -1 4194304 25319 0 0 0 332353 34 0 0 25 0 1 0 4771137 106483712 25305 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7700/statm: 25997 25305 76 150 0 25844 0
Current children cumulated CPU time (s) 3326.55
Current children cumulated vsize (KiB) 123076

[startup+3402.31 s]
/proc/loadavg: 2.01 2.04 2.00 3/76 8214
/proc/meminfo: memFree=943944/2055920 swapFree=4192956/4192956
[pid=7653] ppid=7651 vsize=13732 CPUtime=2.68
/proc/7653/stat : 7653 (sugar) S 7651 7653 7486 0 -1 4194304 1190 19996 0 3 4 0 245 19 16 0 1 0 4770842 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7653/statm: 3433 819 374 3 0 533 0
[pid=7699] ppid=7653 vsize=5356 CPUtime=0
/proc/7699/stat : 7699 (sh) S 7653 7653 7486 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4771137 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7699/statm: 1339 232 193 169 0 50 0
[pid=7700] ppid=7699 vsize=104452 CPUtime=3383.63
/proc/7700/stat : 7700 (minisat) R 7699 7653 7486 0 -1 4194304 25441 0 0 0 338329 34 0 0 25 0 1 0 4771137 106958848 25419 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/7700/statm: 26113 25419 76 150 0 25960 0
Current children cumulated CPU time (s) 3386.31
Current children cumulated vsize (KiB) 123540

[startup+3462.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/76 8214
/proc/meminfo: memFree=941384/2055920 swapFree=4192956/4192956
[pid=7653] ppid=7651 vsize=13732 CPUtime=2.68
/proc/7653/stat : 7653 (sugar) S 7651 7653 7486 0 -1 4194304 1190 19996 0 3 4 0 245 19 16 0 1 0 4770842 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7653/statm: 3433 819 374 3 0 533 0
[pid=7699] ppid=7653 vsize=5356 CPUtime=0
/proc/7699/stat : 7699 (sh) S 7653 7653 7486 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4771137 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7699/statm: 1339 232 193 169 0 50 0
[pid=7700] ppid=7699 vsize=106564 CPUtime=3443.38
/proc/7700/stat : 7700 (minisat) R 7699 7653 7486 0 -1 4194304 25964 0 0 0 344303 35 0 0 25 0 1 0 4771137 109121536 25942 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7700/statm: 26641 25942 76 150 0 26488 0
Current children cumulated CPU time (s) 3446.06
Current children cumulated vsize (KiB) 125652

[startup+3522.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/76 8214
/proc/meminfo: memFree=937288/2055920 swapFree=4192956/4192956
[pid=7653] ppid=7651 vsize=13732 CPUtime=2.68
/proc/7653/stat : 7653 (sugar) S 7651 7653 7486 0 -1 4194304 1190 19996 0 3 4 0 245 19 16 0 1 0 4770842 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7653/statm: 3433 819 374 3 0 533 0
[pid=7699] ppid=7653 vsize=5356 CPUtime=0
/proc/7699/stat : 7699 (sh) S 7653 7653 7486 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4771137 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7699/statm: 1339 232 193 169 0 50 0
[pid=7700] ppid=7699 vsize=110576 CPUtime=3503.14
/proc/7700/stat : 7700 (minisat) R 7699 7653 7486 0 -1 4194304 26970 0 0 0 350277 37 0 0 25 0 1 0 4771137 113229824 26948 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/7700/statm: 27644 26948 76 150 0 27491 0
Current children cumulated CPU time (s) 3505.82
Current children cumulated vsize (KiB) 129664

[startup+3582.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/76 8214
/proc/meminfo: memFree=936968/2055920 swapFree=4192956/4192956
[pid=7653] ppid=7651 vsize=13732 CPUtime=2.68
/proc/7653/stat : 7653 (sugar) S 7651 7653 7486 0 -1 4194304 1190 19996 0 3 4 0 245 19 16 0 1 0 4770842 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7653/statm: 3433 819 374 3 0 533 0
[pid=7699] ppid=7653 vsize=5356 CPUtime=0
/proc/7699/stat : 7699 (sh) S 7653 7653 7486 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4771137 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7699/statm: 1339 232 193 169 0 50 0
[pid=7700] ppid=7699 vsize=110740 CPUtime=3562.89
/proc/7700/stat : 7700 (minisat) R 7699 7653 7486 0 -1 4194304 26998 0 0 0 356252 37 0 0 25 0 1 0 4771137 113397760 26976 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/7700/statm: 27685 26976 76 150 0 27532 0
Current children cumulated CPU time (s) 3565.57
Current children cumulated vsize (KiB) 129828



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3616.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 8214
/proc/meminfo: memFree=936840/2055920 swapFree=4192956/4192956
[pid=7653] ppid=7651 vsize=13732 CPUtime=2.68
/proc/7653/stat : 7653 (sugar) S 7651 7653 7486 0 -1 4194304 1190 19996 0 3 4 0 245 19 16 0 1 0 4770842 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7653/statm: 3433 819 374 3 0 533 0
[pid=7699] ppid=7653 vsize=5356 CPUtime=0
/proc/7699/stat : 7699 (sh) S 7653 7653 7486 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4771137 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7699/statm: 1339 232 193 169 0 50 0
[pid=7700] ppid=7699 vsize=110904 CPUtime=3597.34
/proc/7700/stat : 7700 (minisat) R 7699 7653 7486 0 -1 4194304 27031 0 0 0 359697 37 0 0 25 0 1 0 4771137 113565696 27009 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7700/statm: 27726 27009 76 150 0 27573 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 129992

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

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

[startup+3616.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 8214
/proc/meminfo: memFree=936840/2055920 swapFree=4192956/4192956
[pid=7653] ppid=7651 vsize=13732 CPUtime=2.68
/proc/7653/stat : 7653 (sugar) S 7651 7653 7486 0 -1 4194304 1190 19996 0 3 4 0 245 19 16 0 1 0 4770842 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7653/statm: 3433 819 374 3 0 533 0
[pid=7699] ppid=7653 vsize=5356 CPUtime=0
/proc/7699/stat : 7699 (sh) S 7653 7653 7486 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4771137 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7699/statm: 1339 232 193 169 0 50 0
[pid=7700] ppid=7699 vsize=110904 CPUtime=3597.34
/proc/7700/stat : 7700 (minisat) R 7699 7653 7486 0 -1 4194304 27031 0 0 0 359697 37 0 0 25 0 1 0 4771137 113565696 27009 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7700/statm: 27726 27009 76 150 0 27573 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 129992

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7653 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=497620
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=210967
# CPU time returned by wait4() is 2.70859
# while last known CPU time is 3600.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3616.93
CPU time (s): 3600.02
CPU user time (s): 3599.46
CPU system time (s): 0.56
CPU usage (%): 99.5325
Max. virtual memory (cumulated for all children) (KiB): 887412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.49762
system time used= 0.210967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21528
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3452
involuntary context switches= 3284

runsolver used 3.3045 second user time and 9.97148 second system time

The end

Launcher Data (download as text)

Begin job on node10 at 2008-07-23 03:33:18
IDJOB=1127844
IDBENCH=64062
IDSOLVER=368
FILE ID=node10/1127844-1216776798
PBS_JOBID= 7974168
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/cnf/2-80-100-1000/normalized-cnf-2-80-600-364046_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-1127844-1216776798/watcher-1127844-1216776798 -o /tmp/evaluation-result-1127844-1216776798/solver-1127844-1216776798 -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-1127844-1216776798.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 05b6abbe136acb2b0ea175c2094b4128
RANDOM SEED=1317030123

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1151648 kB
Buffers:         36476 kB
Cached:         770004 kB
SwapCached:          0 kB
Active:         120336 kB
Inactive:       709964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1151648 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2200 kB
Writeback:           0 kB
Mapped:          41636 kB
Slab:            59176 kB
Committed_AS:   120368 kB
PageTables:       1864 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= 66552 MiB
End job on node10 at 2008-07-23 04:33:37