Trace number 1126451

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar++ v1.13+minisat-incMSAT (TO) 3600.25 3608.72

General information on the benchmark

Namemaxcsp/maxclique/
normalized-san-200-0.9-1_ext.xml
MD5SUMec09a804c09aaa322f6fd8e97a237831
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints130
Best CPU time to get the best result obtained on this benchmark1632.59
Satisfiable
(Un)Satisfiability was proved
Number of variables201
Number of constraints2190
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension2190
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.05/0.35	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.35	c 0	BEGIN Wed Jul 16 06:35:32 2008
0.05/0.35	c 0	PID 29256
0.05/0.35	c 0	HOST node86.alineos.net
0.05/0.35	c 0	CONVERTING HOME/instance-1126451-1216182931.xml TO HOME/temp.csp
0.05/0.35	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1126451-1216182931.xml' 'HOME/temp.csp'
0.68/1.08	c 0	2 domains, 201 variables, 0 predicates, 2 relations, 2190 constraints
0.68/1.08	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.68/1.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.77/1.16	c 1	Parsing HOME/temp.csp
0.78/1.33	c 1	parsed 2395 expressions
0.78/1.33	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.78/1.36	c 1	MAX CSP: 2190 constraints
0.78/1.36	c 1	Converting to clausal form CSP
0.78/1.41	c 1	converted 459 (10%) expressions
0.78/1.44	c 1	converted 918 (20%) expressions
0.78/1.52	c 1	converted 1377 (30%) expressions
0.78/1.54	c 1	converted 1836 (40%) expressions
0.78/1.55	c 1	converted 2294 (50%) expressions
0.78/1.56	c 1	converted 2753 (60%) expressions
0.78/1.59	c 1	converted 3212 (70%) expressions
0.78/1.60	c 1	converted 3671 (80%) expressions
0.78/1.60	c 1	converted 4130 (90%) expressions
0.78/1.82	c 1	converted 4588 (100%) expressions
0.78/1.82	c 1	CSP : 4581 integers, 0 booleans, 6569 clauses, largest domain size 3286
0.78/1.83	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.78/1.83	c 1	Propagation in CSP
0.78/1.91	c 1	2185 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.78/1.91	c 1	CSP : 4581 integers, 0 booleans, 6569 clauses, largest domain size 2191
0.78/1.91	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.78/1.91	c 1	Simplifing CSP by introducing new Boolean variables
0.78/1.92	c 1	CSP : 4581 integers, 0 booleans, 6569 clauses, largest domain size 2191
0.78/1.92	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.78/1.96	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.78/1.97	c 1	459 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.78/1.98	c 1	917 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.78/1.98	c 1	1375 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.78/1.99	c 1	1833 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.78/1.99	c 1	2291 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.78/2.00	c 1	2749 (60%) CSP integer variables are encoded (4554 clauses, 59266 bytes)
0.78/2.00	c 1	3207 (70%) CSP integer variables are encoded (8076 clauses, 107217 bytes)
0.78/2.03	c 1	3665 (80%) CSP integer variables are encoded (35101 clauses, 512592 bytes)
0.78/2.04	c 1	4123 (90%) CSP integer variables are encoded (38968 clauses, 570597 bytes)
0.78/2.05	c 1	4581 (100%) CSP integer variables are encoded (44090 clauses, 647427 bytes)
1.77/2.11	c 1	657 (10%) CSP clauses are encoded (44747 clauses, 656074 bytes)
1.77/2.13	c 1	1314 (20%) CSP clauses are encoded (45404 clauses, 665494 bytes)
1.77/2.15	c 2	1971 (30%) CSP clauses are encoded (46061 clauses, 675578 bytes)
1.88/2.22	c 2	2628 (40%) CSP clauses are encoded (72640 clauses, 1150243 bytes)
2.37/2.70	c 2	3285 (50%) CSP clauses are encoded (356047 clauses, 6353738 bytes)
2.47/2.84	c 2	3942 (60%) CSP clauses are encoded (437322 clauses, 8043186 bytes)
12.26/12.79	c 12	4599 (70%) CSP clauses are encoded (4915519 clauses, 101856746 bytes)
12.46/12.96	c 12	5256 (80%) CSP clauses are encoded (5008842 clauses, 103826340 bytes)
12.86/13.37	c 13	5913 (90%) CSP clauses are encoded (5244589 clauses, 108852204 bytes)
14.35/14.88	c 14	6569 (100%) CSP clauses are encoded (6129585 clauses, 127809426 bytes)
14.35/14.88	c 14	6569 CSP clauses encoded
14.35/14.88	c 14	Writing map file : HOME/temp.map
14.45/14.92	c 14	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.45/14.92	c 14	SAT : 48670 SAT variables, 6129585 SAT clauses, 127809426 bytes
14.45/14.92	c 14	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.45/14.94	c 14	OBJECTIVE minimize _COST
14.45/14.94	c 14	SOLVING HOME/temp.cnf
14.45/14.94	c 14	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
14.45/14.94	c 14	This is MiniSat 2.0 beta incremental
14.45/14.94	c 14	WARNING: for repeatability, setting FPU to use double precision
14.45/14.94	c 14	============================[ Problem Statistics ]=============================
14.45/14.94	c 14	|                                                                             |
14.45/14.95	c 14	|  Number of variables:  48670                                                |
14.45/14.95	c 14	|  Number of clauses:    6129585                                              |
17.03/17.56	c 17	|  Parsing time:         2.25         s                                       |
17.13/17.67	c 17	OK
17.13/17.67	c 17	OBJECTIVE BOUND: 0 <= _COST <= 
17.13/17.67	c 17	SEARCHING: _COST <= 1095
17.13/17.67	c 17	============================[ Search Statistics ]==============================
17.13/17.67	c 17	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
17.13/17.67	c 17	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
17.13/17.67	c 17	===============================================================================
17.13/17.67	c 17	|         0 |   48670  6129585 18254095 |  2043195        0    nan |  0.000 % |
21.90/22.42	c 22	|       102 |   48670  6129585 18254095 |  2247514      102     19 |  0.001 % |
22.10/22.67	c 22	===============================================================================
22.10/22.68	c 22	restarts              : 2
22.10/22.68	c 22	conflicts             : 128           (18 /sec)
22.10/22.68	c 22	decisions             : 2739          (0.73 % random) (374 /sec)
22.10/22.68	c 22	propagations          : 894282         (122272 /sec)
22.10/22.68	c 22	conflict literals     : 2152           (12.27 % deleted)
22.10/22.68	c 22	Memory used           : 257.65 MB
22.10/22.68	c 22	CPU time              : 7.31389 s
22.10/22.68	c 22	
22.10/22.68	c 22	SATISFIABLE
22.10/22.69	c 22	OK
22.10/22.69	c 22	FOUND: _COST <= 1095
22.10/22.69	s SATISFIABLE
22.10/22.69	c 22	DECODING HOME/temp.out WITH HOME/temp.map
22.10/22.69	c 22	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
22.19/22.77	c 22	Decoding HOME/temp.out
22.19/22.97	c 22	OBJECTIVE _COST 648
22.19/22.97	o 648
22.19/22.98	v 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 0 1 1 0 0 0 0 0 0 0 0 1 0 1 1 1 0 1 0 0 0 0 0 0 0 1 0 1 0 0 1 0 0 1 0 1 0 1 0 0 0 1 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 1 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 1 0 0 1 0 1 1 0 1 0 0 1 1 0 0 0 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 1 0 1 0 0 0 1 1 0 0 1 1 1 0 0 1 1 0 0 0 0 0 0 0 -1
22.19/22.98	c 22	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
22.45/23.04	c 22	OK
22.45/23.04	c 22	OBJECTIVE BOUND: 0 <= _COST <= 648
22.45/23.04	c 22	SEARCHING: _COST <= 324
22.45/23.04	c 22	============================[ Search Statistics ]==============================
22.45/23.04	c 22	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
22.45/23.04	c 22	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
22.45/23.04	c 22	===============================================================================
22.45/23.04	c 22	|       128 |   48670  6129585 18254095 |  2043195      128     17 |  0.001 % |
23.16/23.74	c 23	|       229 |   48670  6129585 18254095 |  2247514      229     19 | 38.938 % |
23.66/24.28	c 24	|       379 |   48670  6129585 18254095 |  2472265      379     18 | 38.938 % |
23.85/24.49	c 24	===============================================================================
23.85/24.49	c 24	restarts              : 5
23.85/24.49	c 24	conflicts             : 422           (48 /sec)
23.85/24.49	c 24	decisions             : 3653          (0.68 % random) (415 /sec)
23.85/24.49	c 24	propagations          : 1303476        (148128 /sec)
23.85/24.49	c 24	conflict literals     : 7851           (12.85 % deleted)
23.85/24.49	c 24	Memory used           : 258.81 MB
23.85/24.49	c 24	CPU time              : 8.79966 s
23.85/24.49	c 24	
23.85/24.49	c 24	SATISFIABLE
23.95/24.51	c 24	OK
23.95/24.51	c 24	FOUND: _COST <= 324
23.95/24.51	c 24	DECODING HOME/temp.out WITH HOME/temp.map
23.95/24.51	c 24	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
23.95/24.58	c 24	Decoding HOME/temp.out
23.96/24.98	c 24	OBJECTIVE _COST 324
23.96/24.98	o 324
23.96/24.99	v 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 1 0 0 1 0 1 0 0 1 1 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 1 1 0 1 0 0 0 0 0 1 0 1 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 1 0 1 0 1 0 0 0 0 0 1 0 1 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 1 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 1 0 0 0 0 0 1 1 1 1 0 1 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 -1
23.96/25.00	c 24	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
23.96/25.06	c 24	OK
23.96/25.06	c 24	OBJECTIVE BOUND: 0 <= _COST <= 324
23.96/25.06	c 24	SEARCHING: _COST <= 162
23.96/25.06	c 24	============================[ Search Statistics ]==============================
23.96/25.06	c 24	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
23.96/25.06	c 24	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
23.96/25.06	c 24	===============================================================================
23.96/25.06	c 24	|       422 |   29719  6129585 18254095 |  2043195      422     19 | 38.938 % |
25.32/25.92	c 25	|       524 |   29718  6129585 18254095 |  2247514      524     18 | 48.971 % |
25.61/26.27	c 26	|       674 |   29718  6129585 18254095 |  2472265      674     17 | 48.971 % |
26.91/27.56	c 27	|       899 |   29716  6129585 18254095 |  2719492      898     16 | 49.008 % |
27.91/28.54	c 28	|      1236 |   29716  6129585 18254095 |  2991441     1235     15 | 49.008 % |
29.59/30.20	c 30	|      1744 |   29716  6129585 18254095 |  3290585     1743     14 | 49.008 % |
32.57/33.29	c 33	|      2503 |   29715  6129585 18254095 |  3619644     2500     19 | 49.078 % |
34.47/35.16	c 35	|      3644 |   29715  6129585 18254095 |  3981609     3641     21 | 49.078 % |
41.22/41.96	c 41	|      5354 |   29715  6129585 18254095 |  4379769     5351     26 | 49.078 % |
50.07/50.90	c 50	|      7916 |   29715  6129585 18254095 |  4817746     7913     29 | 49.078 % |
60.41/61.28	c 61	|     11761 |   29715  6129585 18254095 |  5299521    11758     28 | 49.078 % |
73.44/74.39	c 74	|     17528 |   29715  6129585 18254095 |  5829473    17525     32 | 49.078 % |
99.79/100.86	c 100	|     26177 |   24784  1601875  4740789 |  6412421    26154     31 | 49.078 % |
121.96/123.20	c 123	|     39151 |   24784  1601875  4740789 |  7053663    39128     31 | 49.078 % |
160.73/162.17	c 162	|     58613 |   24784  1601875  4740789 |  7759029    58590     33 | 49.078 % |
219.79/221.53	c 221	|     87807 |   24784  1601875  4740789 |  8534932    87784     34 | 49.078 % |
320.41/322.75	c 322	|    131596 |   24784  1601875  4740789 |  9388425   131573     36 | 49.078 % |
469.35/472.51	c 472	|    197280 |   24784  1601875  4740789 | 10327268   197257     37 | 49.078 % |
740.88/745.66	c 745	|    295806 |   24784  1601875  4740789 | 11359995   295783     41 | 49.078 % |
1198.03/1205.43	c 1205	|    443595 |   24767  1598048  4729364 | 12495994   443570     39 | 49.147 % |
1870.19/1878.28	c 1878	|    665281 |   24750  1595082  4720524 | 13745594   665256     38 | 49.147 % |
3258.09/3266.53	c 3266	|    997807 |   24750  1595082  4720524 | 15120153   997782     38 | 49.147 % |
3600.09/3608.61	c ERROR INTERRUPTED
3600.09/3608.70	c 3608	CPU 3598.33 (0.07 0.02 3598.26 1.81)
3600.09/3608.70	c 3608	END Wed Jul 16 07:35:40 2008

