Trace number 1127619

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.08 3601.65

General information on the benchmark

Namemaxcsp/cnf/3-80-100-1000/
normalized-cnf-3-80-700-089745_ext.xml
MD5SUM2030504ca2d4998d1b463b933027f2df
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints22
Best CPU time to get the best result obtained on this benchmark3600
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints693
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension693
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.06/0.22	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.06/0.22	c 0	BEGIN Wed Jul 23 02:32:55 2008
0.06/0.22	c 0	PID 7474
0.06/0.22	c 0	HOST node51.alineos.net
0.06/0.22	c 0	CONVERTING HOME/instance-1127619-1216773175.xml TO HOME/temp.csp
0.06/0.22	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127619-1216773175.xml' 'HOME/temp.csp'
0.07/0.61	c 1	1 domains, 80 variables, 0 predicates, 13 relations, 693 constraints
0.07/0.65	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.65	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.42/0.74	c 1	Parsing HOME/temp.csp
0.42/0.91	c 1	parsed 787 expressions
0.42/0.92	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.42/0.93	c 1	MAX CSP: 693 constraints
0.42/0.93	c 1	Converting to clausal form CSP
0.42/0.96	c 1	converted 149 (10%) expressions
0.42/0.98	c 1	converted 297 (20%) expressions
0.42/0.99	c 1	converted 445 (30%) expressions
0.77/1.00	c 1	converted 594 (40%) expressions
0.77/1.01	c 1	converted 742 (50%) expressions
0.77/1.03	c 1	converted 890 (60%) expressions
0.77/1.03	c 1	converted 1039 (70%) expressions
0.77/1.10	c 1	converted 1187 (80%) expressions
0.77/1.10	c 1	converted 1335 (90%) expressions
0.97/1.25	c 1	converted 1483 (100%) expressions
0.97/1.25	c 1	CSP : 1466 integers, 0 booleans, 2078 clauses, largest domain size 1040
0.97/1.25	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.97/1.25	c 1	Propagation in CSP
0.97/1.30	c 1	687 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.97/1.30	c 1	CSP : 1466 integers, 0 booleans, 2078 clauses, largest domain size 694
0.97/1.30	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.07/1.30	c 1	Simplifing CSP by introducing new Boolean variables
1.07/1.31	c 1	CSP : 1466 integers, 0 booleans, 2078 clauses, largest domain size 694
1.07/1.31	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.07/1.34	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.07/1.36	c 1	147 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.07/1.36	c 1	294 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.07/1.36	c 1	440 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.07/1.36	c 1	587 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.07/1.36	c 1	733 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.07/1.37	c 1	880 (60%) CSP integer variables are encoded (1232 clauses, 15629 bytes)
1.07/1.37	c 1	1027 (70%) CSP integer variables are encoded (2149 clauses, 27550 bytes)
1.07/1.38	c 1	1173 (80%) CSP integer variables are encoded (3534 clauses, 45555 bytes)
1.07/1.38	c 1	1320 (90%) CSP integer variables are encoded (9727 clauses, 128103 bytes)
1.07/1.39	c 1	1466 (100%) CSP integer variables are encoded (11457 clauses, 154053 bytes)
1.16/1.42	c 1	208 (10%) CSP clauses are encoded (11665 clauses, 157448 bytes)
1.16/1.44	c 1	416 (20%) CSP clauses are encoded (11874 clauses, 161123 bytes)
1.16/1.45	c 1	624 (30%) CSP clauses are encoded (12083 clauses, 164773 bytes)
1.16/1.47	c 1	832 (40%) CSP clauses are encoded (15261 clauses, 219177 bytes)
1.27/1.53	c 2	1039 (50%) CSP clauses are encoded (44876 clauses, 756147 bytes)
1.27/1.55	c 2	1247 (60%) CSP clauses are encoded (53766 clauses, 913176 bytes)
1.37/1.69	c 2	1455 (70%) CSP clauses are encoded (139014 clauses, 2476947 bytes)
1.57/1.88	c 2	1663 (80%) CSP clauses are encoded (215164 clauses, 3828836 bytes)
1.86/2.18	c 2	1871 (90%) CSP clauses are encoded (394030 clauses, 7292851 bytes)
2.27/2.58	c 3	2078 (100%) CSP clauses are encoded (635033 clauses, 12448135 bytes)
2.27/2.58	c 3	2078 CSP clauses encoded
2.27/2.58	c 3	Writing map file : HOME/temp.map
2.27/2.60	c 3	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.27/2.60	c 3	SAT : 12923 SAT variables, 635033 SAT clauses, 12448135 bytes
2.27/2.60	c 3	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.36/2.61	c 3	OBJECTIVE minimize _COST
2.36/2.61	c 3	SOLVING HOME/temp.cnf
2.36/2.61	c 3	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
2.36/2.61	c 3	This is MiniSat 2.0 beta incremental
2.36/2.61	c 3	WARNING: for repeatability, setting FPU to use double precision
2.36/2.61	c 3	============================[ Problem Statistics ]=============================
2.36/2.61	c 3	|                                                                             |
2.36/2.62	c 3	|  Number of variables:  12923                                                |
2.36/2.62	c 3	|  Number of clauses:    635033                                               |
2.38/2.91	c 3	|  Parsing time:         0.25         s                                       |
2.38/2.92	c 3	OK
2.38/2.92	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
2.38/2.92	c 3	SEARCHING: _COST <= 347
2.38/2.92	c 3	============================[ Search Statistics ]==============================
2.38/2.92	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.38/2.92	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.38/2.92	c 3	===============================================================================
2.38/2.92	c 3	|         0 |   12923   635033  1870730 |   211677        0    nan |  0.000 % |
2.38/2.98	c 3	|       100 |   12923   635033  1870730 |   232845      100     32 |  0.002 % |
2.38/3.03	c 3	===============================================================================
2.38/3.03	c 3	restarts              : 2
2.38/3.03	c 3	conflicts             : 100           (273 /sec)
2.38/3.03	c 3	decisions             : 504           (0.79 % random) (1374 /sec)
2.38/3.03	c 3	propagations          : 30159          (82190 /sec)
2.38/3.03	c 3	conflict literals     : 3218           (0.16 % deleted)
2.38/3.03	c 3	Memory used           : 28.11 MB
2.38/3.03	c 3	CPU time              : 0.366944 s
2.38/3.03	c 3	
2.38/3.03	c 3	SATISFIABLE
2.38/3.03	c 3	OK
2.38/3.03	c 3	FOUND: _COST <= 347
2.38/3.03	s SATISFIABLE
2.38/3.03	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.38/3.03	c 3	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.38/3.11	c 3	Decoding HOME/temp.out
3.03/3.35	c 3	OBJECTIVE _COST 329
3.03/3.35	o 329
3.03/3.36	v 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
3.03/3.36	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.03/3.39	c 3	OK
3.03/3.39	c 3	OBJECTIVE BOUND: 0 <= _COST <= 329
3.03/3.39	c 3	SEARCHING: _COST <= 164
3.03/3.39	c 3	============================[ Search Statistics ]==============================
3.12/3.40	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.12/3.40	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.12/3.40	c 3	===============================================================================
3.12/3.41	c 3	|       100 |   12923   635033  1870730 |   211677      100     32 |  0.002 % |
3.21/3.52	c 4	|       200 |   12923   635033  1870730 |   232845      200     36 | 28.307 % |
3.21/3.55	c 4	===============================================================================
3.21/3.55	c 4	restarts              : 4
3.21/3.55	c 4	conflicts             : 215           (410 /sec)
3.21/3.55	c 4	decisions             : 1167          (0.69 % random) (2227 /sec)
3.21/3.55	c 4	propagations          : 130270         (248645 /sec)
3.21/3.55	c 4	conflict literals     : 7435           (8.28 % deleted)
3.21/3.55	c 4	Memory used           : 28.23 MB
3.21/3.55	c 4	CPU time              : 0.52392 s
3.21/3.55	c 4	
3.21/3.55	c 4	SATISFIABLE
3.21/3.56	c 4	OK
3.21/3.56	c 4	FOUND: _COST <= 164
3.21/3.56	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.21/3.56	c 4	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.27/3.63	c 4	Decoding HOME/temp.out
3.27/3.71	c 4	OBJECTIVE _COST 164
3.27/3.71	o 164
3.27/3.71	v 1 1 1 1 1 1 1 0 1 1 1 1 1 1 0 0 1 1 1 1 1 1 1 0 1 1 0 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 0 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1
3.27/3.72	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.27/3.77	c 4	OK
3.27/3.77	c 4	OBJECTIVE BOUND: 0 <= _COST <= 164
3.27/3.77	c 4	SEARCHING: _COST <= 82
3.27/3.77	c 4	============================[ Search Statistics ]==============================
3.27/3.77	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.27/3.77	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.27/3.77	c 4	===============================================================================
3.27/3.77	c 4	|       215 |    9265   635033  1870730 |   211677      215     35 | 28.307 % |
3.51/3.86	c 4	|       315 |    9265   635033  1870730 |   232845      315     33 | 42.568 % |
3.61/3.95	c 4	|       465 |    9265   635033  1870730 |   256129      465     34 | 42.568 % |
3.71/4.06	c 4	|       692 |    9265   635033  1870730 |   281742      692     30 | 42.568 % |
4.01/4.33	c 4	|      1029 |    9265   635033  1870730 |   309917     1029     34 | 42.568 % |
4.01/4.36	c 4	===============================================================================
4.01/4.36	c 4	restarts              : 9
4.01/4.36	c 4	conflicts             : 1080          (966 /sec)
4.01/4.36	c 4	decisions             : 2724          (0.66 % random) (2437 /sec)
4.01/4.36	c 4	propagations          : 725486         (649013 /sec)
4.01/4.36	c 4	conflict literals     : 35968          (13.44 % deleted)
4.01/4.36	c 4	Memory used           : 28.23 MB
4.01/4.36	c 4	CPU time              : 1.11783 s
4.01/4.36	c 4	
4.01/4.36	c 4	SATISFIABLE
4.01/4.37	c 4	OK
4.01/4.37	c 4	FOUND: _COST <= 82
4.01/4.37	c 4	DECODING HOME/temp.out WITH HOME/temp.map
4.01/4.37	c 4	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.08/4.45	c 4	Decoding HOME/temp.out
4.08/4.57	c 5	OBJECTIVE _COST 82
4.08/4.57	o 82
4.08/4.57	v 1 1 1 0 1 1 1 0 1 1 0 0 1 0 1 0 1 0 1 1 1 1 1 1 1 1 0 1 0 1 0 1 1 0 0 0 1 0 1 1 1 1 1 1 1 0 1 1 1 1 0 1 1 1 1 0 1 0 1 1 0 1 0 1 1 1 0 1 1 0 1 1 1 0 1 0 1 0 0 0
4.08/4.57	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.08/4.58	c 5	OK
4.08/4.58	c 5	OBJECTIVE BOUND: 0 <= _COST <= 82
4.08/4.58	c 5	SEARCHING: _COST <= 41
4.08/4.58	c 5	============================[ Search Statistics ]==============================
4.08/4.58	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.08/4.58	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.08/4.58	c 5	===============================================================================
4.08/4.58	c 5	|      1080 |    7422   635033  1870730 |   211677     1080     33 | 42.568 % |
4.30/4.65	c 5	|      1180 |    7422   635033  1870730 |   232845     1180     32 | 51.707 % |
4.40/4.70	c 5	|      1333 |    7422   635033  1870730 |   256129     1333     31 | 51.707 % |
4.40/4.79	c 5	|      1558 |    7422   635033  1870730 |   281742     1558     30 | 51.707 % |
4.60/4.97	c 5	|      1895 |    7422   635033  1870730 |   309917     1895     29 | 51.707 % |
4.80/5.19	c 5	|      2402 |    7422   635033  1870730 |   340908     2402     27 | 51.707 % |
5.20/5.51	c 6	|      3164 |    7422   635033  1870730 |   374999     3164     26 | 51.707 % |
5.80/6.15	c 6	|      4303 |    7422   635033  1870730 |   412499     4303     26 | 51.707 % |
6.59/6.94	c 7	|      6011 |    6241   144362   418152 |   453749     5981     25 | 51.707 % |
7.30/7.61	c 8	|      8575 |    6241   144362   418152 |   499124     8545     26 | 51.707 % |
8.69/9.04	c 9	|     12419 |    6241   144362   418152 |   549037    12389     27 | 51.707 % |
11.39/11.70	c 12	|     18185 |    6241   144362   418152 |   603941    18155     28 | 51.707 % |
15.79/16.17	c 16	|     26834 |    6241   144362   418152 |   664335    26804     31 | 51.707 % |
23.59/23.95	c 24	|     39808 |    6241   144362   418152 |   730768    39778     33 | 51.707 % |
38.28/38.65	c 39	|     59270 |    6241   144362   418152 |   803845    59240     34 | 51.707 % |
67.16/67.57	c 68	|     88463 |    6241   144362   418152 |   884230    88433     34 | 51.707 % |
123.14/123.55	c 124	|    132253 |    6241   144362   418152 |   972653   132223     34 | 51.707 % |
243.90/244.37	c 244	|    197937 |    6241   144362   418152 |  1069918   197907     35 | 51.707 % |
470.92/471.42	c 471	|    296463 |    6241   144362   418152 |  1176910   296433     36 | 51.707 % |
877.78/878.44	c 878	|    444253 |    6241   144362   418152 |  1294601   444223     38 | 51.707 % |
1672.29/1673.27	c 1673	|    665936 |    6241   144362   418152 |  1424061   665906     39 | 51.707 % |
3456.86/3458.46	c 3458	|    998461 |    6241   144362   418152 |  1566467   998431     39 | 51.707 % |
3600.01/3601.61	c ERROR INTERRUPTED
3600.01/3601.64	c 3602	CPU 3599.03 (0.07 0.03 3598.96 0.99)
3600.01/3601.64	c 3602	END Wed Jul 23 03:32:57 2008

