Trace number 1127763

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.07 3624.74

General information on the benchmark

Namemaxcsp/cnf/3-40-100-1000/
normalized-cnf-3-40-1000-261927_ext.xml
MD5SUMd12dd9f6302c47502307ac1ed5849d29
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints62
Best CPU time to get the best result obtained on this benchmark49.1335
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints950
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension950
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.04/0.13	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.13	c 0	BEGIN Wed Jul 23 03:19:09 2008
0.04/0.13	c 0	PID 4078
0.04/0.13	c 0	HOST node70.alineos.net
0.04/0.13	c 0	CONVERTING HOME/instance-1127763-1216775949.xml TO HOME/temp.csp
0.04/0.13	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127763-1216775949.xml' 'HOME/temp.csp'
0.07/0.48	c 0	1 domains, 40 variables, 0 predicates, 30 relations, 950 constraints
0.07/0.50	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.50	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.07/0.58	c 0	Parsing HOME/temp.csp
0.41/0.73	c 1	parsed 1021 expressions
0.41/0.73	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.41/0.75	c 1	MAX CSP: 950 constraints
0.41/0.75	c 1	Converting to clausal form CSP
0.41/0.80	c 1	converted 198 (10%) expressions
0.41/0.81	c 1	converted 395 (20%) expressions
0.41/0.83	c 1	converted 593 (30%) expressions
0.41/0.84	c 1	converted 790 (40%) expressions
0.41/0.86	c 1	converted 987 (50%) expressions
0.41/0.93	c 1	converted 1185 (60%) expressions
0.41/0.94	c 1	converted 1382 (70%) expressions
0.41/0.95	c 1	converted 1580 (80%) expressions
0.41/0.96	c 1	converted 1777 (90%) expressions
0.41/1.09	c 1	converted 1974 (100%) expressions
0.41/1.09	c 1	CSP : 1940 integers, 0 booleans, 2849 clauses, largest domain size 1426
0.41/1.09	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.41/1.09	c 1	Propagation in CSP
0.98/1.15	c 1	943 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.98/1.15	c 1	CSP : 1940 integers, 0 booleans, 2849 clauses, largest domain size 951
0.98/1.15	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.98/1.16	c 1	Simplifing CSP by introducing new Boolean variables
0.98/1.16	c 1	CSP : 1940 integers, 0 booleans, 2849 clauses, largest domain size 951
0.98/1.16	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.98/1.20	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.08/1.21	c 1	194 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.08/1.21	c 1	388 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.08/1.21	c 1	582 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.08/1.22	c 1	776 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.08/1.22	c 1	970 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.08/1.23	c 1	1164 (60%) CSP integer variables are encoded (1844 clauses, 24019 bytes)
1.08/1.23	c 1	1358 (70%) CSP integer variables are encoded (3329 clauses, 43324 bytes)
1.08/1.24	c 1	1552 (80%) CSP integer variables are encoded (12693 clauses, 173253 bytes)
1.08/1.25	c 1	1746 (90%) CSP integer variables are encoded (14133 clauses, 194853 bytes)
1.08/1.25	c 1	1940 (100%) CSP integer variables are encoded (16084 clauses, 224118 bytes)
1.08/1.29	c 1	285 (10%) CSP clauses are encoded (16378 clauses, 228799 bytes)
1.17/1.31	c 1	570 (20%) CSP clauses are encoded (16668 clauses, 233588 bytes)
1.17/1.33	c 1	855 (30%) CSP clauses are encoded (16966 clauses, 238773 bytes)
1.17/1.35	c 1	1140 (40%) CSP clauses are encoded (22584 clauses, 336361 bytes)
1.27/1.47	c 1	1425 (50%) CSP clauses are encoded (77243 clauses, 1331980 bytes)
1.37/1.51	c 1	1710 (60%) CSP clauses are encoded (93396 clauses, 1620090 bytes)
2.96/3.14	c 3	1995 (70%) CSP clauses are encoded (944785 clauses, 18824251 bytes)
2.96/3.18	c 3	2280 (80%) CSP clauses are encoded (963382 clauses, 19209788 bytes)
3.06/3.28	c 3	2565 (90%) CSP clauses are encoded (1008957 clauses, 20172946 bytes)
3.46/3.60	c 3	2849 (100%) CSP clauses are encoded (1177355 clauses, 23765051 bytes)
3.46/3.60	c 3	2849 CSP clauses encoded
3.46/3.60	c 3	Writing map file : HOME/temp.map
3.46/3.62	c 4	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.46/3.62	c 4	SAT : 18024 SAT variables, 1177355 SAT clauses, 23765051 bytes
3.46/3.62	c 4	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.46/3.64	c 4	OBJECTIVE minimize _COST
3.46/3.64	c 4	SOLVING HOME/temp.cnf
3.46/3.64	c 4	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
3.46/3.64	c 4	This is MiniSat 2.0 beta incremental
3.46/3.64	c 4	WARNING: for repeatability, setting FPU to use double precision
3.46/3.64	c 4	============================[ Problem Statistics ]=============================
3.46/3.64	c 4	|                                                                             |
3.46/3.64	c 4	|  Number of variables:  18024                                                |
3.46/3.64	c 4	|  Number of clauses:    1177355                                              |
3.50/4.18	c 4	|  Parsing time:         0.48         s                                       |
3.50/4.21	c 4	OK
3.50/4.21	c 4	OBJECTIVE BOUND: 0 <= _COST <= 
3.50/4.21	c 4	SEARCHING: _COST <= 475
3.50/4.21	c 4	============================[ Search Statistics ]==============================
3.50/4.21	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.50/4.21	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.50/4.21	c 4	===============================================================================
3.50/4.21	c 4	|         0 |   18024  1177355  3483827 |   392451        0    nan |  0.000 % |
4.24/4.45	c 4	|       100 |   18024  1177355  3483827 |   431696      100     22 |  0.001 % |
4.34/4.54	c 4	|       252 |   18024  1177355  3483827 |   474866      252     22 |  0.001 % |
4.34/4.58	c 4	===============================================================================
4.34/4.58	c 4	restarts              : 3
4.34/4.58	c 4	conflicts             : 252           (289 /sec)
4.34/4.58	c 4	decisions             : 782           (0.51 % random) (897 /sec)
4.34/4.58	c 4	propagations          : 216572         (248400 /sec)
4.34/4.58	c 4	conflict literals     : 5498           (20.43 % deleted)
4.34/4.59	c 4	Memory used           : 51.21 MB
4.34/4.59	c 4	CPU time              : 0.871867 s
4.34/4.59	c 4	
4.34/4.59	c 4	SATISFIABLE
4.34/4.59	c 4	OK
4.34/4.59	c 4	FOUND: _COST <= 475
4.34/4.59	s SATISFIABLE
4.34/4.59	c 4	DECODING HOME/temp.out WITH HOME/temp.map
4.34/4.59	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.43/4.67	c 5	Decoding HOME/temp.out
4.43/4.80	c 5	OBJECTIVE _COST 462
4.43/4.80	o 462
4.43/4.81	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
4.43/4.81	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.43/4.86	c 5	OK
4.43/4.86	c 5	OBJECTIVE BOUND: 0 <= _COST <= 462
4.43/4.86	c 5	SEARCHING: _COST <= 231
4.43/4.86	c 5	============================[ Search Statistics ]==============================
4.43/4.87	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.43/4.87	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.43/4.87	c 5	===============================================================================
4.43/4.87	c 5	|       252 |   18024  1177355  3483827 |   392451      252     22 |  0.001 % |
4.89/5.13	c 5	|       355 |   18024  1177355  3483827 |   431696      355     26 | 27.148 % |
5.19/5.40	c 5	|       506 |   18024  1177355  3483827 |   474866      506     29 | 27.148 % |
5.19/5.45	c 5	===============================================================================
5.19/5.45	c 5	restarts              : 6
5.19/5.45	c 5	conflicts             : 523           (358 /sec)
5.19/5.45	c 5	decisions             : 1414          (0.42 % random) (967 /sec)
5.19/5.45	c 5	propagations          : 533130         (364464 /sec)
5.19/5.45	c 5	conflict literals     : 14990          (20.07 % deleted)
5.19/5.45	c 5	Memory used           : 51.46 MB
5.19/5.45	c 5	CPU time              : 1.46278 s
5.19/5.45	c 5	
5.19/5.45	c 5	SATISFIABLE
5.19/5.46	c 5	OK
5.19/5.46	c 5	FOUND: _COST <= 231
5.19/5.46	c 5	DECODING HOME/temp.out WITH HOME/temp.map
5.19/5.46	c 5	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
5.27/5.54	c 5	Decoding HOME/temp.out
5.37/5.67	c 6	OBJECTIVE _COST 231
5.37/5.67	o 231
5.37/5.68	v 1 1 1 0 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 0 1 1 1 0 1 1 1
5.37/5.68	c 6	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.44/5.73	c 6	OK
5.44/5.73	c 6	OBJECTIVE BOUND: 0 <= _COST <= 231
5.44/5.73	c 6	SEARCHING: _COST <= 115
5.44/5.73	c 6	============================[ Search Statistics ]==============================
5.44/5.73	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.44/5.73	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.44/5.73	c 6	===============================================================================
5.44/5.73	c 6	|       523 |   13131  1177355  3483827 |   392451      523     29 | 27.148 % |
5.63/5.96	c 6	|       623 |   13131  1177355  3483827 |   431696      623     29 | 41.356 % |
5.94/6.20	c 6	|       774 |   13131  1177355  3483827 |   474866      774     29 | 41.356 % |
6.13/6.48	c 6	|       999 |   13131  1177355  3483827 |   522353      999     30 | 41.356 % |
6.63/6.92	c 7	|      1337 |   13131  1177355  3483827 |   574588     1337     31 | 41.356 % |
7.71/8.06	c 8	|      1843 |   13131  1177355  3483827 |   632047     1843     31 | 41.356 % |
9.20/9.53	c 9	|      2603 |   13131  1177355  3483827 |   695252     2603     32 | 41.356 % |
10.89/11.20	c 11	|      3743 |   13131  1177355  3483827 |   764777     3743     33 | 41.356 % |
13.27/13.63	c 14	|      5452 |   10570   476332  1402401 |   841255     5297     33 | 41.356 % |
17.13/17.56	c 17	|      8015 |   10570   476332  1402401 |   925380     7860     34 | 41.356 % |
17.52/17.98	c 18	===============================================================================
17.52/17.98	c 18	restarts              : 16
17.52/17.98	c 18	conflicts             : 8305          (612 /sec)
17.52/17.98	c 18	decisions             : 11004         (0.59 % random) (810 /sec)
17.52/17.98	c 18	propagations          : 8260108        (608213 /sec)
17.52/17.98	c 18	conflict literals     : 278295         (22.75 % deleted)
17.52/17.98	c 18	Memory used           : 52.27 MB
17.52/17.98	c 18	CPU time              : 13.5809 s
17.52/17.98	c 18	
17.52/17.98	c 18	SATISFIABLE
17.52/17.99	c 18	OK
17.52/17.99	c 18	FOUND: _COST <= 115
17.52/17.99	c 18	DECODING HOME/temp.out WITH HOME/temp.map
17.52/17.99	c 18	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
17.61/18.07	c 18	Decoding HOME/temp.out
17.61/18.20	c 18	OBJECTIVE _COST 115
17.61/18.20	o 115
17.61/18.20	v 1 1 1 1 1 1 1 1 0 1 1 1 1 1 0 1 1 0 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 0 1 0 1 1 1
17.61/18.21	c 18	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
17.87/18.37	c 18	OK
17.87/18.37	c 18	OBJECTIVE BOUND: 0 <= _COST <= 115
17.87/18.37	c 18	SEARCHING: _COST <= 57
17.87/18.37	c 18	============================[ Search Statistics ]==============================
17.87/18.37	c 18	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
17.87/18.37	c 18	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
17.87/18.37	c 18	===============================================================================
17.87/18.37	c 18	|      8305 |    8919   270508   789766 |    90169     7916     33 | 41.356 % |
18.06/18.53	c 18	|      8406 |    8919   270508   789766 |    99186     8017     33 | 50.516 % |
18.26/18.72	c 19	|      8556 |    8919   270508   789766 |   109104     8167     33 | 50.516 % |
18.46/18.98	c 19	|      8781 |    8919   270508   789766 |   120015     8392     33 | 50.516 % |
18.96/19.40	c 19	|      9119 |    8919   270508   789766 |   132016     8730     33 | 50.516 % |
19.55/20.04	c 20	|      9625 |    8919   270508   789766 |   145218     9236     32 | 50.516 % |
20.54/21.03	c 21	|     10384 |    8919   270508   789766 |   159740     9995     31 | 50.516 % |
22.33/22.84	c 23	|     11523 |    8919   270508   789766 |   175714    11134     31 | 50.516 % |
24.90/25.44	c 25	|     13232 |    8919   270508   789766 |   193285    12843     30 | 50.516 % |
28.67/29.21	c 29	|     15796 |    8919   270508   789766 |   212614    15407     30 | 50.516 % |
34.81/35.40	c 35	|     19640 |    8919   270508   789766 |   233876    19251     29 | 50.516 % |
44.03/44.77	c 45	|     25406 |    8919   270508   789766 |   257263    25017     28 | 50.516 % |
58.49/59.36	c 59	|     34055 |    8919   270508   789766 |   282989    33666     28 | 50.516 % |
78.91/79.95	c 80	|     47029 |    8919   270508   789766 |   311288    46640     27 | 50.516 % |
112.82/114.12	c 114	|     66490 |    8919   270508   789766 |   342417    66101     27 | 50.516 % |
169.91/171.77	c 172	|     95683 |    8919   270508   789766 |   376659    95294     27 | 50.516 % |
272.81/275.53	c 275	|    139473 |    8919   270508   789766 |   414325   139084     27 | 50.516 % |
441.44/445.69	c 446	|    205157 |    8919   270508   789766 |   455758   204768     27 | 50.516 % |
731.71/738.42	c 738	|    303685 |    8919   270508   789766 |   501334   303296     27 | 50.516 % |
1278.94/1290.46	c 1290	|    451474 |    8919   270508   789766 |   551467   451085     28 | 50.516 % |
2056.91/2075.20	c 2075	|    673158 |    8919   270508   789766 |   606614   128625     27 | 50.516 % |
3235.66/3260.29	c 3260	|   1005683 |    8919   270508   789766 |   667275   461150     28 | 50.516 % |
3600.01/3624.71	c ERROR INTERRUPTED
3600.01/3624.73	c 3625	CPU 3599.28 (0.07 0.02 3599.21 0.73)
3600.01/3624.73	c 3625	END Wed Jul 23 04:19:34 2008