Verifier Data (download as text)

OK	260	1930
260 unsatisfied constraints, 1930 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-1126451-1216182931/watcher-1126451-1216182931 -o /tmp/evaluation-result-1126451-1216182931/solver-1126451-1216182931 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1126451-1216182931.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.02 3/104 29256
/proc/meminfo: memFree=1890656/2055920 swapFree=4161980/4192956
[pid=29256] ppid=29254 vsize=18572 CPUtime=0
/proc/29256/stat : 29256 (runsolver) D 29254 29256 29134 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 74990368 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 240153849127 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/29256/statm: 4643 292 257 25 0 2626 0

[startup+0.067749 s]
/proc/loadavg: 2.00 2.00 2.02 3/104 29256
/proc/meminfo: memFree=1890656/2055920 swapFree=4161980/4192956
[pid=29256] ppid=29254 vsize=12268 CPUtime=0
/proc/29256/stat : 29256 (sugar++) D 29254 29256 29134 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 74990368 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 240154016357 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/29256/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101752 s]
/proc/loadavg: 2.00 2.00 2.02 3/104 29256
/proc/meminfo: memFree=1890656/2055920 swapFree=4161980/4192956
[pid=29256] ppid=29254 vsize=12272 CPUtime=0
/proc/29256/stat : 29256 (sugar++) D 29254 29256 29134 0 -1 4194304 362 0 0 0 0 0 0 0 18 0 1 0 74990368 12566528 330 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/29256/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301777 s]
/proc/loadavg: 2.00 2.00 2.02 3/104 29256
/proc/meminfo: memFree=1890656/2055920 swapFree=4161980/4192956
[pid=29256] ppid=29254 vsize=15948 CPUtime=0.05
/proc/29256/stat : 29256 (sugar++) D 29254 29256 29134 0 -1 4194304 910 0 0 0 4 1 0 0 18 0 1 0 74990368 16330752 878 996147200 4194304 4206940 548682068528 18446744073709551615 240154016357 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/29256/statm: 3987 878 380 3 0 566 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15948

