Trace number 1127435

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.17 3601.76

General information on the benchmark

Namemaxcsp/cnf/3-80-1100-2000/
normalized-cnf-3-80-1200-718245_ext.xml
MD5SUMe84b129732bf50c7298bb442f86dca41
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints56
Best CPU time to get the best result obtained on this benchmark3600.04
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints1194
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension1194
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.05/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.07	c 0	BEGIN Wed Jul 23 01:18:39 2008
0.05/0.07	c 0	PID 3990
0.05/0.07	c 0	HOST node77.alineos.net
0.05/0.07	c 0	CONVERTING HOME/instance-1127435-1216768719.xml TO HOME/temp.csp
0.05/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127435-1216768719.xml' 'HOME/temp.csp'
0.07/0.60	c 1	1 domains, 80 variables, 0 predicates, 12 relations, 1194 constraints
0.07/0.65	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.65	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.59/0.73	c 1	Parsing HOME/temp.csp
0.59/0.89	c 1	parsed 1287 expressions
0.59/0.90	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.59/0.92	c 1	MAX CSP: 1194 constraints
0.59/0.92	c 1	Converting to clausal form CSP
0.59/0.96	c 1	converted 249 (10%) expressions
0.59/0.98	c 1	converted 497 (20%) expressions
0.59/1.00	c 1	converted 746 (30%) expressions
0.92/1.01	c 1	converted 994 (40%) expressions
0.92/1.08	c 1	converted 1242 (50%) expressions
0.92/1.09	c 1	converted 1491 (60%) expressions
1.03/1.11	c 1	converted 1739 (70%) expressions
1.03/1.11	c 1	converted 1988 (80%) expressions
1.03/1.12	c 1	converted 2236 (90%) expressions
1.13/1.26	c 1	converted 2484 (100%) expressions
1.13/1.26	c 1	CSP : 2468 integers, 0 booleans, 3581 clauses, largest domain size 1792
1.13/1.26	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.13/1.26	c 1	Propagation in CSP
1.22/1.32	c 1	1189 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.22/1.32	c 1	CSP : 2468 integers, 0 booleans, 3581 clauses, largest domain size 1195
1.22/1.32	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.22/1.32	c 1	Simplifing CSP by introducing new Boolean variables
1.22/1.33	c 1	CSP : 2468 integers, 0 booleans, 3581 clauses, largest domain size 1195
1.22/1.33	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.22/1.37	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.22/1.38	c 1	247 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.22/1.38	c 1	494 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.22/1.38	c 1	741 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.22/1.39	c 1	988 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.22/1.39	c 1	1234 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.22/1.40	c 1	1481 (60%) CSP integer variables are encoded (2370 clauses, 30874 bytes)
1.32/1.41	c 1	1728 (70%) CSP integer variables are encoded (13579 clauses, 187098 bytes)
1.32/1.42	c 1	1975 (80%) CSP integer variables are encoded (17381 clauses, 244128 bytes)
1.32/1.42	c 1	2222 (90%) CSP integer variables are encoded (19271 clauses, 272478 bytes)
1.32/1.43	c 1	2468 (100%) CSP integer variables are encoded (21838 clauses, 310983 bytes)
1.32/1.47	c 1	359 (10%) CSP clauses are encoded (22198 clauses, 316856 bytes)
1.32/1.49	c 1	717 (20%) CSP clauses are encoded (22557 clauses, 323148 bytes)
1.41/1.51	c 1	1075 (30%) CSP clauses are encoded (22915 clauses, 329592 bytes)
1.41/1.54	c 2	1433 (40%) CSP clauses are encoded (31461 clauses, 479549 bytes)
1.51/1.69	c 2	1791 (50%) CSP clauses are encoded (117095 clauses, 2043632 bytes)
2.41/2.58	c 3	2149 (60%) CSP clauses are encoded (494289 clauses, 9676062 bytes)
4.22/4.32	c 4	2507 (70%) CSP clauses are encoded (1483623 clauses, 30269643 bytes)
4.22/4.38	c 4	2865 (80%) CSP clauses are encoded (1512514 clauses, 30872234 bytes)
4.41/4.51	c 4	3223 (90%) CSP clauses are encoded (1583695 clauses, 32380952 bytes)
4.81/4.99	c 5	3581 (100%) CSP clauses are encoded (1848755 clauses, 38043193 bytes)
4.81/4.99	c 5	3581 CSP clauses encoded
4.81/4.99	c 5	Writing map file : HOME/temp.map
4.91/5.01	c 5	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.91/5.01	c 5	SAT : 24306 SAT variables, 1848755 SAT clauses, 38043193 bytes
4.91/5.01	c 5	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.91/5.03	c 5	OBJECTIVE minimize _COST
4.91/5.03	c 5	SOLVING HOME/temp.cnf
4.91/5.03	c 5	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
4.91/5.03	c 5	This is MiniSat 2.0 beta incremental
4.91/5.03	c 5	WARNING: for repeatability, setting FPU to use double precision
4.91/5.03	c 5	============================[ Problem Statistics ]=============================
4.91/5.03	c 5	|                                                                             |
4.91/5.03	c 5	|  Number of variables:  24306                                                |
4.91/5.03	c 5	|  Number of clauses:    1848755                                              |
5.71/5.88	c 6	|  Parsing time:         0.69         s                                       |
5.81/5.92	c 6	OK
5.81/5.92	c 6	OBJECTIVE BOUND: 0 <= _COST <= 
5.81/5.92	c 6	SEARCHING: _COST <= 597
5.81/5.92	c 6	============================[ Search Statistics ]==============================
5.81/5.92	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.81/5.92	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.81/5.92	c 6	===============================================================================
5.81/5.92	c 6	|         0 |   24306  1848755  5480750 |   616251        0    nan |  0.000 % |
6.21/6.32	c 6	|       100 |   24306  1848755  5480750 |   677876      100     30 |  0.001 % |
6.31/6.47	c 6	|       252 |   24306  1848755  5480750 |   745664      252     32 |  0.001 % |
6.51/6.64	c 7	|       478 |   24306  1848755  5480750 |   820230      478     34 |  0.001 % |
6.60/6.75	c 7	===============================================================================
6.60/6.76	c 7	restarts              : 4
6.60/6.76	c 7	conflicts             : 478           (309 /sec)
6.60/6.76	c 7	decisions             : 1681          (0.89 % random) (1086 /sec)
6.60/6.76	c 7	propagations          : 413911         (267425 /sec)
6.60/6.76	c 7	conflict literals     : 16351          (12.38 % deleted)
6.60/6.76	c 7	Memory used           : 79.88 MB
6.60/6.76	c 7	CPU time              : 1.54776 s
6.60/6.76	c 7	
6.60/6.76	c 7	SATISFIABLE
6.60/6.77	c 7	OK
6.60/6.77	c 7	FOUND: _COST <= 597
6.60/6.77	s SATISFIABLE
6.60/6.77	c 7	DECODING HOME/temp.out WITH HOME/temp.map
6.60/6.77	c 7	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
6.67/6.85	c 7	Decoding HOME/temp.out
6.67/7.01	c 7	OBJECTIVE _COST 597
6.67/7.01	o 597
6.67/7.01	v 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
6.67/7.02	c 7	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
6.67/7.03	c 7	OK
6.67/7.03	c 7	OBJECTIVE BOUND: 0 <= _COST <= 597
6.67/7.03	c 7	SEARCHING: _COST <= 298
6.67/7.03	c 7	============================[ Search Statistics ]==============================
6.67/7.04	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.67/7.04	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.67/7.04	c 7	===============================================================================
6.67/7.04	c 7	|       478 |   24306  1848755  5480750 |   616251      478     34 |  0.001 % |
7.19/7.39	c 7	|       579 |   24306  1848755  5480750 |   677876      579     34 | 27.019 % |
7.29/7.46	c 7	===============================================================================
7.29/7.46	c 7	restarts              : 6
7.29/7.46	c 7	conflicts             : 596           (300 /sec)
7.29/7.46	c 7	decisions             : 2324          (0.82 % random) (1171 /sec)
7.29/7.46	c 7	propagations          : 593305         (298940 /sec)
7.29/7.46	c 7	conflict literals     : 20391          (12.04 % deleted)
7.29/7.46	c 7	Memory used           : 79.88 MB
7.29/7.46	c 7	CPU time              : 1.9847 s
7.29/7.46	c 7	
7.29/7.46	c 7	SATISFIABLE
7.29/7.47	c 7	OK
7.29/7.47	c 7	FOUND: _COST <= 298
7.29/7.47	c 7	DECODING HOME/temp.out WITH HOME/temp.map
7.29/7.47	c 7	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.36/7.54	c 8	Decoding HOME/temp.out
7.47/7.70	c 8	OBJECTIVE _COST 263
7.47/7.70	o 263
7.47/7.70	v 1 1 1 1 0 1 1 1 1 1 1 1 0 1 1 0 0 1 1 1 1 1 0 0 1 1 1 1 0 1 1 1 1 0 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 0 1 1 1 0 1 1 1 1 1 0 1 1 1 1 0 1 1 1 1 1 0 1 1 1 1 0 1 0 0
7.57/7.71	c 8	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
7.57/7.74	c 8	OK
7.57/7.74	c 8	OBJECTIVE BOUND: 0 <= _COST <= 263
7.57/7.74	c 8	SEARCHING: _COST <= 131
7.57/7.74	c 8	============================[ Search Statistics ]==============================
7.57/7.74	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.57/7.74	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.57/7.74	c 8	===============================================================================
7.57/7.74	c 8	|       596 |   17739  1848755  5480750 |   616251      596     34 | 27.019 % |
7.84/8.04	c 8	|       697 |   17739  1848755  5480750 |   677876      697     34 | 43.948 % |
7.94/8.13	c 8	===============================================================================
7.94/8.13	c 8	restarts              : 8
7.94/8.13	c 8	conflicts             : 749           (313 /sec)
7.94/8.13	c 8	decisions             : 2818          (0.78 % random) (1178 /sec)
7.94/8.13	c 8	propagations          : 779847         (325936 /sec)
7.94/8.13	c 8	conflict literals     : 25683          (11.86 % deleted)
7.94/8.13	c 8	Memory used           : 80.01 MB
7.94/8.13	c 8	CPU time              : 2.39264 s
7.94/8.13	c 8	
7.94/8.13	c 8	SATISFIABLE
7.94/8.14	c 8	OK
7.94/8.14	c 8	FOUND: _COST <= 131
7.94/8.14	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.94/8.14	c 8	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.98/8.22	c 8	Decoding HOME/temp.out
7.98/8.38	c 8	OBJECTIVE _COST 131
7.98/8.38	o 131
7.98/8.38	v 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 0 1 0 1 1 1 0 1 1 0 0 1 0 1 1 0 1 1 1 1 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 0 1 0 0 1 1 0 1 1 1 0 0 0 0 1 1 1 1 1 1 1 1 1
7.98/8.38	c 8	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
7.98/8.41	c 8	OK
7.98/8.41	c 8	OBJECTIVE BOUND: 0 <= _COST <= 131
7.98/8.41	c 8	SEARCHING: _COST <= 65
7.98/8.41	c 8	============================[ Search Statistics ]==============================
7.98/8.42	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.98/8.42	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.98/8.42	c 8	===============================================================================
7.98/8.42	c 8	|       749 |   13624  1848755  5480750 |   616251      749     34 | 43.948 % |
8.43/8.67	c 9	|       850 |   13624  1848755  5480750 |   677876      850     34 | 52.621 % |
8.73/8.90	c 9	|      1001 |   13624  1848755  5480750 |   745664     1001     32 | 52.621 % |
9.03/9.22	c 9	|      1228 |   13624  1848755  5480750 |   820230     1228     31 | 52.621 % |
9.43/9.62	c 10	|      1566 |   13624  1848755  5480750 |   902254     1566     31 | 52.621 % |
9.83/10.10	c 10	|      2073 |   13624  1848755  5480750 |   992479     2073     32 | 52.621 % |
10.74/10.95	c 11	|      2832 |   13624  1848755  5480750 |  1091727     2832     31 | 52.621 % |
11.83/12.08	c 12	|      3971 |   13624  1848755  5480750 |  1200900     3971     30 | 52.621 % |
13.22/13.48	c 13	|      5679 |   13624  1848755  5480750 |  1320990     5679     30 | 52.621 % |
17.82/18.02	c 18	|      8241 |   13624  1848755  5480750 |  1453089     8241     31 | 52.621 % |
22.82/23.01	c 23	|     12085 |   11516   381989  1117759 |  1598398    12084     33 | 52.621 % |
29.22/29.47	c 29	|     17851 |   11516   381989  1117759 |  1758237    17850     34 | 52.621 % |
37.41/37.68	c 38	|     26500 |   11516   381989  1117759 |  1934061    26499     35 | 52.621 % |
53.71/53.91	c 54	|     39475 |   11516   381989  1117759 |  2127467    39474     32 | 52.621 % |
82.66/82.91	c 83	|     58936 |   11516   381989  1117759 |  2340214    58935     37 | 52.621 % |
121.64/121.96	c 122	|     88128 |   11516   381989  1117759 |  2574236    88127     37 | 52.621 % |
203.39/203.77	c 204	|    131918 |   11516   381989  1117759 |  2831659   131917     40 | 52.621 % |
356.94/357.34	c 357	|    197602 |   11516   381989  1117759 |  3114825   197601     41 | 52.621 % |
592.05/592.54	c 593	|    296130 |   11516   381989  1117759 |  3426308   296129     43 | 52.621 % |
1059.07/1059.76	c 1060	|    443921 |   11516   381989  1117759 |  3768939   443920     42 | 52.621 % |
1876.16/1877.16	c 1877	|    665604 |   11516   381989  1117759 |  4145833   665603     42 | 52.621 % |
3600.08/3601.71	c ERROR INTERRUPTED
3600.08/3601.76	c 3602	CPU 3598.98 (0.06 0.02 3598.92 1.13)
3600.08/3601.76	c 3602	END Wed Jul 23 02:18:41 2008

