Trace number 1127811

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.12 3617.34

General information on the benchmark

Namemaxcsp/cnf/3-40-100-1000/
normalized-cnf-3-40-900-536226_ext.xml
MD5SUMfe87b9735fbced2c2d757b4fb2efd2ac
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints54
Best CPU time to get the best result obtained on this benchmark53.4359
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints871
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension871
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.00/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.07	c 0	BEGIN Wed Jul 23 03:24:32 2008
0.00/0.07	c 0	PID 4040
0.00/0.07	c 0	HOST node82.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-1127811-1216776272.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127811-1216776272.xml' 'HOME/temp.csp'
0.06/0.41	c 0	1 domains, 40 variables, 0 predicates, 28 relations, 871 constraints
0.06/0.44	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.44	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.39/0.51	c 1	Parsing HOME/temp.csp
0.39/0.66	c 1	parsed 940 expressions
0.39/0.67	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.39/0.68	c 1	MAX CSP: 871 constraints
0.39/0.68	c 1	Converting to clausal form CSP
0.39/0.72	c 1	converted 182 (10%) expressions
0.39/0.74	c 1	converted 363 (20%) expressions
0.39/0.75	c 1	converted 545 (30%) expressions
0.39/0.76	c 1	converted 726 (40%) expressions
0.39/0.78	c 1	converted 907 (50%) expressions
0.39/0.85	c 1	converted 1089 (60%) expressions
0.39/0.86	c 1	converted 1270 (70%) expressions
0.39/0.86	c 1	converted 1452 (80%) expressions
0.39/0.87	c 1	converted 1633 (90%) expressions
0.39/0.99	c 1	converted 1814 (100%) expressions
0.39/0.99	c 1	CSP : 1782 integers, 0 booleans, 2612 clauses, largest domain size 1307
0.39/0.99	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.39/0.99	c 1	Propagation in CSP
0.93/1.05	c 1	864 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.93/1.05	c 1	CSP : 1782 integers, 0 booleans, 2612 clauses, largest domain size 872
0.93/1.05	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.93/1.05	c 1	Simplifing CSP by introducing new Boolean variables
0.93/1.06	c 1	CSP : 1782 integers, 0 booleans, 2612 clauses, largest domain size 872
0.93/1.06	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.93/1.09	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.04/1.10	c 1	179 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.04/1.11	c 1	357 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.04/1.11	c 1	535 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.04/1.11	c 1	713 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.04/1.11	c 1	891 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.04/1.12	c 1	1070 (60%) CSP integer variables are encoded (1676 clauses, 21677 bytes)
1.04/1.12	c 1	1248 (70%) CSP integer variables are encoded (3017 clauses, 39110 bytes)
1.04/1.13	c 1	1426 (80%) CSP integer variables are encoded (4628 clauses, 60053 bytes)
1.04/1.13	c 1	1604 (90%) CSP integer variables are encoded (5922 clauses, 76875 bytes)
1.04/1.14	c 1	1782 (100%) CSP integer variables are encoded (14662 clauses, 203214 bytes)
1.04/1.18	c 1	262 (10%) CSP clauses are encoded (14927 clauses, 207401 bytes)
1.13/1.20	c 1	523 (20%) CSP clauses are encoded (15193 clauses, 211753 bytes)
1.13/1.21	c 1	784 (30%) CSP clauses are encoded (15458 clauses, 216387 bytes)
1.13/1.24	c 1	1045 (40%) CSP clauses are encoded (20208 clauses, 298534 bytes)
1.22/1.32	c 1	1306 (50%) CSP clauses are encoded (66267 clauses, 1136452 bytes)
1.22/1.35	c 1	1568 (60%) CSP clauses are encoded (79935 clauses, 1379570 bytes)
1.43/1.57	c 2	1829 (70%) CSP clauses are encoded (214254 clauses, 3847232 bytes)
1.52/1.60	c 2	2090 (80%) CSP clauses are encoded (230001 clauses, 4127940 bytes)
1.52/1.67	c 2	2351 (90%) CSP clauses are encoded (268288 clauses, 4823850 bytes)
2.71/2.88	c 3	2612 (100%) CSP clauses are encoded (992736 clauses, 19666845 bytes)
2.71/2.88	c 3	2612 CSP clauses encoded
2.71/2.88	c 3	Writing map file : HOME/temp.map
2.71/2.90	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.82/2.90	c 3	SAT : 16444 SAT variables, 992736 SAT clauses, 19666845 bytes
2.82/2.90	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.82/2.94	c 3	OBJECTIVE minimize _COST
2.82/2.94	c 3	SOLVING HOME/temp.cnf
2.82/2.94	c 3	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
2.82/2.94	c 3	This is MiniSat 2.0 beta incremental
2.82/2.94	c 3	WARNING: for repeatability, setting FPU to use double precision
2.82/2.94	c 3	============================[ Problem Statistics ]=============================
2.82/2.94	c 3	|                                                                             |
2.82/2.94	c 3	|  Number of variables:  16444                                                |
2.82/2.94	c 3	|  Number of clauses:    992736                                               |
3.20/3.38	c 3	|  Parsing time:         0.38         s                                       |
3.20/3.40	c 3	OK
3.20/3.40	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
3.20/3.40	c 3	SEARCHING: _COST <= 436
3.20/3.40	c 3	============================[ Search Statistics ]==============================
3.20/3.40	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.20/3.40	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.20/3.40	c 3	===============================================================================
3.29/3.40	c 3	|         0 |   16444   992736  2934218 |   330912        0    nan |  0.000 % |
3.58/3.71	c 4	===============================================================================
3.58/3.71	c 4	restarts              : 1
3.58/3.71	c 4	conflicts             : 49            (70 /sec)
3.58/3.71	c 4	decisions             : 662           (0.76 % random) (943 /sec)
3.58/3.71	c 4	propagations          : 81519          (116142 /sec)
3.58/3.71	c 4	conflict literals     : 972            (16.13 % deleted)
3.58/3.71	c 4	Memory used           : 43.50 MB
3.58/3.71	c 4	CPU time              : 0.701893 s
3.58/3.71	c 4	
3.58/3.71	c 4	SATISFIABLE
3.58/3.72	c 4	OK
3.58/3.72	c 4	FOUND: _COST <= 436
3.58/3.72	s SATISFIABLE
3.58/3.72	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.58/3.72	c 4	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.58/3.79	c 4	Decoding HOME/temp.out
3.60/3.93	c 4	OBJECTIVE _COST 279
3.60/3.93	o 279
3.60/3.93	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
3.60/3.94	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.60/3.98	c 4	OK
3.60/3.98	c 4	OBJECTIVE BOUND: 0 <= _COST <= 279
3.60/3.98	c 4	SEARCHING: _COST <= 139
3.60/3.99	c 4	============================[ Search Statistics ]==============================
3.85/4.00	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.85/4.00	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.85/4.00	c 4	===============================================================================
3.85/4.00	c 4	|        49 |   16444   992736  2934218 |   330912       49     20 |  0.000 % |
3.85/4.09	c 4	===============================================================================
3.85/4.09	c 4	restarts              : 2
3.85/4.09	c 4	conflicts             : 109           (133 /sec)
3.85/4.09	c 4	decisions             : 859           (0.93 % random) (1046 /sec)
3.85/4.09	c 4	propagations          : 140696         (171398 /sec)
3.85/4.09	c 4	conflict literals     : 2488           (16.17 % deleted)
3.85/4.09	c 4	Memory used           : 43.50 MB
3.85/4.09	c 4	CPU time              : 0.820875 s
3.85/4.09	c 4	
3.85/4.09	c 4	SATISFIABLE
3.85/4.10	c 4	OK
3.85/4.10	c 4	FOUND: _COST <= 139
3.85/4.10	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.85/4.10	c 4	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.95/4.17	c 4	Decoding HOME/temp.out
4.24/4.42	c 5	OBJECTIVE _COST 139
4.24/4.42	o 139
4.24/4.43	v 1 1 1 1 1 1 1 0 1 1 1 1 1 0 1 0 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
4.24/4.46	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.24/4.46	c 5	OK
4.24/4.46	c 5	OBJECTIVE BOUND: 0 <= _COST <= 139
4.24/4.46	c 5	SEARCHING: _COST <= 69
4.24/4.47	c 5	============================[ Search Statistics ]==============================
4.24/4.48	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.24/4.48	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.24/4.48	c 5	===============================================================================
4.24/4.48	c 5	|       109 |   10367   992736  2934218 |   330912      109     23 |  0.000 % |
4.45/4.66	c 5	|       209 |   10367   992736  2934218 |   364003      209     25 | 47.763 % |
4.74/4.94	c 5	|       360 |   10367   992736  2934218 |   400403      360     24 | 47.763 % |
5.04/5.26	c 5	|       585 |   10367   992736  2934218 |   440443      585     25 | 47.763 % |
5.54/5.70	c 6	|       922 |   10367   992736  2934218 |   484488      922     24 | 47.763 % |
6.03/6.28	c 6	|      1428 |   10367   992736  2934218 |   532937     1428     23 | 47.763 % |
6.93/7.16	c 7	|      2190 |   10367   992736  2934218 |   586230     2190     24 | 47.763 % |
8.42/8.65	c 9	|      3329 |   10367   992736  2934218 |   644853     3329     24 | 47.763 % |
10.91/11.17	c 11	|      5038 |   10367   992736  2934218 |   709339     5038     26 | 47.763 % |
13.90/14.16	c 14	|      7600 |    8590   281798   824234 |   780273     7568     26 | 47.763 % |
18.97/19.24	c 19	|     11445 |    8590   281798   824234 |   858300    11413     27 | 47.763 % |
27.03/27.36	c 27	|     17214 |    8590   281798   824234 |   944130    17182     28 | 47.763 % |
40.17/40.50	c 41	|     25864 |    8590   281798   824234 |  1038543    25832     28 | 47.763 % |
60.87/61.33	c 61	|     38839 |    8590   281798   824234 |  1142397    38807     29 | 47.763 % |
96.59/97.22	c 97	|     58303 |    8590   281798   824234 |  1256637    58271     29 | 47.763 % |
158.39/159.31	c 159	|     87495 |    8590   281798   824234 |  1382301    87463     29 | 47.763 % |
256.70/258.13	c 258	|    131285 |    8590   281798   824234 |  1520531   131253     29 | 47.763 % |
436.81/439.17	c 439	|    196969 |    8590   281798   824234 |  1672584   196937     29 | 47.763 % |
735.14/738.93	c 739	|    295497 |    8590   281798   824234 |  1839843   295465     30 | 47.763 % |
1308.51/1315.14	c 1315	|    443287 |    8590   281798   824234 |  2023827   443255     30 | 47.763 % |
2383.18/2395.48	c 2396	|    664970 |    8590   281798   824234 |  2226210   664938     30 | 47.763 % |
3600.06/3617.31	c ERROR INTERRUPTED
3600.06/3617.34	c 3617	CPU 3599.33 (0.06 0.02 3599.27 0.75)
3600.06/3617.34	c 3617	END Wed Jul 23 04:24:49 2008

