Trace number 1126339

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.13 3618.61

General information on the benchmark

Namemaxcsp/maxclique/
normalized-mann-a45_ext.xml
MD5SUMa19bb2d954038458debfe1c4f6715470
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints701
Best CPU time to get the best result obtained on this benchmark1665.97
Satisfiable
(Un)Satisfiability was proved
Number of variables1036
Number of constraints3015
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension3015
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.18	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.02/0.20	c 0	BEGIN Wed Jul 16 06:04:23 2008
0.02/0.20	c 0	PID 2794
0.07/0.21	c 0	HOST node69.alineos.net
0.07/0.21	c 0	CONVERTING HOME/instance-1126339-1216181063.xml TO HOME/temp.csp
0.07/0.21	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1126339-1216181063.xml' 'HOME/temp.csp'
0.75/1.05	c 1	2 domains, 1036 variables, 0 predicates, 2 relations, 3015 constraints
0.75/1.08	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.75/1.08	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.81/1.16	c 1	Parsing HOME/temp.csp
0.81/1.38	c 2	parsed 4055 expressions
0.81/1.39	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.81/1.42	c 2	MAX CSP: 3015 constraints
0.81/1.42	c 2	Converting to clausal form CSP
0.81/1.45	c 2	converted 708 (10%) expressions
0.81/1.49	c 2	converted 1415 (20%) expressions
0.81/1.61	c 2	converted 2122 (30%) expressions
0.81/1.63	c 2	converted 2830 (40%) expressions
0.81/1.65	c 2	converted 3537 (50%) expressions
0.81/1.67	c 2	converted 4244 (60%) expressions
0.81/1.68	c 2	converted 4952 (70%) expressions
0.81/1.69	c 2	converted 5659 (80%) expressions
0.81/1.74	c 2	converted 6366 (90%) expressions
0.81/2.06	c 2	converted 7073 (100%) expressions
0.81/2.06	c 2	CSP : 7066 integers, 0 booleans, 9044 clauses, largest domain size 4523
0.81/2.06	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.81/2.06	c 2	Propagation in CSP
1.80/2.18	c 2	3007 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.80/2.19	c 2	CSP : 7066 integers, 0 booleans, 9044 clauses, largest domain size 3016
1.80/2.19	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.80/2.20	c 2	Simplifing CSP by introducing new Boolean variables
1.90/2.21	c 2	CSP : 7066 integers, 0 booleans, 9044 clauses, largest domain size 3016
1.90/2.21	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.90/2.26	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.90/2.28	c 2	707 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.90/2.28	c 2	1414 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.90/2.29	c 2	2120 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.90/2.29	c 2	2827 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.90/2.29	c 2	3533 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.99/2.30	c 2	4240 (60%) CSP integer variables are encoded (4271 clauses, 55587 bytes)
1.99/2.31	c 2	4947 (70%) CSP integer variables are encoded (10291 clauses, 143284 bytes)
1.99/2.32	c 3	5653 (80%) CSP integer variables are encoded (18093 clauses, 260314 bytes)
1.99/2.33	c 3	6360 (90%) CSP integer variables are encoded (24298 clauses, 353389 bytes)
1.99/2.39	c 3	7066 (100%) CSP integer variables are encoded (62243 clauses, 922564 bytes)
2.09/2.48	c 3	905 (10%) CSP clauses are encoded (63148 clauses, 935791 bytes)
2.19/2.50	c 3	1809 (20%) CSP clauses are encoded (64052 clauses, 948790 bytes)
2.19/2.52	c 3	2714 (30%) CSP clauses are encoded (64957 clauses, 961914 bytes)
2.30/2.64	c 3	3618 (40%) CSP clauses are encoded (113999 clauses, 1844536 bytes)
3.28/3.65	c 4	4522 (50%) CSP clauses are encoded (647563 clauses, 12980213 bytes)
3.58/3.94	c 4	5427 (60%) CSP clauses are encoded (799482 clauses, 16196741 bytes)
6.54/6.98	c 7	6331 (70%) CSP clauses are encoded (2383016 clauses, 50161906 bytes)
6.93/7.31	c 7	7236 (80%) CSP clauses are encoded (2557661 clauses, 53863507 bytes)
7.71/8.16	c 8	8140 (90%) CSP clauses are encoded (3001016 clauses, 63334474 bytes)
25.08/26.00	c 26	9044 (100%) CSP clauses are encoded (11551018 clauses, 246633398 bytes)
25.08/26.00	c 26	9044 CSP clauses encoded
25.18/26.01	c 26	Writing map file : HOME/temp.map
25.18/26.06	c 26	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
25.18/26.06	c 26	SAT : 69308 SAT variables, 11551018 SAT clauses, 246633398 bytes
25.18/26.06	c 26	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
25.27/26.10	c 26	OBJECTIVE minimize _COST
25.27/26.10	c 26	SOLVING HOME/temp.cnf
25.27/26.10	c 26	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
25.27/26.14	c 26	This is MiniSat 2.0 beta incremental
25.27/26.14	c 26	WARNING: for repeatability, setting FPU to use double precision
25.27/26.14	c 26	============================[ Problem Statistics ]=============================
25.27/26.14	c 26	|                                                                             |
25.27/26.14	c 26	|  Number of variables:  69308                                                |
25.27/26.14	c 26	|  Number of clauses:    11551018                                             |
30.36/31.39	c 32	|  Parsing time:         4.50         s                                       |
30.66/31.61	c 32	OK
30.66/31.61	c 32	OBJECTIVE BOUND: 0 <= _COST <= 
30.66/31.61	c 32	SEARCHING: _COST <= 1508
30.66/31.61	c 32	============================[ Search Statistics ]==============================
30.66/31.61	c 32	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
30.66/31.61	c 32	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
30.66/31.61	c 32	===============================================================================
30.66/31.61	c 32	|         0 |   69308 11551018 34462275 |  3850339        0    nan |  0.000 % |
34.71/35.79	c 36	|       100 |   69304 11551018 34462275 |  4235373       99     14 |  0.019 % |
35.21/36.21	c 36	|       250 |   69304 11551018 34462275 |  4658910      249     15 |  0.019 % |
35.70/36.72	c 37	|       476 |   69304 11551018 34462275 |  5124801      475     14 |  0.019 % |
36.40/37.46	c 38	|       814 |   69304 11551018 34462275 |  5637281      813     15 |  0.019 % |
38.09/39.18	c 39	|      1320 |   69304 11551018 34462275 |  6201009     1319     19 |  0.019 % |
40.17/41.27	c 41	|      2079 |   69304 11551018 34462275 |  6821110     2078     20 |  0.019 % |
42.54/43.63	c 44	===============================================================================
42.54/43.63	c 44	restarts              : 7
42.54/43.63	c 44	conflicts             : 2872          (173 /sec)
42.54/43.64	c 44	decisions             : 7524          (0.73 % random) (454 /sec)
42.54/43.64	c 44	propagations          : 5253071        (316746 /sec)
42.54/43.64	c 44	conflict literals     : 83021          (14.95 % deleted)
42.54/43.64	c 44	Memory used           : 472.10 MB
42.54/43.64	c 44	CPU time              : 16.5845 s
42.54/43.64	c 44	
42.54/43.64	c 44	SATISFIABLE
42.54/43.66	c 44	OK
42.54/43.66	c 44	FOUND: _COST <= 1508
42.54/43.66	s SATISFIABLE
42.54/43.66	c 44	DECODING HOME/temp.out WITH HOME/temp.map
42.54/43.66	c 44	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
42.60/43.74	c 44	Decoding HOME/temp.out
42.82/43.99	c 44	OBJECTIVE _COST 1082
42.82/43.99	o 1082
42.93/44.03	v 0 0 1 1 1 1 1 0 0 1 0 1 0 1 0 0 1 1 0 1 0 1 1 0 1 1 1 0 0 1 0 1 0 0 1 1 0 0 1 0 1 0 1 1 1 1 0 0 1 0 0 0 1 0 1 0 1 1 0 0 0 1 0 1 0 0 1 0 1 1 0 0 1 0 0 1 0 1 0 1 0 0 0 1 1 1 1 1 0 1 1 0 0 1 0 0 0 1 0 0 0 1 1 0 1 1 0 0 0 1 1 1 0 1 0 0 1 1 1 1 1 0 1 0 1 1 0 1 0 1 0 0 1 0 1 1 1 1 1 0 0 0 0 1 1 0 0 1 0 1 1 0 0 1 1 1 1 0 1 0 1 1 0 1 1 0 1 0 0 0 1 1 1 0 0 1 0 1 1 0 0 1 1 1 1 0 0 1 0 0 0 1 1 0 1 0 0 1 1 0 1 0 0 1 0 1 1 0 1 1 0 1 1 0 1 0 1 1 0 1 0 1 0 1 1 1 0 0 0 0 1 0 0 1 1 1 0 1 1 0 0 1 0 0 0 1 0 0 1 0 1 0 1 1 0 0 1 1 0 1 1 1 0 0 0 1 0 0 1 1 1 0 1 1 1 0 1 0 0 0 1 1 1 0 1 1 1 0 1 0 1 1 1 0 0 1 1 1 1 1 1 0 1 0 1 1 1 1 1 0 1 0 0 0 1 1 1 0 0 1 0 1 0 1 1 0 1 1 0 0 0 1 0 0 1 1 1 1 0 0 0 1 1 0 1 1 1 1 0 1 1 0 1 1 1 0 0 0 1 0 1 1 0 1 0 1 1 1 1 1 0 0 1 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 1 1 0 1 0 0 1 1 1 0 0 1 0 0 0 0 1 1 0 0 0 1 1 0 1 1 1 0 0 0 1 1 1 1 0 0 0 1 0 0 0 0 1 0 1 1 0 0 1 0 0 1 0 0 0 1 1 0 0 0 0 1 1 0 1 1 0 0 0 0 1 0 1 1 0 1 0 1 0 0 1 0 0 0 1 0 0 1 1 1 0 1 1 1 0 0 1 0 0 1 1 0 1 0 0 1 1 1 0 0 0 1 0 1 1 0 1 0 0 1 0 1 1 1 0 1 0 1 0 0 1 1 0 1 1 0 0 1 1 0 0 1 0 0 1 1 1 0 1 0 1 0 1 1 0 0 0 1 0 1 0 0 0 1 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 1 1 1 0 1 0 1 0 0 0 1 1 0 1 1 0 1 0 0 1 1 1 1 0 1 0 0 0 1 1 0 0 1 0 0 1 1 0 1 0 1 0 1 1 1 1 0 1 0 0 0 1 1 1 0 1 0 1 0 1 1 0 1 0 0 0 0 1 0 1 0 0 1 1 1 0 1 0 1 0 1 0 0 1 0 0 0 1 1 1 1 0 0 0 1 0 1 1 1 0 1 0 1 0 0 1 1 0 1 1 0 0 1 0 1 0 0 1 1 0 0 0 0 1 0 1 0 1 1 0 1 0 1 1 1 0 1 1 1 0 0 1 1 0 1 1 0 0 1 1 1 0 0 0 1 0 1 0 1 1 0 1 1 1 1 0 1 0 1 0 1 0 1 1 1 1 0 0 1 0 1 0 1 0 1 0 0 1 1 1 1 0 1 0 1 1 1 0 1 1 0 1 0 1 1 0 0 0 1 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 1 0 1 0 0 0 1 1 1 1 0 1 0 0 0 0 1 1 0 0 0 1 0 1 1 1 0 1 1 0 1 0 0 0 1 1 0 0 1 0 0 1 0 1 1 1 0 0 1 1 0 1 1 1 1 1 0 1 0 0 1 0 1 0 1 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 1 0 0 1 0 1 1 0 1 1 0 1 0 0 0 1 1 0 1 1 0 1 0 1 1 1 0 0 0 1 0 0 1 1 0 0 1 0 1 0 0 1 1 0 0 0 0 1 1 1 0 1 1 0 1 0 1 1 1 1 0 1 0 0 0 0 1 0 1 1 1 1 0 1 0 0 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 0 1 0 1 0 1 1 0 0 0 0 1 1 0 1 1 1 1 0 1 1 0 1 1 1 0 1 1 1 1 0 1 0 1 0 1 1 0 0 1 0 0 1 0 1 0 1 0 1 0 0 0 0 1 1 0 0 1 1 1 1 0 1 1 0 0 1 0 0 -1
42.93/44.04	c 44	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
42.99/44.11	c 44	OK
42.99/44.11	c 44	OBJECTIVE BOUND: 0 <= _COST <= 1082
42.99/44.11	c 44	SEARCHING: _COST <= 541
42.99/44.11	c 44	============================[ Search Statistics ]==============================
42.99/44.11	c 44	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
42.99/44.11	c 44	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
42.99/44.11	c 44	===============================================================================
42.99/44.11	c 44	|      2872 |   69295 11551018 34462275 |  3850339     2871     29 |  0.019 % |
44.28/45.44	c 46	|      2972 |   69295 11551018 34462275 |  4235373     2971     29 | 34.102 % |
45.17/46.34	c 47	|      3122 |   69295 11551018 34462275 |  4658910     3121     28 | 34.102 % |
45.87/47.10	c 47	|      3349 |   69295 11551018 34462275 |  5124801     3348     28 | 34.102 % |
46.66/47.86	c 48	|      3686 |   69295 11551018 34462275 |  5637281     3685     28 | 34.102 % |
49.43/50.64	c 51	|      4196 |   69295 11551018 34462275 |  6201009     4195     30 | 34.102 % |
51.71/52.92	c 53	|      4955 |   69295 11551018 34462275 |  6821110     4954     34 | 34.102 % |
56.06/57.38	c 58	|      6095 |   69295 11551018 34462275 |  7503222     6094     37 | 34.102 % |
59.04/60.34	c 61	|      7803 |   69295 11551018 34462275 |  8253544     7802     37 | 34.102 % |
69.74/71.10	c 71	|     10366 |   69295 11551018 34462275 |  9078898    10365     37 | 34.102 % |
77.96/79.48	c 80	|     14210 |   69295 11551018 34462275 |  9986788    14209     35 | 34.102 % |
92.52/94.15	c 94	|     19976 |   69295 11551018 34462275 | 10985467    19975     34 | 34.102 % |
125.81/127.79	c 128	|     28625 |   69295 11551018 34462275 | 12084014    28624     45 | 34.102 % |
169.30/171.63	c 172	|     41600 |   45673  5943596 17708991 | 13292415    41599     46 | 34.102 % |
208.14/210.89	c 211	|     61064 |   45673  5943596 17708991 | 14621657    61063     42 | 34.102 % |
289.57/293.08	c 293	|     90256 |   45673  5943596 17708991 | 16083822    90255     48 | 34.102 % |
381.11/385.42	c 386	|    134045 |   45673  5943596 17708991 | 17692205   134044     58 | 34.102 % |
598.88/604.04	c 604	|    199730 |   45657  5939947 17698102 | 19461425   199727     48 | 34.125 % |
933.23/940.53	c 941	|    298258 |   45657  5939947 17698102 | 21407568   298255     39 | 34.125 % |
1619.22/1629.46	c 1630	|    446047 |   45641  5936290 17687189 | 23548325   446043     33 | 34.148 % |
2597.62/2611.80	c 2612	|    667730 |   45613  5928602 17664221 | 25903157   667722     30 | 34.191 % |
3600.01/3618.31	c ERROR INTERRUPTED
3600.01/3618.38	c 3619	CPU 3595.71 (0.08 0.02 3595.63 4.36)
3600.01/3618.38	c 3619	END Wed Jul 16 07:04:42 2008

