Trace number 1127860

Some explanations

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

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

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

Solver answer on this benchmark

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

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.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Wed Jul 23 03:35:42 2008
0.00/0.05	c 0	PID 8077
0.00/0.05	c 0	HOST node52.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1127860-1216776942.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127860-1216776942.xml' 'HOME/temp.csp'
0.04/0.63	c 1	1 domains, 80 variables, 0 predicates, 12 relations, 611 constraints
0.04/0.67	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.67	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.40/0.75	c 1	Parsing HOME/temp.csp
0.40/0.88	c 1	parsed 704 expressions
0.40/0.88	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.40/0.89	c 1	MAX CSP: 611 constraints
0.40/0.89	c 1	Converting to clausal form CSP
0.40/0.93	c 1	converted 132 (10%) expressions
0.40/0.94	c 1	converted 264 (20%) expressions
0.40/0.95	c 1	converted 396 (30%) expressions
0.40/0.96	c 1	converted 528 (40%) expressions
0.40/0.97	c 1	converted 659 (50%) expressions
0.40/0.98	c 1	converted 791 (60%) expressions
0.40/0.99	c 1	converted 923 (70%) expressions
0.40/1.00	c 1	converted 1055 (80%) expressions
0.71/1.07	c 1	converted 1187 (90%) expressions
0.81/1.18	c 1	converted 1318 (100%) expressions
0.81/1.18	c 1	CSP : 1302 integers, 0 booleans, 1832 clauses, largest domain size 917
0.81/1.18	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.81/1.18	c 1	Propagation in CSP
0.90/1.22	c 1	606 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.90/1.22	c 1	CSP : 1302 integers, 0 booleans, 1832 clauses, largest domain size 612
0.90/1.22	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.90/1.22	c 1	Simplifing CSP by introducing new Boolean variables
0.90/1.23	c 1	CSP : 1302 integers, 0 booleans, 1832 clauses, largest domain size 612
0.90/1.23	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.90/1.26	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.90/1.27	c 1	131 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.90/1.28	c 1	261 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.90/1.28	c 1	391 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.90/1.28	c 1	521 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.90/1.28	c 1	651 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.90/1.29	c 1	782 (60%) CSP integer variables are encoded (1056 clauses, 13177 bytes)
0.90/1.29	c 1	912 (70%) CSP integer variables are encoded (1843 clauses, 23408 bytes)
0.90/1.30	c 1	1042 (80%) CSP integer variables are encoded (3036 clauses, 38917 bytes)
0.99/1.30	c 1	1172 (90%) CSP integer variables are encoded (6914 clauses, 89331 bytes)
0.99/1.30	c 1	1302 (100%) CSP integer variables are encoded (9980 clauses, 131750 bytes)
0.99/1.33	c 1	184 (10%) CSP clauses are encoded (10166 clauses, 134172 bytes)
0.99/1.34	c 1	367 (20%) CSP clauses are encoded (10357 clauses, 136807 bytes)
0.99/1.36	c 1	550 (30%) CSP clauses are encoded (10544 clauses, 139382 bytes)
0.99/1.38	c 1	733 (40%) CSP clauses are encoded (13064 clauses, 182050 bytes)
1.09/1.42	c 2	916 (50%) CSP clauses are encoded (36109 clauses, 599002 bytes)
1.09/1.44	c 2	1100 (60%) CSP clauses are encoded (43193 clauses, 723643 bytes)
1.19/1.55	c 2	1283 (70%) CSP clauses are encoded (109770 clauses, 1943789 bytes)
1.19/1.57	c 2	1466 (80%) CSP clauses are encoded (117833 clauses, 2085995 bytes)
1.39/1.74	c 2	1649 (90%) CSP clauses are encoded (189126 clauses, 3353412 bytes)
1.89/2.27	c 2	1832 (100%) CSP clauses are encoded (496914 clauses, 9507021 bytes)
1.89/2.27	c 2	1832 CSP clauses encoded
1.89/2.27	c 2	Writing map file : HOME/temp.map
1.89/2.28	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.89/2.28	c 2	SAT : 11282 SAT variables, 496914 SAT clauses, 9507021 bytes
1.89/2.28	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.89/2.30	c 2	OBJECTIVE minimize _COST
1.89/2.30	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.89/2.30	c 2	SEARCHING: _COST <= 306
1.89/2.30	c 2	SOLVING HOME/temp.cnf
1.89/2.30	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.99/2.30	c 2	This is MiniSat 2.0 beta
1.99/2.30	c 2	WARNING: for repeatability, setting FPU to use double precision
1.99/2.30	c 2	============================[ Problem Statistics ]=============================
1.99/2.30	c 2	|                                                                             |
1.99/2.30	c 2	|  Number of variables:  11282                                                |
1.99/2.30	c 2	|  Number of clauses:    496915                                               |
1.99/2.55	c 3	|  Parsing time:         0.22         s                                       |
1.99/2.71	c 3	============================[ Search Statistics ]==============================
1.99/2.71	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.99/2.71	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.99/2.71	c 3	===============================================================================
1.99/2.71	c 3	|         0 |    8232   317732   931449 |   105910        0    nan |  0.000 % |
1.99/2.85	c 3	|       104 |    8229   317732   931449 |   116501      103     18 | 27.132 % |
1.99/2.95	c 3	|       257 |    8229   317732   931449 |   128151      256     29 | 27.132 % |
1.99/2.97	c 3	===============================================================================
1.99/2.97	c 3	restarts              : 3
1.99/2.97	c 3	conflicts             : 269            (428 /sec)
1.99/2.97	c 3	decisions             : 1521           (1.18 % random) (2418 /sec)
1.99/2.97	c 3	propagations          : 223766         (355803 /sec)
1.99/2.97	c 3	conflict literals     : 7770           (14.66 % deleted)
1.99/2.97	c 3	Memory used           : 22.21 MB
1.99/2.97	c 3	CPU time              : 0.628904 s
1.99/2.97	c 3	
1.99/2.97	c 3	SATISFIABLE
1.99/2.98	c 3	FOUND: _COST <= 306
1.99/2.98	s SATISFIABLE
1.99/2.98	c 3	DECODING HOME/temp.out WITH HOME/temp.map
1.99/2.98	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.67/3.07	c 3	Decoding HOME/temp.out
2.67/3.18	c 3	OBJECTIVE _COST 306
2.67/3.18	o 306
2.67/3.18	v 1 1 1 0 0 1 1 1 1 1 1 0 1 0 0 1 1 1 0 1 0 1 0 0 1 1 1 0 1 1 1 0 1 0 1 1 1 0 1 1 1 0 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 0 1 1 1 1 1 1 1 1 1 1 0
2.67/3.18	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.85/3.24	c 3	OBJECTIVE BOUND: 0 <= _COST <= 306
2.85/3.24	c 3	SEARCHING: _COST <= 153
2.85/3.24	c 3	SOLVING HOME/temp.cnf
2.85/3.24	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.85/3.24	c 3	This is MiniSat 2.0 beta
2.85/3.24	c 3	WARNING: for repeatability, setting FPU to use double precision
2.85/3.24	c 3	============================[ Problem Statistics ]=============================
2.85/3.24	c 3	|                                                                             |
2.85/3.24	c 3	|  Number of variables:  11282                                                |
2.85/3.24	c 3	|  Number of clauses:    496915                                               |
2.86/3.51	c 4	|  Parsing time:         0.22         s                                       |
2.86/3.73	c 4	============================[ Search Statistics ]==============================
2.86/3.73	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.86/3.73	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.86/3.73	c 4	===============================================================================
2.86/3.73	c 4	|         0 |    6549   207878   606783 |    69292        0    nan |  0.000 % |
2.86/3.83	c 4	|       102 |    6546   207878   606783 |    76221      101     23 | 42.058 % |
2.86/3.86	c 4	|       252 |    6546   207878   606783 |    83844      251     22 | 42.058 % |
2.86/3.97	c 4	|       477 |    6546   207878   606783 |    92228      476     26 | 42.058 % |
2.86/4.06	c 4	|       814 |    6546   207878   606783 |   101451      813     28 | 42.058 % |
2.86/4.11	c 4	===============================================================================
2.86/4.11	c 4	restarts              : 5
2.86/4.11	c 4	conflicts             : 1165           (1409 /sec)
2.86/4.11	c 4	decisions             : 2397           (1.13 % random) (2899 /sec)
2.86/4.11	c 4	propagations          : 578194         (699253 /sec)
2.86/4.11	c 4	conflict literals     : 33314          (17.51 % deleted)
2.86/4.11	c 4	Memory used           : 22.47 MB
2.86/4.11	c 4	CPU time              : 0.826874 s
2.86/4.11	c 4	
2.86/4.11	c 4	SATISFIABLE
2.86/4.12	c 4	FOUND: _COST <= 153
2.86/4.12	c 4	DECODING HOME/temp.out WITH HOME/temp.map
2.86/4.12	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.74/4.21	c 4	Decoding HOME/temp.out
3.89/4.33	c 4	OBJECTIVE _COST 153
3.89/4.33	o 153
3.89/4.33	v 1 0 1 1 0 1 1 1 1 1 1 1 1 1 1 0 1 1 0 1 0 1 1 1 0 0 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 0 0 1 1 1 1 0 1 1 1 0 1 1 1 1 1 0 0 1 0 1 0 1 0 1 0 0 1 1 1 1 0 1 0 0
3.89/4.33	c 4	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.89/4.38	c 4	OBJECTIVE BOUND: 0 <= _COST <= 153
3.89/4.38	c 4	SEARCHING: _COST <= 76
3.89/4.38	c 4	SOLVING HOME/temp.cnf
3.94/4.44	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.94/4.45	c 5	This is MiniSat 2.0 beta
3.94/4.45	c 5	WARNING: for repeatability, setting FPU to use double precision
3.94/4.45	c 5	============================[ Problem Statistics ]=============================
3.94/4.45	c 5	|                                                                             |
3.94/4.45	c 5	|  Number of variables:  11282                                                |
3.94/4.45	c 5	|  Number of clauses:    496915                                               |
3.94/4.72	c 5	|  Parsing time:         0.24         s                                       |
3.94/4.95	c 5	============================[ Search Statistics ]==============================
3.94/4.95	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.94/4.95	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.94/4.95	c 5	===============================================================================
3.94/4.95	c 5	|         0 |    5468   119322   344281 |    39774        0    nan |  0.000 % |
3.94/5.01	c 5	|       100 |    5465   119322   344281 |    43751       99     15 | 51.666 % |
3.94/5.03	c 5	|       251 |    5465   119322   344281 |    48126      250     16 | 51.667 % |
3.94/5.09	c 5	|       476 |    5465   119322   344281 |    52939      475     17 | 51.666 % |
3.94/5.16	c 5	|       813 |    5465   119322   344281 |    58233      812     18 | 51.666 % |
3.94/5.26	c 5	|      1319 |    5453   118661   342351 |    64056     1318     18 | 51.666 % |
4.88/5.46	c 6	|      2079 |    5453   118661   342351 |    70462     2078     18 | 51.666 % |
5.07/5.68	c 6	|      3219 |    5453   118661   342351 |    77508     3218     20 | 51.666 % |
5.57/6.11	c 6	|      4927 |    5453   118661   342351 |    85259     4926     22 | 51.666 % |
6.16/6.78	c 7	|      7490 |    5453   118661   342351 |    93785     7489     20 | 51.666 % |
7.26/7.87	c 8	|     11335 |    5453   118661   342351 |   103163    11334     22 | 51.666 % |
9.46/10.07	c 10	|     17103 |    5453   118661   342351 |   113479    17102     21 | 51.666 % |
13.24/13.85	c 14	|     25752 |    5453   118661   342351 |   124827    25751     25 | 51.667 % |
19.02/19.69	c 20	|     38726 |    5453   118661   342351 |   137310    38725     25 | 51.666 % |
31.35/32.06	c 32	|     58190 |    5453   118661   342351 |   151041    58189     27 | 51.666 % |
58.22/59.08	c 59	|     87382 |    5453   118661   342351 |   166145    87381     27 | 51.666 % |
112.86/113.94	c 114	|    131172 |    5453   118661   342351 |   182760   131171     28 | 51.666 % |
223.73/225.35	c 225	|    196856 |    5453   118661   342351 |   201036    23429     34 | 51.666 % |
337.98/340.19	c 340	|    295383 |    5453   118661   342351 |   221140   121956     36 | 51.666 % |
556.53/559.77	c 560	|    443174 |    5453   118661   342351 |   243254    57667     41 | 51.666 % |
927.26/932.27	c 932	|    664857 |    5453   118661   342351 |   267579    45106     34 | 51.666 % |
1424.88/1432.23	c 1432	|    997382 |    5453   118661   342351 |   294337   119192     29 | 51.666 % |
2395.52/2408.36	c 2408	|   1496170 |    5453   118661   342351 |   323771    50980     34 | 51.666 % |
3600.06/3617.72	c ERROR INTERRUPTED
3600.06/3617.72	c 3618	CPU 3.58 (0.04 0.01 3.54 0.35)
3600.06/3617.72	c 3618	END Wed Jul 23 04:36:00 2008