Verifier Data (download as text)

OK	111	760
111 unsatisfied constraints, 760 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-1127811-1216776272/watcher-1127811-1216776272 -o /tmp/evaluation-result-1127811-1216776272/solver-1127811-1216776272 -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-1127811-1216776272.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.91 1.97 1.99 4/81 4040
/proc/meminfo: memFree=1652784/2055920 swapFree=4192956/4192956
[pid=4040] ppid=4038 vsize=12268 CPUtime=0
/proc/4040/stat : 4040 (sugar++) R 4038 4040 3793 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 4713127 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 224264944229 0 0 4224 0 0 0 0 17 1 0 0
/proc/4040/statm: 3067 316 241 3 0 167 0

[startup+0.080672 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 4040
/proc/meminfo: memFree=1652784/2055920 swapFree=4192956/4192956
[pid=4040] ppid=4038 vsize=16740 CPUtime=0.06
/proc/4040/stat : 4040 (sugar++) S 4038 4040 3793 0 -1 4194304 1219 128 0 0 5 1 0 0 16 0 1 0 4713127 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4040/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101665 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 4040
/proc/meminfo: memFree=1652784/2055920 swapFree=4192956/4192956
[pid=4040] ppid=4038 vsize=16740 CPUtime=0.06
/proc/4040/stat : 4040 (sugar++) S 4038 4040 3793 0 -1 4194304 1219 128 0 0 5 1 0 0 16 0 1 0 4713127 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4040/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301701 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 4040
/proc/meminfo: memFree=1652784/2055920 swapFree=4192956/4192956
[pid=4040] ppid=4038 vsize=16740 CPUtime=0.06
/proc/4040/stat : 4040 (sugar++) S 4038 4040 3793 0 -1 4194304 1219 128 0 0 5 1 0 0 16 0 1 0 4713127 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4040/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701775 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 4040
/proc/meminfo: memFree=1652784/2055920 swapFree=4192956/4192956
[pid=4040] ppid=4038 vsize=16740 CPUtime=0.39
/proc/4040/stat : 4040 (sugar++) S 4038 4040 3793 0 -1 4194304 1296 4535 0 1 5 1 30 3 15 0 1 0 4713127 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4040/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 16740

[startup+1.50292 s]
/proc/loadavg: 1.91 1.97 1.99 4/92 4062
/proc/meminfo: memFree=1636888/2055920 swapFree=4192956/4192956
[pid=4040] ppid=4038 vsize=16740 CPUtime=0.39
/proc/4040/stat : 4040 (sugar++) S 4038 4040 3793 0 -1 4194304 1297 4535 0 1 5 1 30 3 15 0 1 0 4713127 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4040/statm: 4185 1104 409 3 0 764 0
[pid=4053] ppid=4040 vsize=5356 CPUtime=0
/proc/4053/stat : 4053 (sh) S 4040 4040 3793 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4713171 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4053/statm: 1339 233 193 169 0 50 0
[pid=4054] ppid=4053 vsize=868388 CPUtime=1.04
/proc/4054/stat : 4054 (java) S 4053 4040 3793 0 -1 0 6827 0 1 0 99 5 0 0 20 0 9 0 4713171 889229312 5967 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4054/statm: 217097 5967 2563 9 0 211644 0
[pid=4054/tid=4055] ppid=4053 vsize=868388 CPUtime=0.68
/proc/4054/task/4055/stat : 4055 (java) R 4053 4040 3793 0 -1 64 2813 0 1 0 66 2 0 0 25 0 9 0 4713172 889229312 5967 996147200 134512640 134550740 4294955920 18446744073709551615 4126957058 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4054/tid=4056] ppid=4053 vsize=868388 CPUtime=0.08
/proc/4054/task/4056/stat : 4056 (java) S 4053 4040 3793 0 -1 64 1834 0 0 0 8 0 0 0 16 0 9 0 4713173 889229312 5967 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4054/tid=4057] ppid=4053 vsize=868388 CPUtime=0
/proc/4054/task/4057/stat : 4057 (java) S 4053 4040 3793 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4713173 889229312 5967 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4054/tid=4058] ppid=4053 vsize=868388 CPUtime=0
/proc/4054/task/4058/stat : 4058 (java) S 4053 4040 3793 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4713173 889229312 5967 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4054/tid=4059] ppid=4053 vsize=868388 CPUtime=0
/proc/4054/task/4059/stat : 4059 (java) S 4053 4040 3793 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 4713175 889229312 5967 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4054/tid=4060] ppid=4053 vsize=868388 CPUtime=0.23
/proc/4054/task/4060/stat : 4060 (java) S 4053 4040 3793 0 -1 64 1488 0 0 0 23 0 0 0 16 0 9 0 4713175 889229312 5967 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4054/tid=4061] ppid=4053 vsize=868388 CPUtime=0
/proc/4054/task/4061/stat : 4061 (java) S 4053 4040 3793 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 4713175 889229312 5967 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4054/tid=4062] ppid=4053 vsize=868388 CPUtime=0
/proc/4054/task/4062/stat : 4062 (java) S 4053 4040 3793 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4713175 889229312 5967 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890484