[startup+0.70182 s]
/proc/loadavg: 2.00 2.00 2.02 3/104 29256
/proc/meminfo: memFree=1890656/2055920 swapFree=4161980/4192956
[pid=29256] ppid=29254 vsize=16740 CPUtime=0.06
/proc/29256/stat : 29256 (sugar++) S 29254 29256 29134 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 74990368 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29256/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50291 s]
/proc/loadavg: 2.00 2.00 2.02 4/115 29268
/proc/meminfo: memFree=1878344/2055920 swapFree=4161980/4192956
[pid=29256] ppid=29254 vsize=16740 CPUtime=0.78
/proc/29256/stat : 29256 (sugar++) S 29254 29256 29134 0 -1 4194304 1296 4922 0 1 6 1 68 3 15 0 1 0 74990368 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29256/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 16740

[startup+3.10124 s]
/proc/loadavg: 2.00 2.00 2.02 3/115 29278
/proc/meminfo: memFree=1868424/2055920 swapFree=4161980/4192956
[pid=29256] ppid=29254 vsize=16740 CPUtime=0.79
/proc/29256/stat : 29256 (sugar++) S 29254 29256 29134 0 -1 4194304 1297 4922 0 1 6 2 68 3 15 0 1 0 74990368 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29256/statm: 4185 1104 409 3 0 764 0
[pid=29269] ppid=29256 vsize=5356 CPUtime=0
/proc/29269/stat : 29269 (sh) S 29256 29256 29134 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74990477 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29269/statm: 1339 233 193 169 0 50 0
[pid=29270] ppid=29269 vsize=868500 CPUtime=1.98
/proc/29270/stat : 29270 (java) S 29269 29256 29134 0 -1 0 7971 0 1 0 185 13 0 0 20 0 9 0 74990477 889344000 6880 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29270/statm: 217125 6880 2564 9 0 211672 0
[pid=29270/tid=29271] ppid=29269 vsize=868500 CPUtime=1.47
/proc/29270/task/29271/stat : 29271 (java) R 29269 29256 29134 0 -1 64 3026 0 1 0 139 8 0 0 25 0 9 0 74990478 889344000 6880 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29270/tid=29272] ppid=29269 vsize=868500 CPUtime=0.22
/proc/29270/task/29272/stat : 29272 (java) S 29269 29256 29134 0 -1 64 2738 0 0 0 19 3 0 0 15 0 9 0 74990479 889344000 6880 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29270/tid=29273] ppid=29269 vsize=868500 CPUtime=0
/proc/29270/task/29273/stat : 29273 (java) S 29269 29256 29134 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74990479 889344000 6880 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29270/tid=29274] ppid=29269 vsize=868500 CPUtime=0
/proc/29270/task/29274/stat : 29274 (java) S 29269 29256 29134 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 74990479 889344000 6880 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29270/tid=29275] ppid=29269 vsize=868500 CPUtime=0
/proc/29270/task/29275/stat : 29275 (java) S 29269 29256 29134 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74990481 889344000 6880 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29270/tid=29276] ppid=29269 vsize=868500 CPUtime=0.26
/proc/29270/task/29276/stat : 29276 (java) S 29269 29256 29134 0 -1 64 1515 0 0 0 26 0 0 0 16 0 9 0 74990481 889344000 6880 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29270/tid=29277] ppid=29269 vsize=868500 CPUtime=0
/proc/29270/task/29277/stat : 29277 (java) S 29269 29256 29134 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74990481 889344000 6880 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29270/tid=29278] ppid=29269 vsize=868500 CPUtime=0
/proc/29270/task/29278/stat : 29278 (java) S 29269 29256 29134 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74990481 889344000 6880 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 890596