Verifier Data (download as text)

OK	130	481
130 unsatisfied constraints, 481 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-1127860-1216776942/watcher-1127860-1216776942 -o /tmp/evaluation-result-1127860-1216776942/solver-1127860-1216776942 -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-1127860-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 4/72 8077
/proc/meminfo: memFree=1445080/2055920 swapFree=4192956/4192956
[pid=8077] ppid=8075 vsize=12268 CPUtime=0
/proc/8077/stat : 8077 (sugar) R 8075 8077 8010 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 4783104 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 273653922405 0 0 4224 0 0 0 0 17 0 0 0
/proc/8077/statm: 3067 316 241 3 0 167 0

[startup+0.09863 s]
/proc/loadavg: 1.00 1.00 1.00 4/72 8077
/proc/meminfo: memFree=1445080/2055920 swapFree=4192956/4192956
[pid=8077] ppid=8075 vsize=13600 CPUtime=0.04
/proc/8077/stat : 8077 (sugar) S 8075 8077 8010 0 -1 4194304 898 127 0 0 3 1 0 0 16 0 1 0 4783104 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8077/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102623 s]
/proc/loadavg: 1.00 1.00 1.00 4/72 8077
/proc/meminfo: memFree=1445080/2055920 swapFree=4192956/4192956
[pid=8077] ppid=8075 vsize=13600 CPUtime=0.04
/proc/8077/stat : 8077 (sugar) S 8075 8077 8010 0 -1 4194304 898 127 0 0 3 1 0 0 16 0 1 0 4783104 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8077/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302644 s]
/proc/loadavg: 1.00 1.00 1.00 4/72 8077
/proc/meminfo: memFree=1445080/2055920 swapFree=4192956/4192956
[pid=8077] ppid=8075 vsize=13600 CPUtime=0.04
/proc/8077/stat : 8077 (sugar) S 8075 8077 8010 0 -1 4194304 898 127 0 0 3 1 0 0 16 0 1 0 4783104 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8077/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702679 s]
/proc/loadavg: 1.00 1.00 1.00 4/72 8077
/proc/meminfo: memFree=1445080/2055920 swapFree=4192956/4192956
[pid=8077] ppid=8075 vsize=13600 CPUtime=0.4
/proc/8077/stat : 8077 (sugar) S 8075 8077 8010 0 -1 4194304 957 4363 0 165 3 1 29 7 16 0 1 0 4783104 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8077/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 13600