[startup+3.10222 s]
/proc/loadavg: 1.91 1.97 1.99 3/92 4062
/proc/meminfo: memFree=1625240/2055920 swapFree=4192956/4192956
[pid=4040] ppid=4038 vsize=16872 CPUtime=2.84
/proc/4040/stat : 4040 (sugar++) S 4038 4040 3793 0 -1 4194304 1475 12140 0 2 6 2 254 22 16 0 1 0 4713127 17276928 1134 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4040/statm: 4218 1134 413 3 0 797 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 16872

[startup+6.30182 s]
/proc/loadavg: 2.00 1.98 2.00 3/83 4083
/proc/meminfo: memFree=1585248/2055920 swapFree=4192956/4192956
[pid=4040] ppid=4038 vsize=16872 CPUtime=3.43
/proc/4040/stat : 4040 (sugar++) S 4038 4040 3793 0 -1 4194304 1641 19915 0 4 6 2 308 27 15 0 1 0 4713127 17276928 1137 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4040/statm: 4218 1137 414 3 0 797 0
[pid=4063] ppid=4040 vsize=44676 CPUtime=2.7
/proc/4063/stat : 4063 (minisat-inc) R 4040 4040 3793 0 -1 4194304 11037 0 0 0 264 6 0 0 25 0 1 0 4713421 45748224 10982 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4063/statm: 11169 10982 79 151 0 11015 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 61548