Verifier Data (download as text)

OK	121	1073
121 unsatisfied constraints, 1073 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-1127435-1216768719/watcher-1127435-1216768719 -o /tmp/evaluation-result-1127435-1216768719/solver-1127435-1216768719 -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-1127435-1216768719.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.92 1.98 1.99 4/74 3990
/proc/meminfo: memFree=1322456/2055920 swapFree=4192956/4192956
[pid=3990] ppid=3988 vsize=12268 CPUtime=0
/proc/3990/stat : 3990 (sugar++) R 3988 3990 3636 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 3958092 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 228052745214 0 0 4224 0 0 0 0 17 0 0 0
/proc/3990/statm: 3067 316 241 3 0 167 0

[startup+0.070659 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 3990
/proc/meminfo: memFree=1322456/2055920 swapFree=4192956/4192956
[pid=3990] ppid=3988 vsize=16740 CPUtime=0.05
/proc/3990/stat : 3990 (sugar++) R 3988 3990 3636 0 -1 4194304 1106 0 0 0 4 1 0 0 18 0 1 0 3958092 17141760 1074 996147200 4194304 4206940 548682068528 18446744073709551615 228058034173 0 0 4224 0 0 0 0 17 0 0 0
/proc/3990/statm: 4185 1076 385 3 0 764 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16740

[startup+0.102661 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 3990
/proc/meminfo: memFree=1322456/2055920 swapFree=4192956/4192956
[pid=3990] ppid=3988 vsize=16740 CPUtime=0.07
/proc/3990/stat : 3990 (sugar++) S 3988 3990 3636 0 -1 4194304 1219 128 0 0 5 2 0 0 17 0 1 0 3958092 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3990/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301676 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 3990
/proc/meminfo: memFree=1322456/2055920 swapFree=4192956/4192956
[pid=3990] ppid=3988 vsize=16740 CPUtime=0.07
/proc/3990/stat : 3990 (sugar++) S 3988 3990 3636 0 -1 4194304 1219 128 0 0 5 2 0 0 17 0 1 0 3958092 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3990/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.702737 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 3990
/proc/meminfo: memFree=1322456/2055920 swapFree=4192956/4192956
[pid=3990] ppid=3988 vsize=16740 CPUtime=0.59
/proc/3990/stat : 3990 (sugar++) S 3988 3990 3636 0 -1 4194304 1279 4713 0 1 5 2 49 3 16 0 1 0 3958092 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3990/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 16740

[startup+1.50283 s]
/proc/loadavg: 1.92 1.98 1.99 3/85 4012
/proc/meminfo: memFree=1312192/2055920 swapFree=4192956/4192956
[pid=3990] ppid=3988 vsize=16740 CPUtime=0.59
/proc/3990/stat : 3990 (sugar++) S 3988 3990 3636 0 -1 4194304 1297 4713 0 1 5 2 49 3 15 0 1 0 3958092 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3990/statm: 4185 1104 409 3 0 764 0
[pid=4003] ppid=3990 vsize=5356 CPUtime=0
/proc/4003/stat : 4003 (sh) S 3990 3990 3636 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 3958157 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4003/statm: 1339 233 193 169 0 50 0
[pid=4004] ppid=4003 vsize=868476 CPUtime=0.82
/proc/4004/stat : 4004 (java) S 4003 3990 3636 0 -1 0 7002 0 1 0 77 5 0 0 20 0 9 0 3958157 889319424 6201 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4004/statm: 217119 6201 2563 9 0 211666 0
[pid=4004/tid=4005] ppid=4003 vsize=868476 CPUtime=0.48
/proc/4004/task/4005/stat : 4005 (java) R 4003 3990 3636 0 -1 64 2737 0 1 0 46 2 0 0 25 0 9 0 3958158 889319424 6201 996147200 134512640 134550740 4294955920 18446744073709551615 4126984134 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4004/tid=4006] ppid=4003 vsize=868476 CPUtime=0.08
/proc/4004/task/4006/stat : 4006 (java) S 4003 3990 3636 0 -1 64 2074 0 0 0 7 1 0 0 16 0 9 0 3958159 889319424 6201 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4004/tid=4007] ppid=4003 vsize=868476 CPUtime=0
/proc/4004/task/4007/stat : 4007 (java) S 4003 3990 3636 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 3958159 889319424 6201 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4004/tid=4008] ppid=4003 vsize=868476 CPUtime=0
/proc/4004/task/4008/stat : 4008 (java) S 4003 3990 3636 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 3958159 889319424 6201 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4004/tid=4009] ppid=4003 vsize=868476 CPUtime=0
/proc/4004/task/4009/stat : 4009 (java) S 4003 3990 3636 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 3958161 889319424 6201 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4004/tid=4010] ppid=4003 vsize=868476 CPUtime=0.23
/proc/4004/task/4010/stat : 4010 (java) S 4003 3990 3636 0 -1 64 1499 0 0 0 22 1 0 0 16 0 9 0 3958161 889319424 6201 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4004/tid=4011] ppid=4003 vsize=868476 CPUtime=0
/proc/4004/task/4011/stat : 4011 (java) S 4003 3990 3636 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 3958161 889319424 6201 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4004/tid=4012] ppid=4003 vsize=868476 CPUtime=0
/proc/4004/task/4012/stat : 4012 (java) S 4003 3990 3636 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 3958161 889319424 6201 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890572