[startup+6.30244 s]
/proc/loadavg: 2.00 2.00 2.02 4/115 29278
/proc/meminfo: memFree=1840904/2055920 swapFree=4161980/4192956
[pid=29256] ppid=29254 vsize=16740 CPUtime=0.79
/proc/29256/stat : 29256 (sugar++) S 29254 29256 29134 0 -1 4194304 1297 4922 0 1 6 2 68 3 15 0 1 0 74990368 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29256/statm: 4185 1104 409 3 0 764 0
[pid=29269] ppid=29256 vsize=5356 CPUtime=0
/proc/29269/stat : 29269 (sh) S 29256 29256 29134 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74990477 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29269/statm: 1339 233 193 169 0 50 0
[pid=29270] ppid=29269 vsize=868500 CPUtime=5.15
/proc/29270/stat : 29270 (java) S 29269 29256 29134 0 -1 0 8800 0 1 0 483 32 0 0 20 0 9 0 74990477 889344000 6880 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29270/statm: 217125 6880 2564 9 0 211672 0
[pid=29270/tid=29271] ppid=29269 vsize=868500 CPUtime=4.46
/proc/29270/task/29271/stat : 29271 (java) R 29269 29256 29134 0 -1 64 3855 0 1 0 422 24 0 0 25 0 9 0 74990478 889344000 6880 996147200 134512640 134550740 4294955920 18446744073709551615 4126883772 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29270/tid=29272] ppid=29269 vsize=868500 CPUtime=0.41
/proc/29270/task/29272/stat : 29272 (java) S 29269 29256 29134 0 -1 64 2738 0 0 0 35 6 0 0 16 0 9 0 74990479 889344000 6880 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29270/tid=29273] ppid=29269 vsize=868500 CPUtime=0
/proc/29270/task/29273/stat : 29273 (java) S 29269 29256 29134 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74990479 889344000 6880 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29270/tid=29274] ppid=29269 vsize=868500 CPUtime=0
/proc/29270/task/29274/stat : 29274 (java) S 29269 29256 29134 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 74990479 889344000 6880 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29270/tid=29275] ppid=29269 vsize=868500 CPUtime=0
/proc/29270/task/29275/stat : 29275 (java) S 29269 29256 29134 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74990481 889344000 6880 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29270/tid=29276] ppid=29269 vsize=868500 CPUtime=0.26
/proc/29270/task/29276/stat : 29276 (java) S 29269 29256 29134 0 -1 64 1515 0 0 0 26 0 0 0 16 0 9 0 74990481 889344000 6880 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29270/tid=29277] ppid=29269 vsize=868500 CPUtime=0
/proc/29270/task/29277/stat : 29277 (java) S 29269 29256 29134 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74990481 889344000 6880 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29270/tid=29278] ppid=29269 vsize=868500 CPUtime=0
/proc/29270/task/29278/stat : 29278 (java) S 29269 29256 29134 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74990481 889344000 6880 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 890596