Verifier Data (download as text)

OK	115	835
115 unsatisfied constraints, 835 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-1127763-1216775949/watcher-1127763-1216775949 -o /tmp/evaluation-result-1127763-1216775949/solver-1127763-1216775949 -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-1127763-1216775949.xml 

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


[startup+0 s]
/proc/loadavg: 1.84 1.97 1.99 4/80 4078
/proc/meminfo: memFree=1627024/2055920 swapFree=4192956/4192956
[pid=4078] ppid=4076 vsize=18572 CPUtime=0
/proc/4078/stat : 4078 (runsolver) R 4076 4078 3725 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 4681623 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 233402068263 0 0 4096 24578 0 0 0 17 1 0 0
/proc/4078/statm: 4643 292 257 25 0 2626 0

[startup+0.100538 s]
/proc/loadavg: 1.84 1.97 1.99 4/80 4078
/proc/meminfo: memFree=1627024/2055920 swapFree=4192956/4192956
[pid=4078] ppid=4076 vsize=14776 CPUtime=0.04
/proc/4078/stat : 4078 (sugar++) R 4076 4078 3725 0 -1 4194304 868 0 0 0 3 1 0 0 18 0 1 0 4681623 15130624 836 996147200 4194304 4206940 548682068528 18446744073709551615 233419514464 0 0 4224 0 0 0 0 17 1 0 0
/proc/4078/statm: 3694 836 378 3 0 533 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14776

