Trace number 1127443

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.09 3617.73

General information on the benchmark

Namemaxcsp/cnf/2-40-100-1000/
normalized-cnf-2-40-800-810527_ext.xml
MD5SUM88a8849d8830d1bb8184ad17f911e801
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints113
Best CPU time to get the best result obtained on this benchmark0.564914
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints491
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension491
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06/0.24	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.06/0.24	c 0	BEGIN Wed Jul 23 01:21:55 2008
0.06/0.24	c 0	PID 6565
0.06/0.25	c 0	HOST node36.alineos.net
0.06/0.25	c 0	CONVERTING HOME/instance-1127443-1216768915.xml TO HOME/temp.csp
0.06/0.25	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127443-1216768915.xml' 'HOME/temp.csp'
0.09/0.61	c 1	1 domains, 40 variables, 0 predicates, 14 relations, 491 constraints
0.09/0.64	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.09/0.64	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.42/0.73	c 1	Parsing HOME/temp.csp
0.42/0.85	c 1	parsed 546 expressions
0.42/0.86	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.42/0.87	c 1	MAX CSP: 491 constraints
0.42/0.87	c 1	Converting to clausal form CSP
0.42/0.91	c 1	converted 104 (10%) expressions
0.42/0.92	c 1	converted 208 (20%) expressions
0.42/0.93	c 1	converted 312 (30%) expressions
0.42/0.94	c 1	converted 416 (40%) expressions
0.42/0.95	c 1	converted 520 (50%) expressions
0.42/0.95	c 1	converted 624 (60%) expressions
0.42/0.96	c 1	converted 728 (70%) expressions
0.42/0.97	c 1	converted 832 (80%) expressions
0.42/0.98	c 1	converted 936 (90%) expressions
0.84/1.14	c 1	converted 1040 (100%) expressions
0.84/1.14	c 1	CSP : 1022 integers, 0 booleans, 1472 clauses, largest domain size 737
0.84/1.14	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.84/1.14	c 1	Propagation in CSP
0.84/1.18	c 1	484 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.84/1.18	c 1	CSP : 1022 integers, 0 booleans, 1472 clauses, largest domain size 492
0.84/1.18	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.84/1.18	c 1	Simplifing CSP by introducing new Boolean variables
0.84/1.18	c 1	CSP : 1022 integers, 0 booleans, 1472 clauses, largest domain size 492
0.84/1.18	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.93/1.22	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.93/1.23	c 1	103 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.93/1.23	c 1	205 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.93/1.23	c 1	307 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.93/1.23	c 1	409 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.93/1.23	c 1	511 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.93/1.24	c 1	614 (60%) CSP integer variables are encoded (858 clauses, 10283 bytes)
0.93/1.24	c 1	716 (70%) CSP integer variables are encoded (1534 clauses, 19071 bytes)
0.93/1.25	c 1	818 (80%) CSP integer variables are encoded (2350 clauses, 29679 bytes)
0.93/1.25	c 1	920 (90%) CSP integer variables are encoded (2996 clauses, 38077 bytes)
0.93/1.25	c 1	1022 (100%) CSP integer variables are encoded (7352 clauses, 94705 bytes)
0.93/1.27	c 1	148 (10%) CSP clauses are encoded (7523 clauses, 96728 bytes)
0.93/1.29	c 1	295 (20%) CSP clauses are encoded (7690 clauses, 98849 bytes)
1.03/1.30	c 1	442 (30%) CSP clauses are encoded (7857 clauses, 101001 bytes)
1.03/1.32	c 1	589 (40%) CSP clauses are encoded (9551 clauses, 129292 bytes)
1.03/1.35	c 1	736 (50%) CSP clauses are encoded (24632 clauses, 401042 bytes)
1.03/1.36	c 1	884 (60%) CSP clauses are encoded (29335 clauses, 483166 bytes)
1.13/1.44	c 1	1031 (70%) CSP clauses are encoded (72597 clauses, 1274549 bytes)
1.13/1.45	c 1	1178 (80%) CSP clauses are encoded (77964 clauses, 1368516 bytes)
1.23/1.50	c 2	1325 (90%) CSP clauses are encoded (108819 clauses, 1907902 bytes)
1.53/1.85	c 2	1472 (100%) CSP clauses are encoded (323721 clauses, 5854176 bytes)
1.53/1.85	c 2	1472 CSP clauses encoded
1.53/1.85	c 2	Writing map file : HOME/temp.map
1.53/1.86	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.53/1.86	c 2	SAT : 8374 SAT variables, 323721 SAT clauses, 5854176 bytes
1.53/1.86	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.53/1.90	c 2	OBJECTIVE minimize _COST
1.53/1.90	c 2	SOLVING HOME/temp.cnf
1.53/1.90	c 2	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.53/1.90	c 2	This is MiniSat 2.0 beta incremental
1.53/1.90	c 2	WARNING: for repeatability, setting FPU to use double precision
1.53/1.90	c 2	============================[ Problem Statistics ]=============================
1.53/1.90	c 2	|                                                                             |
1.53/1.90	c 2	|  Number of variables:  8374                                                 |
1.53/1.90	c 2	|  Number of clauses:    323721                                               |
1.62/2.05	c 2	|  Parsing time:         0.13         s                                       |
1.62/2.05	c 2	OK
1.62/2.05	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.62/2.05	c 2	SEARCHING: _COST <= 246
1.62/2.05	c 2	============================[ Search Statistics ]==============================
1.62/2.05	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.62/2.05	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.62/2.05	c 2	===============================================================================
1.62/2.05	c 2	|         0 |    8374   323721   948463 |   107907        0    nan |  0.000 % |
1.81/2.20	c 2	|       100 |    8374   323721   948463 |   118697      100     22 |  0.003 % |
1.91/2.26	c 2	|       251 |    8371   323721   948463 |   130567      249     20 |  0.373 % |
2.01/2.34	c 2	|       476 |    8371   323721   948463 |   143624      474     21 |  0.373 % |
2.10/2.42	c 2	|       814 |    8371   323721   948463 |   157986      812     21 |  0.373 % |
2.20/2.53	c 3	|      1322 |    8371   323721   948463 |   173785     1320     20 |  0.373 % |
2.40/2.73	c 3	|      2081 |    8371   323721   948463 |   191163     2079     21 |  0.373 % |
2.60/2.98	c 3	|      3220 |    8371   323721   948463 |   210280     3218     21 |  0.373 % |
3.09/3.46	c 3	|      4929 |    8343   322378   944551 |   231308     4926     22 |  0.373 % |
3.89/4.29	c 4	|      7491 |    8343   322378   944551 |   254439     7488     23 |  0.373 % |
5.28/5.69	c 6	|     11335 |    8343   322378   944551 |   279882    11332     22 |  0.373 % |
7.29/7.65	c 8	|     17102 |    8343   322378   944551 |   307871    17099     22 |  0.373 % |
11.17/11.53	c 12	|     25752 |    8343   322378   944551 |   338658    25749     23 |  0.373 % |
18.43/18.87	c 19	|     38726 |    8343   322378   944551 |   372524    38723     23 |  0.373 % |
18.83/19.22	c 19	===============================================================================
18.83/19.22	c 19	restarts              : 14
18.83/19.22	c 19	conflicts             : 39224         (2282 /sec)
18.83/19.22	c 19	decisions             : 50083         (0.63 % random) (2913 /sec)
18.83/19.22	c 19	propagations          : 14447609       (840447 /sec)
18.83/19.22	c 19	conflict literals     : 896688         (28.93 % deleted)
18.83/19.22	c 19	Memory used           : 21.00 MB
18.83/19.22	c 19	CPU time              : 17.1904 s
18.83/19.22	c 19	
18.83/19.22	c 19	SATISFIABLE
18.83/19.22	c 19	OK
18.83/19.22	c 19	FOUND: _COST <= 246
18.83/19.22	s SATISFIABLE
18.83/19.22	c 19	DECODING HOME/temp.out WITH HOME/temp.map
18.83/19.22	c 19	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
18.87/19.31	c 19	Decoding HOME/temp.out
18.87/19.45	c 19	OBJECTIVE _COST 246
18.87/19.45	o 246
18.87/19.45	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 0 1 1 1 1
18.87/19.49	c 19	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
19.13/19.59	c 20	OK
19.13/19.59	c 20	OBJECTIVE BOUND: 0 <= _COST <= 246
19.13/19.59	c 20	SEARCHING: _COST <= 123
19.13/19.59	c 20	============================[ Search Statistics ]==============================
19.13/19.59	c 20	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
19.13/19.59	c 20	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
19.13/19.59	c 20	===============================================================================
19.13/19.59	c 20	|     39224 |    6137   206260   602570 |    68753    39221     23 |  0.373 % |
19.33/19.71	c 20	|     39324 |    6137   206260   602570 |    75628    39321     23 | 26.715 % |
19.43/19.82	c 20	|     39474 |    6137   206260   602570 |    83191    39471     23 | 26.715 % |
19.52/19.97	c 20	|     39700 |    6137   206260   602570 |    91510    39697     23 | 26.715 % |
19.82/20.24	c 20	|     40037 |    6137   206260   602570 |   100661    40034     23 | 26.715 % |
20.12/20.56	c 21	|     40543 |    6137   206260   602570 |   110727    40540     23 | 26.715 % |
20.62/21.07	c 21	|     41303 |    6137   206260   602570 |   121800    41300     23 | 26.715 % |
21.52/21.94	c 22	|     42442 |    6137   206260   602570 |   133980    42439     23 | 26.715 % |
22.61/23.09	c 23	|     44150 |    6137   206260   602570 |   147378    44147     23 | 26.715 % |
24.40/24.87	c 25	|     46712 |    6137   206260   602570 |   162116    46709     23 | 26.715 % |
27.68/28.14	c 28	|     50557 |    6137   206260   602570 |   178328    50554     23 | 26.715 % |
33.06/33.58	c 34	|     56324 |    6124   205544   600467 |   196161    56320     23 | 26.871 % |
40.52/41.03	c 41	|     64974 |    6124   205544   600467 |   215777    64970     24 | 26.871 % |
55.15/55.74	c 56	|     77950 |    6124   205544   600467 |   237355    77946     24 | 26.871 % |
80.73/81.43	c 81	|     97413 |    6124   205544   600467 |   261090    97409     24 | 26.871 % |
126.11/127.06	c 127	|    126606 |    6124   205544   600467 |   287199   126602     25 | 26.871 % |
217.37/218.77	c 219	|    170395 |    6124   205544   600467 |   315919   170391     26 | 26.871 % |
381.87/384.05	c 384	|    236080 |    6124   205544   600467 |   347511   236076     27 | 26.871 % |
690.49/694.16	c 694	|    334607 |    6124   205544   600467 |   382262   334603     27 | 26.871 % |
1078.92/1084.40	c 1084	|    482397 |    6124   205544   600467 |   420489   114340     28 | 26.871 % |
1641.70/1649.91	c 1650	|    704082 |    6111   204823   598349 |   462538   336024     27 | 27.026 % |
2553.29/2565.91	c 2566	|   1036607 |    6111   204823   598349 |   508791   221676     31 | 27.026 % |
3600.05/3617.71	c ERROR INTERRUPTED
3600.05/3617.72	c 3618	CPU 3599.52 (0.06 0.05 3599.46 0.5)
3600.05/3617.72	c 3618	END Wed Jul 23 02:22:13 2008