[startup+1.50172 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 8120
/proc/meminfo: memFree=1406880/2055920 swapFree=4192956/4192956
[pid=8077] ppid=8075 vsize=13600 CPUtime=0.4
/proc/8077/stat : 8077 (sugar) S 8075 8077 8010 0 -1 4194304 974 4363 0 165 3 1 29 7 15 0 1 0 4783104 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8077/statm: 3400 797 370 3 0 500 0
[pid=8104] ppid=8077 vsize=5356 CPUtime=0
/proc/8104/stat : 8104 (sh) S 8077 8077 8010 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4783171 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8104/statm: 1339 233 193 169 0 50 0
[pid=8105] ppid=8104 vsize=868456 CPUtime=0.79
/proc/8105/stat : 8105 (java) S 8104 8077 8010 0 -1 0 6545 0 4 0 73 6 0 0 18 0 9 0 4783172 889298944 5747 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8105/statm: 217114 5747 2563 9 0 211661 0
[pid=8105/tid=8109] ppid=8104 vsize=868456 CPUtime=0.46
/proc/8105/task/8109/stat : 8109 (java) R 8104 8077 8010 0 -1 64 2752 0 1 0 43 3 0 0 21 0 9 0 4783173 889298944 5747 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8105/tid=8110] ppid=8104 vsize=868456 CPUtime=0.06
/proc/8105/task/8110/stat : 8110 (java) S 8104 8077 8010 0 -1 64 1620 0 3 0 6 0 0 0 16 0 9 0 4783174 889298944 5747 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8105/tid=8111] ppid=8104 vsize=868456 CPUtime=0
/proc/8105/task/8111/stat : 8111 (java) S 8104 8077 8010 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4783174 889298944 5747 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8105/tid=8112] ppid=8104 vsize=868456 CPUtime=0
/proc/8105/task/8112/stat : 8112 (java) S 8104 8077 8010 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 4783174 889298944 5747 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8105/tid=8117] ppid=8104 vsize=868456 CPUtime=0
/proc/8105/task/8117/stat : 8117 (java) S 8104 8077 8010 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4783176 889298944 5747 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8105/tid=8118] ppid=8104 vsize=868456 CPUtime=0.24
/proc/8105/task/8118/stat : 8118 (java) S 8104 8077 8010 0 -1 64 1480 0 0 0 23 1 0 0 16 0 9 0 4783176 889298944 5747 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8105/tid=8119] ppid=8104 vsize=868456 CPUtime=0
/proc/8105/task/8119/stat : 8119 (java) S 8104 8077 8010 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4783176 889298944 5747 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8105/tid=8120] ppid=8104 vsize=868456 CPUtime=0
/proc/8105/task/8120/stat : 8120 (java) S 8104 8077 8010 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4783176 889298944 5747 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 887412