[startup+0.201558 s]
/proc/loadavg: 1.84 1.97 1.99 4/80 4078
/proc/meminfo: memFree=1627024/2055920 swapFree=4192956/4192956
[pid=4078] ppid=4076 vsize=16740 CPUtime=0.07
/proc/4078/stat : 4078 (sugar++) S 4076 4078 3725 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 4681623 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4078/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301573 s]
/proc/loadavg: 1.84 1.97 1.99 4/80 4078
/proc/meminfo: memFree=1627024/2055920 swapFree=4192956/4192956
[pid=4078] ppid=4076 vsize=16740 CPUtime=0.07
/proc/4078/stat : 4078 (sugar++) S 4076 4078 3725 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 4681623 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4078/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701647 s]
/proc/loadavg: 1.84 1.97 1.99 4/80 4078
/proc/meminfo: memFree=1627024/2055920 swapFree=4192956/4192956
[pid=4078] ppid=4076 vsize=16740 CPUtime=0.41
/proc/4078/stat : 4078 (sugar++) S 4076 4078 3725 0 -1 4194304 1296 4546 0 1 5 2 31 3 16 0 1 0 4681623 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4078/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 16740

[startup+1.50279 s]
/proc/loadavg: 1.84 1.97 1.99 4/91 4100
/proc/meminfo: memFree=1610608/2055920 swapFree=4192956/4192956
[pid=4078] ppid=4076 vsize=16740 CPUtime=0.41
/proc/4078/stat : 4078 (sugar++) S 4076 4078 3725 0 -1 4194304 1297 4546 0 1 5 2 31 3 15 0 1 0 4681623 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4078/statm: 4185 1104 409 3 0 764 0
[pid=4091] ppid=4078 vsize=5356 CPUtime=0
/proc/4091/stat : 4091 (sh) S 4078 4078 3725 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4681674 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4091/statm: 1339 233 193 169 0 50 0
[pid=4092] ppid=4091 vsize=868376 CPUtime=0.96
/proc/4092/stat : 4092 (java) S 4091 4078 3725 0 -1 0 6835 0 1 0 91 5 0 0 18 0 9 0 4681674 889217024 6017 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4092/statm: 217094 6017 2563 9 0 211641 0
[pid=4092/tid=4093] ppid=4091 vsize=868376 CPUtime=0.6
/proc/4092/task/4093/stat : 4093 (java) R 4091 4078 3725 0 -1 64 2767 0 1 0 57 3 0 0 19 0 9 0 4681675 889217024 6017 996147200 134512640 134550740 4294955920 18446744073709551615 4126532291 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4092/tid=4094] ppid=4091 vsize=868376 CPUtime=0.08
/proc/4092/task/4094/stat : 4094 (java) S 4091 4078 3725 0 -1 64 1887 0 0 0 8 0 0 0 16 0 9 0 4681676 889217024 6017 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4092/tid=4095] ppid=4091 vsize=868376 CPUtime=0
/proc/4092/task/4095/stat : 4095 (java) S 4091 4078 3725 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4681676 889217024 6017 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4092/tid=4096] ppid=4091 vsize=868376 CPUtime=0
/proc/4092/task/4096/stat : 4096 (java) S 4091 4078 3725 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4681676 889217024 6017 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4092/tid=4097] ppid=4091 vsize=868376 CPUtime=0
/proc/4092/task/4097/stat : 4097 (java) S 4091 4078 3725 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4681679 889217024 6017 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4092/tid=4098] ppid=4091 vsize=868376 CPUtime=0.25
/proc/4092/task/4098/stat : 4098 (java) S 4091 4078 3725 0 -1 64 1489 0 0 0 25 0 0 0 16 0 9 0 4681679 889217024 6017 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4092/tid=4099] ppid=4091 vsize=868376 CPUtime=0
/proc/4092/task/4099/stat : 4099 (java) S 4091 4078 3725 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4681679 889217024 6017 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4092/tid=4100] ppid=4091 vsize=868376 CPUtime=0
/proc/4092/task/4100/stat : 4100 (java) S 4091 4078 3725 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4681679 889217024 6017 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 890472