Verifier Data (download as text)

OK	956	2059
956 unsatisfied constraints, 2059 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-1126339-1216181063/watcher-1126339-1216181063 -o /tmp/evaluation-result-1126339-1216181063/solver-1126339-1216181063 -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-1126339-1216181063.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.81 2.46 2.22 4/81 2794
/proc/meminfo: memFree=1953488/2055920 swapFree=4180336/4192956
[pid=2794] ppid=2792 vsize=18572 CPUtime=0
/proc/2794/stat : 2794 (runsolver) R 2792 2794 939 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 74804227 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 237947645223 0 0 4096 24578 0 0 0 17 1 0 0
/proc/2794/statm: 4643 292 257 25 0 2626 0

[startup+0.0904699 s]
/proc/loadavg: 2.81 2.46 2.22 4/81 2794
/proc/meminfo: memFree=1953488/2055920 swapFree=4180336/4192956
[pid=2794] ppid=2792 vsize=12808 CPUtime=0.01
/proc/2794/stat : 2794 (sugar++) R 2792 2794 939 0 -1 4194304 571 0 0 0 1 0 0 0 18 0 1 0 74804227 13115392 539 996147200 4194304 4206940 548682068528 18446744073709551615 237961108449 0 0 4224 0 0 0 0 17 1 0 0
/proc/2794/statm: 3202 539 316 3 0 302 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12808