Verifier Data (download as text)

OK	69	624
69 unsatisfied constraints, 624 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-1127619-1216773175/watcher-1127619-1216773175 -o /tmp/evaluation-result-1127619-1216773175/solver-1127619-1216773175 -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-1127619-1216773175.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: 0.92 0.98 0.99 4/67 7474
/proc/meminfo: memFree=1379856/2055920 swapFree=4192956/4192956
[pid=7474] ppid=7472 vsize=18572 CPUtime=0
/proc/7474/stat : 7474 (runsolver) R 7472 7474 7408 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 4406022 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 235371293991 0 0 4096 24578 0 0 0 17 1 0 0
/proc/7474/statm: 4643 292 257 25 0 2626 0

[startup+0.0285409 s]
/proc/loadavg: 0.92 0.98 0.99 4/67 7474
/proc/meminfo: memFree=1379856/2055920 swapFree=4192956/4192956
[pid=7474] ppid=7472 vsize=12412 CPUtime=0
/proc/7474/stat : 7474 (sugar++) D 7472 7474 7408 0 -1 4194304 424 0 0 0 0 0 0 0 18 0 1 0 4406022 12709888 392 996147200 4194304 4206940 548682068528 18446744073709551615 235371461221 0 0 4224 0 0 0 0 17 1 0 0
/proc/7474/statm: 3103 392 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.102423 s]
/proc/loadavg: 0.92 0.98 0.99 4/67 7474
/proc/meminfo: memFree=1379856/2055920 swapFree=4192956/4192956
[pid=7474] ppid=7472 vsize=13336 CPUtime=0.03
/proc/7474/stat : 7474 (sugar++) D 7472 7474 7408 0 -1 4194304 736 0 0 0 2 1 0 0 18 0 1 0 4406022 13656064 704 996147200 4194304 4206940 548682068528 18446744073709551615 235380194302 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/7474/statm: 3334 704 338 3 0 434 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13336