[startup+3.10228 s]
/proc/loadavg: 1.84 1.97 1.99 3/91 4100
/proc/meminfo: memFree=1600176/2055920 swapFree=4192956/4192956
[pid=4078] ppid=4076 vsize=16740 CPUtime=0.42
/proc/4078/stat : 4078 (sugar++) S 4076 4078 3725 0 -1 4194304 1297 4546 0 1 6 2 31 3 15 0 1 0 4681623 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4078/statm: 4185 1104 409 3 0 764 0
[pid=4091] ppid=4078 vsize=5356 CPUtime=0
/proc/4091/stat : 4091 (sh) S 4078 4078 3725 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4681674 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4091/statm: 1339 233 193 169 0 50 0
[pid=4092] ppid=4091 vsize=868376 CPUtime=2.54
/proc/4092/stat : 4092 (java) S 4091 4078 3725 0 -1 0 7314 0 1 0 236 18 0 0 18 0 9 0 4681674 889217024 6023 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4092/statm: 217094 6023 2563 9 0 211641 0
[pid=4092/tid=4093] ppid=4091 vsize=868376 CPUtime=2.04
/proc/4092/task/4093/stat : 4093 (java) R 4091 4078 3725 0 -1 64 3242 0 1 0 191 13 0 0 25 0 9 0 4681675 889217024 6023 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4092/tid=4094] ppid=4091 vsize=868376 CPUtime=0.22
/proc/4092/task/4094/stat : 4094 (java) S 4091 4078 3725 0 -1 64 1887 0 0 0 19 3 0 0 15 0 9 0 4681676 889217024 6023 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4092/tid=4095] ppid=4091 vsize=868376 CPUtime=0
/proc/4092/task/4095/stat : 4095 (java) S 4091 4078 3725 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4681676 889217024 6023 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4092/tid=4096] ppid=4091 vsize=868376 CPUtime=0
/proc/4092/task/4096/stat : 4096 (java) S 4091 4078 3725 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4681676 889217024 6023 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4092/tid=4097] ppid=4091 vsize=868376 CPUtime=0
/proc/4092/task/4097/stat : 4097 (java) S 4091 4078 3725 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4681679 889217024 6023 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4092/tid=4098] ppid=4091 vsize=868376 CPUtime=0.26
/proc/4092/task/4098/stat : 4098 (java) S 4091 4078 3725 0 -1 64 1493 0 0 0 26 0 0 0 16 0 9 0 4681679 889217024 6023 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4092/tid=4099] ppid=4091 vsize=868376 CPUtime=0
/proc/4092/task/4099/stat : 4099 (java) S 4091 4078 3725 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4681679 889217024 6023 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4092/tid=4100] ppid=4091 vsize=868376 CPUtime=0
/proc/4092/task/4100/stat : 4100 (java) S 4091 4078 3725 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4681679 889217024 6023 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 890472