[startup+0.10147 s]
/proc/loadavg: 2.81 2.46 2.22 4/81 2794
/proc/meminfo: memFree=1953488/2055920 swapFree=4180336/4192956
[pid=2794] ppid=2792 vsize=13204 CPUtime=0.02
/proc/2794/stat : 2794 (sugar++) R 2792 2794 939 0 -1 4194304 690 0 0 0 2 0 0 0 18 0 1 0 74804227 13520896 658 996147200 4194304 4206940 548682068528 18446744073709551615 237961095448 0 0 4224 0 0 0 0 17 1 0 0
/proc/2794/statm: 3301 658 336 3 0 401 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13204

[startup+0.301484 s]
/proc/loadavg: 2.81 2.46 2.22 4/81 2794
/proc/meminfo: memFree=1953488/2055920 swapFree=4180336/4192956
[pid=2794] ppid=2792 vsize=16740 CPUtime=0.07
/proc/2794/stat : 2794 (sugar++) S 2792 2794 939 0 -1 4194304 1219 128 0 0 6 1 0 0 18 0 1 0 74804227 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2794/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701521 s]
/proc/loadavg: 2.81 2.46 2.22 4/81 2794
/proc/meminfo: memFree=1953488/2055920 swapFree=4180336/4192956
[pid=2794] ppid=2792 vsize=16740 CPUtime=0.07
/proc/2794/stat : 2794 (sugar++) S 2792 2794 939 0 -1 4194304 1219 128 0 0 6 1 0 0 18 0 1 0 74804227 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2794/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50158 s]
/proc/loadavg: 2.81 2.46 2.22 4/92 2806
/proc/meminfo: memFree=1938808/2055920 swapFree=4180336/4192956
[pid=2794] ppid=2792 vsize=16740 CPUtime=0.81
/proc/2794/stat : 2794 (sugar++) S 2792 2794 939 0 -1 4194304 1297 5205 0 1 6 1 69 5 15 0 1 0 74804227 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2794/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.81
Current children cumulated vsize (KiB) 16740