[startup+3.10202 s]
/proc/loadavg: 1.92 1.98 1.99 3/85 4012
/proc/meminfo: memFree=1300096/2055920 swapFree=4192956/4192956
[pid=3990] ppid=3988 vsize=16740 CPUtime=0.59
/proc/3990/stat : 3990 (sugar++) S 3988 3990 3636 0 -1 4194304 1297 4713 0 1 5 2 49 3 16 0 1 0 3958092 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3990/statm: 4185 1104 409 3 0 764 0
[pid=4003] ppid=3990 vsize=5356 CPUtime=0
/proc/4003/stat : 4003 (sh) S 3990 3990 3636 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 3958157 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4003/statm: 1339 233 193 169 0 50 0
[pid=4004] ppid=4003 vsize=868476 CPUtime=2.42
/proc/4004/stat : 4004 (java) S 4003 3990 3636 0 -1 0 7464 0 1 0 227 15 0 0 20 0 9 0 3958157 889319424 6212 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4004/statm: 217119 6212 2563 9 0 211666 0
[pid=4004/tid=4005] ppid=4003 vsize=868476 CPUtime=1.95
/proc/4004/task/4005/stat : 4005 (java) R 4003 3990 3636 0 -1 64 3188 0 1 0 185 10 0 0 25 0 9 0 3958158 889319424 6212 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4004/tid=4006] ppid=4003 vsize=868476 CPUtime=0.2
/proc/4004/task/4006/stat : 4006 (java) S 4003 3990 3636 0 -1 64 2074 0 0 0 17 3 0 0 16 0 9 0 3958159 889319424 6212 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4004/tid=4007] ppid=4003 vsize=868476 CPUtime=0
/proc/4004/task/4007/stat : 4007 (java) S 4003 3990 3636 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 3958159 889319424 6212 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4004/tid=4008] ppid=4003 vsize=868476 CPUtime=0
/proc/4004/task/4008/stat : 4008 (java) S 4003 3990 3636 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 3958159 889319424 6212 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4004/tid=4009] ppid=4003 vsize=868476 CPUtime=0
/proc/4004/task/4009/stat : 4009 (java) S 4003 3990 3636 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 3958161 889319424 6212 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4004/tid=4010] ppid=4003 vsize=868476 CPUtime=0.25
/proc/4004/task/4010/stat : 4010 (java) S 4003 3990 3636 0 -1 64 1510 0 0 0 24 1 0 0 16 0 9 0 3958161 889319424 6212 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4004/tid=4011] ppid=4003 vsize=868476 CPUtime=0
/proc/4004/task/4011/stat : 4011 (java) S 4003 3990 3636 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 3958161 889319424 6212 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4004/tid=4012] ppid=4003 vsize=868476 CPUtime=0
/proc/4004/task/4012/stat : 4012 (java) S 4003 3990 3636 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 3958161 889319424 6212 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890572