Verifier Data (download as text)

OK	185	306
185 unsatisfied constraints, 306 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-1127443-1216768915/watcher-1127443-1216768915 -o /tmp/evaluation-result-1127443-1216768915/solver-1127443-1216768915 -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-1127443-1216768915.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.00 1.00 1.00 4/68 6565
/proc/meminfo: memFree=1094880/2055920 swapFree=4192956/4192956
[pid=6565] ppid=6563 vsize=6268 CPUtime=0
/proc/6565/stat : 6565 (sugar++) R 6563 6565 6501 0 -1 4194304 62 0 0 0 0 0 0 0 20 0 1 0 3980698 6418432 47 996147200 4194304 4206940 548682068528 18446744073709551615 240905155977 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/6565/statm: 1567 47 36 3 0 8 0

[startup+0.010825 s]
/proc/loadavg: 1.00 1.00 1.00 4/68 6565
/proc/meminfo: memFree=1094880/2055920 swapFree=4192956/4192956
[pid=6565] ppid=6563 vsize=12268 CPUtime=0
/proc/6565/stat : 6565 (sugar++) D 6563 6565 6501 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 3980698 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 240907942501 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/6565/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101832 s]
/proc/loadavg: 1.00 1.00 1.00 4/68 6565
/proc/meminfo: memFree=1094880/2055920 swapFree=4192956/4192956
[pid=6565] ppid=6563 vsize=13468 CPUtime=0.03
/proc/6565/stat : 6565 (sugar++) R 6563 6565 6501 0 -1 4194304 753 0 0 0 2 1 0 0 18 0 1 0 3980698 13791232 721 996147200 4194304 4206940 548682068528 18446744073709551615 240907616583 0 0 4224 0 0 0 0 17 0 0 0
/proc/6565/statm: 3367 721 338 3 0 467 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13468