[startup+6.30165 s]
/proc/loadavg: 1.85 1.97 1.99 3/88 4117
/proc/meminfo: memFree=1545032/2055920 swapFree=4192956/4192956
[pid=4078] ppid=4076 vsize=16872 CPUtime=3.95
/proc/4078/stat : 4078 (sugar++) S 4076 4078 3725 0 -1 4194304 1644 20069 0 4 7 2 354 32 15 0 1 0 4681623 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4078/statm: 4218 1139 414 3 0 797 0
[pid=4101] ppid=4078 vsize=52960 CPUtime=2.09
/proc/4101/stat : 4101 (minisat-inc) R 4078 4078 3725 0 -1 4194304 12815 0 0 0 203 6 0 0 20 0 1 0 4681987 54231040 12760 996147200 134512640 135134323 4294956192 18446744073709551615 134530007 0 0 4096 3 0 0 0 17 1 0 0
/proc/4101/statm: 13240 12760 79 151 0 13086 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 69832

[startup+12.7018 s]
/proc/loadavg: 1.86 1.97 1.99 3/82 4121
/proc/meminfo: memFree=1547648/2055920 swapFree=4192956/4192956
[pid=4078] ppid=4076 vsize=16872 CPUtime=3.95
/proc/4078/stat : 4078 (sugar++) S 4076 4078 3725 0 -1 4194304 1644 20069 0 4 7 2 354 32 16 0 1 0 4681623 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4078/statm: 4218 1139 414 3 0 797 0
[pid=4101] ppid=4078 vsize=53356 CPUtime=8.43
/proc/4101/stat : 4101 (minisat-inc) R 4078 4078 3725 0 -1 4194304 12914 0 0 0 835 8 0 0 25 0 1 0 4681987 54636544 12859 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4101/statm: 13339 12859 79 151 0 13185 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 70228

[startup+25.5011 s]
/proc/loadavg: 1.89 1.97 1.99 3/82 4131
/proc/meminfo: memFree=1547584/2055920 swapFree=4192956/4192956
[pid=4078] ppid=4076 vsize=16872 CPUtime=4.16
/proc/4078/stat : 4078 (sugar++) S 4076 4078 3725 0 -1 4194304 1714 23950 0 5 7 2 373 34 16 0 1 0 4681623 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4078/statm: 4218 1139 414 3 0 797 0
[pid=4101] ppid=4078 vsize=53516 CPUtime=20.84
/proc/4101/stat : 4101 (minisat-inc) R 4078 4078 3725 0 -1 4194304 12929 0 0 0 2076 8 0 0 25 0 1 0 4681987 54800384 12872 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4101/statm: 13379 12872 79 151 0 13225 0
Current children cumulated CPU time (s) 25
Current children cumulated vsize (KiB) 70388

[startup+51.1017 s]
/proc/loadavg: 1.93 1.97 1.99 3/82 4133
/proc/meminfo: memFree=1536576/2055920 swapFree=4192956/4192956
[pid=4078] ppid=4076 vsize=16872 CPUtime=4.16
/proc/4078/stat : 4078 (sugar++) S 4076 4078 3725 0 -1 4194304 1714 23950 0 5 7 2 373 34 16 0 1 0 4681623 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4078/statm: 4218 1139 414 3 0 797 0
[pid=4101] ppid=4078 vsize=53516 CPUtime=46.2
/proc/4101/stat : 4101 (minisat-inc) R 4078 4078 3725 0 -1 4194304 12945 0 0 0 4612 8 0 0 25 0 1 0 4681987 54800384 12888 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4101/statm: 13379 12888 79 151 0 13225 0
Current children cumulated CPU time (s) 50.36
Current children cumulated vsize (KiB) 70388

[startup+102.302 s]
/proc/loadavg: 2.01 1.99 1.99 3/82 4133
/proc/meminfo: memFree=1536128/2055920 swapFree=4192956/4192956
[pid=4078] ppid=4076 vsize=16872 CPUtime=4.16
/proc/4078/stat : 4078 (sugar++) S 4076 4078 3725 0 -1 4194304 1714 23950 0 5 7 2 373 34 16 0 1 0 4681623 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4078/statm: 4218 1139 414 3 0 797 0
[pid=4101] ppid=4078 vsize=53868 CPUtime=96.95
/proc/4101/stat : 4101 (minisat-inc) R 4078 4078 3725 0 -1 4194304 13016 0 0 0 9687 8 0 0 25 0 1 0 4681987 55160832 12951 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4101/statm: 13467 12951 79 151 0 13313 0
Current children cumulated CPU time (s) 101.11
Current children cumulated vsize (KiB) 70740