[startup+6.30139 s]
/proc/loadavg: 2.01 2.00 2.00 3/76 4013
/proc/meminfo: memFree=1247240/2055920 swapFree=4192956/4192956
[pid=3990] ppid=3988 vsize=16872 CPUtime=4.96
/proc/3990/stat : 3990 (sugar++) S 3988 3990 3636 0 -1 4194304 1498 13096 0 2 6 2 452 36 16 0 1 0 3958092 17276928 1148 996147200 4194304 4206940 548682068528 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3990/statm: 4218 1148 414 3 0 797 0
[pid=4013] ppid=3990 vsize=81400 CPUtime=1.25
/proc/4013/stat : 4013 (minisat-inc) R 3990 3990 3636 0 -1 4194304 19750 0 0 0 109 16 0 0 25 0 1 0 3958595 83353600 19699 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4013/statm: 20350 19699 69 151 0 20196 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 98272

[startup+12.7011 s]
/proc/loadavg: 2.17 2.03 2.01 3/76 4043
/proc/meminfo: memFree=1200016/2055920 swapFree=4192956/4192956
[pid=3990] ppid=3988 vsize=17000 CPUtime=5.68
/proc/3990/stat : 3990 (sugar++) S 3988 3990 3636 0 -1 4194304 1723 24909 0 5 6 2 515 45 16 0 1 0 3958092 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3990/statm: 4250 1149 414 3 0 829 0
[pid=4013] ppid=3990 vsize=82192 CPUtime=6.85
/proc/4013/stat : 4013 (minisat-inc) R 3990 3990 3636 0 -1 4194304 19966 0 0 0 669 16 0 0 25 0 1 0 3958595 84164608 19909 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4013/statm: 20548 19909 80 151 0 20394 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 99192