[startup+12.7012 s]
/proc/loadavg: 2.15 2.03 2.03 3/115 29278
/proc/meminfo: memFree=1775432/2055920 swapFree=4161980/4192956
[pid=29256] ppid=29254 vsize=16740 CPUtime=0.79
/proc/29256/stat : 29256 (sugar++) S 29254 29256 29134 0 -1 4194304 1297 4922 0 1 6 2 68 3 15 0 1 0 74990368 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29256/statm: 4185 1104 409 3 0 764 0
[pid=29269] ppid=29256 vsize=5356 CPUtime=0
/proc/29269/stat : 29269 (sh) S 29256 29256 29134 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74990477 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29269/statm: 1339 233 193 169 0 50 0
[pid=29270] ppid=29269 vsize=868500 CPUtime=11.47
/proc/29270/stat : 29270 (java) S 29269 29256 29134 0 -1 0 10753 0 1 0 1065 82 0 0 20 0 9 0 74990477 889344000 6880 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29270/statm: 217125 6880 2564 9 0 211672 0
[pid=29270/tid=29271] ppid=29269 vsize=868500 CPUtime=10.31
/proc/29270/task/29271/stat : 29271 (java) R 29269 29256 29134 0 -1 64 5808 0 1 0 968 63 0 0 25 0 9 0 74990478 889344000 6880 996147200 134512640 134550740 4294955920 18446744073709551615 4126883489 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29270/tid=29272] ppid=29269 vsize=868500 CPUtime=0.87
/proc/29270/task/29272/stat : 29272 (java) S 29269 29256 29134 0 -1 64 2738 0 0 0 70 17 0 0 16 0 9 0 74990479 889344000 6880 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29270/tid=29273] ppid=29269 vsize=868500 CPUtime=0
/proc/29270/task/29273/stat : 29273 (java) S 29269 29256 29134 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74990479 889344000 6880 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29270/tid=29274] ppid=29269 vsize=868500 CPUtime=0
/proc/29270/task/29274/stat : 29274 (java) S 29269 29256 29134 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 74990479 889344000 6880 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29270/tid=29275] ppid=29269 vsize=868500 CPUtime=0
/proc/29270/task/29275/stat : 29275 (java) S 29269 29256 29134 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74990481 889344000 6880 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29270/tid=29276] ppid=29269 vsize=868500 CPUtime=0.26
/proc/29270/task/29276/stat : 29276 (java) S 29269 29256 29134 0 -1 64 1515 0 0 0 26 0 0 0 16 0 9 0 74990481 889344000 6880 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29270/tid=29277] ppid=29269 vsize=868500 CPUtime=0
/proc/29270/task/29277/stat : 29277 (java) S 29269 29256 29134 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74990481 889344000 6880 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29270/tid=29278] ppid=29269 vsize=868500 CPUtime=0
/proc/29270/task/29278/stat : 29278 (java) S 29269 29256 29134 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74990481 889344000 6880 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.26
Current children cumulated vsize (KiB) 890596

[startup+25.5016 s]
/proc/loadavg: 2.28 2.06 2.04 3/106 29299
/proc/meminfo: memFree=1502160/2055920 swapFree=4161980/4192956
[pid=29256] ppid=29254 vsize=17132 CPUtime=15.27
/proc/29256/stat : 29256 (sugar++) S 29254 29256 29134 0 -1 4194304 1687 24732 0 4 7 2 1406 112 15 0 1 0 74990368 17543168 1182 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29256/statm: 4283 1182 414 3 0 862 0
[pid=29279] ppid=29256 vsize=265412 CPUtime=9.65
/proc/29279/stat : 29279 (minisat-inc) R 29256 29256 29134 0 -1 4194304 64286 0 0 0 928 37 0 0 25 0 1 0 74991863 271781888 64232 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/29279/statm: 66353 64232 80 151 0 66199 0
Current children cumulated CPU time (s) 24.92
Current children cumulated vsize (KiB) 282544

[startup+51.1014 s]
/proc/loadavg: 2.18 2.06 2.04 3/106 29299
/proc/meminfo: memFree=1503120/2055920 swapFree=4161980/4192956
[pid=29256] ppid=29254 vsize=17132 CPUtime=15.27
/proc/29256/stat : 29256 (sugar++) S 29254 29256 29134 0 -1 4194304 1687 24732 0 4 7 2 1406 112 16 0 1 0 74990368 17543168 1182 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29256/statm: 4283 1182 414 3 0 862 0
[pid=29279] ppid=29256 vsize=265688 CPUtime=35.1
/proc/29279/stat : 29279 (minisat-inc) R 29256 29256 29134 0 -1 4194304 64354 0 0 0 3473 37 0 0 25 0 1 0 74991863 272064512 64300 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/29279/statm: 66422 64300 80 151 0 66268 0
Current children cumulated CPU time (s) 50.37
Current children cumulated vsize (KiB) 282820