[startup+12.702 s]
/proc/loadavg: 2.08 2.00 2.01 3/83 4083
/proc/meminfo: memFree=1585120/2055920 swapFree=4192956/4192956
[pid=4040] ppid=4038 vsize=16872 CPUtime=3.43
/proc/4040/stat : 4040 (sugar++) S 4038 4040 3793 0 -1 4194304 1641 19915 0 4 6 2 308 27 16 0 1 0 4713127 17276928 1137 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4040/statm: 4218 1137 414 3 0 797 0
[pid=4063] ppid=4040 vsize=45088 CPUtime=9.07
/proc/4063/stat : 4063 (minisat-inc) R 4040 4040 3793 0 -1 4194304 11149 0 0 0 901 6 0 0 25 0 1 0 4713421 46170112 11094 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4063/statm: 11272 11094 79 151 0 11118 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 61960

[startup+25.5014 s]
/proc/loadavg: 2.06 2.00 2.00 3/83 4083
/proc/meminfo: memFree=1585184/2055920 swapFree=4192956/4192956
[pid=4040] ppid=4038 vsize=16872 CPUtime=3.43
/proc/4040/stat : 4040 (sugar++) S 4038 4040 3793 0 -1 4194304 1641 19915 0 4 6 2 308 27 16 0 1 0 4713127 17276928 1137 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4040/statm: 4218 1137 414 3 0 797 0
[pid=4063] ppid=4040 vsize=45220 CPUtime=21.81
/proc/4063/stat : 4063 (minisat-inc) R 4040 4040 3793 0 -1 4194304 11165 0 0 0 2175 6 0 0 25 0 1 0 4713421 46305280 11110 996147200 134512640 135134323 4294956192 18446744073709551615 134532166 0 0 4096 3 0 0 0 17 1 0 0
/proc/4063/statm: 11305 11110 79 151 0 11151 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 62092