[startup+0.301853 s]
/proc/loadavg: 1.00 1.00 1.00 4/68 6565
/proc/meminfo: memFree=1094880/2055920 swapFree=4192956/4192956
[pid=6565] ppid=6563 vsize=16740 CPUtime=0.09
/proc/6565/stat : 6565 (sugar++) S 6563 6565 6501 0 -1 4194304 1219 128 0 0 5 4 0 0 16 0 1 0 3980698 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6565/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16740

[startup+0.701893 s]
/proc/loadavg: 1.00 1.00 1.00 4/68 6565
/proc/meminfo: memFree=1094880/2055920 swapFree=4192956/4192956
[pid=6565] ppid=6563 vsize=16740 CPUtime=0.42
/proc/6565/stat : 6565 (sugar++) S 6563 6565 6501 0 -1 4194304 1279 4538 0 1 5 4 29 4 17 0 1 0 3980698 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6565/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 16740

[startup+1.50297 s]
/proc/loadavg: 1.00 1.00 1.00 4/93 6613
/proc/meminfo: memFree=1054416/2055920 swapFree=4192956/4192956
[pid=6565] ppid=6563 vsize=16740 CPUtime=0.42
/proc/6565/stat : 6565 (sugar++) S 6563 6565 6501 0 -1 4194304 1297 4538 0 1 5 4 29 4 15 0 1 0 3980698 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6565/statm: 4185 1104 409 3 0 764 0
[pid=6594] ppid=6565 vsize=5356 CPUtime=0
/proc/6594/stat : 6594 (sh) S 6565 6565 6501 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 3980763 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6594/statm: 1339 233 193 169 0 50 0
[pid=6595] ppid=6594 vsize=868464 CPUtime=0.81
/proc/6595/stat : 6595 (java) S 6594 6565 6501 0 -1 0 6475 0 7 0 76 5 0 0 18 0 9 0 3980763 889307136 5659 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6595/statm: 217116 5659 2563 9 0 211663 0
[pid=6595/tid=6596] ppid=6594 vsize=868464 CPUtime=0.51
/proc/6595/task/6596/stat : 6596 (java) R 6594 6565 6501 0 -1 64 2762 0 4 0 48 3 0 0 19 0 9 0 3980764 889307136 5659 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6595/tid=6597] ppid=6594 vsize=868464 CPUtime=0.06
/proc/6595/task/6597/stat : 6597 (java) S 6594 6565 6501 0 -1 64 1542 0 3 0 6 0 0 0 16 0 9 0 3980765 889307136 5659 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6595/tid=6598] ppid=6594 vsize=868464 CPUtime=0
/proc/6595/task/6598/stat : 6598 (java) S 6594 6565 6501 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 3980765 889307136 5659 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6595/tid=6599] ppid=6594 vsize=868464 CPUtime=0
/proc/6595/task/6599/stat : 6599 (java) S 6594 6565 6501 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 3980765 889307136 5659 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6595/tid=6603] ppid=6594 vsize=868464 CPUtime=0
/proc/6595/task/6603/stat : 6603 (java) S 6594 6565 6501 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 3980767 889307136 5659 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6595/tid=6604] ppid=6594 vsize=868464 CPUtime=0.21
/proc/6595/task/6604/stat : 6604 (java) S 6594 6565 6501 0 -1 64 1478 0 0 0 21 0 0 0 16 0 9 0 3980767 889307136 5659 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6595/tid=6605] ppid=6594 vsize=868464 CPUtime=0
/proc/6595/task/6605/stat : 6605 (java) S 6594 6565 6501 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 3980767 889307136 5659 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6595/tid=6606] ppid=6594 vsize=868464 CPUtime=0
/proc/6595/task/6606/stat : 6606 (java) S 6594 6565 6501 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 3980767 889307136 5659 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 890560