[startup+25.5016 s]
/proc/loadavg: 2.43 2.10 2.03 3/76 4043
/proc/meminfo: memFree=1198480/2055920 swapFree=4192956/4192956
[pid=3990] ppid=3988 vsize=17000 CPUtime=5.68
/proc/3990/stat : 3990 (sugar++) S 3988 3990 3636 0 -1 4194304 1723 24909 0 5 6 2 515 45 16 0 1 0 3958092 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3990/statm: 4250 1149 414 3 0 829 0
[pid=4013] ppid=3990 vsize=82876 CPUtime=19.64
/proc/4013/stat : 4013 (minisat-inc) R 3990 3990 3636 0 -1 4194304 20116 0 0 0 1947 17 0 0 25 0 1 0 3958595 84865024 20059 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4013/statm: 20719 20059 80 151 0 20565 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 99876

[startup+51.1017 s]
/proc/loadavg: 2.54 2.15 2.05 3/76 4043
/proc/meminfo: memFree=1198992/2055920 swapFree=4192956/4192956
[pid=3990] ppid=3988 vsize=17000 CPUtime=5.68
/proc/3990/stat : 3990 (sugar++) S 3988 3990 3636 0 -1 4194304 1723 24909 0 5 6 2 515 45 16 0 1 0 3958092 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3990/statm: 4250 1149 414 3 0 829 0
[pid=4013] ppid=3990 vsize=82876 CPUtime=45.22
/proc/4013/stat : 4013 (minisat-inc) R 3990 3990 3636 0 -1 4194304 20139 0 0 0 4505 17 0 0 25 0 1 0 3958595 84865024 20082 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4013/statm: 20719 20082 80 151 0 20565 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 99876

[startup+102.307 s]
/proc/loadavg: 2.23 2.12 2.04 3/83 4081
/proc/meminfo: memFree=1447376/2055920 swapFree=4192956/4192956
[pid=3990] ppid=3988 vsize=17000 CPUtime=5.68
/proc/3990/stat : 3990 (sugar++) S 3988 3990 3636 0 -1 4194304 1723 24909 0 5 6 2 515 45 16 0 1 0 3958092 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3990/statm: 4250 1149 414 3 0 829 0
[pid=4013] ppid=3990 vsize=83192 CPUtime=96.37
/proc/4013/stat : 4013 (minisat-inc) R 3990 3990 3636 0 -1 4194304 20213 0 0 0 9617 20 0 0 25 0 1 0 3958595 85188608 20148 996147200 134512640 135134323 4294956192 18446744073709551615 134532185 0 0 4096 3 0 0 0 17 0 0 0
/proc/4013/statm: 20798 20148 80 151 0 20644 0
Current children cumulated CPU time (s) 102.05
Current children cumulated vsize (KiB) 100192