[startup+0.301422 s]
/proc/loadavg: 0.92 0.98 0.99 4/67 7474
/proc/meminfo: memFree=1379856/2055920 swapFree=4192956/4192956
[pid=7474] ppid=7472 vsize=16740 CPUtime=0.07
/proc/7474/stat : 7474 (sugar++) S 7472 7474 7408 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 4406022 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7474/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701454 s]
/proc/loadavg: 0.92 0.98 0.99 4/67 7474
/proc/meminfo: memFree=1379856/2055920 swapFree=4192956/4192956
[pid=7474] ppid=7472 vsize=16740 CPUtime=0.42
/proc/7474/stat : 7474 (sugar++) S 7472 7474 7408 0 -1 4194304 1279 4504 0 42 5 3 29 5 16 0 1 0 4406022 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7474/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 16740

[startup+1.50253 s]
/proc/loadavg: 0.92 0.98 0.99 5/93 7522
/proc/meminfo: memFree=1340584/2055920 swapFree=4192956/4192956
[pid=7474] ppid=7472 vsize=16740 CPUtime=0.43
/proc/7474/stat : 7474 (sugar++) S 7472 7474 7408 0 -1 4194304 1297 4504 0 42 6 3 29 5 15 0 1 0 4406022 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7474/statm: 4185 1104 409 3 0 764 0
[pid=7503] ppid=7474 vsize=5356 CPUtime=0
/proc/7503/stat : 7503 (sh) S 7474 7474 7408 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4406088 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7503/statm: 1339 233 193 169 0 50 0
[pid=7504] ppid=7503 vsize=869480 CPUtime=0.84
/proc/7504/stat : 7504 (java) S 7503 7474 7408 0 -1 0 6653 0 9 0 79 5 0 0 19 0 9 0 4406088 890347520 5883 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7504/statm: 217370 5883 2563 9 0 211917 0
[pid=7504/tid=7507] ppid=7503 vsize=869480 CPUtime=0.51
/proc/7504/task/7507/stat : 7507 (java) R 7503 7474 7408 0 -1 64 2722 0 6 0 49 2 0 0 18 0 9 0 4406089 890347520 5883 996147200 134512640 134550740 4294955920 18446744073709551615 4126949919 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7504/tid=7509] ppid=7503 vsize=869480 CPUtime=0.06
/proc/7504/task/7509/stat : 7509 (java) S 7503 7474 7408 0 -1 64 1707 0 3 0 6 0 0 0 16 0 9 0 4406091 890347520 5883 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7504/tid=7510] ppid=7503 vsize=869480 CPUtime=0
/proc/7504/task/7510/stat : 7510 (java) S 7503 7474 7408 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4406091 890347520 5883 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7504/tid=7512] ppid=7503 vsize=869480 CPUtime=0
/proc/7504/task/7512/stat : 7512 (java) S 7503 7474 7408 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 4406091 890347520 5883 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7504/tid=7515] ppid=7503 vsize=869480 CPUtime=0
/proc/7504/task/7515/stat : 7515 (java) S 7503 7474 7408 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4406093 890347520 5883 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7504/tid=7516] ppid=7503 vsize=869480 CPUtime=0.23
/proc/7504/task/7516/stat : 7516 (java) S 7503 7474 7408 0 -1 64 1530 0 0 0 23 0 0 0 16 0 9 0 4406093 890347520 5883 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7504/tid=7519] ppid=7503 vsize=869480 CPUtime=0
/proc/7504/task/7519/stat : 7519 (java) S 7503 7474 7408 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4406093 890347520 5883 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7504/tid=7520] ppid=7503 vsize=869480 CPUtime=0
/proc/7504/task/7520/stat : 7520 (java) S 7503 7474 7408 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4406093 890347520 5883 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 891576