[startup+3.10113 s]
/proc/loadavg: 1.00 1.00 1.00 3/76 6616
/proc/meminfo: memFree=1028312/2055920 swapFree=4192956/4192956
[pid=6565] ppid=6563 vsize=16872 CPUtime=1.62
/proc/6565/stat : 6565 (sugar++) S 6563 6565 6501 0 -1 4194304 1474 11437 0 8 6 4 139 13 15 0 1 0 3980698 17276928 1125 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6565/statm: 4218 1125 414 3 0 797 0
[pid=6614] ppid=6565 vsize=16660 CPUtime=1.18
/proc/6614/stat : 6614 (minisat-inc) R 6565 6565 6501 0 -1 4194304 3954 0 0 0 116 2 0 0 25 0 1 0 3980888 17059840 3904 996147200 134512640 135134323 4294956192 18446744073709551615 134532158 0 0 4096 3 0 0 0 17 0 0 0
/proc/6614/statm: 4165 3904 73 151 0 4011 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 33532

[startup+6.30146 s]
/proc/loadavg: 1.08 1.02 1.01 3/76 6628
/proc/meminfo: memFree=1023832/2055920 swapFree=4192956/4192956
[pid=6565] ppid=6563 vsize=16872 CPUtime=1.62
/proc/6565/stat : 6565 (sugar++) S 6563 6565 6501 0 -1 4194304 1474 11437 0 8 6 4 139 13 16 0 1 0 3980698 17276928 1125 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6565/statm: 4218 1125 414 3 0 797 0
[pid=6614] ppid=6565 vsize=17876 CPUtime=4.37
/proc/6614/stat : 6614 (minisat-inc) R 6565 6565 6501 0 -1 4194304 4263 0 0 0 433 4 0 0 25 0 1 0 3980888 18305024 4213 996147200 134512640 135134323 4294956192 18446744073709551615 134531850 0 0 4096 3 0 0 0 17 0 0 0
/proc/6614/statm: 4469 4213 73 151 0 4315 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 34748

[startup+12.7021 s]
/proc/loadavg: 1.15 1.03 1.01 3/76 6628
/proc/meminfo: memFree=1021528/2055920 swapFree=4192956/4192956
[pid=6565] ppid=6563 vsize=16872 CPUtime=1.62
/proc/6565/stat : 6565 (sugar++) S 6563 6565 6501 0 -1 4194304 1474 11437 0 8 6 4 139 13 16 0 1 0 3980698 17276928 1125 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6565/statm: 4218 1125 414 3 0 797 0
[pid=6614] ppid=6565 vsize=19904 CPUtime=10.74
/proc/6614/stat : 6614 (minisat-inc) R 6565 6565 6501 0 -1 4194304 4756 0 0 0 1069 5 0 0 25 0 1 0 3980888 20381696 4706 996147200 134512640 135134323 4294956192 18446744073709551615 134532078 0 0 4096 3 0 0 0 17 0 0 0
/proc/6614/statm: 4976 4706 73 151 0 4822 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 36776