[startup+3.10183 s]
/proc/loadavg: 1.08 1.02 1.01 3/93 8120
/proc/meminfo: memFree=1378720/2055920 swapFree=4192956/4192956
[pid=8077] ppid=8075 vsize=13732 CPUtime=2.67
/proc/8077/stat : 8077 (sugar) S 8075 8077 8010 0 -1 4194304 1138 17132 0 169 4 1 238 24 16 0 1 0 4783104 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8077/statm: 3433 820 374 3 0 533 0
Current children cumulated CPU time (s) 2.67
Current children cumulated vsize (KiB) 13732

[startup+6.30105 s]
/proc/loadavg: 1.08 1.02 1.01 3/76 8167
/proc/meminfo: memFree=1354888/2055920 swapFree=4192956/4192956
[pid=8077] ppid=8075 vsize=13732 CPUtime=3.94
/proc/8077/stat : 8077 (sugar) S 8075 8077 8010 0 -1 4194304 1307 30650 0 171 4 1 354 35 15 0 1 0 4783104 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8077/statm: 3433 820 374 3 0 533 0
[pid=8166] ppid=8077 vsize=5356 CPUtime=0
/proc/8166/stat : 8166 (sh) S 8077 8077 8010 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 4783548 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8166/statm: 1339 232 193 169 0 50 0
[pid=8167] ppid=8166 vsize=23140 CPUtime=1.83
/proc/8167/stat : 8167 (minisat) R 8166 8077 8010 0 -1 4194304 5485 0 0 0 181 2 0 0 25 0 1 0 4783549 23695360 5471 996147200 134512640 135127466 4294956256 18446744073709551615 134530817 0 0 4096 3 0 0 0 17 1 0 0
/proc/8167/statm: 5785 5471 75 150 0 5632 0
Current children cumulated CPU time (s) 5.77
Current children cumulated vsize (KiB) 42228