[startup+102.308 s]
/proc/loadavg: 2.07 2.05 2.03 3/106 29299
/proc/meminfo: memFree=1502608/2055920 swapFree=4161980/4192956
[pid=29256] ppid=29254 vsize=17132 CPUtime=15.27
/proc/29256/stat : 29256 (sugar++) S 29254 29256 29134 0 -1 4194304 1687 24732 0 4 7 2 1406 112 16 0 1 0 74990368 17543168 1182 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29256/statm: 4283 1182 414 3 0 862 0
[pid=29279] ppid=29256 vsize=266216 CPUtime=86.01
/proc/29279/stat : 29279 (minisat-inc) R 29256 29256 29134 0 -1 4194304 64503 0 0 0 8563 38 0 0 25 0 1 0 74991863 272605184 64449 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/29279/statm: 66554 64449 80 151 0 66400 0
Current children cumulated CPU time (s) 101.28
Current children cumulated vsize (KiB) 283348

[startup+162.302 s]
/proc/loadavg: 2.03 2.04 2.03 3/106 29299
/proc/meminfo: memFree=1502352/2055920 swapFree=4161980/4192956
[pid=29256] ppid=29254 vsize=17132 CPUtime=15.27
/proc/29256/stat : 29256 (sugar++) S 29254 29256 29134 0 -1 4194304 1687 24732 0 4 7 2 1406 112 16 0 1 0 74990368 17543168 1182 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29256/statm: 4283 1182 414 3 0 862 0

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