[startup+3.10271 s]
/proc/loadavg: 2.81 2.46 2.22 3/92 2816
/proc/meminfo: memFree=1928952/2055920 swapFree=4180336/4192956
[pid=2794] ppid=2792 vsize=16740 CPUtime=0.81
/proc/2794/stat : 2794 (sugar++) S 2792 2794 939 0 -1 4194304 1297 5205 0 1 6 1 69 5 15 0 1 0 74804227 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2794/statm: 4185 1104 409 3 0 764 0
[pid=2807] ppid=2794 vsize=5356 CPUtime=0
/proc/2807/stat : 2807 (sh) S 2794 2794 939 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74804336 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2807/statm: 1339 233 193 169 0 50 0
[pid=2808] ppid=2807 vsize=868480 CPUtime=1.99
/proc/2808/stat : 2808 (java) S 2807 2794 939 0 -1 0 8543 0 1 0 188 11 0 0 18 0 9 0 74804336 889323520 7512 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2808/statm: 217120 7512 2567 9 0 211667 0
[pid=2808/tid=2809] ppid=2807 vsize=868480 CPUtime=1.33
/proc/2808/task/2809/stat : 2809 (java) R 2807 2794 939 0 -1 64 2960 0 1 0 127 6 0 0 24 0 9 0 74804337 889323520 7512 996147200 134512640 134550740 4294955920 18446744073709551615 4127038796 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2808/tid=2810] ppid=2807 vsize=868480 CPUtime=0.31
/proc/2808/task/2810/stat : 2810 (java) S 2807 2794 939 0 -1 64 3352 0 0 0 29 2 0 0 16 0 9 0 74804338 889323520 7512 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2808/tid=2811] ppid=2807 vsize=868480 CPUtime=0
/proc/2808/task/2811/stat : 2811 (java) S 2807 2794 939 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74804338 889323520 7512 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2808/tid=2812] ppid=2807 vsize=868480 CPUtime=0
/proc/2808/task/2812/stat : 2812 (java) S 2807 2794 939 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 74804338 889323520 7512 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2808/tid=2813] ppid=2807 vsize=868480 CPUtime=0
/proc/2808/task/2813/stat : 2813 (java) S 2807 2794 939 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74804340 889323520 7512 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2808/tid=2814] ppid=2807 vsize=868480 CPUtime=0.31
/proc/2808/task/2814/stat : 2814 (java) S 2807 2794 939 0 -1 64 1537 0 0 0 30 1 0 0 16 0 9 0 74804340 889323520 7512 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2808/tid=2815] ppid=2807 vsize=868480 CPUtime=0
/proc/2808/task/2815/stat : 2815 (java) S 2807 2794 939 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74804340 889323520 7512 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2808/tid=2816] ppid=2807 vsize=868480 CPUtime=0
/proc/2808/task/2816/stat : 2816 (java) S 2807 2794 939 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74804340 889323520 7512 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 890576