[startup+25.5014 s]
/proc/loadavg: 1.34 1.08 1.02 3/76 6638
/proc/meminfo: memFree=1018008/2055920 swapFree=4192956/4192956
[pid=6565] ppid=6563 vsize=16872 CPUtime=1.89
/proc/6565/stat : 6565 (sugar++) S 6563 6565 6501 0 -1 4194304 1558 15317 0 9 6 5 162 16 16 0 1 0 3980698 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6565/statm: 4218 1126 414 3 0 797 0
[pid=6614] ppid=6565 vsize=22000 CPUtime=23.2
/proc/6614/stat : 6614 (minisat-inc) R 6565 6565 6501 0 -1 4194304 5260 0 0 0 2315 5 0 0 25 0 1 0 3980888 22528000 5208 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/6614/statm: 5500 5208 79 151 0 5346 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 38872

[startup+51.1019 s]
/proc/loadavg: 1.56 1.15 1.05 3/76 6638
/proc/meminfo: memFree=1012640/2055920 swapFree=4192956/4192956
[pid=6565] ppid=6563 vsize=16872 CPUtime=1.89
/proc/6565/stat : 6565 (sugar++) S 6563 6565 6501 0 -1 4194304 1558 15317 0 9 6 5 162 16 16 0 1 0 3980698 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6565/statm: 4218 1126 414 3 0 797 0
[pid=6614] ppid=6565 vsize=23580 CPUtime=48.68
/proc/6614/stat : 6614 (minisat-inc) R 6565 6565 6501 0 -1 4194304 5681 0 0 0 4862 6 0 0 25 0 1 0 3980888 24145920 5629 996147200 134512640 135134323 4294956192 18446744073709551615 134532019 0 0 4096 3 0 0 0 17 1 0 0
/proc/6614/statm: 5895 5629 79 151 0 5741 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 40452

[startup+102.307 s]
/proc/loadavg: 1.81 1.28 1.10 3/76 6638
/proc/meminfo: memFree=1000224/2055920 swapFree=4192956/4192956
[pid=6565] ppid=6563 vsize=16872 CPUtime=1.89
/proc/6565/stat : 6565 (sugar++) S 6563 6565 6501 0 -1 4194304 1558 15317 0 9 6 5 162 16 16 0 1 0 3980698 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6565/statm: 4218 1126 414 3 0 797 0
[pid=6614] ppid=6565 vsize=28956 CPUtime=99.64
/proc/6614/stat : 6614 (minisat-inc) R 6565 6565 6501 0 -1 4194304 7009 0 0 0 9956 8 0 0 25 0 1 0 3980888 29650944 6957 996147200 134512640 135134323 4294956192 18446744073709551615 134528866 0 0 4096 3 0 0 0 17 1 0 0
/proc/6614/statm: 7239 6957 79 151 0 7085 0
Current children cumulated CPU time (s) 101.53
Current children cumulated vsize (KiB) 45828

[startup+162.302 s]
/proc/loadavg: 1.93 1.41 1.15 3/76 6638
/proc/meminfo: memFree=988384/2055920 swapFree=4192956/4192956
[pid=6565] ppid=6563 vsize=16872 CPUtime=1.89
/proc/6565/stat : 6565 (sugar++) S 6563 6565 6501 0 -1 4194304 1558 15317 0 9 6 5 162 16 16 0 1 0 3980698 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6565/statm: 4218 1126 414 3 0 797 0
[pid=6614] ppid=6565 vsize=34300 CPUtime=159.34
/proc/6614/stat : 6614 (minisat-inc) R 6565 6565 6501 0 -1 4194304 8276 0 0 0 15925 9 0 0 25 0 1 0 3980888 35123200 8224 996147200 134512640 135134323 4294956192 18446744073709551615 134528258 0 0 4096 3 0 0 0 17 1 0 0
/proc/6614/statm: 8575 8224 79 151 0 8421 0
Current children cumulated CPU time (s) 161.23
Current children cumulated vsize (KiB) 51172

[startup+222.302 s]
/proc/loadavg: 1.97 1.51 1.20 3/76 6638
/proc/meminfo: memFree=978912/2055920 swapFree=4192956/4192956
[pid=6565] ppid=6563 vsize=16872 CPUtime=1.89
/proc/6565/stat : 6565 (sugar++) S 6563 6565 6501 0 -1 4194304 1558 15317 0 9 6 5 162 16 16 0 1 0 3980698 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6565/statm: 4218 1126 414 3 0 797 0
[pid=6614] ppid=6565 vsize=38624 CPUtime=219.06
/proc/6614/stat : 6614 (minisat-inc) R 6565 6565 6501 0 -1 4194304 9354 0 0 0 21896 10 0 0 25 0 1 0 3980888 39550976 9302 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/6614/statm: 9656 9302 79 151 0 9502 0
Current children cumulated CPU time (s) 220.95
Current children cumulated vsize (KiB) 55496