[startup+162.302 s]
/proc/loadavg: 2.42 2.19 2.07 3/83 4081
/proc/meminfo: memFree=1394256/2055920 swapFree=4192956/4192956
[pid=3990] ppid=3988 vsize=17000 CPUtime=5.68
/proc/3990/stat : 3990 (sugar++) S 3988 3990 3636 0 -1 4194304 1723 24909 0 5 6 2 515 45 16 0 1 0 3958092 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3990/statm: 4250 1149 414 3 0 829 0
[pid=4013] ppid=3990 vsize=83372 CPUtime=156.34
/proc/4013/stat : 4013 (minisat-inc) R 3990 3990 3636 0 -1 4194304 20249 0 0 0 15614 20 0 0 25 0 1 0 3958595 85372928 20184 996147200 134512640 135134323 4294956192 18446744073709551615 134531898 0 0 4096 3 0 0 0 17 0 0 0
/proc/4013/statm: 20843 20184 80 151 0 20689 0
Current children cumulated CPU time (s) 162.02
Current children cumulated vsize (KiB) 100372

[startup+222.302 s]
/proc/loadavg: 2.54 2.27 2.11 3/83 4081
/proc/meminfo: memFree=1393552/2055920 swapFree=4192956/4192956
[pid=3990] ppid=3988 vsize=17000 CPUtime=5.68
/proc/3990/stat : 3990 (sugar++) S 3988 3990 3636 0 -1 4194304 1723 24909 0 5 6 2 515 45 16 0 1 0 3958092 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3990/statm: 4250 1149 414 3 0 829 0
[pid=4013] ppid=3990 vsize=84408 CPUtime=216.31
/proc/4013/stat : 4013 (minisat-inc) R 3990 3990 3636 0 -1 4194304 20429 0 0 0 21611 20 0 0 25 0 1 0 3958595 86433792 20364 996147200 134512640 135134323 4294956192 18446744073709551615 134531929 0 0 4096 3 0 0 0 17 0 0 0
/proc/4013/statm: 21102 20364 80 151 0 20948 0
Current children cumulated CPU time (s) 221.99

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

[pid=4013] ppid=3990 vsize=224188 CPUtime=2915.26
/proc/4013/stat : 4013 (minisat-inc) R 3990 3990 3636 0 -1 4194304 54696 0 0 0 291469 57 0 0 25 0 1 0 3958595 229568512 54631 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4013/statm: 56047 54631 80 151 0 55893 0
Current children cumulated CPU time (s) 2920.94
Current children cumulated vsize (KiB) 241188

[startup+2982.3 s]
/proc/loadavg: 2.55 2.58 2.54 3/83 4087
/proc/meminfo: memFree=1251984/2055920 swapFree=4192956/4192956
[pid=3990] ppid=3988 vsize=17000 CPUtime=5.68
/proc/3990/stat : 3990 (sugar++) S 3988 3990 3636 0 -1 4194304 1723 24909 0 5 6 2 515 45 16 0 1 0 3958092 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3990/statm: 4250 1149 414 3 0 829 0
[pid=4013] ppid=3990 vsize=226300 CPUtime=2975.24
/proc/4013/stat : 4013 (minisat-inc) R 3990 3990 3636 0 -1 4194304 55269 0 0 0 297466 58 0 0 25 0 1 0 3958595 231731200 55204 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4013/statm: 56575 55204 80 151 0 56421 0
Current children cumulated CPU time (s) 2980.92
Current children cumulated vsize (KiB) 243300

[startup+3042.3 s]
/proc/loadavg: 2.58 2.58 2.54 3/83 4087
/proc/meminfo: memFree=1249872/2055920 swapFree=4192956/4192956
[pid=3990] ppid=3988 vsize=17000 CPUtime=5.68
/proc/3990/stat : 3990 (sugar++) S 3988 3990 3636 0 -1 4194304 1723 24909 0 5 6 2 515 45 16 0 1 0 3958092 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3990/statm: 4250 1149 414 3 0 829 0
[pid=4013] ppid=3990 vsize=228596 CPUtime=3035.22
/proc/4013/stat : 4013 (minisat-inc) R 3990 3990 3636 0 -1 4194304 55816 0 0 0 303463 59 0 0 25 0 1 0 3958595 234082304 55751 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4013/statm: 57149 55751 80 151 0 56995 0
Current children cumulated CPU time (s) 3040.9
Current children cumulated vsize (KiB) 245596

[startup+3102.3 s]
/proc/loadavg: 2.52 2.56 2.54 3/83 4087
/proc/meminfo: memFree=1247568/2055920 swapFree=4192956/4192956
[pid=3990] ppid=3988 vsize=17000 CPUtime=5.68
/proc/3990/stat : 3990 (sugar++) S 3988 3990 3636 0 -1 4194304 1723 24909 0 5 6 2 515 45 16 0 1 0 3958092 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3990/statm: 4250 1149 414 3 0 829 0
[pid=4013] ppid=3990 vsize=230708 CPUtime=3095.19
/proc/4013/stat : 4013 (minisat-inc) R 3990 3990 3636 0 -1 4194304 56362 0 0 0 309460 59 0 0 25 0 1 0 3958595 236244992 56297 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/4013/statm: 57677 56297 80 151 0 57523 0
Current children cumulated CPU time (s) 3100.87
Current children cumulated vsize (KiB) 247708