[startup+12.7015 s]
/proc/loadavg: 1.29 1.06 1.02 3/76 8167
/proc/meminfo: memFree=1354768/2055920 swapFree=4192956/4192956
[pid=8077] ppid=8075 vsize=13732 CPUtime=3.94
/proc/8077/stat : 8077 (sugar) S 8075 8077 8010 0 -1 4194304 1307 30650 0 171 4 1 354 35 16 0 1 0 4783104 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8077/statm: 3433 820 374 3 0 533 0
[pid=8166] ppid=8077 vsize=5356 CPUtime=0
/proc/8166/stat : 8166 (sh) S 8077 8077 8010 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 4783548 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8166/statm: 1339 232 193 169 0 50 0
[pid=8167] ppid=8166 vsize=23296 CPUtime=8.21
/proc/8167/stat : 8167 (minisat) R 8166 8077 8010 0 -1 4194304 5510 0 0 0 818 3 0 0 25 0 1 0 4783549 23855104 5496 996147200 134512640 135127466 4294956256 18446744073709551615 134530755 0 0 4096 3 0 0 0 17 1 0 0
/proc/8167/statm: 5824 5496 75 150 0 5671 0
Current children cumulated CPU time (s) 12.15
Current children cumulated vsize (KiB) 42384

[startup+25.5023 s]
/proc/loadavg: 1.40 1.10 1.03 3/76 8167
/proc/meminfo: memFree=1354664/2055920 swapFree=4192956/4192956
[pid=8077] ppid=8075 vsize=13732 CPUtime=3.94
/proc/8077/stat : 8077 (sugar) S 8075 8077 8010 0 -1 4194304 1307 30650 0 171 4 1 354 35 16 0 1 0 4783104 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8077/statm: 3433 820 374 3 0 533 0
[pid=8166] ppid=8077 vsize=5356 CPUtime=0
/proc/8166/stat : 8166 (sh) S 8077 8077 8010 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 4783548 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8166/statm: 1339 232 193 169 0 50 0
[pid=8167] ppid=8166 vsize=23436 CPUtime=20.94
/proc/8167/stat : 8167 (minisat) R 8166 8077 8010 0 -1 4194304 5574 0 0 0 2091 3 0 0 25 0 1 0 4783549 23998464 5551 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8167/statm: 5859 5551 75 150 0 5706 0
Current children cumulated CPU time (s) 24.88
Current children cumulated vsize (KiB) 42524

[startup+51.102 s]
/proc/loadavg: 1.68 1.18 1.06 3/76 8167
/proc/meminfo: memFree=1349480/2055920 swapFree=4192956/4192956
[pid=8077] ppid=8075 vsize=13732 CPUtime=3.94
/proc/8077/stat : 8077 (sugar) S 8075 8077 8010 0 -1 4194304 1307 30650 0 171 4 1 354 35 16 0 1 0 4783104 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8077/statm: 3433 820 374 3 0 533 0
[pid=8166] ppid=8077 vsize=5356 CPUtime=0
/proc/8166/stat : 8166 (sh) S 8077 8077 8010 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 4783548 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8166/statm: 1339 232 193 169 0 50 0
[pid=8167] ppid=8166 vsize=25824 CPUtime=46.42
/proc/8167/stat : 8167 (minisat) R 8166 8077 8010 0 -1 4194304 6141 0 0 0 4639 3 0 0 25 0 1 0 4783549 26443776 6118 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8167/statm: 6456 6118 75 150 0 6303 0
Current children cumulated CPU time (s) 50.36
Current children cumulated vsize (KiB) 44912

[startup+102.307 s]
/proc/loadavg: 1.90 1.33 1.12 3/76 8167
/proc/meminfo: memFree=1336936/2055920 swapFree=4192956/4192956
[pid=8077] ppid=8075 vsize=13732 CPUtime=3.94
/proc/8077/stat : 8077 (sugar) S 8075 8077 8010 0 -1 4194304 1307 30650 0 171 4 1 354 35 16 0 1 0 4783104 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8077/statm: 3433 820 374 3 0 533 0
[pid=8166] ppid=8077 vsize=5356 CPUtime=0
/proc/8166/stat : 8166 (sh) S 8077 8077 8010 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 4783548 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8166/statm: 1339 232 193 169 0 50 0
[pid=8167] ppid=8166 vsize=32216 CPUtime=97.38
/proc/8167/stat : 8167 (minisat) R 8166 8077 8010 0 -1 4194304 7745 0 0 0 9733 5 0 0 25 0 1 0 4783549 32989184 7722 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8167/statm: 8054 7722 75 150 0 7901 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 51304