[startup+282.302 s]
/proc/loadavg: 1.99 1.60 1.25 3/76 6638
/proc/meminfo: memFree=970080/2055920 swapFree=4192956/4192956
[pid=6565] ppid=6563 vsize=16872 CPUtime=1.89
/proc/6565/stat : 6565 (sugar++) S 6563 6565 6501 0 -1 4194304 1558 15317 0 9 6 5 162 16 16 0 1 0 3980698 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6565/statm: 4218 1126 414 3 0 797 0
[pid=6614] ppid=6565 vsize=42396 CPUtime=278.77
/proc/6614/stat : 6614 (minisat-inc) R 6565 6565 6501 0 -1 4194304 10326 0 0 0 27866 11 0 0 25 0 1 0 3980888 43413504 10274 996147200 134512640 135134323 4294956192 18446744073709551615 134532035 0 0 4096 3 0 0 0 17 1 0 0
/proc/6614/statm: 10599 10274 79 151 0 10445 0
Current children cumulated CPU time (s) 280.66
Current children cumulated vsize (KiB) 59268

[startup+342.302 s]
/proc/loadavg: 1.99 1.67 1.29 3/76 6638
/proc/meminfo: memFree=964448/2055920 swapFree=4192956/4192956
[pid=6565] ppid=6563 vsize=16872 CPUtime=1.89
/proc/6565/stat : 6565 (sugar++) S 6563 6565 6501 0 -1 4194304 1558 15317 0 9 6 5 162 16 16 0 1 0 3980698 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