[startup+3162.3 s]
/proc/loadavg: 2.70 2.61 2.55 3/83 4087
/proc/meminfo: memFree=1245392/2055920 swapFree=4192956/4192956
[pid=3990] ppid=3988 vsize=17000 CPUtime=5.68
/proc/3990/stat : 3990 (sugar++) S 3988 3990 3636 0 -1 4194304 1723 24909 0 5 6 2 515 45 16 0 1 0 3958092 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3990/statm: 4250 1149 414 3 0 829 0
[pid=4013] ppid=3990 vsize=232744 CPUtime=3155.18
/proc/4013/stat : 4013 (minisat-inc) R 3990 3990 3636 0 -1 4194304 56903 0 0 0 315458 60 0 0 25 0 1 0 3958595 238329856 56838 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4013/statm: 58186 56838 80 151 0 58032 0
Current children cumulated CPU time (s) 3160.86
Current children cumulated vsize (KiB) 249744

[startup+3222.3 s]
/proc/loadavg: 2.66 2.61 2.56 3/83 4087
/proc/meminfo: memFree=1243344/2055920 swapFree=4192956/4192956
[pid=3990] ppid=3988 vsize=17000 CPUtime=5.68
/proc/3990/stat : 3990 (sugar++) S 3988 3990 3636 0 -1 4194304 1723 24909 0 5 6 2 515 45 16 0 1 0 3958092 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3990/statm: 4250 1149 414 3 0 829 0
[pid=4013] ppid=3990 vsize=234928 CPUtime=3215.15
/proc/4013/stat : 4013 (minisat-inc) R 3990 3990 3636 0 -1 4194304 57418 0 0 0 321455 60 0 0 25 0 1 0 3958595 240566272 57353 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4013/statm: 58732 57353 80 151 0 58578 0
Current children cumulated CPU time (s) 3220.83
Current children cumulated vsize (KiB) 251928

[startup+3282.3 s]
/proc/loadavg: 2.73 2.65 2.57 3/83 4087
/proc/meminfo: memFree=1241104/2055920 swapFree=4192956/4192956
[pid=3990] ppid=3988 vsize=17000 CPUtime=5.68
/proc/3990/stat : 3990 (sugar++) S 3988 3990 3636 0 -1 4194304 1723 24909 0 5 6 2 515 45 16 0 1 0 3958092 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3990/statm: 4250 1149 414 3 0 829 0
[pid=4013] ppid=3990 vsize=237088 CPUtime=3275.13
/proc/4013/stat : 4013 (minisat-inc) R 3990 3990 3636 0 -1 4194304 57962 0 0 0 327452 61 0 0 25 0 1 0 3958595 242778112 57897 996147200 134512640 135134323 4294956192 18446744073709551615 134531934 0 0 4096 3 0 0 0 17 0 0 0
/proc/4013/statm: 59272 57897 80 151 0 59118 0
Current children cumulated CPU time (s) 3280.81
Current children cumulated vsize (KiB) 254088

[startup+3342.3 s]
/proc/loadavg: 2.52 2.60 2.55 3/83 4087
/proc/meminfo: memFree=1238480/2055920 swapFree=4192956/4192956
[pid=3990] ppid=3988 vsize=17000 CPUtime=5.68
/proc/3990/stat : 3990 (sugar++) S 3988 3990 3636 0 -1 4194304 1723 24909 0 5 6 2 515 45 16 0 1 0 3958092 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3990/statm: 4250 1149 414 3 0 829 0
[pid=4013] ppid=3990 vsize=239860 CPUtime=3335.11
/proc/4013/stat : 4013 (minisat-inc) R 3990 3990 3636 0 -1 4194304 58619 0 0 0 333449 62 0 0 25 0 1 0 3958595 245616640 58554 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4013/statm: 59965 58554 80 151 0 59811 0
Current children cumulated CPU time (s) 3340.79
Current children cumulated vsize (KiB) 256860

[startup+3402.31 s]
/proc/loadavg: 2.74 2.66 2.57 3/83 4087
/proc/meminfo: memFree=1236496/2055920 swapFree=4192956/4192956
[pid=3990] ppid=3988 vsize=17000 CPUtime=5.68
/proc/3990/stat : 3990 (sugar++) S 3988 3990 3636 0 -1 4194304 1723 24909 0 5 6 2 515 45 16 0 1 0 3958092 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3990/statm: 4250 1149 414 3 0 829 0
[pid=4013] ppid=3990 vsize=242000 CPUtime=3395.08
/proc/4013/stat : 4013 (minisat-inc) R 3990 3990 3636 0 -1 4194304 59103 0 0 0 339446 62 0 0 25 0 1 0 3958595 247808000 59038 996147200 134512640 135134323 4294956192 18446744073709551615 134535448 0 0 4096 3 0 0 0 17 0 0 0
/proc/4013/statm: 60500 59038 80 151 0 60346 0
Current children cumulated CPU time (s) 3400.76
Current children cumulated vsize (KiB) 259000

[startup+3462.3 s]
/proc/loadavg: 2.80 2.69 2.58 4/83 4087
/proc/meminfo: memFree=1234640/2055920 swapFree=4192956/4192956
[pid=3990] ppid=3988 vsize=17000 CPUtime=5.68
/proc/3990/stat : 3990 (sugar++) S 3988 3990 3636 0 -1 4194304 1723 24909 0 5 6 2 515 45 16 0 1 0 3958092 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3990/statm: 4250 1149 414 3 0 829 0
[pid=4013] ppid=3990 vsize=244008 CPUtime=3455.06
/proc/4013/stat : 4013 (minisat-inc) R 3990 3990 3636 0 -1 4194304 59564 0 0 0 345443 63 0 0 25 0 1 0 3958595 249864192 59499 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4013/statm: 61002 59499 80 151 0 60848 0
Current children cumulated CPU time (s) 3460.74
Current children cumulated vsize (KiB) 261008