[startup+6.30197 s]
/proc/loadavg: 2.74 2.45 2.21 3/92 2816
/proc/meminfo: memFree=1896184/2055920 swapFree=4180336/4192956
[pid=2794] ppid=2792 vsize=16740 CPUtime=0.81
/proc/2794/stat : 2794 (sugar++) S 2792 2794 939 0 -1 4194304 1297 5205 0 1 6 1 69 5 15 0 1 0 74804227 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2794/statm: 4185 1104 409 3 0 764 0
[pid=2807] ppid=2794 vsize=5356 CPUtime=0
/proc/2807/stat : 2807 (sh) S 2794 2794 939 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74804336 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2807/statm: 1339 233 193 169 0 50 0
[pid=2808] ppid=2807 vsize=868480 CPUtime=5.14
/proc/2808/stat : 2808 (java) S 2807 2794 939 0 -1 0 9514 0 1 0 473 41 0 0 18 0 9 0 74804336 889323520 7512 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2808/statm: 217120 7512 2567 9 0 211667 0
[pid=2808/tid=2809] ppid=2807 vsize=868480 CPUtime=4.25
/proc/2808/task/2809/stat : 2809 (java) R 2807 2794 939 0 -1 64 3931 0 1 0 394 31 0 0 25 0 9 0 74804337 889323520 7512 996147200 134512640 134550740 4294955920 18446744073709551615 4127040024 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2808/tid=2810] ppid=2807 vsize=868480 CPUtime=0.56
/proc/2808/task/2810/stat : 2810 (java) S 2807 2794 939 0 -1 64 3352 0 0 0 48 8 0 0 16 0 9 0 74804338 889323520 7512 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2808/tid=2811] ppid=2807 vsize=868480 CPUtime=0
/proc/2808/task/2811/stat : 2811 (java) S 2807 2794 939 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74804338 889323520 7512 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2808/tid=2812] ppid=2807 vsize=868480 CPUtime=0
/proc/2808/task/2812/stat : 2812 (java) S 2807 2794 939 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 74804338 889323520 7512 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2808/tid=2813] ppid=2807 vsize=868480 CPUtime=0
/proc/2808/task/2813/stat : 2813 (java) S 2807 2794 939 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74804340 889323520 7512 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2808/tid=2814] ppid=2807 vsize=868480 CPUtime=0.31
/proc/2808/task/2814/stat : 2814 (java) S 2807 2794 939 0 -1 64 1537 0 0 0 30 1 0 0 16 0 9 0 74804340 889323520 7512 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2808/tid=2815] ppid=2807 vsize=868480 CPUtime=0
/proc/2808/task/2815/stat : 2815 (java) S 2807 2794 939 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74804340 889323520 7512 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2808/tid=2816] ppid=2807 vsize=868480 CPUtime=0
/proc/2808/task/2816/stat : 2816 (java) S 2807 2794 939 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74804340 889323520 7512 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 890576

[startup+12.7015 s]
/proc/loadavg: 2.68 2.44 2.21 3/92 2816
/proc/meminfo: memFree=1839608/2055920 swapFree=4180336/4192956
[pid=2794] ppid=2792 vsize=16740 CPUtime=0.81
/proc/2794/stat : 2794 (sugar++) S 2792 2794 939 0 -1 4194304 1297 5205 0 1 6 1 69 5 15 0 1 0 74804227 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2794/statm: 4185 1104 409 3 0 764 0
[pid=2807] ppid=2794 vsize=5356 CPUtime=0
/proc/2807/stat : 2807 (sh) S 2794 2794 939 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74804336 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2807/statm: 1339 233 193 169 0 50 0
[pid=2808] ppid=2807 vsize=868480 CPUtime=11.44
/proc/2808/stat : 2808 (java) S 2807 2794 939 0 -1 0 11155 0 1 0 1055 89 0 0 18 0 9 0 74804336 889323520 7512 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2808/statm: 217120 7512 2567 9 0 211667 0
[pid=2808/tid=2809] ppid=2807 vsize=868480 CPUtime=10.12
/proc/2808/task/2809/stat : 2809 (java) R 2807 2794 939 0 -1 64 5572 0 1 0 942 70 0 0 25 0 9 0 74804337 889323520 7512 996147200 134512640 134550740 4294955920 18446744073709551615 102064825 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2808/tid=2810] ppid=2807 vsize=868480 CPUtime=0.99
/proc/2808/task/2810/stat : 2810 (java) S 2807 2794 939 0 -1 64 3352 0 0 0 82 17 0 0 16 0 9 0 74804338 889323520 7512 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2808/tid=2811] ppid=2807 vsize=868480 CPUtime=0
/proc/2808/task/2811/stat : 2811 (java) S 2807 2794 939 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74804338 889323520 7512 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2808/tid=2812] ppid=2807 vsize=868480 CPUtime=0
/proc/2808/task/2812/stat : 2812 (java) S 2807 2794 939 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 74804338 889323520 7512 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2808/tid=2813] ppid=2807 vsize=868480 CPUtime=0
/proc/2808/task/2813/stat : 2813 (java) S 2807 2794 939 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74804340 889323520 7512 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2808/tid=2814] ppid=2807 vsize=868480 CPUtime=0.31
/proc/2808/task/2814/stat : 2814 (java) S 2807 2794 939 0 -1 64 1537 0 0 0 30 1 0 0 16 0 9 0 74804340 889323520 7512 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2808/tid=2815] ppid=2807 vsize=868480 CPUtime=0
/proc/2808/task/2815/stat : 2815 (java) S 2807 2794 939 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74804340 889323520 7512 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2808/tid=2816] ppid=2807 vsize=868480 CPUtime=0
/proc/2808/task/2816/stat : 2816 (java) S 2807 2794 939 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74804340 889323520 7512 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.25
Current children cumulated vsize (KiB) 890576