[startup+51.1012 s]
/proc/loadavg: 2.04 2.00 2.00 3/83 4083
/proc/meminfo: memFree=1585056/2055920 swapFree=4192956/4192956
[pid=4040] ppid=4038 vsize=16872 CPUtime=3.43
/proc/4040/stat : 4040 (sugar++) S 4038 4040 3793 0 -1 4194304 1641 19915 0 4 6 2 308 27 16 0 1 0 4713127 17276928 1137 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4040/statm: 4218 1137 414 3 0 797 0
[pid=4063] ppid=4040 vsize=45220 CPUtime=47.29
/proc/4063/stat : 4063 (minisat-inc) R 4040 4040 3793 0 -1 4194304 11187 0 0 0 4722 7 0 0 25 0 1 0 4713421 46305280 11132 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4063/statm: 11305 11132 79 151 0 11151 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 62092

[startup+102.307 s]
/proc/loadavg: 2.02 2.00 2.00 3/83 4083
/proc/meminfo: memFree=1584672/2055920 swapFree=4192956/4192956
[pid=4040] ppid=4038 vsize=16872 CPUtime=3.43
/proc/4040/stat : 4040 (sugar++) S 4038 4040 3793 0 -1 4194304 1641 19915 0 4 6 2 308 27 16 0 1 0 4713127 17276928 1137 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4040/statm: 4218 1137 414 3 0 797 0
[pid=4063] ppid=4040 vsize=45632 CPUtime=98.24
/proc/4063/stat : 4063 (minisat-inc) R 4040 4040 3793 0 -1 4194304 11298 0 0 0 9817 7 0 0 25 0 1 0 4713421 46727168 11243 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4063/statm: 11408 11243 79 151 0 11254 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 62504

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 4083
/proc/meminfo: memFree=1583904/2055920 swapFree=4192956/4192956
[pid=4040] ppid=4038 vsize=16872 CPUtime=3.43
/proc/4040/stat : 4040 (sugar++) S 4038 4040 3793 0 -1 4194304 1641 19915 0 4 6 2 308 27 16 0 1 0 4713127 17276928 1137 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4040/statm: 4218 1137 414 3 0 797 0
[pid=4063] ppid=4040 vsize=46528 CPUtime=157.94
/proc/4063/stat : 4063 (minisat-inc) R 4040 4040 3793 0 -1 4194304 11481 0 0 0 15787 7 0 0 25 0 1 0 4713421 47644672 11426 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4063/statm: 11632 11426 79 151 0 11478 0
Current children cumulated CPU time (s) 161.37
Current children cumulated vsize (KiB) 63400

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 4083
/proc/meminfo: memFree=1583328/2055920 swapFree=4192956/4192956
[pid=4040] ppid=4038 vsize=16872 CPUtime=3.43
/proc/4040/stat : 4040 (sugar++) S 4038 4040 3793 0 -1 4194304 1641 19915 0 4 6 2 308 27 16 0 1 0 4713127 17276928 1137 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4040/statm: 4218 1137 414 3 0 797 0
[pid=4063] ppid=4040 vsize=47184 CPUtime=217.65
/proc/4063/stat : 4063 (minisat-inc) R 4040 4040 3793 0 -1 4194304 11607 0 0 0 21758 7 0 0 25 0 1 0 4713421 48316416 11552 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4063/statm: 11796 11552 79 151 0 11642 0
Current children cumulated CPU time (s) 221.08
Current children cumulated vsize (KiB) 64056

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 4083
/proc/meminfo: memFree=1580960/2055920 swapFree=4192956/4192956
[pid=4040] ppid=4038 vsize=16872 CPUtime=3.43
/proc/4040/stat : 4040 (sugar++) S 4038 4040 3793 0 -1 4194304 1641 19915 0 4 6 2 308 27 16 0 1 0 4713127 17276928 1137 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4040/statm: 4218 1137 414 3 0 797 0
[pid=4063] ppid=4040 vsize=49780 CPUtime=277.35
/proc/4063/stat : 4063 (minisat-inc) R 4040 4040 3793 0 -1 4194304 12210 0 0 0 27727 8 0 0 25 0 1 0 4713421 50974720 12155 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4063/statm: 12445 12155 79 151 0 12291 0
Current children cumulated CPU time (s) 280.78
Current children cumulated vsize (KiB) 66652

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 4083
/proc/meminfo: memFree=1577568/2055920 swapFree=4192956/4192956
[pid=4040] ppid=4038 vsize=16872 CPUtime=3.43
/proc/4040/stat : 4040 (sugar++) S 4038 4040 3793 0 -1 4194304 1641 19915 0 4 6 2 308 27 16 0 1 0 4713127 17276928 1137 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4040/statm: 4218 1137 414 3 0 797 0
[pid=4063] ppid=4040 vsize=52948 CPUtime=337.06
/proc/4063/stat : 4063 (minisat-inc) R 4040 4040 3793 0 -1 4194304 13035 0 0 0 33697 9 0 0 25 0 1 0 4713421 54218752 12980 996147200 134512640 135134323 4294956192 18446744073709551615 134531850 0 0 4096 3 0 0 0 17 1 0 0

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