[startup+3.10267 s]
/proc/loadavg: 0.92 0.98 0.99 3/93 7522
/proc/meminfo: memFree=1313512/2055920 swapFree=4192956/4192956
[pid=7474] ppid=7472 vsize=16872 CPUtime=2.38
/proc/7474/stat : 7474 (sugar++) S 7472 7474 7408 0 -1 4194304 1529 11815 0 51 6 3 209 20 15 0 1 0 4406022 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7474/statm: 4218 1133 414 3 0 797 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 16872

[startup+6.30197 s]
/proc/loadavg: 1.17 1.03 1.01 3/76 7579
/proc/meminfo: memFree=1292328/2055920 swapFree=4192956/4192956
[pid=7474] ppid=7472 vsize=16872 CPUtime=3.12
/proc/7474/stat : 7474 (sugar++) S 7472 7474 7408 0 -1 4194304 1707 23459 0 54 7 3 274 28 15 0 1 0 4406022 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7474/statm: 4218 1133 414 3 0 797 0
[pid=7523] ppid=7474 vsize=29304 CPUtime=2.88
/proc/7523/stat : 7523 (minisat-inc) R 7474 7474 7408 0 -1 4194304 7202 0 0 0 283 5 0 0 25 0 1 0 4406284 30007296 7145 996147200 134512640 135134323 4294956192 18446744073709551615 134524683 0 0 4096 3 0 0 0 17 0 0 0
/proc/7523/statm: 7326 7145 80 151 0 7172 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 46176