[startup+162.302 s]
/proc/loadavg: 2.00 1.47 1.17 3/76 8167
/proc/meminfo: memFree=1324648/2055920 swapFree=4192956/4192956
[pid=8077] ppid=8075 vsize=13732 CPUtime=3.94
/proc/8077/stat : 8077 (sugar) S 8075 8077 8010 0 -1 4194304 1307 30650 0 171 4 1 354 35 16 0 1 0 4783104 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8077/statm: 3433 820 374 3 0 533 0
[pid=8166] ppid=8077 vsize=5356 CPUtime=0
/proc/8166/stat : 8166 (sh) S 8077 8077 8010 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 4783548 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8166/statm: 1339 232 193 169 0 50 0
[pid=8167] ppid=8166 vsize=39356 CPUtime=157.09
/proc/8167/stat : 8167 (minisat) R 8166 8077 8010 0 -1 4194304 9495 0 0 0 15702 7 0 0 25 0 1 0 4783549 40300544 9472 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/8167/statm: 9839 9472 75 150 0 9686 0
Current children cumulated CPU time (s) 161.03
Current children cumulated vsize (KiB) 58444

[startup+222.302 s]
/proc/loadavg: 2.00 1.56 1.22 3/76 8167
/proc/meminfo: memFree=1313896/2055920 swapFree=4192956/4192956
[pid=8077] ppid=8075 vsize=13732 CPUtime=3.94
/proc/8077/stat : 8077 (sugar) S 8075 8077 8010 0 -1 4194304 1307 30650 0 171 4 1 354 35 16 0 1 0 4783104 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8077/statm: 3433 820 374 3 0 533 0
[pid=8166] ppid=8077 vsize=5356 CPUtime=0
/proc/8166/stat : 8166 (sh) S 8077 8077 8010 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 4783548 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8166/statm: 1339 232 193 169 0 50 0
[pid=8167] ppid=8166 vsize=45180 CPUtime=216.8
/proc/8167/stat : 8167 (minisat) R 8166 8077 8010 0 -1 4194304 10936 0 0 0 21671 9 0 0 25 0 1 0 4783549 46264320 10913 996147200 134512640 135127466 4294956256 18446744073709551615 134528611 0 0 4096 3 0 0 0 17 1 0 0
/proc/8167/statm: 11295 10913 75 150 0 11142 0
Current children cumulated CPU time (s) 220.74
Current children cumulated vsize (KiB) 64268

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

/proc/meminfo: memFree=991208/2055920 swapFree=4192956/4192956
[pid=8077] ppid=8075 vsize=13732 CPUtime=3.94
/proc/8077/stat : 8077 (sugar) S 8075 8077 8010 0 -1 4194304 1307 30650 0 171 4 1 354 35 16 0 1 0 4783104 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8077/statm: 3433 820 374 3 0 533 0
[pid=8166] ppid=8077 vsize=5356 CPUtime=0
/proc/8166/stat : 8166 (sh) S 8077 8077 8010 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 4783548 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8166/statm: 1339 232 193 169 0 50 0
[pid=8167] ppid=8166 vsize=89656 CPUtime=3142.55
/proc/8167/stat : 8167 (minisat) R 8166 8077 8010 0 -1 4194304 21451 0 0 0 314218 37 0 0 25 0 1 0 4783549 91807744 21428 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8167/statm: 22414 21428 75 150 0 22261 0
Current children cumulated CPU time (s) 3146.49
Current children cumulated vsize (KiB) 108744

[startup+3222.3 s]
/proc/loadavg: 2.00 2.01 2.08 3/76 10263
/proc/meminfo: memFree=989608/2055920 swapFree=4192956/4192956
[pid=8077] ppid=8075 vsize=13732 CPUtime=3.94
/proc/8077/stat : 8077 (sugar) S 8075 8077 8010 0 -1 4194304 1307 30650 0 171 4 1 354 35 16 0 1 0 4783104 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8077/statm: 3433 820 374 3 0 533 0
[pid=8166] ppid=8077 vsize=5356 CPUtime=0
/proc/8166/stat : 8166 (sh) S 8077 8077 8010 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 4783548 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8166/statm: 1339 232 193 169 0 50 0
[pid=8167] ppid=8166 vsize=89656 CPUtime=3202.3
/proc/8167/stat : 8167 (minisat) R 8166 8077 8010 0 -1 4194304 21451 0 0 0 320193 37 0 0 25 0 1 0 4783549 91807744 21428 996147200 134512640 135127466 4294956256 18446744073709551615 134530817 0 0 4096 3 0 0 0 17 0 0 0
/proc/8167/statm: 22414 21428 75 150 0 22261 0
Current children cumulated CPU time (s) 3206.24
Current children cumulated vsize (KiB) 108744