[pid=4063] ppid=4040 vsize=149812 CPUtime=2904.48
/proc/4063/stat : 4063 (minisat-inc) R 4040 4040 3793 0 -1 4194304 36418 0 0 0 290409 39 0 0 25 0 1 0 4713421 153407488 36363 996147200 134512640 135134323 4294956192 18446744073709551615 134532019 0 0 4096 3 0 0 0 17 0 0 0
/proc/4063/statm: 37453 36363 79 151 0 37299 0
Current children cumulated CPU time (s) 2907.91
Current children cumulated vsize (KiB) 166684

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4626
/proc/meminfo: memFree=1515800/2055920 swapFree=4192956/4192956
[pid=4040] ppid=4038 vsize=16872 CPUtime=3.43
/proc/4040/stat : 4040 (sugar++) S 4038 4040 3793 0 -1 4194304 1641 19915 0 4 6 2 308 27 16 0 1 0 4713127 17276928 1137 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4040/statm: 4218 1137 414 3 0 797 0
[pid=4063] ppid=4040 vsize=151264 CPUtime=2964.24
/proc/4063/stat : 4063 (minisat-inc) R 4040 4040 3793 0 -1 4194304 36803 0 0 0 296384 40 0 0 25 0 1 0 4713421 154894336 36748 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4063/statm: 37816 36748 79 151 0 37662 0
Current children cumulated CPU time (s) 2967.67
Current children cumulated vsize (KiB) 168136

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4626
/proc/meminfo: memFree=1514392/2055920 swapFree=4192956/4192956
[pid=4040] ppid=4038 vsize=16872 CPUtime=3.43
/proc/4040/stat : 4040 (sugar++) S 4038 4040 3793 0 -1 4194304 1641 19915 0 4 6 2 308 27 16 0 1 0 4713127 17276928 1137 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4040/statm: 4218 1137 414 3 0 797 0
[pid=4063] ppid=4040 vsize=152888 CPUtime=3023.99
/proc/4063/stat : 4063 (minisat-inc) R 4040 4040 3793 0 -1 4194304 37180 0 0 0 302359 40 0 0 25 0 1 0 4713421 156557312 37125 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4063/statm: 38222 37125 79 151 0 38068 0
Current children cumulated CPU time (s) 3027.42
Current children cumulated vsize (KiB) 169760

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4626
/proc/meminfo: memFree=1512792/2055920 swapFree=4192956/4192956
[pid=4040] ppid=4038 vsize=16872 CPUtime=3.43
/proc/4040/stat : 4040 (sugar++) S 4038 4040 3793 0 -1 4194304 1641 19915 0 4 6 2 308 27 16 0 1 0 4713127 17276928 1137 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4040/statm: 4218 1137 414 3 0 797 0
[pid=4063] ppid=4040 vsize=154208 CPUtime=3083.75
/proc/4063/stat : 4063 (minisat-inc) R 4040 4040 3793 0 -1 4194304 37543 0 0 0 308334 41 0 0 25 0 1 0 4713421 157908992 37488 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4063/statm: 38552 37488 79 151 0 38398 0
Current children cumulated CPU time (s) 3087.18
Current children cumulated vsize (KiB) 171080

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4626
/proc/meminfo: memFree=1511512/2055920 swapFree=4192956/4192956
[pid=4040] ppid=4038 vsize=16872 CPUtime=3.43
/proc/4040/stat : 4040 (sugar++) S 4038 4040 3793 0 -1 4194304 1641 19915 0 4 6 2 308 27 16 0 1 0 4713127 17276928 1137 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4040/statm: 4218 1137 414 3 0 797 0
[pid=4063] ppid=4040 vsize=155596 CPUtime=3143.5
/proc/4063/stat : 4063 (minisat-inc) R 4040 4040 3793 0 -1 4194304 37881 0 0 0 314309 41 0 0 25 0 1 0 4713421 159330304 37826 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4063/statm: 38899 37826 79 151 0 38745 0
Current children cumulated CPU time (s) 3146.93
Current children cumulated vsize (KiB) 172468

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4626
/proc/meminfo: memFree=1509400/2055920 swapFree=4192956/4192956
[pid=4040] ppid=4038 vsize=16872 CPUtime=3.43
/proc/4040/stat : 4040 (sugar++) S 4038 4040 3793 0 -1 4194304 1641 19915 0 4 6 2 308 27 16 0 1 0 4713127 17276928 1137 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4040/statm: 4218 1137 414 3 0 797 0
[pid=4063] ppid=4040 vsize=157648 CPUtime=3203.25
/proc/4063/stat : 4063 (minisat-inc) R 4040 4040 3793 0 -1 4194304 38390 0 0 0 320284 41 0 0 25 0 1 0 4713421 161431552 38335 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4063/statm: 39412 38335 79 151 0 39258 0
Current children cumulated CPU time (s) 3206.68
Current children cumulated vsize (KiB) 174520

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4626
/proc/meminfo: memFree=1507864/2055920 swapFree=4192956/4192956
[pid=4040] ppid=4038 vsize=16872 CPUtime=3.43
/proc/4040/stat : 4040 (sugar++) S 4038 4040 3793 0 -1 4194304 1641 19915 0 4 6 2 308 27 16 0 1 0 4713127 17276928 1137 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4040/statm: 4218 1137 414 3 0 797 0
[pid=4063] ppid=4040 vsize=159136 CPUtime=3263.01
/proc/4063/stat : 4063 (minisat-inc) R 4040 4040 3793 0 -1 4194304 38768 0 0 0 326259 42 0 0 25 0 1 0 4713421 162955264 38713 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 0 0 0
/proc/4063/statm: 39784 38713 79 151 0 39630 0
Current children cumulated CPU time (s) 3266.44
Current children cumulated vsize (KiB) 176008

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4628
/proc/meminfo: memFree=1506328/2055920 swapFree=4192956/4192956
[pid=4040] ppid=4038 vsize=16872 CPUtime=3.43
/proc/4040/stat : 4040 (sugar++) S 4038 4040 3793 0 -1 4194304 1641 19915 0 4 6 2 308 27 16 0 1 0 4713127 17276928 1137 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4040/statm: 4218 1137 414 3 0 797 0
[pid=4063] ppid=4040 vsize=160724 CPUtime=3322.76
/proc/4063/stat : 4063 (minisat-inc) R 4040 4040 3793 0 -1 4194304 39128 0 0 0 332233 43 0 0 25 0 1 0 4713421 164581376 39073 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4063/statm: 40181 39073 79 151 0 40027 0
Current children cumulated CPU time (s) 3326.19
Current children cumulated vsize (KiB) 177596

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4628
/proc/meminfo: memFree=1504920/2055920 swapFree=4192956/4192956
[pid=4040] ppid=4038 vsize=16872 CPUtime=3.43
/proc/4040/stat : 4040 (sugar++) S 4038 4040 3793 0 -1 4194304 1641 19915 0 4 6 2 308 27 16 0 1 0 4713127 17276928 1137 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4040/statm: 4218 1137 414 3 0 797 0
[pid=4063] ppid=4040 vsize=162232 CPUtime=3382.52
/proc/4063/stat : 4063 (minisat-inc) R 4040 4040 3793 0 -1 4194304 39495 0 0 0 338209 43 0 0 25 0 1 0 4713421 166125568 39440 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4063/statm: 40558 39440 79 151 0 40404 0
Current children cumulated CPU time (s) 3385.95
Current children cumulated vsize (KiB) 179104

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4628
/proc/meminfo: memFree=1503384/2055920 swapFree=4192956/4192956
[pid=4040] ppid=4038 vsize=16872 CPUtime=3.43
/proc/4040/stat : 4040 (sugar++) S 4038 4040 3793 0 -1 4194304 1641 19915 0 4 6 2 308 27 16 0 1 0 4713127 17276928 1137 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4040/statm: 4218 1137 414 3 0 797 0
[pid=4063] ppid=4040 vsize=163552 CPUtime=3442.28
/proc/4063/stat : 4063 (minisat-inc) R 4040 4040 3793 0 -1 4194304 39846 0 0 0 344184 44 0 0 25 0 1 0 4713421 167477248 39791 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4063/statm: 40888 39791 79 151 0 40734 0
Current children cumulated CPU time (s) 3445.71
Current children cumulated vsize (KiB) 180424

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4628
/proc/meminfo: memFree=1502040/2055920 swapFree=4192956/4192956
[pid=4040] ppid=4038 vsize=16872 CPUtime=3.43
/proc/4040/stat : 4040 (sugar++) S 4038 4040 3793 0 -1 4194304 1641 19915 0 4 6 2 308 27 16 0 1 0 4713127 17276928 1137 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4040/statm: 4218 1137 414 3 0 797 0
[pid=4063] ppid=4040 vsize=165004 CPUtime=3502.02
/proc/4063/stat : 4063 (minisat-inc) R 4040 4040 3793 0 -1 4194304 40217 0 0 0 350158 44 0 0 25 0 1 0 4713421 168964096 40162 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4063/statm: 41251 40162 79 151 0 41097 0
Current children cumulated CPU time (s) 3505.45
Current children cumulated vsize (KiB) 181876

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4628
/proc/meminfo: memFree=1500568/2055920 swapFree=4192956/4192956
[pid=4040] ppid=4038 vsize=16872 CPUtime=3.43
/proc/4040/stat : 4040 (sugar++) S 4038 4040 3793 0 -1 4194304 1641 19915 0 4 6 2 308 27 16 0 1 0 4713127 17276928 1137 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4040/statm: 4218 1137 414 3 0 797 0
[pid=4063] ppid=4040 vsize=166324 CPUtime=3561.78
/proc/4063/stat : 4063 (minisat-inc) R 4040 4040 3793 0 -1 4194304 40573 0 0 0 356133 45 0 0 25 0 1 0 4713421 170315776 40518 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4063/statm: 41581 40518 79 151 0 41427 0
Current children cumulated CPU time (s) 3565.21
Current children cumulated vsize (KiB) 183196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3617.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4628
/proc/meminfo: memFree=1499800/2055920 swapFree=4192956/4192956
[pid=4040] ppid=4038 vsize=16872 CPUtime=3.43
/proc/4040/stat : 4040 (sugar++) S 4038 4040 3793 0 -1 4194304 1641 19915 0 4 6 2 308 27 16 0 1 0 4713127 17276928 1137 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4040/statm: 4218 1137 414 3 0 797 0
[pid=4063] ppid=4040 vsize=167116 CPUtime=3596.63
/proc/4063/stat : 4063 (minisat-inc) R 4040 4040 3793 0 -1 4194304 40769 0 0 0 359618 45 0 0 25 0 1 0 4713421 171126784 40714 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4063/statm: 41779 40714 79 151 0 41625 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 183988

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

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