[pid=29256] ppid=29254 vsize=17132 CPUtime=15.27
/proc/29256/stat : 29256 (sugar++) S 29254 29256 29134 0 -1 4194304 1687 24732 0 4 7 2 1406 112 16 0 1 0 74990368 17543168 1182 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29256/statm: 4283 1182 414 3 0 862 0
[pid=29279] ppid=29256 vsize=330012 CPUtime=2898.71
/proc/29279/stat : 29279 (minisat-inc) R 29256 29256 29134 0 -1 4194304 79935 0 0 0 289815 56 0 0 25 0 1 0 74991863 337932288 79872 996147200 134512640 135134323 4294956192 18446744073709551615 134532097 0 0 4096 3 0 0 0 17 1 0 0
/proc/29279/statm: 82503 79872 80 151 0 82349 0
Current children cumulated CPU time (s) 2913.98
Current children cumulated vsize (KiB) 347144

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/114 29346
/proc/meminfo: memFree=1446168/2055920 swapFree=4161980/4192956
[pid=29256] ppid=29254 vsize=17132 CPUtime=15.27
/proc/29256/stat : 29256 (sugar++) S 29254 29256 29134 0 -1 4194304 1687 24732 0 4 7 2 1406 112 16 0 1 0 74990368 17543168 1182 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29256/statm: 4283 1182 414 3 0 862 0
[pid=29279] ppid=29256 vsize=332096 CPUtime=2958.7
/proc/29279/stat : 29279 (minisat-inc) R 29256 29256 29134 0 -1 4194304 80495 0 0 0 295813 57 0 0 25 0 1 0 74991863 340066304 80432 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/29279/statm: 83024 80432 80 151 0 82870 0
Current children cumulated CPU time (s) 2973.97
Current children cumulated vsize (KiB) 349228

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/114 29346
/proc/meminfo: memFree=1443992/2055920 swapFree=4161980/4192956
[pid=29256] ppid=29254 vsize=17132 CPUtime=15.27
/proc/29256/stat : 29256 (sugar++) S 29254 29256 29134 0 -1 4194304 1687 24732 0 4 7 2 1406 112 16 0 1 0 74990368 17543168 1182 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29256/statm: 4283 1182 414 3 0 862 0
[pid=29279] ppid=29256 vsize=334340 CPUtime=3018.68
/proc/29279/stat : 29279 (minisat-inc) R 29256 29256 29134 0 -1 4194304 81064 0 0 0 301810 58 0 0 25 0 1 0 74991863 342364160 81001 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/29279/statm: 83585 81001 80 151 0 83431 0
Current children cumulated CPU time (s) 3033.95
Current children cumulated vsize (KiB) 351472

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/114 29346
/proc/meminfo: memFree=1441368/2055920 swapFree=4161980/4192956
[pid=29256] ppid=29254 vsize=17132 CPUtime=15.27
/proc/29256/stat : 29256 (sugar++) S 29254 29256 29134 0 -1 4194304 1687 24732 0 4 7 2 1406 112 16 0 1 0 74990368 17543168 1182 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29256/statm: 4283 1182 414 3 0 862 0
[pid=29279] ppid=29256 vsize=336980 CPUtime=3078.67
/proc/29279/stat : 29279 (minisat-inc) R 29256 29256 29134 0 -1 4194304 81740 0 0 0 307808 59 0 0 25 0 1 0 74991863 345067520 81656 996147200 134512640 135134323 4294956192 18446744073709551615 134531891 0 0 4096 3 0 0 0 17 1 0 0
/proc/29279/statm: 84245 81656 80 151 0 84091 0
Current children cumulated CPU time (s) 3093.94
Current children cumulated vsize (KiB) 354112

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/114 29346
/proc/meminfo: memFree=1439320/2055920 swapFree=4161980/4192956
[pid=29256] ppid=29254 vsize=17132 CPUtime=15.27
/proc/29256/stat : 29256 (sugar++) S 29254 29256 29134 0 -1 4194304 1687 24732 0 4 7 2 1406 112 16 0 1 0 74990368 17543168 1182 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29256/statm: 4283 1182 414 3 0 862 0
[pid=29279] ppid=29256 vsize=339012 CPUtime=3138.65
/proc/29279/stat : 29279 (minisat-inc) R 29256 29256 29134 0 -1 4194304 82226 0 0 0 313806 59 0 0 25 0 1 0 74991863 347148288 82142 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/29279/statm: 84753 82142 80 151 0 84599 0
Current children cumulated CPU time (s) 3153.92
Current children cumulated vsize (KiB) 356144

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/114 29346
/proc/meminfo: memFree=1437336/2055920 swapFree=4161980/4192956
[pid=29256] ppid=29254 vsize=17132 CPUtime=15.27
/proc/29256/stat : 29256 (sugar++) S 29254 29256 29134 0 -1 4194304 1687 24732 0 4 7 2 1406 112 16 0 1 0 74990368 17543168 1182 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29256/statm: 4283 1182 414 3 0 862 0
[pid=29279] ppid=29256 vsize=340872 CPUtime=3198.63
/proc/29279/stat : 29279 (minisat-inc) R 29256 29256 29134 0 -1 4194304 82702 0 0 0 319803 60 0 0 25 0 1 0 74991863 349052928 82618 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 1 0 0
/proc/29279/statm: 85218 82618 80 151 0 85064 0
Current children cumulated CPU time (s) 3213.9
Current children cumulated vsize (KiB) 358004

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/114 29346
/proc/meminfo: memFree=1434328/2055920 swapFree=4161980/4192956
[pid=29256] ppid=29254 vsize=17132 CPUtime=15.27
/proc/29256/stat : 29256 (sugar++) S 29254 29256 29134 0 -1 4194304 1687 24732 0 4 7 2 1406 112 16 0 1 0 74990368 17543168 1182 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29256/statm: 4283 1182 414 3 0 862 0
[pid=29279] ppid=29256 vsize=343920 CPUtime=3258.62
/proc/29279/stat : 29279 (minisat-inc) R 29256 29256 29134 0 -1 4194304 83436 0 0 0 325802 60 0 0 25 0 1 0 74991863 352174080 83352 996147200 134512640 135134323 4294956192 18446744073709551615 134531891 0 0 4096 3 0 0 0 17 1 0 0
/proc/29279/statm: 85980 83352 80 151 0 85826 0
Current children cumulated CPU time (s) 3273.89
Current children cumulated vsize (KiB) 361052

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/114 29346
/proc/meminfo: memFree=1432280/2055920 swapFree=4161980/4192956
[pid=29256] ppid=29254 vsize=17132 CPUtime=15.27
/proc/29256/stat : 29256 (sugar++) S 29254 29256 29134 0 -1 4194304 1687 24732 0 4 7 2 1406 112 16 0 1 0 74990368 17543168 1182 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29256/statm: 4283 1182 414 3 0 862 0
[pid=29279] ppid=29256 vsize=346060 CPUtime=3318.6
/proc/29279/stat : 29279 (minisat-inc) R 29256 29256 29134 0 -1 4194304 83928 0 0 0 331799 61 0 0 25 0 1 0 74991863 354365440 83844 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/29279/statm: 86515 83844 80 151 0 86361 0
Current children cumulated CPU time (s) 3333.87
Current children cumulated vsize (KiB) 363192

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/114 29346
/proc/meminfo: memFree=1430296/2055920 swapFree=4161980/4192956
[pid=29256] ppid=29254 vsize=17132 CPUtime=15.27
/proc/29256/stat : 29256 (sugar++) S 29254 29256 29134 0 -1 4194304 1687 24732 0 4 7 2 1406 112 16 0 1 0 74990368 17543168 1182 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29256/statm: 4283 1182 414 3 0 862 0
[pid=29279] ppid=29256 vsize=348136 CPUtime=3378.58
/proc/29279/stat : 29279 (minisat-inc) R 29256 29256 29134 0 -1 4194304 84438 0 0 0 337797 61 0 0 25 0 1 0 74991863 356491264 84354 996147200 134512640 135134323 4294956192 18446744073709551615 134531850 0 0 4096 3 0 0 0 17 1 0 0
/proc/29279/statm: 87034 84354 80 151 0 86880 0
Current children cumulated CPU time (s) 3393.85
Current children cumulated vsize (KiB) 365268

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/114 29346
/proc/meminfo: memFree=1427800/2055920 swapFree=4161980/4192956
[pid=29256] ppid=29254 vsize=17132 CPUtime=15.27
/proc/29256/stat : 29256 (sugar++) S 29254 29256 29134 0 -1 4194304 1687 24732 0 4 7 2 1406 112 16 0 1 0 74990368 17543168 1182 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29256/statm: 4283 1182 414 3 0 862 0
[pid=29279] ppid=29256 vsize=350400 CPUtime=3438.56
/proc/29279/stat : 29279 (minisat-inc) R 29256 29256 29134 0 -1 4194304 84995 0 0 0 343794 62 0 0 25 0 1 0 74991863 358809600 84911 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/29279/statm: 87600 84911 80 151 0 87446 0
Current children cumulated CPU time (s) 3453.83
Current children cumulated vsize (KiB) 367532

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/114 29346
/proc/meminfo: memFree=1425944/2055920 swapFree=4161980/4192956
[pid=29256] ppid=29254 vsize=17132 CPUtime=15.27
/proc/29256/stat : 29256 (sugar++) S 29254 29256 29134 0 -1 4194304 1687 24732 0 4 7 2 1406 112 16 0 1 0 74990368 17543168 1182 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29256/statm: 4283 1182 414 3 0 862 0
[pid=29279] ppid=29256 vsize=354452 CPUtime=3498.54
/proc/29279/stat : 29279 (minisat-inc) R 29256 29256 29134 0 -1 4194304 85488 0 0 0 349792 62 0 0 25 0 1 0 74991863 362958848 85404 996147200 134512640 135134323 4294956192 18446744073709551615 134531915 0 0 4096 3 0 0 0 17 1 0 0
/proc/29279/statm: 88613 85404 80 151 0 88459 0
Current children cumulated CPU time (s) 3513.81
Current children cumulated vsize (KiB) 371584

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/114 29346
/proc/meminfo: memFree=1423896/2055920 swapFree=4161980/4192956
[pid=29256] ppid=29254 vsize=17132 CPUtime=15.27
/proc/29256/stat : 29256 (sugar++) S 29254 29256 29134 0 -1 4194304 1687 24732 0 4 7 2 1406 112 16 0 1 0 74990368 17543168 1182 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29256/statm: 4283 1182 414 3 0 862 0
[pid=29279] ppid=29256 vsize=356324 CPUtime=3558.53
/proc/29279/stat : 29279 (minisat-inc) R 29256 29256 29134 0 -1 4194304 85975 0 0 0 355790 63 0 0 25 0 1 0 74991863 364875776 85891 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/29279/statm: 89081 85891 80 151 0 88927 0
Current children cumulated CPU time (s) 3573.8
Current children cumulated vsize (KiB) 373456



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/114 29346
/proc/meminfo: memFree=1423128/2055920 swapFree=4161980/4192956
[pid=29256] ppid=29254 vsize=17132 CPUtime=15.27
/proc/29256/stat : 29256 (sugar++) S 29254 29256 29134 0 -1 4194304 1687 24732 0 4 7 2 1406 112 16 0 1 0 74990368 17543168 1182 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29256/statm: 4283 1182 414 3 0 862 0
[pid=29279] ppid=29256 vsize=357116 CPUtime=3584.82
/proc/29279/stat : 29279 (minisat-inc) R 29256 29256 29134 0 -1 4194304 86180 0 0 0 358419 63 0 0 25 0 1 0 74991863 365686784 86096 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/29279/statm: 89279 86096 80 151 0 89125 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 374248

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

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