[startup+3282.3 s]
/proc/loadavg: 2.00 2.01 2.07 3/76 10263
/proc/meminfo: memFree=986792/2055920 swapFree=4192956/4192956
[pid=8077] ppid=8075 vsize=13732 CPUtime=3.94
/proc/8077/stat : 8077 (sugar) S 8075 8077 8010 0 -1 4194304 1307 30650 0 171 4 1 354 35 16 0 1 0 4783104 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8077/statm: 3433 820 374 3 0 533 0
[pid=8166] ppid=8077 vsize=5356 CPUtime=0
/proc/8166/stat : 8166 (sh) S 8077 8077 8010 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 4783548 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8166/statm: 1339 232 193 169 0 50 0
[pid=8167] ppid=8166 vsize=89656 CPUtime=3262.06
/proc/8167/stat : 8167 (minisat) R 8166 8077 8010 0 -1 4194304 21451 0 0 0 326169 37 0 0 25 0 1 0 4783549 91807744 21428 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8167/statm: 22414 21428 75 150 0 22261 0
Current children cumulated CPU time (s) 3266
Current children cumulated vsize (KiB) 108744

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/76 10263
/proc/meminfo: memFree=985448/2055920 swapFree=4192956/4192956
[pid=8077] ppid=8075 vsize=13732 CPUtime=3.94
/proc/8077/stat : 8077 (sugar) S 8075 8077 8010 0 -1 4194304 1307 30650 0 171 4 1 354 35 16 0 1 0 4783104 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8077/statm: 3433 820 374 3 0 533 0
[pid=8166] ppid=8077 vsize=5356 CPUtime=0
/proc/8166/stat : 8166 (sh) S 8077 8077 8010 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 4783548 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8166/statm: 1339 232 193 169 0 50 0
[pid=8167] ppid=8166 vsize=89656 CPUtime=3321.82
/proc/8167/stat : 8167 (minisat) R 8166 8077 8010 0 -1 4194304 21451 0 0 0 332145 37 0 0 25 0 1 0 4783549 91807744 21428 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8167/statm: 22414 21428 75 150 0 22261 0
Current children cumulated CPU time (s) 3325.76
Current children cumulated vsize (KiB) 108744

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.06 3/76 10263
/proc/meminfo: memFree=983464/2055920 swapFree=4192956/4192956
[pid=8077] ppid=8075 vsize=13732 CPUtime=3.94
/proc/8077/stat : 8077 (sugar) S 8075 8077 8010 0 -1 4194304 1307 30650 0 171 4 1 354 35 16 0 1 0 4783104 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8077/statm: 3433 820 374 3 0 533 0
[pid=8166] ppid=8077 vsize=5356 CPUtime=0
/proc/8166/stat : 8166 (sh) S 8077 8077 8010 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 4783548 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8166/statm: 1339 232 193 169 0 50 0
[pid=8167] ppid=8166 vsize=90200 CPUtime=3381.57
/proc/8167/stat : 8167 (minisat) R 8166 8077 8010 0 -1 4194304 21571 0 0 0 338120 37 0 0 25 0 1 0 4783549 92364800 21548 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/8167/statm: 22550 21548 75 150 0 22397 0
Current children cumulated CPU time (s) 3385.51
Current children cumulated vsize (KiB) 109288

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/76 10263
/proc/meminfo: memFree=981416/2055920 swapFree=4192956/4192956
[pid=8077] ppid=8075 vsize=13732 CPUtime=3.94
/proc/8077/stat : 8077 (sugar) S 8075 8077 8010 0 -1 4194304 1307 30650 0 171 4 1 354 35 16 0 1 0 4783104 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8077/statm: 3433 820 374 3 0 533 0
[pid=8166] ppid=8077 vsize=5356 CPUtime=0
/proc/8166/stat : 8166 (sh) S 8077 8077 8010 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 4783548 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8166/statm: 1339 232 193 169 0 50 0
[pid=8167] ppid=8166 vsize=90200 CPUtime=3441.33
/proc/8167/stat : 8167 (minisat) R 8166 8077 8010 0 -1 4194304 21579 0 0 0 344096 37 0 0 25 0 1 0 4783549 92364800 21556 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8167/statm: 22550 21556 75 150 0 22397 0
Current children cumulated CPU time (s) 3445.27
Current children cumulated vsize (KiB) 109288

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/76 10263
/proc/meminfo: memFree=980008/2055920 swapFree=4192956/4192956
[pid=8077] ppid=8075 vsize=13732 CPUtime=3.94
/proc/8077/stat : 8077 (sugar) S 8075 8077 8010 0 -1 4194304 1307 30650 0 171 4 1 354 35 16 0 1 0 4783104 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8077/statm: 3433 820 374 3 0 533 0
[pid=8166] ppid=8077 vsize=5356 CPUtime=0
/proc/8166/stat : 8166 (sh) S 8077 8077 8010 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 4783548 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8166/statm: 1339 232 193 169 0 50 0
[pid=8167] ppid=8166 vsize=90200 CPUtime=3501.09
/proc/8167/stat : 8167 (minisat) R 8166 8077 8010 0 -1 4194304 21582 0 0 0 350072 37 0 0 25 0 1 0 4783549 92364800 21559 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8167/statm: 22550 21559 75 150 0 22397 0
Current children cumulated CPU time (s) 3505.03
Current children cumulated vsize (KiB) 109288

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/76 10263
/proc/meminfo: memFree=978280/2055920 swapFree=4192956/4192956
[pid=8077] ppid=8075 vsize=13732 CPUtime=3.94
/proc/8077/stat : 8077 (sugar) S 8075 8077 8010 0 -1 4194304 1307 30650 0 171 4 1 354 35 16 0 1 0 4783104 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8077/statm: 3433 820 374 3 0 533 0
[pid=8166] ppid=8077 vsize=5356 CPUtime=0
/proc/8166/stat : 8166 (sh) S 8077 8077 8010 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 4783548 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8166/statm: 1339 232 193 169 0 50 0
[pid=8167] ppid=8166 vsize=90364 CPUtime=3560.85
/proc/8167/stat : 8167 (minisat) R 8166 8077 8010 0 -1 4194304 21618 0 0 0 356047 38 0 0 25 0 1 0 4783549 92532736 21595 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8167/statm: 22591 21595 75 150 0 22438 0
Current children cumulated CPU time (s) 3564.79
Current children cumulated vsize (KiB) 109452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3617.7 s]
/proc/loadavg: 2.00 2.00 2.04 3/76 10263
/proc/meminfo: memFree=977448/2055920 swapFree=4192956/4192956
[pid=8077] ppid=8075 vsize=13732 CPUtime=3.94
/proc/8077/stat : 8077 (sugar) S 8075 8077 8010 0 -1 4194304 1307 30650 0 171 4 1 354 35 16 0 1 0 4783104 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8077/statm: 3433 820 374 3 0 533 0
[pid=8166] ppid=8077 vsize=5356 CPUtime=0
/proc/8166/stat : 8166 (sh) S 8077 8077 8010 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 4783548 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8166/statm: 1339 232 193 169 0 50 0
[pid=8167] ppid=8166 vsize=90632 CPUtime=3596.12
/proc/8167/stat : 8167 (minisat) R 8166 8077 8010 0 -1 4194304 21623 0 0 0 359574 38 0 0 25 0 1 0 4783549 92807168 21600 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8167/statm: 22658 21600 75 150 0 22505 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 109720

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

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