[startup+3522.3 s]
/proc/loadavg: 2.58 2.65 2.58 3/83 4087
/proc/meminfo: memFree=1232464/2055920 swapFree=4192956/4192956
[pid=3990] ppid=3988 vsize=17000 CPUtime=5.68
/proc/3990/stat : 3990 (sugar++) S 3988 3990 3636 0 -1 4194304 1723 24909 0 5 6 2 515 45 16 0 1 0 3958092 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3990/statm: 4250 1149 414 3 0 829 0
[pid=4013] ppid=3990 vsize=245952 CPUtime=3515.04
/proc/4013/stat : 4013 (minisat-inc) R 3990 3990 3636 0 -1 4194304 60077 0 0 0 351440 64 0 0 25 0 1 0 3958595 251854848 60012 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4013/statm: 61488 60012 80 151 0 61334 0
Current children cumulated CPU time (s) 3520.72
Current children cumulated vsize (KiB) 262952

[startup+3582.3 s]
/proc/loadavg: 2.47 2.60 2.56 3/83 4087
/proc/meminfo: memFree=1230544/2055920 swapFree=4192956/4192956
[pid=3990] ppid=3988 vsize=17000 CPUtime=5.68
/proc/3990/stat : 3990 (sugar++) S 3988 3990 3636 0 -1 4194304 1723 24909 0 5 6 2 515 45 16 0 1 0 3958092 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3990/statm: 4250 1149 414 3 0 829 0
[pid=4013] ppid=3990 vsize=247908 CPUtime=3575.01
/proc/4013/stat : 4013 (minisat-inc) R 3990 3990 3636 0 -1 4194304 60520 0 0 0 357437 64 0 0 25 0 1 0 3958595 253857792 60455 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4013/statm: 61977 60455 80 151 0 61823 0
Current children cumulated CPU time (s) 3580.69
Current children cumulated vsize (KiB) 264908



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601.7 s]
/proc/loadavg: 2.56 2.61 2.56 3/83 4087
/proc/meminfo: memFree=1229904/2055920 swapFree=4192956/4192956
[pid=3990] ppid=3988 vsize=17000 CPUtime=5.68
/proc/3990/stat : 3990 (sugar++) S 3988 3990 3636 0 -1 4194304 1723 24909 0 5 6 2 515 45 16 0 1 0 3958092 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3990/statm: 4250 1149 414 3 0 829 0
[pid=4013] ppid=3990 vsize=248484 CPUtime=3594.4
/proc/4013/stat : 4013 (minisat-inc) R 3990 3990 3636 0 -1 4194304 60673 0 0 0 359376 64 0 0 25 0 1 0 3958595 254447616 60608 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4013/statm: 62121 60608 80 151 0 61967 0
Current children cumulated CPU time (s) 3600.08
Current children cumulated vsize (KiB) 265484

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

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

[startup+3601.7 s]
/proc/loadavg: 2.56 2.61 2.56 3/83 4087
/proc/meminfo: memFree=1229904/2055920 swapFree=4192956/4192956
[pid=3990] ppid=3988 vsize=17000 CPUtime=5.68
/proc/3990/stat : 3990 (sugar++) S 3988 3990 3636 0 -1 4194304 1723 24909 0 5 6 2 515 45 16 0 1 0 3958092 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3990/statm: 4250 1149 414 3 0 829 0
[pid=4013] ppid=3990 vsize=248484 CPUtime=3594.4
/proc/4013/stat : 4013 (minisat-inc) R 3990 3990 3636 0 -1 4194304 60673 0 0 0 359376 64 0 0 25 0 1 0 3958595 254447616 60608 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4013/statm: 62121 60608 80 151 0 61967 0
Current children cumulated CPU time (s) 3600.08
Current children cumulated vsize (KiB) 265484

Child status: 0
Real time (s): 3601.76
CPU time (s): 3600.17
CPU user time (s): 3598.99
CPU system time (s): 1.18382
CPU usage (%): 99.9558
Max. virtual memory (cumulated for all children) (KiB): 890572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.99
system time used= 1.18382
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87384
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= 10279
involuntary context switches= 25554

runsolver used 3.59445 second user time and 9.52955 second system time

The end

Launcher Data (download as text)

Begin job on node77 at 2008-07-23 01:18:39
IDJOB=1127435
IDBENCH=63375
IDSOLVER=367
FILE ID=node77/1127435-1216768719
PBS_JOBID= 7974088
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/cnf/3-80-1100-2000/normalized-cnf-3-80-1200-718245_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-1127435-1216768719/watcher-1127435-1216768719 -o /tmp/evaluation-result-1127435-1216768719/solver-1127435-1216768719 -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-1127435-1216768719.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e84b129732bf50c7298bb442f86dca41
RANDOM SEED=676567961

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1322936 kB
Buffers:         25172 kB
Cached:         410572 kB
SwapCached:          0 kB
Active:         447272 kB
Inactive:       239576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1322936 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             916 kB
Writeback:           0 kB
Mapped:         262380 kB
Slab:            31044 kB
Committed_AS:   324624 kB
PageTables:       2216 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 node77 at 2008-07-23 02:18:43