[startup+12.7026 s]
/proc/loadavg: 1.23 1.05 1.02 3/76 7591
/proc/meminfo: memFree=1271720/2055920 swapFree=4192956/4192956
[pid=7474] ppid=7472 vsize=16872 CPUtime=3.12
/proc/7474/stat : 7474 (sugar++) S 7472 7474 7408 0 -1 4194304 1707 23459 0 54 7 3 274 28 16 0 1 0 4406022 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7474/statm: 4218 1133 414 3 0 797 0
[pid=7523] ppid=7474 vsize=29440 CPUtime=9.27
/proc/7523/stat : 7523 (minisat-inc) R 7474 7474 7408 0 -1 4194304 7223 0 0 0 922 5 0 0 25 0 1 0 4406284 30146560 7166 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/7523/statm: 7360 7166 80 151 0 7206 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 46312

[startup+25.5017 s]
/proc/loadavg: 1.40 1.09 1.03 3/76 7591
/proc/meminfo: memFree=1271792/2055920 swapFree=4192956/4192956
[pid=7474] ppid=7472 vsize=16872 CPUtime=3.12
/proc/7474/stat : 7474 (sugar++) S 7472 7474 7408 0 -1 4194304 1707 23459 0 54 7 3 274 28 16 0 1 0 4406022 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7474/statm: 4218 1133 414 3 0 797 0
[pid=7523] ppid=7474 vsize=29616 CPUtime=22.07
/proc/7523/stat : 7523 (minisat-inc) R 7474 7474 7408 0 -1 4194304 7283 0 0 0 2202 5 0 0 25 0 1 0 4406284 30326784 7218 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/7523/statm: 7404 7218 80 151 0 7250 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 46488

[startup+51.101 s]
/proc/loadavg: 1.66 1.18 1.06 3/76 7591
/proc/meminfo: memFree=1271344/2055920 swapFree=4192956/4192956
[pid=7474] ppid=7472 vsize=16872 CPUtime=3.12
/proc/7474/stat : 7474 (sugar++) S 7472 7474 7408 0 -1 4194304 1707 23459 0 54 7 3 274 28 16 0 1 0 4406022 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7474/statm: 4218 1133 414 3 0 797 0
[pid=7523] ppid=7474 vsize=29736 CPUtime=47.65
/proc/7523/stat : 7523 (minisat-inc) R 7474 7474 7408 0 -1 4194304 7314 0 0 0 4759 6 0 0 25 0 1 0 4406284 30449664 7249 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/7523/statm: 7434 7249 80 151 0 7280 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 46608

[startup+102.307 s]
/proc/loadavg: 1.91 1.32 1.11 3/76 7591
/proc/meminfo: memFree=1258096/2055920 swapFree=4192956/4192956
[pid=7474] ppid=7472 vsize=16872 CPUtime=3.12
/proc/7474/stat : 7474 (sugar++) S 7472 7474 7408 0 -1 4194304 1707 23459 0 54 7 3 274 28 16 0 1 0 4406022 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7474/statm: 4218 1133 414 3 0 797 0
[pid=7523] ppid=7474 vsize=37052 CPUtime=98.83
/proc/7523/stat : 7523 (minisat-inc) R 7474 7474 7408 0 -1 4194304 9094 0 0 0 9875 8 0 0 25 0 1 0 4406284 37941248 9029 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/7523/statm: 9263 9029 80 151 0 9109 0
Current children cumulated CPU time (s) 101.95
Current children cumulated vsize (KiB) 53924

[startup+162.301 s]
/proc/loadavg: 2.02 1.46 1.17 3/76 7591
/proc/meminfo: memFree=1249584/2055920 swapFree=4192956/4192956
[pid=7474] ppid=7472 vsize=16872 CPUtime=3.12
/proc/7474/stat : 7474 (sugar++) S 7472 7474 7408 0 -1 4194304 1707 23459 0 54 7 3 274 28 16 0 1 0 4406022 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7474/statm: 4218 1133 414 3 0 797 0
[pid=7523] ppid=7474 vsize=44016 CPUtime=158.81
/proc/7523/stat : 7523 (minisat-inc) R 7474 7474 7408 0 -1 4194304 10788 0 0 0 15871 10 0 0 25 0 1 0 4406284 45072384 10723 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/7523/statm: 11004 10723 80 151 0 10850 0
Current children cumulated CPU time (s) 161.93
Current children cumulated vsize (KiB) 60888

[startup+222.302 s]
/proc/loadavg: 2.13 1.58 1.23 3/76 7591
/proc/meminfo: memFree=1239664/2055920 swapFree=4192956/4192956
[pid=7474] ppid=7472 vsize=16872 CPUtime=3.12
/proc/7474/stat : 7474 (sugar++) S 7472 7474 7408 0 -1 4194304 1707 23459 0 54 7 3 274 28 16 0 1 0 4406022 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7474/statm: 4218 1133 414 3 0 797 0
[pid=7523] ppid=7474 vsize=49712 CPUtime=218.78
/proc/7523/stat : 7523 (minisat-inc) R 7474 7474 7408 0 -1 4194304 12227 0 0 0 21867 11 0 0 25 0 1 0 4406284 50905088 12162 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/7523/statm: 12428 12162 80 151 0 12274 0
Current children cumulated CPU time (s) 221.9
Current children cumulated vsize (KiB) 66584