[startup+162.302 s]
/proc/loadavg: 2.04 2.00 2.00 3/82 4133
/proc/meminfo: memFree=1535488/2055920 swapFree=4192956/4192956
[pid=4078] ppid=4076 vsize=16872 CPUtime=4.16
/proc/4078/stat : 4078 (sugar++) S 4076 4078 3725 0 -1 4194304 1714 23950 0 5 7 2 373 34 16 0 1 0 4681623 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4078/statm: 4218 1139 414 3 0 797 0
[pid=4101] ppid=4078 vsize=54504 CPUtime=156.44
/proc/4101/stat : 4101 (minisat-inc) R 4078 4078 3725 0 -1 4194304 13173 0 0 0 15635 9 0 0 25 0 1 0 4681987 55812096 13108 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4101/statm: 13626 13108 79 151 0 13472 0
Current children cumulated CPU time (s) 160.6
Current children cumulated vsize (KiB) 71376

[startup+222.306 s]
/proc/loadavg: 2.05 2.01 2.00 3/82 4133
/proc/meminfo: memFree=1534592/2055920 swapFree=4192956/4192956
[pid=4078] ppid=4076 vsize=16872 CPUtime=4.16
/proc/4078/stat : 4078 (sugar++) S 4076 4078 3725 0 -1 4194304 1714 23950 0 5 7 2 373 34 16 0 1 0 4681623 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4078/statm: 4218 1139 414 3 0 797 0
[pid=4101] ppid=4078 vsize=55596 CPUtime=215.91
/proc/4101/stat : 4101 (minisat-inc) R 4078 4078 3725 0 -1 4194304 13387 0 0 0 21582 9 0 0 25 0 1 0 4681987 56930304 13322 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4101/statm: 13899 13322 79 151 0 13745 0
Current children cumulated CPU time (s) 220.07

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

[pid=4101] ppid=4078 vsize=116416 CPUtime=2833.79
/proc/4101/stat : 4101 (minisat-inc) R 4078 4078 3725 0 -1 4194304 28106 0 0 0 283345 34 0 0 25 0 1 0 4681987 119209984 28041 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/4101/statm: 29104 28041 79 151 0 28950 0
Current children cumulated CPU time (s) 2837.95
Current children cumulated vsize (KiB) 133288