[startup+25.5025 s]
/proc/loadavg: 2.53 2.42 2.21 3/92 2816
/proc/meminfo: memFree=1690104/2055920 swapFree=4180336/4192956
[pid=2794] ppid=2792 vsize=16740 CPUtime=0.81
/proc/2794/stat : 2794 (sugar++) S 2792 2794 939 0 -1 4194304 1297 5205 0 1 6 1 69 5 15 0 1 0 74804227 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2794/statm: 4185 1104 409 3 0 764 0
[pid=2807] ppid=2794 vsize=5356 CPUtime=0
/proc/2807/stat : 2807 (sh) S 2794 2794 939 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74804336 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2807/statm: 1339 233 193 169 0 50 0
[pid=2808] ppid=2807 vsize=868480 CPUtime=23.88
/proc/2808/stat : 2808 (java) S 2807 2794 939 0 -1 0 15008 0 1 0 2187 201 0 0 18 0 9 0 74804336 889323520 7512 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2808/statm: 217120 7512 2567 9 0 211667 0
[pid=2808/tid=2809] ppid=2807 vsize=868480 CPUtime=21.59
/proc/2808/task/2809/stat : 2809 (java) R 2807 2794 939 0 -1 64 9425 0 1 0 1998 161 0 0 25 0 9 0 74804337 889323520 7512 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2808/tid=2810] ppid=2807 vsize=868480 CPUtime=1.96
/proc/2808/task/2810/stat : 2810 (java) S 2807 2794 939 0 -1 64 3352 0 0 0 158 38 0 0 16 0 9 0 74804338 889323520 7512 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2808/tid=2811] ppid=2807 vsize=868480 CPUtime=0
/proc/2808/task/2811/stat : 2811 (java) S 2807 2794 939 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74804338 889323520 7512 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2808/tid=2812] ppid=2807 vsize=868480 CPUtime=0
/proc/2808/task/2812/stat : 2812 (java) S 2807 2794 939 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 74804338 889323520 7512 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2808/tid=2813] ppid=2807 vsize=868480 CPUtime=0
/proc/2808/task/2813/stat : 2813 (java) S 2807 2794 939 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74804340 889323520 7512 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2808/tid=2814] ppid=2807 vsize=868480 CPUtime=0.31
/proc/2808/task/2814/stat : 2814 (java) S 2807 2794 939 0 -1 64 1537 0 0 0 30 1 0 0 16 0 9 0 74804340 889323520 7512 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2808/tid=2815] ppid=2807 vsize=868480 CPUtime=0
/proc/2808/task/2815/stat : 2815 (java) S 2807 2794 939 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74804340 889323520 7512 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2808/tid=2816] ppid=2807 vsize=868480 CPUtime=0
/proc/2808/task/2816/stat : 2816 (java) S 2807 2794 939 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74804340 889323520 7512 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.69
Current children cumulated vsize (KiB) 890576

[startup+51.1016 s]
/proc/loadavg: 2.35 2.38 2.20 3/83 2827
/proc/meminfo: memFree=1220864/2055920 swapFree=4180336/4192956
[pid=2794] ppid=2792 vsize=17136 CPUtime=25.64
/proc/2794/stat : 2794 (sugar++) S 2792 2794 939 0 -1 4194304 1632 24758 4 7 8 2 2338 216 16 0 1 0 74804227 17547264 1201 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2794/statm: 4284 1201 414 3 0 863 0
[pid=2817] ppid=2794 vsize=483956 CPUtime=24.29
/proc/2817/stat : 2817 (minisat-inc) R 2794 2794 939 0 -1 4194304 120134 0 0 0 2356 73 0 0 25 0 1 0 74806841 495570944 120080 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/2817/statm: 120989 120080 80 151 0 120835 0
Current children cumulated CPU time (s) 49.93
Current children cumulated vsize (KiB) 501092

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

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 3014
/proc/meminfo: memFree=1296040/2055920 swapFree=4180336/4192956
[pid=2794] ppid=2792 vsize=17136 CPUtime=25.64
/proc/2794/stat : 2794 (sugar++) S 2792 2794 939 0 -1 4194304 1632 24758 4 7 8 2 2338 216 16 0 1 0 74804227 17547264 1201 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2794/statm: 4284 1201 414 3 0 863 0
[pid=2817] ppid=2794 vsize=499480 CPUtime=2940.97
/proc/2817/stat : 2817 (minisat-inc) R 2794 2794 939 0 -1 4194304 123443 0 0 0 293887 210 0 0 25 0 1 0 74806841 511467520 123323 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/2817/statm: 124870 123323 80 151 0 124716 0
Current children cumulated CPU time (s) 2966.61
Current children cumulated vsize (KiB) 516616

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 3014
/proc/meminfo: memFree=1295656/2055920 swapFree=4180336/4192956
[pid=2794] ppid=2792 vsize=17136 CPUtime=25.64
/proc/2794/stat : 2794 (sugar++) S 2792 2794 939 0 -1 4194304 1632 24758 4 7 8 2 2338 216 16 0 1 0 74804227 17547264 1201 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2794/statm: 4284 1201 414 3 0 863 0
[pid=2817] ppid=2794 vsize=499652 CPUtime=3000.73
/proc/2817/stat : 2817 (minisat-inc) R 2794 2794 939 0 -1 4194304 123485 0 0 0 299863 210 0 0 25 0 1 0 74806841 511643648 123365 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 0 0 0
/proc/2817/statm: 124913 123365 80 151 0 124759 0
Current children cumulated CPU time (s) 3026.37
Current children cumulated vsize (KiB) 516788

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 3014
/proc/meminfo: memFree=1294888/2055920 swapFree=4180336/4192956
[pid=2794] ppid=2792 vsize=17136 CPUtime=25.64
/proc/2794/stat : 2794 (sugar++) S 2792 2794 939 0 -1 4194304 1632 24758 4 7 8 2 2338 216 16 0 1 0 74804227 17547264 1201 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2794/statm: 4284 1201 414 3 0 863 0
[pid=2817] ppid=2794 vsize=499808 CPUtime=3060.48
/proc/2817/stat : 2817 (minisat-inc) R 2794 2794 939 0 -1 4194304 123522 0 0 0 305838 210 0 0 25 0 1 0 74806841 511803392 123402 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/2817/statm: 124952 123402 80 151 0 124798 0
Current children cumulated CPU time (s) 3086.12
Current children cumulated vsize (KiB) 516944

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 3014
/proc/meminfo: memFree=1294376/2055920 swapFree=4180336/4192956
[pid=2794] ppid=2792 vsize=17136 CPUtime=25.64
/proc/2794/stat : 2794 (sugar++) S 2792 2794 939 0 -1 4194304 1632 24758 4 7 8 2 2338 216 16 0 1 0 74804227 17547264 1201 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2794/statm: 4284 1201 414 3 0 863 0
[pid=2817] ppid=2794 vsize=500116 CPUtime=3120.23
/proc/2817/stat : 2817 (minisat-inc) R 2794 2794 939 0 -1 4194304 123608 0 0 0 311813 210 0 0 25 0 1 0 74806841 512118784 123488 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/2817/statm: 125029 123488 80 151 0 124875 0
Current children cumulated CPU time (s) 3145.87
Current children cumulated vsize (KiB) 517252

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 3014
/proc/meminfo: memFree=1293736/2055920 swapFree=4180336/4192956
[pid=2794] ppid=2792 vsize=17136 CPUtime=25.64
/proc/2794/stat : 2794 (sugar++) S 2792 2794 939 0 -1 4194304 1632 24758 4 7 8 2 2338 216 16 0 1 0 74804227 17547264 1201 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2794/statm: 4284 1201 414 3 0 863 0
[pid=2817] ppid=2794 vsize=500600 CPUtime=3179.99
/proc/2817/stat : 2817 (minisat-inc) R 2794 2794 939 0 -1 4194304 123740 0 0 0 317789 210 0 0 25 0 1 0 74806841 512614400 123620 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/2817/statm: 125150 123620 80 151 0 124996 0
Current children cumulated CPU time (s) 3205.63
Current children cumulated vsize (KiB) 517736

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 3014
/proc/meminfo: memFree=1293224/2055920 swapFree=4180336/4192956
[pid=2794] ppid=2792 vsize=17136 CPUtime=25.64
/proc/2794/stat : 2794 (sugar++) S 2792 2794 939 0 -1 4194304 1632 24758 4 7 8 2 2338 216 16 0 1 0 74804227 17547264 1201 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2794/statm: 4284 1201 414 3 0 863 0
[pid=2817] ppid=2794 vsize=500940 CPUtime=3239.76
/proc/2817/stat : 2817 (minisat-inc) R 2794 2794 939 0 -1 4194304 123808 0 0 0 323765 211 0 0 25 0 1 0 74806841 512962560 123688 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/2817/statm: 125235 123688 80 151 0 125081 0
Current children cumulated CPU time (s) 3265.4
Current children cumulated vsize (KiB) 518076