[startup+282.302 s]
/proc/loadavg: 2.05 1.66 1.28 3/76 7591
/proc/meminfo: memFree=1229360/2055920 swapFree=4192956/4192956
[pid=7474] ppid=7472 vsize=16872 CPUtime=3.12
/proc/7474/stat : 7474 (sugar++) S 7472 7474 7408 0 -1 4194304 1707 23459 0 54 7 3 274 28 16 0 1 0 4406022 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7474/statm: 4218 1133 414 3 0 797 0
[pid=7523] ppid=7474 vsize=55596 CPUtime=278.76
/proc/7523/stat : 7523 (minisat-inc) R 7474 7474 7408 0 -1 4194304 13636 0 0 0 27863 13 0 0 25 0 1 0 4406284 56930304 13571 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/7523/statm: 13899 13571 80 151 0 13745 0
Current children cumulated CPU time (s) 281.88
Current children cumulated vsize (KiB) 72468

[startup+342.301 s]
/proc/loadavg: 2.02 1.72 1.32 3/76 7591
/proc/meminfo: memFree=1224304/2055920 swapFree=4192956/4192956
[pid=7474] ppid=7472 vsize=16872 CPUtime=3.12
/proc/7474/stat : 7474 (sugar++) S 7472 7474 7408 0 -1 4194304 1707 23459 0 54 7 3 274 28 16 0 1 0 4406022 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7474/statm: 4218 1133 414 3 0 797 0
[pid=7523] ppid=7474 vsize=60532 CPUtime=338.74
/proc/7523/stat : 7523 (minisat-inc) R 7474 7474 7408 0 -1 4194304 14886 0 0 0 33860 14 0 0 25 0 1 0 4406284 61984768 14821 996147200 134512640 135134323 4294956192 18446744073709551615 134532054 0 0 4096 3 0 0 0 17 0 0 0

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

[pid=7523] ppid=7474 vsize=189068 CPUtime=2857.85
/proc/7523/stat : 7523 (minisat-inc) R 7474 7474 7408 0 -1 4194304 46502 0 0 0 285727 58 0 0 25 0 1 0 4406284 193605632 46429 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/7523/statm: 47267 46429 80 151 0 47113 0
Current children cumulated CPU time (s) 2860.97
Current children cumulated vsize (KiB) 205940