[startup+3617.7 s]
/proc/loadavg: 2.00 2.00 2.04 3/76 10263
/proc/meminfo: memFree=977448/2055920 swapFree=4192956/4192956
[pid=8077] ppid=8075 vsize=13732 CPUtime=3.94
/proc/8077/stat : 8077 (sugar) S 8075 8077 8010 0 -1 4194304 1307 30650 0 171 4 1 354 35 16 0 1 0 4783104 14061568 820 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8077/statm: 3433 820 374 3 0 533 0
[pid=8166] ppid=8077 vsize=5356 CPUtime=0
/proc/8166/stat : 8166 (sh) S 8077 8077 8010 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 4783548 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8166/statm: 1339 232 193 169 0 50 0
[pid=8167] ppid=8166 vsize=90632 CPUtime=3596.12
/proc/8167/stat : 8167 (minisat) R 8166 8077 8010 0 -1 4194304 21623 0 0 0 359574 38 0 0 25 0 1 0 4783549 92807168 21600 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8167/statm: 22658 21600 75 150 0 22505 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 109720

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8077 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=591454
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=379942
# CPU time returned by wait4() is 3.9714
# while last known CPU time is 3600.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3617.73
CPU time (s): 3600.06
CPU user time (s): 3599.32
CPU system time (s): 0.74
CPU usage (%): 99.5116
Max. virtual memory (cumulated for all children) (KiB): 887412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.59145
system time used= 0.379942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32299
page faults= 171
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5096
involuntary context switches= 4484

runsolver used 4.22836 second user time and 12.2371 second system time

The end

Launcher Data (download as text)

Begin job on node52 at 2008-07-23 03:35:42
IDJOB=1127860
IDBENCH=64076
IDSOLVER=368
FILE ID=node52/1127860-1216776942
PBS_JOBID= 7974236
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-700-089745_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-1127860-1216776942/watcher-1127860-1216776942 -o /tmp/evaluation-result-1127860-1216776942/solver-1127860-1216776942 -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-1127860-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:       1445968 kB
Buffers:         22596 kB
Cached:         523308 kB
SwapCached:          0 kB
Active:         364800 kB
Inactive:       196312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1445968 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2212 kB
Writeback:           0 kB
Mapped:          25040 kB
Slab:            34224 kB
Committed_AS:    80420 kB
PageTables:       1856 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 node52 at 2008-07-23 04:36:02