[pid=6614] ppid=6565 vsize=90824 CPUtime=2906.09
/proc/6614/stat : 6614 (minisat-inc) R 6565 6565 6501 0 -1 4194304 21838 0 0 0 290583 26 0 0 25 0 1 0 3980888 93003776 21747 996147200 134512640 135134323 4294956192 18446744073709551615 134531898 0 0 4096 3 0 0 0 17 1 0 0
/proc/6614/statm: 22706 21747 79 151 0 22552 0
Current children cumulated CPU time (s) 2907.98
Current children cumulated vsize (KiB) 107696

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 6644
/proc/meminfo: memFree=890912/2055920 swapFree=4192956/4192956
[pid=6565] ppid=6563 vsize=16872 CPUtime=1.89
/proc/6565/stat : 6565 (sugar++) S 6563 6565 6501 0 -1 4194304 1558 15317 0 9 6 5 162 16 16 0 1 0 3980698 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6565/statm: 4218 1126 414 3 0 797 0
[pid=6614] ppid=6565 vsize=91108 CPUtime=2965.8
/proc/6614/stat : 6614 (minisat-inc) R 6565 6565 6501 0 -1 4194304 21907 0 0 0 296554 26 0 0 25 0 1 0 3980888 93294592 21816 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/6614/statm: 22777 21816 79 151 0 22623 0
Current children cumulated CPU time (s) 2967.69
Current children cumulated vsize (KiB) 107980

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 6644
/proc/meminfo: memFree=890656/2055920 swapFree=4192956/4192956
[pid=6565] ppid=6563 vsize=16872 CPUtime=1.89
/proc/6565/stat : 6565 (sugar++) S 6563 6565 6501 0 -1 4194304 1558 15317 0 9 6 5 162 16 16 0 1 0 3980698 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6565/statm: 4218 1126 414 3 0 797 0
[pid=6614] ppid=6565 vsize=91288 CPUtime=3025.51
/proc/6614/stat : 6614 (minisat-inc) R 6565 6565 6501 0 -1 4194304 21940 0 0 0 302525 26 0 0 25 0 1 0 3980888 93478912 21849 996147200 134512640 135134323 4294956192 18446744073709551615 134532097 0 0 4096 3 0 0 0 17 1 0 0
/proc/6614/statm: 22822 21849 79 151 0 22668 0
Current children cumulated CPU time (s) 3027.4
Current children cumulated vsize (KiB) 108160

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 6644
/proc/meminfo: memFree=890592/2055920 swapFree=4192956/4192956
[pid=6565] ppid=6563 vsize=16872 CPUtime=1.89
/proc/6565/stat : 6565 (sugar++) S 6563 6565 6501 0 -1 4194304 1558 15317 0 9 6 5 162 16 16 0 1 0 3980698 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6565/statm: 4218 1126 414 3 0 797 0
[pid=6614] ppid=6565 vsize=91288 CPUtime=3085.22
/proc/6614/stat : 6614 (minisat-inc) R 6565 6565 6501 0 -1 4194304 21945 0 0 0 308496 26 0 0 25 0 1 0 3980888 93478912 21854 996147200 134512640 135134323 4294956192 18446744073709551615 134532161 0 0 4096 3 0 0 0 17 1 0 0
/proc/6614/statm: 22822 21854 79 151 0 22668 0
Current children cumulated CPU time (s) 3087.11
Current children cumulated vsize (KiB) 108160

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 6644
/proc/meminfo: memFree=890336/2055920 swapFree=4192956/4192956
[pid=6565] ppid=6563 vsize=16872 CPUtime=1.89
/proc/6565/stat : 6565 (sugar++) S 6563 6565 6501 0 -1 4194304 1558 15317 0 9 6 5 162 16 16 0 1 0 3980698 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6565/statm: 4218 1126 414 3 0 797 0
[pid=6614] ppid=6565 vsize=91288 CPUtime=3144.93
/proc/6614/stat : 6614 (minisat-inc) R 6565 6565 6501 0 -1 4194304 21974 0 0 0 314467 26 0 0 25 0 1 0 3980888 93478912 21883 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/6614/statm: 22822 21883 79 151 0 22668 0
Current children cumulated CPU time (s) 3146.82
Current children cumulated vsize (KiB) 108160

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 6644
/proc/meminfo: memFree=888992/2055920 swapFree=4192956/4192956
[pid=6565] ppid=6563 vsize=16872 CPUtime=1.89
/proc/6565/stat : 6565 (sugar++) S 6563 6565 6501 0 -1 4194304 1558 15317 0 9 6 5 162 16 16 0 1 0 3980698 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6565/statm: 4218 1126 414 3 0 797 0
[pid=6614] ppid=6565 vsize=92608 CPUtime=3204.65
/proc/6614/stat : 6614 (minisat-inc) R 6565 6565 6501 0 -1 4194304 22310 0 0 0 320438 27 0 0 25 0 1 0 3980888 94830592 22219 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/6614/statm: 23152 22219 79 151 0 22998 0
Current children cumulated CPU time (s) 3206.54
Current children cumulated vsize (KiB) 109480

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 6644
/proc/meminfo: memFree=886880/2055920 swapFree=4192956/4192956
[pid=6565] ppid=6563 vsize=16872 CPUtime=1.89
/proc/6565/stat : 6565 (sugar++) S 6563 6565 6501 0 -1 4194304 1558 15317 0 9 6 5 162 16 16 0 1 0 3980698 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6565/statm: 4218 1126 414 3 0 797 0
[pid=6614] ppid=6565 vsize=94864 CPUtime=3264.37
/proc/6614/stat : 6614 (minisat-inc) R 6565 6565 6501 0 -1 4194304 22827 0 0 0 326409 28 0 0 25 0 1 0 3980888 97140736 22736 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/6614/statm: 23716 22736 79 151 0 23562 0
Current children cumulated CPU time (s) 3266.26
Current children cumulated vsize (KiB) 111736

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 6644
/proc/meminfo: memFree=884384/2055920 swapFree=4192956/4192956
[pid=6565] ppid=6563 vsize=16872 CPUtime=1.89
/proc/6565/stat : 6565 (sugar++) S 6563 6565 6501 0 -1 4194304 1558 15317 0 9 6 5 162 16 16 0 1 0 3980698 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6565/statm: 4218 1126 414 3 0 797 0
[pid=6614] ppid=6565 vsize=97696 CPUtime=3324.07
/proc/6614/stat : 6614 (minisat-inc) R 6565 6565 6501 0 -1 4194304 23454 0 0 0 332379 28 0 0 25 0 1 0 3980888 100040704 23363 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/6614/statm: 24424 23363 79 151 0 24270 0
Current children cumulated CPU time (s) 3325.96
Current children cumulated vsize (KiB) 114568

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 6644
/proc/meminfo: memFree=882080/2055920 swapFree=4192956/4192956
[pid=6565] ppid=6563 vsize=16872 CPUtime=1.89
/proc/6565/stat : 6565 (sugar++) S 6563 6565 6501 0 -1 4194304 1558 15317 0 9 6 5 162 16 16 0 1 0 3980698 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6565/statm: 4218 1126 414 3 0 797 0
[pid=6614] ppid=6565 vsize=99768 CPUtime=3383.79
/proc/6614/stat : 6614 (minisat-inc) R 6565 6565 6501 0 -1 4194304 24004 0 0 0 338349 30 0 0 25 0 1 0 3980888 102162432 23913 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/6614/statm: 24942 23913 79 151 0 24788 0
Current children cumulated CPU time (s) 3385.68
Current children cumulated vsize (KiB) 116640

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 6646
/proc/meminfo: memFree=879584/2055920 swapFree=4192956/4192956
[pid=6565] ppid=6563 vsize=16872 CPUtime=1.89
/proc/6565/stat : 6565 (sugar++) S 6563 6565 6501 0 -1 4194304 1558 15317 0 9 6 5 162 16 16 0 1 0 3980698 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6565/statm: 4218 1126 414 3 0 797 0
[pid=6614] ppid=6565 vsize=101900 CPUtime=3443.49
/proc/6614/stat : 6614 (minisat-inc) R 6565 6565 6501 0 -1 4194304 24569 0 0 0 344319 30 0 0 25 0 1 0 3980888 104345600 24478 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/6614/statm: 25475 24478 79 151 0 25321 0
Current children cumulated CPU time (s) 3445.38
Current children cumulated vsize (KiB) 118772

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 6646
/proc/meminfo: memFree=877344/2055920 swapFree=4192956/4192956
[pid=6565] ppid=6563 vsize=16872 CPUtime=1.89
/proc/6565/stat : 6565 (sugar++) S 6563 6565 6501 0 -1 4194304 1558 15317 0 9 6 5 162 16 16 0 1 0 3980698 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6565/statm: 4218 1126 414 3 0 797 0
[pid=6614] ppid=6565 vsize=104300 CPUtime=3503.21
/proc/6614/stat : 6614 (minisat-inc) R 6565 6565 6501 0 -1 4194304 25117 0 0 0 350290 31 0 0 25 0 1 0 3980888 106803200 25026 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/6614/statm: 26075 25026 79 151 0 25921 0
Current children cumulated CPU time (s) 3505.1
Current children cumulated vsize (KiB) 121172

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 6646
/proc/meminfo: memFree=876192/2055920 swapFree=4192956/4192956
[pid=6565] ppid=6563 vsize=16872 CPUtime=1.89
/proc/6565/stat : 6565 (sugar++) S 6563 6565 6501 0 -1 4194304 1558 15317 0 9 6 5 162 16 16 0 1 0 3980698 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6565/statm: 4218 1126 414 3 0 797 0
[pid=6614] ppid=6565 vsize=105208 CPUtime=3562.92
/proc/6614/stat : 6614 (minisat-inc) R 6565 6565 6501 0 -1 4194304 25329 0 0 0 356261 31 0 0 25 0 1 0 3980888 107732992 25238 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/6614/statm: 26302 25238 79 151 0 26148 0
Current children cumulated CPU time (s) 3564.81
Current children cumulated vsize (KiB) 122080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3617.7 s]
/proc/loadavg: 1.92 1.98 1.90 3/77 6678
/proc/meminfo: memFree=954712/2055920 swapFree=4192956/4192956
[pid=6565] ppid=6563 vsize=16872 CPUtime=1.89
/proc/6565/stat : 6565 (sugar++) S 6563 6565 6501 0 -1 4194304 1558 15317 0 9 6 5 162 16 16 0 1 0 3980698 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6565/statm: 4218 1126 414 3 0 797 0
[pid=6614] ppid=6565 vsize=105208 CPUtime=3598.16
/proc/6614/stat : 6614 (minisat-inc) R 6565 6565 6501 0 -1 4194304 25329 0 0 0 359784 32 0 0 25 0 1 0 3980888 107732992 25238 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/6614/statm: 26302 25238 79 151 0 26148 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 122080

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

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