[startup+2922.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/76 7599
/proc/meminfo: memFree=1070000/2055920 swapFree=4192956/4192956
[pid=7474] ppid=7472 vsize=16872 CPUtime=3.12
/proc/7474/stat : 7474 (sugar++) S 7472 7474 7408 0 -1 4194304 1707 23459 0 54 7 3 274 28 16 0 1 0 4406022 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7474/statm: 4218 1133 414 3 0 797 0
[pid=7523] ppid=7474 vsize=191340 CPUtime=2917.83
/proc/7523/stat : 7523 (minisat-inc) R 7474 7474 7408 0 -1 4194304 47053 0 0 0 291724 59 0 0 25 0 1 0 4406284 195932160 46980 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/7523/statm: 47835 46980 80 151 0 47681 0
Current children cumulated CPU time (s) 2920.95
Current children cumulated vsize (KiB) 208212

[startup+2982.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/76 7599
/proc/meminfo: memFree=1067824/2055920 swapFree=4192956/4192956
[pid=7474] ppid=7472 vsize=16872 CPUtime=3.12
/proc/7474/stat : 7474 (sugar++) S 7472 7474 7408 0 -1 4194304 1707 23459 0 54 7 3 274 28 16 0 1 0 4406022 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7474/statm: 4218 1133 414 3 0 797 0
[pid=7523] ppid=7474 vsize=193200 CPUtime=2977.8
/proc/7523/stat : 7523 (minisat-inc) R 7474 7474 7408 0 -1 4194304 47555 0 0 0 297721 59 0 0 25 0 1 0 4406284 197836800 47482 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/7523/statm: 48300 47482 80 151 0 48146 0
Current children cumulated CPU time (s) 2980.92
Current children cumulated vsize (KiB) 210072

[startup+3042.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/76 7599
/proc/meminfo: memFree=1066032/2055920 swapFree=4192956/4192956
[pid=7474] ppid=7472 vsize=16872 CPUtime=3.12
/proc/7474/stat : 7474 (sugar++) S 7472 7474 7408 0 -1 4194304 1707 23459 0 54 7 3 274 28 16 0 1 0 4406022 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7474/statm: 4218 1133 414 3 0 797 0
[pid=7523] ppid=7474 vsize=195056 CPUtime=3037.79
/proc/7523/stat : 7523 (minisat-inc) R 7474 7474 7408 0 -1 4194304 48027 0 0 0 303719 60 0 0 25 0 1 0 4406284 199737344 47954 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/7523/statm: 48764 47954 80 151 0 48610 0
Current children cumulated CPU time (s) 3040.91
Current children cumulated vsize (KiB) 211928

[startup+3102.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/76 7599
/proc/meminfo: memFree=1064304/2055920 swapFree=4192956/4192956
[pid=7474] ppid=7472 vsize=16872 CPUtime=3.12
/proc/7474/stat : 7474 (sugar++) S 7472 7474 7408 0 -1 4194304 1707 23459 0 54 7 3 274 28 16 0 1 0 4406022 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7474/statm: 4218 1133 414 3 0 797 0
[pid=7523] ppid=7474 vsize=196772 CPUtime=3097.77
/proc/7523/stat : 7523 (minisat-inc) R 7474 7474 7408 0 -1 4194304 48464 0 0 0 309717 60 0 0 25 0 1 0 4406284 201494528 48391 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/7523/statm: 49193 48391 80 151 0 49039 0
Current children cumulated CPU time (s) 3100.89
Current children cumulated vsize (KiB) 213644

[startup+3162.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/76 7599
/proc/meminfo: memFree=1062000/2055920 swapFree=4192956/4192956
[pid=7474] ppid=7472 vsize=16872 CPUtime=3.12
/proc/7474/stat : 7474 (sugar++) S 7472 7474 7408 0 -1 4194304 1707 23459 0 54 7 3 274 28 16 0 1 0 4406022 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7474/statm: 4218 1133 414 3 0 797 0
[pid=7523] ppid=7474 vsize=199032 CPUtime=3157.74
/proc/7523/stat : 7523 (minisat-inc) R 7474 7474 7408 0 -1 4194304 48999 0 0 0 315713 61 0 0 25 0 1 0 4406284 203808768 48926 996147200 134512640 135134323 4294956192 18446744073709551615 134532286 0 0 4096 3 0 0 0 17 0 0 0
/proc/7523/statm: 49758 48926 80 151 0 49604 0
Current children cumulated CPU time (s) 3160.86
Current children cumulated vsize (KiB) 215904

[startup+3222.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/76 7599
/proc/meminfo: memFree=1060016/2055920 swapFree=4192956/4192956
[pid=7474] ppid=7472 vsize=16872 CPUtime=3.12
/proc/7474/stat : 7474 (sugar++) S 7472 7474 7408 0 -1 4194304 1707 23459 0 54 7 3 274 28 16 0 1 0 4406022 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7474/statm: 4218 1133 414 3 0 797 0
[pid=7523] ppid=7474 vsize=200880 CPUtime=3217.72
/proc/7523/stat : 7523 (minisat-inc) R 7474 7474 7408 0 -1 4194304 49470 0 0 0 321710 62 0 0 25 0 1 0 4406284 205701120 49397 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/7523/statm: 50220 49397 80 151 0 50066 0
Current children cumulated CPU time (s) 3220.84
Current children cumulated vsize (KiB) 217752

[startup+3282.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/76 7599
/proc/meminfo: memFree=1057904/2055920 swapFree=4192956/4192956
[pid=7474] ppid=7472 vsize=16872 CPUtime=3.12
/proc/7474/stat : 7474 (sugar++) S 7472 7474 7408 0 -1 4194304 1707 23459 0 54 7 3 274 28 16 0 1 0 4406022 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7474/statm: 4218 1133 414 3 0 797 0
[pid=7523] ppid=7474 vsize=202772 CPUtime=3277.7
/proc/7523/stat : 7523 (minisat-inc) R 7474 7474 7408 0 -1 4194304 49955 0 0 0 327708 62 0 0 25 0 1 0 4406284 207638528 49882 996147200 134512640 135134323 4294956192 18446744073709551615 134531952 0 0 4096 3 0 0 0 17 0 0 0
/proc/7523/statm: 50693 49882 80 151 0 50539 0
Current children cumulated CPU time (s) 3280.82
Current children cumulated vsize (KiB) 219644

[startup+3342.3 s]
/proc/loadavg: 2.08 1.99 1.91 3/76 7599
/proc/meminfo: memFree=1054640/2055920 swapFree=4192956/4192956
[pid=7474] ppid=7472 vsize=16872 CPUtime=3.12
/proc/7474/stat : 7474 (sugar++) S 7472 7474 7408 0 -1 4194304 1707 23459 0 54 7 3 274 28 16 0 1 0 4406022 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7474/statm: 4218 1133 414 3 0 797 0
[pid=7523] ppid=7474 vsize=204664 CPUtime=3337.68
/proc/7523/stat : 7523 (minisat-inc) R 7474 7474 7408 0 -1 4194304 50449 0 0 0 333705 63 0 0 25 0 1 0 4406284 209575936 50376 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/7523/statm: 51166 50376 80 151 0 51012 0
Current children cumulated CPU time (s) 3340.8
Current children cumulated vsize (KiB) 221536

[startup+3402.31 s]
/proc/loadavg: 2.10 2.00 1.92 3/76 7599
/proc/meminfo: memFree=1052400/2055920 swapFree=4192956/4192956
[pid=7474] ppid=7472 vsize=16872 CPUtime=3.12
/proc/7474/stat : 7474 (sugar++) S 7472 7474 7408 0 -1 4194304 1707 23459 0 54 7 3 274 28 16 0 1 0 4406022 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7474/statm: 4218 1133 414 3 0 797 0
[pid=7523] ppid=7474 vsize=206716 CPUtime=3397.66
/proc/7523/stat : 7523 (minisat-inc) R 7474 7474 7408 0 -1 4194304 50957 0 0 0 339702 64 0 0 25 0 1 0 4406284 211677184 50884 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/7523/statm: 51679 50884 80 151 0 51525 0
Current children cumulated CPU time (s) 3400.78
Current children cumulated vsize (KiB) 223588

[startup+3462.3 s]
/proc/loadavg: 2.10 2.02 1.93 3/76 7599
/proc/meminfo: memFree=1048304/2055920 swapFree=4192956/4192956
[pid=7474] ppid=7472 vsize=16872 CPUtime=3.12
/proc/7474/stat : 7474 (sugar++) S 7472 7474 7408 0 -1 4194304 1707 23459 0 54 7 3 274 28 16 0 1 0 4406022 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7474/statm: 4218 1133 414 3 0 797 0
[pid=7523] ppid=7474 vsize=210888 CPUtime=3457.64
/proc/7523/stat : 7523 (minisat-inc) R 7474 7474 7408 0 -1 4194304 51951 0 0 0 345699 65 0 0 25 0 1 0 4406284 215949312 51852 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/7523/statm: 52722 51852 80 151 0 52568 0
Current children cumulated CPU time (s) 3460.76
Current children cumulated vsize (KiB) 227760

[startup+3522.3 s]
/proc/loadavg: 2.15 2.04 1.94 3/76 7599
/proc/meminfo: memFree=1046384/2055920 swapFree=4192956/4192956
[pid=7474] ppid=7472 vsize=16872 CPUtime=3.12
/proc/7474/stat : 7474 (sugar++) S 7472 7474 7408 0 -1 4194304 1707 23459 0 54 7 3 274 28 16 0 1 0 4406022 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7474/statm: 4218 1133 414 3 0 797 0
[pid=7523] ppid=7474 vsize=213208 CPUtime=3517.61
/proc/7523/stat : 7523 (minisat-inc) R 7474 7474 7408 0 -1 4194304 52413 0 0 0 351695 66 0 0 25 0 1 0 4406284 218324992 52314 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/7523/statm: 53302 52314 80 151 0 53148 0
Current children cumulated CPU time (s) 3520.73
Current children cumulated vsize (KiB) 230080

[startup+3582.3 s]
/proc/loadavg: 2.05 2.03 1.94 3/76 7599
/proc/meminfo: memFree=1044080/2055920 swapFree=4192956/4192956
[pid=7474] ppid=7472 vsize=16872 CPUtime=3.12
/proc/7474/stat : 7474 (sugar++) S 7472 7474 7408 0 -1 4194304 1707 23459 0 54 7 3 274 28 16 0 1 0 4406022 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7474/statm: 4218 1133 414 3 0 797 0
[pid=7523] ppid=7474 vsize=215036 CPUtime=3577.6
/proc/7523/stat : 7523 (minisat-inc) R 7474 7474 7408 0 -1 4194304 52859 0 0 0 357693 67 0 0 25 0 1 0 4406284 220196864 52760 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/7523/statm: 53759 52760 80 151 0 53605 0
Current children cumulated CPU time (s) 3580.72
Current children cumulated vsize (KiB) 231908



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601.6 s]
/proc/loadavg: 2.04 2.03 1.94 3/76 7599
/proc/meminfo: memFree=1043248/2055920 swapFree=4192956/4192956
[pid=7474] ppid=7472 vsize=16872 CPUtime=3.12
/proc/7474/stat : 7474 (sugar++) S 7472 7474 7408 0 -1 4194304 1707 23459 0 54 7 3 274 28 16 0 1 0 4406022 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7474/statm: 4218 1133 414 3 0 797 0
[pid=7523] ppid=7474 vsize=215564 CPUtime=3596.89
/proc/7523/stat : 7523 (minisat-inc) R 7474 7474 7408 0 -1 4194304 53015 0 0 0 359622 67 0 0 25 0 1 0 4406284 220737536 52916 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/7523/statm: 53891 52916 80 151 0 53737 0
Current children cumulated CPU time (s) 3600.01
Current children cumulated vsize (KiB) 232436

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

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

Child status: 0
Real time (s): 3601.65
CPU time (s): 3600.08
CPU user time (s): 3599.04
CPU system time (s): 1.03384
CPU usage (%): 99.9565
Max. virtual memory (cumulated for all children) (KiB): 891576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.04
system time used= 1.03384
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78260
page faults= 54
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5265
involuntary context switches= 19215

runsolver used 4.29535 second user time and 12.0992 second system time

The end

Launcher Data (download as text)

Begin job on node51 at 2008-07-23 02:32:55
IDJOB=1127619
IDBENCH=63703
IDSOLVER=367
FILE ID=node51/1127619-1216773175
PBS_JOBID= 7974166
Free space on /tmp= 66564 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/cnf/3-80-100-1000/normalized-cnf-3-80-700-089745_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1127619-1216773175/watcher-1127619-1216773175 -o /tmp/evaluation-result-1127619-1216773175/solver-1127619-1216773175 -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-1127619-1216773175.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2030504ca2d4998d1b463b933027f2df
RANDOM SEED=1013263196

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1383080 kB
Buffers:         26080 kB
Cached:         582860 kB
SwapCached:          0 kB
Active:         298064 kB
Inactive:       325124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1383080 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             972 kB
Writeback:           0 kB
Mapped:          23968 kB
Slab:            35196 kB
Committed_AS:    58064 kB
PageTables:       1696 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= 66548 MiB
End job on node51 at 2008-07-23 03:32:59