[startup+2922.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 4635
/proc/meminfo: memFree=1473792/2055920 swapFree=4192956/4192956
[pid=4078] ppid=4076 vsize=16872 CPUtime=4.16
/proc/4078/stat : 4078 (sugar++) S 4076 4078 3725 0 -1 4194304 1714 23950 0 5 7 2 373 34 16 0 1 0 4681623 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4078/statm: 4218 1139 414 3 0 797 0
[pid=4101] ppid=4078 vsize=116496 CPUtime=2893.75
/proc/4101/stat : 4101 (minisat-inc) R 4078 4078 3725 0 -1 4194304 28119 0 0 0 289341 34 0 0 25 0 1 0 4681987 119291904 28054 996147200 134512640 135134323 4294956192 18446744073709551615 134531958 0 0 4096 3 0 0 0 17 0 0 0
/proc/4101/statm: 29124 28054 79 151 0 28970 0
Current children cumulated CPU time (s) 2897.91
Current children cumulated vsize (KiB) 133368

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 4635
/proc/meminfo: memFree=1473728/2055920 swapFree=4192956/4192956
[pid=4078] ppid=4076 vsize=16872 CPUtime=4.16
/proc/4078/stat : 4078 (sugar++) S 4076 4078 3725 0 -1 4194304 1714 23950 0 5 7 2 373 34 16 0 1 0 4681623 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4078/statm: 4218 1139 414 3 0 797 0
[pid=4101] ppid=4078 vsize=116496 CPUtime=2953.73
/proc/4101/stat : 4101 (minisat-inc) R 4078 4078 3725 0 -1 4194304 28126 0 0 0 295339 34 0 0 25 0 1 0 4681987 119291904 28061 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4101/statm: 29124 28061 79 151 0 28970 0
Current children cumulated CPU time (s) 2957.89
Current children cumulated vsize (KiB) 133368

[startup+3042.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/82 4635
/proc/meminfo: memFree=1473664/2055920 swapFree=4192956/4192956
[pid=4078] ppid=4076 vsize=16872 CPUtime=4.16
/proc/4078/stat : 4078 (sugar++) S 4076 4078 3725 0 -1 4194304 1714 23950 0 5 7 2 373 34 16 0 1 0 4681623 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4078/statm: 4218 1139 414 3 0 797 0
[pid=4101] ppid=4078 vsize=116844 CPUtime=3013.7
/proc/4101/stat : 4101 (minisat-inc) R 4078 4078 3725 0 -1 4194304 28141 0 0 0 301336 34 0 0 25 0 1 0 4681987 119648256 28076 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 0 0 0
/proc/4101/statm: 29211 28076 79 151 0 29057 0
Current children cumulated CPU time (s) 3017.86
Current children cumulated vsize (KiB) 133716

[startup+3102.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/82 4635
/proc/meminfo: memFree=1473664/2055920 swapFree=4192956/4192956
[pid=4078] ppid=4076 vsize=16872 CPUtime=4.16
/proc/4078/stat : 4078 (sugar++) S 4076 4078 3725 0 -1 4194304 1714 23950 0 5 7 2 373 34 16 0 1 0 4681623 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4078/statm: 4218 1139 414 3 0 797 0
[pid=4101] ppid=4078 vsize=116844 CPUtime=3073.67
/proc/4101/stat : 4101 (minisat-inc) R 4078 4078 3725 0 -1 4194304 28146 0 0 0 307333 34 0 0 25 0 1 0 4681987 119648256 28081 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4101/statm: 29211 28081 79 151 0 29057 0
Current children cumulated CPU time (s) 3077.83
Current children cumulated vsize (KiB) 133716

[startup+3162.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/82 4635
/proc/meminfo: memFree=1473664/2055920 swapFree=4192956/4192956
[pid=4078] ppid=4076 vsize=16872 CPUtime=4.16
/proc/4078/stat : 4078 (sugar++) S 4076 4078 3725 0 -1 4194304 1714 23950 0 5 7 2 373 34 16 0 1 0 4681623 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4078/statm: 4218 1139 414 3 0 797 0
[pid=4101] ppid=4078 vsize=116844 CPUtime=3133.65
/proc/4101/stat : 4101 (minisat-inc) R 4078 4078 3725 0 -1 4194304 28149 0 0 0 313331 34 0 0 25 0 1 0 4681987 119648256 28084 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4101/statm: 29211 28084 79 151 0 29057 0
Current children cumulated CPU time (s) 3137.81
Current children cumulated vsize (KiB) 133716

[startup+3222.3 s]
/proc/loadavg: 2.29 2.09 2.02 3/82 4635
/proc/meminfo: memFree=1473280/2055920 swapFree=4192956/4192956
[pid=4078] ppid=4076 vsize=16872 CPUtime=4.16
/proc/4078/stat : 4078 (sugar++) S 4076 4078 3725 0 -1 4194304 1714 23950 0 5 7 2 373 34 16 0 1 0 4681623 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4078/statm: 4218 1139 414 3 0 797 0
[pid=4101] ppid=4078 vsize=117144 CPUtime=3193.62
/proc/4101/stat : 4101 (minisat-inc) R 4078 4078 3725 0 -1 4194304 28251 0 0 0 319328 34 0 0 25 0 1 0 4681987 119955456 28177 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4101/statm: 29286 28177 79 151 0 29132 0
Current children cumulated CPU time (s) 3197.78
Current children cumulated vsize (KiB) 134016

[startup+3282.3 s]
/proc/loadavg: 2.41 2.17 2.05 3/82 4635
/proc/meminfo: memFree=1471680/2055920 swapFree=4192956/4192956
[pid=4078] ppid=4076 vsize=16872 CPUtime=4.16
/proc/4078/stat : 4078 (sugar++) S 4076 4078 3725 0 -1 4194304 1714 23950 0 5 7 2 373 34 16 0 1 0 4681623 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4078/statm: 4218 1139 414 3 0 797 0
[pid=4101] ppid=4078 vsize=119224 CPUtime=3253.59
/proc/4101/stat : 4101 (minisat-inc) R 4078 4078 3725 0 -1 4194304 28645 0 0 0 325325 34 0 0 25 0 1 0 4681987 122085376 28571 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4101/statm: 29806 28571 79 151 0 29652 0
Current children cumulated CPU time (s) 3257.75
Current children cumulated vsize (KiB) 136096

[startup+3342.3 s]
/proc/loadavg: 2.18 2.15 2.05 3/82 4635
/proc/meminfo: memFree=1471488/2055920 swapFree=4192956/4192956
[pid=4078] ppid=4076 vsize=16872 CPUtime=4.16
/proc/4078/stat : 4078 (sugar++) S 4076 4078 3725 0 -1 4194304 1714 23950 0 5 7 2 373 34 16 0 1 0 4681623 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4078/statm: 4218 1139 414 3 0 797 0
[pid=4101] ppid=4078 vsize=119468 CPUtime=3313.57
/proc/4101/stat : 4101 (minisat-inc) R 4078 4078 3725 0 -1 4194304 28705 0 0 0 331322 35 0 0 25 0 1 0 4681987 122335232 28631 996147200 134512640 135134323 4294956192 18446744073709551615 134532019 0 0 4096 3 0 0 0 17 0 0 0
/proc/4101/statm: 29867 28631 79 151 0 29713 0
Current children cumulated CPU time (s) 3317.73
Current children cumulated vsize (KiB) 136340

[startup+3402.3 s]
/proc/loadavg: 2.07 2.12 2.04 3/82 4635
/proc/meminfo: memFree=1471104/2055920 swapFree=4192956/4192956
[pid=4078] ppid=4076 vsize=16872 CPUtime=4.16
/proc/4078/stat : 4078 (sugar++) S 4076 4078 3725 0 -1 4194304 1714 23950 0 5 7 2 373 34 16 0 1 0 4681623 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4078/statm: 4218 1139 414 3 0 797 0
[pid=4101] ppid=4078 vsize=119876 CPUtime=3373.55
/proc/4101/stat : 4101 (minisat-inc) R 4078 4078 3725 0 -1 4194304 28804 0 0 0 337320 35 0 0 25 0 1 0 4681987 122753024 28730 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4101/statm: 29969 28730 79 151 0 29815 0
Current children cumulated CPU time (s) 3377.71
Current children cumulated vsize (KiB) 136748

[startup+3462.3 s]
/proc/loadavg: 2.02 2.10 2.04 3/82 4635
/proc/meminfo: memFree=1470784/2055920 swapFree=4192956/4192956
[pid=4078] ppid=4076 vsize=16872 CPUtime=4.16
/proc/4078/stat : 4078 (sugar++) S 4076 4078 3725 0 -1 4194304 1714 23950 0 5 7 2 373 34 16 0 1 0 4681623 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4078/statm: 4218 1139 414 3 0 797 0
[pid=4101] ppid=4078 vsize=119876 CPUtime=3433.51
/proc/4101/stat : 4101 (minisat-inc) R 4078 4078 3725 0 -1 4194304 28816 0 0 0 343316 35 0 0 25 0 1 0 4681987 122753024 28742 996147200 134512640 135134323 4294956192 18446744073709551615 134531888 0 0 4096 3 0 0 0 17 0 0 0
/proc/4101/statm: 29969 28742 79 151 0 29815 0
Current children cumulated CPU time (s) 3437.67
Current children cumulated vsize (KiB) 136748

[startup+3522.31 s]
/proc/loadavg: 2.01 2.08 2.03 3/82 4635
/proc/meminfo: memFree=1470656/2055920 swapFree=4192956/4192956
[pid=4078] ppid=4076 vsize=16872 CPUtime=4.16
/proc/4078/stat : 4078 (sugar++) S 4076 4078 3725 0 -1 4194304 1714 23950 0 5 7 2 373 34 16 0 1 0 4681623 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4078/statm: 4218 1139 414 3 0 797 0
[pid=4101] ppid=4078 vsize=119996 CPUtime=3493.49
/proc/4101/stat : 4101 (minisat-inc) R 4078 4078 3725 0 -1 4194304 28862 0 0 0 349314 35 0 0 25 0 1 0 4681987 122875904 28788 996147200 134512640 135134323 4294956192 18446744073709551615 134532161 0 0 4096 3 0 0 0 17 0 0 0
/proc/4101/statm: 29999 28788 79 151 0 29845 0
Current children cumulated CPU time (s) 3497.65
Current children cumulated vsize (KiB) 136868

[startup+3582.3 s]
/proc/loadavg: 2.00 2.06 2.03 3/82 4635
/proc/meminfo: memFree=1470592/2055920 swapFree=4192956/4192956
[pid=4078] ppid=4076 vsize=16872 CPUtime=4.16
/proc/4078/stat : 4078 (sugar++) S 4076 4078 3725 0 -1 4194304 1714 23950 0 5 7 2 373 34 16 0 1 0 4681623 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4078/statm: 4218 1139 414 3 0 797 0
[pid=4101] ppid=4078 vsize=119996 CPUtime=3553.47
/proc/4101/stat : 4101 (minisat-inc) R 4078 4078 3725 0 -1 4194304 28868 0 0 0 355311 36 0 0 25 0 1 0 4681987 122875904 28794 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4101/statm: 29999 28794 79 151 0 29845 0
Current children cumulated CPU time (s) 3557.63
Current children cumulated vsize (KiB) 136868



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3624.7 s]
/proc/loadavg: 1.93 2.03 2.02 3/83 4676
/proc/meminfo: memFree=1497080/2055920 swapFree=4192956/4192956
[pid=4078] ppid=4076 vsize=16872 CPUtime=4.16
/proc/4078/stat : 4078 (sugar++) S 4076 4078 3725 0 -1 4194304 1714 23950 0 5 7 2 373 34 16 0 1 0 4681623 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4078/statm: 4218 1139 414 3 0 797 0
[pid=4101] ppid=4078 vsize=119996 CPUtime=3595.85
/proc/4101/stat : 4101 (minisat-inc) R 4078 4078 3725 0 -1 4194304 28868 0 0 0 359548 37 0 0 25 0 1 0 4681987 122875904 28794 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4101/statm: 29999 28794 79 151 0 29845 0
Current children cumulated CPU time (s) 3600.01
Current children cumulated vsize (KiB) 136868

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): 3624.74
CPU time (s): 3600.07
CPU user time (s): 3599.29
CPU system time (s): 0.774882
CPU usage (%): 99.3195
Max. virtual memory (cumulated for all children) (KiB): 890472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.29
system time used= 0.774882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54611
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7917
involuntary context switches= 115627

runsolver used 4.00839 second user time and 9.60854 second system time

The end

Launcher Data (download as text)

Begin job on node70 at 2008-07-23 03:19:09
IDJOB=1127763
IDBENCH=63945
IDSOLVER=367
FILE ID=node70/1127763-1216775949
PBS_JOBID= 7974101
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/cnf/3-40-100-1000/normalized-cnf-3-40-1000-261927_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-1127763-1216775949/watcher-1127763-1216775949 -o /tmp/evaluation-result-1127763-1216775949/solver-1127763-1216775949 -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-1127763-1216775949.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d12dd9f6302c47502307ac1ed5849d29
RANDOM SEED=400887576

node70.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.281
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.281
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:       1627504 kB
Buffers:         26408 kB
Cached:         319032 kB
SwapCached:          0 kB
Active:         304384 kB
Inactive:        80088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1627504 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2920 kB
Writeback:           0 kB
Mapped:          59284 kB
Slab:            29288 kB
Committed_AS:   888756 kB
PageTables:       1792 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66560 MiB
End job on node70 at 2008-07-23 04:19:36