[startup+3342.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/76 3014
/proc/meminfo: memFree=1292904/2055920 swapFree=4180336/4192956
[pid=2794] ppid=2792 vsize=17136 CPUtime=25.64
/proc/2794/stat : 2794 (sugar++) S 2792 2794 939 0 -1 4194304 1632 24758 4 7 8 2 2338 216 16 0 1 0 74804227 17547264 1201 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2794/statm: 4284 1201 414 3 0 863 0
[pid=2817] ppid=2794 vsize=501060 CPUtime=3299.51
/proc/2817/stat : 2817 (minisat-inc) R 2794 2794 939 0 -1 4194304 123829 0 0 0 329740 211 0 0 25 0 1 0 74806841 513085440 123709 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/2817/statm: 125265 123709 80 151 0 125111 0
Current children cumulated CPU time (s) 3325.15
Current children cumulated vsize (KiB) 518196

[startup+3402.3 s]
/proc/loadavg: 2.23 2.06 2.01 3/76 3020
/proc/meminfo: memFree=1291240/2055920 swapFree=4180336/4192956
[pid=2794] ppid=2792 vsize=17136 CPUtime=25.64
/proc/2794/stat : 2794 (sugar++) S 2792 2794 939 0 -1 4194304 1632 24758 4 7 8 2 2338 216 16 0 1 0 74804227 17547264 1201 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2794/statm: 4284 1201 414 3 0 863 0
[pid=2817] ppid=2794 vsize=501276 CPUtime=3359.24
/proc/2817/stat : 2817 (minisat-inc) R 2794 2794 939 0 -1 4194304 123887 0 0 0 335713 211 0 0 25 0 1 0 74806841 513306624 123767 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/2817/statm: 125319 123767 80 151 0 125165 0
Current children cumulated CPU time (s) 3384.88
Current children cumulated vsize (KiB) 518412

[startup+3462.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/76 3020
/proc/meminfo: memFree=1291176/2055920 swapFree=4180336/4192956
[pid=2794] ppid=2792 vsize=17136 CPUtime=25.64
/proc/2794/stat : 2794 (sugar++) S 2792 2794 939 0 -1 4194304 1632 24758 4 7 8 2 2338 216 16 0 1 0 74804227 17547264 1201 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2794/statm: 4284 1201 414 3 0 863 0
[pid=2817] ppid=2794 vsize=501276 CPUtime=3419
/proc/2817/stat : 2817 (minisat-inc) R 2794 2794 939 0 -1 4194304 123916 0 0 0 341689 211 0 0 25 0 1 0 74806841 513306624 123796 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/2817/statm: 125319 123796 80 151 0 125165 0
Current children cumulated CPU time (s) 3444.64
Current children cumulated vsize (KiB) 518412

[startup+3522.31 s]
/proc/loadavg: 2.03 2.04 2.00 3/76 3020
/proc/meminfo: memFree=1290536/2055920 swapFree=4180336/4192956
[pid=2794] ppid=2792 vsize=17136 CPUtime=25.64
/proc/2794/stat : 2794 (sugar++) S 2792 2794 939 0 -1 4194304 1632 24758 4 7 8 2 2338 216 16 0 1 0 74804227 17547264 1201 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2794/statm: 4284 1201 414 3 0 863 0
[pid=2817] ppid=2794 vsize=501764 CPUtime=3478.77
/proc/2817/stat : 2817 (minisat-inc) R 2794 2794 939 0 -1 4194304 124049 0 0 0 347665 212 0 0 25 0 1 0 74806841 513806336 123929 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/2817/statm: 125441 123929 80 151 0 125287 0
Current children cumulated CPU time (s) 3504.41
Current children cumulated vsize (KiB) 518900

[startup+3582.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/76 3020
/proc/meminfo: memFree=1290152/2055920 swapFree=4180336/4192956
[pid=2794] ppid=2792 vsize=17136 CPUtime=25.64
/proc/2794/stat : 2794 (sugar++) S 2792 2794 939 0 -1 4194304 1632 24758 4 7 8 2 2338 216 16 0 1 0 74804227 17547264 1201 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2794/statm: 4284 1201 414 3 0 863 0
[pid=2817] ppid=2794 vsize=502088 CPUtime=3538.52
/proc/2817/stat : 2817 (minisat-inc) R 2794 2794 939 0 -1 4194304 124109 0 0 0 353640 212 0 0 25 0 1 0 74806841 514138112 123989 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/2817/statm: 125522 123989 80 151 0 125368 0
Current children cumulated CPU time (s) 3564.16
Current children cumulated vsize (KiB) 519224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3618.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/76 3020
/proc/meminfo: memFree=1290088/2055920 swapFree=4180336/4192956
[pid=2794] ppid=2792 vsize=17136 CPUtime=25.64
/proc/2794/stat : 2794 (sugar++) S 2792 2794 939 0 -1 4194304 1632 24758 4 7 8 2 2338 216 16 0 1 0 74804227 17547264 1201 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2794/statm: 4284 1201 414 3 0 863 0
[pid=2817] ppid=2794 vsize=502088 CPUtime=3574.37
/proc/2817/stat : 2817 (minisat-inc) R 2794 2794 939 0 -1 4194304 124120 0 0 0 357225 212 0 0 25 0 1 0 74806841 514138112 124000 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/2817/statm: 125522 124000 80 151 0 125368 0
Current children cumulated CPU time (s) 3600.01
Current children cumulated vsize (KiB) 519224

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

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

[startup+3618.5 s]
/proc/loadavg: 2.00 2.02 2.00 3/76 3020
/proc/meminfo: memFree=1290088/2055920 swapFree=4180336/4192956
[pid=2794] ppid=2792 vsize=17136 CPUtime=3600.09
/proc/2794/stat : 2794 (sugar++) D 2792 2794 939 0 -1 4194304 1656 148878 4 7 8 2 359563 436 16 0 1 0 74804227 17547264 1202 996147200 4194304 4206940 548682068528 18446744073709551615 237947819049 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/2794/statm: 4284 1202 415 3 0 863 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 17136

[startup+3618.6 s]
/proc/loadavg: 2.00 2.02 2.00 3/76 3020
/proc/meminfo: memFree=1290088/2055920 swapFree=4180336/4192956
[pid=2794] ppid=2792 vsize=17136 CPUtime=3600.1
/proc/2794/stat : 2794 (sugar++) D 2792 2794 939 0 -1 4194304 1656 148878 4 7 8 3 359563 436 15 0 1 0 74804227 17547264 1202 996147200 4194304 4206940 548682068528 18446744073709551615 237947819049 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/2794/statm: 4284 1202 415 3 0 863 0
Current children cumulated CPU time (s) 3600.1
Current children cumulated vsize (KiB) 17136

Child status: 0
Real time (s): 3618.61
CPU time (s): 3600.13
CPU user time (s): 3595.72
CPU system time (s): 4.40833
CPU usage (%): 99.4893
Max. virtual memory (cumulated for all children) (KiB): 890576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.72
system time used= 4.40833
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 150589
page faults= 11
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 52126
involuntary context switches= 116968

runsolver used 3.81142 second user time and 10.0295 second system time

The end

Launcher Data (download as text)

Begin job on node69 at 2008-07-16 06:04:23
IDJOB=1126339
IDBENCH=64232
IDSOLVER=367
FILE ID=node69/1126339-1216181063
PBS_JOBID= 7905778
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/maxclique/normalized-mann-a45_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-1126339-1216181063/watcher-1126339-1216181063 -o /tmp/evaluation-result-1126339-1216181063/solver-1126339-1216181063 -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-1126339-1216181063.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a19bb2d954038458debfe1c4f6715470
RANDOM SEED=1729583356

node69.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.233
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.233
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:       1954160 kB
Buffers:          2796 kB
Cached:          29468 kB
SwapCached:       5408 kB
Active:          46984 kB
Inactive:         3360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1954160 kB
SwapTotal:     4192956 kB
SwapFree:      4180336 kB
Dirty:            1312 kB
Writeback:           0 kB
Mapped:          35228 kB
Slab:            36308 kB
Committed_AS:   383896 kB
PageTables:       2136 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= 66512 MiB
End job on node69 at 2008-07-16 07:04:43