[startup+3608.71 s]
/proc/loadavg: 2.00 2.00 2.00 3/114 29346
/proc/meminfo: memFree=1423128/2055920 swapFree=4161980/4192956
[pid=29256] ppid=29254 vsize=17132 CPUtime=3600.21
/proc/29256/stat : 29256 (sugar++) R 29254 29256 29134 0 -1 4194304 1711 110912 0 4 7 7 359826 181 18 0 1 0 74990368 17543168 1183 996147200 4194304 4206940 548682068528 18446744073709551615 240154022953 0 0 4224 16386 0 0 0 17 1 0 0
/proc/29256/statm: 4283 1183 415 3 0 862 0
Current children cumulated CPU time (s) 3600.21
Current children cumulated vsize (KiB) 17132

Child status: 0
Real time (s): 3608.72
CPU time (s): 3600.25
CPU user time (s): 3598.34
CPU system time (s): 1.90471
CPU usage (%): 99.7652
Max. virtual memory (cumulated for all children) (KiB): 890596

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

runsolver used 4.89326 second user time and 14.9437 second system time

The end

Launcher Data (download as text)

Begin job on node86 at 2008-07-16 06:35:31
IDJOB=1126451
IDBENCH=64246
IDSOLVER=367
FILE ID=node86/1126451-1216182931
PBS_JOBID= 7905900
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ec09a804c09aaa322f6fd8e97a237831
RANDOM SEED=1988600700

node86.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.214
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.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1891136 kB
Buffers:          9444 kB
Cached:          61700 kB
SwapCached:       6512 kB
Active:          72544 kB
Inactive:        27532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1891136 kB
SwapTotal:     4192956 kB
SwapFree:      4161980 kB
Dirty:             976 kB
Writeback:           0 kB
Mapped:          36504 kB
Slab:            46396 kB
Committed_AS:   464152 kB
PageTables:       4552 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66560 MiB
End job on node86 at 2008-07-16 07:35:42