[startup+3617.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4628
/proc/meminfo: memFree=1499800/2055920 swapFree=4192956/4192956
[pid=4040] ppid=4038 vsize=16872 CPUtime=3.43
/proc/4040/stat : 4040 (sugar++) S 4038 4040 3793 0 -1 4194304 1641 19915 0 4 6 2 308 27 16 0 1 0 4713127 17276928 1137 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4040/statm: 4218 1137 414 3 0 797 0
[pid=4063] ppid=4040 vsize=167116 CPUtime=3596.63
/proc/4063/stat : 4063 (minisat-inc) R 4040 4040 3793 0 -1 4194304 40769 0 0 0 359618 45 0 0 25 0 1 0 4713421 171126784 40714 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4063/statm: 41779 40714 79 151 0 41625 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 183988

Child status: 0
Real time (s): 3617.34
CPU time (s): 3600.12
CPU user time (s): 3599.33
CPU system time (s): 0.789879
CPU usage (%): 99.524
Max. virtual memory (cumulated for all children) (KiB): 890484

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

runsolver used 3.41448 second user time and 9.77151 second system time

The end

Launcher Data (download as text)

Begin job on node82 at 2008-07-23 03:24:32
IDJOB=1127811
IDBENCH=64000
IDSOLVER=367
FILE ID=node82/1127811-1216776272
PBS_JOBID= 7974125
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-900-536226_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-1127811-1216776272/watcher-1127811-1216776272 -o /tmp/evaluation-result-1127811-1216776272/solver-1127811-1216776272 -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-1127811-1216776272.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fe87b9735fbced2c2d757b4fb2efd2ac
RANDOM SEED=1724579146

node82.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.263
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.263
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:       1653200 kB
Buffers:         26060 kB
Cached:         271984 kB
SwapCached:          0 kB
Active:         270032 kB
Inactive:        88428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1653200 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             880 kB
Writeback:           0 kB
Mapped:          80780 kB
Slab:            29372 kB
Committed_AS:   888264 kB
PageTables:       1928 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 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 node82 at 2008-07-23 04:24:51