[startup+3617.7 s]
/proc/loadavg: 1.92 1.98 1.90 3/77 6678
/proc/meminfo: memFree=954712/2055920 swapFree=4192956/4192956
[pid=6565] ppid=6563 vsize=16872 CPUtime=1.89
/proc/6565/stat : 6565 (sugar++) S 6563 6565 6501 0 -1 4194304 1558 15317 0 9 6 5 162 16 16 0 1 0 3980698 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6565/statm: 4218 1126 414 3 0 797 0
[pid=6614] ppid=6565 vsize=105208 CPUtime=3598.16
/proc/6614/stat : 6614 (minisat-inc) R 6565 6565 6501 0 -1 4194304 25329 0 0 0 359784 32 0 0 25 0 1 0 3980888 107732992 25238 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/6614/statm: 26302 25238 79 151 0 26148 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 122080

Child status: 0
Real time (s): 3617.73
CPU time (s): 3600.09
CPU user time (s): 3599.53
CPU system time (s): 0.558915
CPU usage (%): 99.5125
Max. virtual memory (cumulated for all children) (KiB): 890560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.53
system time used= 0.558915
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42282
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3374
involuntary context switches= 42740

runsolver used 4.23536 second user time and 12.2291 second system time

The end

Launcher Data (download as text)

Begin job on node36 at 2008-07-23 01:21:55
IDJOB=1127443
IDBENCH=63429
IDSOLVER=367
FILE ID=node36/1127443-1216768915
PBS_JOBID= 7974121
Free space on /tmp= 66564 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/cnf/2-40-100-1000/normalized-cnf-2-40-800-810527_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-1127443-1216768915/watcher-1127443-1216768915 -o /tmp/evaluation-result-1127443-1216768915/solver-1127443-1216768915 -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-1127443-1216768915.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 88a8849d8830d1bb8184ad17f911e801
RANDOM SEED=1659990958

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1097088 kB
Buffers:         26664 kB
Cached:         858764 kB
SwapCached:          0 kB
Active:         300044 kB
Inactive:       599688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1097088 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             936 kB
Writeback:           0 kB
Mapped:          24060 kB
Slab:            44872 kB
Committed_AS:    55664 kB
PageTables:       1580 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= 66556 MiB
End job on node36 at 2008-07-23 02:22:15