Trace number 1127444

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+minisatMSAT (TO) 3600.05 3615.22

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.02/0.04	c 0	Sugar v1-13 + HOME/minisat
0.02/0.04	c 0	BEGIN Wed Jul 23 01:21:55 2008
0.02/0.04	c 0	PID 6570
0.02/0.04	c 0	HOST node36.alineos.net
0.02/0.04	c 0	CONVERTING HOME/instance-1127444-1216768915.xml TO HOME/temp.csp
0.02/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127444-1216768915.xml' 'HOME/temp.csp'
0.03/0.59	c 1	1 domains, 40 variables, 0 predicates, 14 relations, 491 constraints
0.03/0.64	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.64	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.39/0.72	c 1	Parsing HOME/temp.csp
0.39/0.83	c 1	parsed 546 expressions
0.39/0.84	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.39/0.85	c 1	MAX CSP: 491 constraints
0.39/0.85	c 1	Converting to clausal form CSP
0.39/0.89	c 1	converted 104 (10%) expressions
0.39/0.89	c 1	converted 208 (20%) expressions
0.39/0.91	c 1	converted 312 (30%) expressions
0.39/0.91	c 1	converted 416 (40%) expressions
0.39/0.92	c 1	converted 520 (50%) expressions
0.39/0.93	c 1	converted 624 (60%) expressions
0.39/0.93	c 1	converted 728 (70%) expressions
0.39/0.95	c 1	converted 832 (80%) expressions
0.39/0.96	c 1	converted 936 (90%) expressions
0.83/1.13	c 1	converted 1040 (100%) expressions
0.83/1.13	c 1	CSP : 1022 integers, 0 booleans, 1472 clauses, largest domain size 737
0.83/1.13	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.83/1.13	c 1	Propagation in CSP
0.83/1.18	c 1	484 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.83/1.18	c 1	CSP : 1022 integers, 0 booleans, 1472 clauses, largest domain size 492
0.83/1.18	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.83/1.18	c 1	Simplifing CSP by introducing new Boolean variables
0.83/1.18	c 1	CSP : 1022 integers, 0 booleans, 1472 clauses, largest domain size 492
0.83/1.18	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.92/1.21	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.92/1.22	c 1	103 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.92/1.22	c 1	205 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.92/1.22	c 1	307 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.92/1.23	c 1	409 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.92/1.23	c 1	511 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.92/1.24	c 1	614 (60%) CSP integer variables are encoded (858 clauses, 10283 bytes)
0.92/1.24	c 1	716 (70%) CSP integer variables are encoded (1534 clauses, 19071 bytes)
0.92/1.24	c 1	818 (80%) CSP integer variables are encoded (2350 clauses, 29679 bytes)
0.92/1.24	c 1	920 (90%) CSP integer variables are encoded (2996 clauses, 38077 bytes)
0.92/1.25	c 1	1022 (100%) CSP integer variables are encoded (7352 clauses, 94705 bytes)
0.92/1.27	c 1	148 (10%) CSP clauses are encoded (7523 clauses, 96728 bytes)
0.92/1.29	c 1	295 (20%) CSP clauses are encoded (7690 clauses, 98849 bytes)
1.02/1.30	c 1	442 (30%) CSP clauses are encoded (7857 clauses, 101001 bytes)
1.02/1.32	c 1	589 (40%) CSP clauses are encoded (9551 clauses, 129292 bytes)
1.02/1.36	c 1	736 (50%) CSP clauses are encoded (24632 clauses, 401042 bytes)
1.02/1.37	c 1	884 (60%) CSP clauses are encoded (29335 clauses, 483166 bytes)
1.11/1.45	c 1	1031 (70%) CSP clauses are encoded (72597 clauses, 1274549 bytes)
1.11/1.46	c 1	1178 (80%) CSP clauses are encoded (77964 clauses, 1368516 bytes)
1.21/1.52	c 2	1325 (90%) CSP clauses are encoded (108819 clauses, 1907902 bytes)
1.51/1.90	c 2	1472 (100%) CSP clauses are encoded (323721 clauses, 5854176 bytes)
1.51/1.90	c 2	1472 CSP clauses encoded
1.61/1.90	c 2	Writing map file : HOME/temp.map
1.61/1.91	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.61/1.91	c 2	SAT : 8374 SAT variables, 323721 SAT clauses, 5854176 bytes
1.61/1.91	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.61/1.95	c 2	OBJECTIVE minimize _COST
1.61/1.95	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.61/1.95	c 2	SEARCHING: _COST <= 246
1.61/1.95	c 2	SOLVING HOME/temp.cnf
1.61/1.95	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.61/1.95	c 2	This is MiniSat 2.0 beta
1.61/1.95	c 2	WARNING: for repeatability, setting FPU to use double precision
1.61/1.95	c 2	============================[ Problem Statistics ]=============================
1.61/1.95	c 2	|                                                                             |
1.61/1.96	c 2	|  Number of variables:  8374                                                 |
1.61/1.96	c 2	|  Number of clauses:    323722                                               |
1.77/2.11	c 2	|  Parsing time:         0.13         s                                       |
1.77/2.20	c 2	============================[ Search Statistics ]==============================
1.77/2.20	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.77/2.20	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.77/2.20	c 2	===============================================================================
1.77/2.20	c 2	|         0 |    6169   207484   606122 |    69161        0    nan |  0.000 % |
1.96/2.33	c 2	===============================================================================
1.96/2.33	c 2	restarts              : 1
1.96/2.33	c 2	conflicts             : 51             (148 /sec)
1.96/2.33	c 2	decisions             : 633            (1.11 % random) (1835 /sec)
1.96/2.33	c 2	propagations          : 106345         (308294 /sec)
1.96/2.33	c 2	conflict literals     : 838            (13.16 % deleted)
1.96/2.33	c 2	Memory used           : 15.22 MB
1.96/2.33	c 2	CPU time              : 0.344947 s
1.96/2.33	c 2	
1.96/2.33	c 2	SATISFIABLE
1.96/2.33	c 2	FOUND: _COST <= 246
1.96/2.33	s SATISFIABLE
1.96/2.33	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.96/2.33	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.03/2.41	c 2	Decoding HOME/temp.out
2.03/2.51	c 3	OBJECTIVE _COST 246
2.03/2.52	o 246
2.03/2.52	v 1 1 0 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
2.03/2.52	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.03/2.55	c 3	OBJECTIVE BOUND: 0 <= _COST <= 246
2.03/2.55	c 3	SEARCHING: _COST <= 123
2.03/2.55	c 3	SOLVING HOME/temp.cnf
2.03/2.55	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.03/2.55	c 3	This is MiniSat 2.0 beta
2.03/2.55	c 3	WARNING: for repeatability, setting FPU to use double precision
2.03/2.55	c 3	============================[ Problem Statistics ]=============================
2.03/2.55	c 3	|                                                                             |
2.03/2.55	c 3	|  Number of variables:  8374                                                 |
2.03/2.55	c 3	|  Number of clauses:    323722                                               |
2.22/2.72	c 3	|  Parsing time:         0.14         s                                       |
2.22/2.83	c 3	============================[ Search Statistics ]==============================
2.22/2.83	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.22/2.83	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.22/2.83	c 3	===============================================================================
2.22/2.83	c 3	|         0 |    4939   136144   395669 |    45381        0    nan |  0.000 % |
2.22/2.92	c 3	|       101 |    4939   136144   395669 |    49919       99     16 | 41.426 % |
2.22/2.96	c 3	|       251 |    4939   136144   395669 |    54911      247     17 | 41.701 % |
2.22/3.00	c 3	|       476 |    4939   136144   395669 |    60402      472     19 | 41.701 % |
2.22/3.07	c 3	|       813 |    4939   136144   395669 |    66442      808     17 | 41.892 % |
2.22/3.19	c 3	|      1319 |    4939   136144   395669 |    73087     1313     17 | 42.083 % |
2.96/3.36	c 3	|      2078 |    4850   130650   379496 |    80395     2071     17 | 42.083 % |
3.25/3.61	c 4	|      3217 |    4850   130650   379496 |    88435     3210     17 | 42.083 % |
3.65/4.03	c 4	|      4925 |    4850   130650   379496 |    97278     4918     17 | 42.083 % |
4.35/4.72	c 5	|      7489 |    4850   130650   379496 |   107006     7482     18 | 42.083 % |
5.44/5.87	c 6	|     11335 |    4850   130650   379496 |   117707    11328     18 | 42.083 % |
7.63/8.02	c 8	|     17102 |    4850   130650   379496 |   129478    17095     20 | 42.083 % |
11.12/11.50	c 12	|     25752 |    4832   129722   376775 |   142426    25743     22 | 42.298 % |
19.37/19.87	c 20	|     38726 |    4832   129722   376775 |   156668    38717     24 | 42.298 % |
35.89/36.41	c 36	|     58188 |    4832   129722   376775 |   172335    58179     24 | 42.298 % |
68.36/69.08	c 69	|     87382 |    4832   129722   376775 |   189569    87373     26 | 42.298 % |
122.04/122.99	c 123	|    131174 |    4832   129722   376775 |   208526   131165     27 | 42.298 % |
226.61/227.93	c 228	|    196859 |    4832   129722   376775 |   229378   196850     28 | 42.298 % |
379.97/381.98	c 382	|    295386 |    4817   128929   374448 |   252316    77695     28 | 42.477 % |
673.96/677.11	c 677	|    443175 |    4817   128929   374448 |   277548   225484     28 | 42.477 % |
1097.51/1102.47	c 1102	|    664858 |    4817   128929   374448 |   305302   182173     29 | 42.477 % |
1790.26/1798.02	c 1798	|    997385 |    4817   128929   374448 |   335833   222616     30 | 42.477 % |
2922.81/2935.24	c 2935	|   1496174 |    4817   128929   374448 |   369416    71704     28 | 42.477 % |
3600.05/3615.22	c ERROR unknown output  in HOME/temp.out
3600.05/3615.22	c 3615	CPU 1.98 (0.04 0.01 1.94 0.23)
3600.05/3615.22	c 3615	END Wed Jul 23 02:22:10 2008
3600.05/3615.22	c ERROR INTERRUPTED

Verifier Data (download as text)

OK	175	316
175 unsatisfied constraints, 316 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-1127444-1216768915/watcher-1127444-1216768915 -o /tmp/evaluation-result-1127444-1216768915/solver-1127444-1216768915 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1127444-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 3/72 6570
/proc/meminfo: memFree=1092544/2055920 swapFree=4192956/4192956
[pid=6570] ppid=6568 vsize=12132 CPUtime=0
/proc/6570/stat : 6570 (sugar) R 6568 6570 6494 0 -1 4194304 226 0 0 0 0 0 0 0 21 0 1 0 3980700 12423168 194 996147200 4194304 4206940 548682068592 18446744073709551615 240907621089 0 0 4224 0 0 0 0 17 1 0 0
/proc/6570/statm: 3033 194 143 3 0 133 0

[startup+0.0380749 s]
/proc/loadavg: 1.00 1.00 1.00 3/72 6570
/proc/meminfo: memFree=1092544/2055920 swapFree=4192956/4192956
[pid=6570] ppid=6568 vsize=13204 CPUtime=0.02
/proc/6570/stat : 6570 (sugar) R 6568 6570 6494 0 -1 4194304 701 0 0 0 2 0 0 0 21 0 1 0 3980700 13520896 669 996147200 4194304 4206940 548682068592 18446744073709551615 240907621089 0 0 4224 0 0 0 0 17 1 0 0
/proc/6570/statm: 3301 670 336 3 0 401 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13204

[startup+0.101178 s]
/proc/loadavg: 1.00 1.00 1.00 3/72 6570
/proc/meminfo: memFree=1092544/2055920 swapFree=4192956/4192956
[pid=6570] ppid=6568 vsize=13600 CPUtime=0.03
/proc/6570/stat : 6570 (sugar) S 6568 6570 6494 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 3980700 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6570/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302103 s]
/proc/loadavg: 1.00 1.00 1.00 3/72 6570
/proc/meminfo: memFree=1092544/2055920 swapFree=4192956/4192956
[pid=6570] ppid=6568 vsize=13600 CPUtime=0.03
/proc/6570/stat : 6570 (sugar) S 6568 6570 6494 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 3980700 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6570/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701169 s]
/proc/loadavg: 1.00 1.00 1.00 3/72 6570
/proc/meminfo: memFree=1092544/2055920 swapFree=4192956/4192956
[pid=6570] ppid=6568 vsize=13600 CPUtime=0.39
/proc/6570/stat : 6570 (sugar) S 6568 6570 6494 0 -1 4194304 957 4457 0 73 3 0 29 7 16 0 1 0 3980700 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6570/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 13600

[startup+1.50122 s]
/proc/loadavg: 1.00 1.00 1.00 5/93 6613
/proc/meminfo: memFree=1052432/2055920 swapFree=4192956/4192956
[pid=6570] ppid=6568 vsize=13600 CPUtime=0.39
/proc/6570/stat : 6570 (sugar) S 6568 6570 6494 0 -1 4194304 974 4457 0 73 3 0 29 7 15 0 1 0 3980700 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6570/statm: 3400 797 370 3 0 500 0
[pid=6600] ppid=6570 vsize=5356 CPUtime=0
/proc/6600/stat : 6600 (sh) S 6570 6570 6494 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 3980765 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6600/statm: 1339 233 193 169 0 50 0
[pid=6601] ppid=6600 vsize=869488 CPUtime=0.82
/proc/6601/stat : 6601 (java) S 6600 6570 6494 0 -1 0 6474 0 3 0 78 4 0 0 18 0 9 0 3980765 890355712 5661 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6601/statm: 217372 5661 2563 9 0 211919 0
[pid=6601/tid=6602] ppid=6600 vsize=869488 CPUtime=0.51
/proc/6601/task/6602/stat : 6602 (java) R 6600 6570 6494 0 -1 64 2759 0 3 0 49 2 0 0 18 0 9 0 3980766 890355712 5661 996147200 134512640 134550740 4294955936 18446744073709551615 4126923718 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6601/tid=6607] ppid=6600 vsize=869488 CPUtime=0.07
/proc/6601/task/6607/stat : 6607 (java) S 6600 6570 6494 0 -1 64 1544 0 0 0 7 0 0 0 16 0 9 0 3980767 890355712 5661 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6601/tid=6608] ppid=6600 vsize=869488 CPUtime=0
/proc/6601/task/6608/stat : 6608 (java) S 6600 6570 6494 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 3980768 890355712 5661 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6601/tid=6609] ppid=6600 vsize=869488 CPUtime=0
/proc/6601/task/6609/stat : 6609 (java) S 6600 6570 6494 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 3980768 890355712 5661 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6601/tid=6610] ppid=6600 vsize=869488 CPUtime=0
/proc/6601/task/6610/stat : 6610 (java) S 6600 6570 6494 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 3980770 890355712 5661 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6601/tid=6611] ppid=6600 vsize=869488 CPUtime=0.22
/proc/6601/task/6611/stat : 6611 (java) S 6600 6570 6494 0 -1 64 1477 0 0 0 21 1 0 0 16 0 9 0 3980770 890355712 5661 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6601/tid=6612] ppid=6600 vsize=869488 CPUtime=0
/proc/6601/task/6612/stat : 6612 (java) S 6600 6570 6494 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 3980770 890355712 5661 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6601/tid=6613] ppid=6600 vsize=869488 CPUtime=0
/proc/6601/task/6613/stat : 6613 (java) S 6600 6570 6494 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 3980770 890355712 5661 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 888444

[startup+3.10139 s]
/proc/loadavg: 1.00 1.00 1.00 3/76 6616
/proc/meminfo: memFree=1026200/2055920 swapFree=4192956/4192956
[pid=6570] ppid=6568 vsize=13732 CPUtime=2.22
/proc/6570/stat : 6570 (sugar) S 6568 6570 6494 0 -1 4194304 1185 19171 0 77 4 1 194 23 15 0 1 0 3980700 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6570/statm: 3433 815 374 3 0 533 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 13732

[startup+6.30271 s]
/proc/loadavg: 1.08 1.02 1.01 3/76 6628
/proc/meminfo: memFree=1023768/2055920 swapFree=4192956/4192956
[pid=6570] ppid=6568 vsize=13732 CPUtime=2.22
/proc/6570/stat : 6570 (sugar) S 6568 6570 6494 0 -1 4194304 1185 19171 0 77 4 1 194 23 16 0 1 0 3980700 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6570/statm: 3433 815 374 3 0 533 0
[pid=6627] ppid=6570 vsize=5356 CPUtime=0
/proc/6627/stat : 6627 (sh) S 6570 6570 6494 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3980955 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6627/statm: 1339 232 193 169 0 50 0
[pid=6628] ppid=6627 vsize=15716 CPUtime=3.72
/proc/6628/stat : 6628 (minisat) R 6627 6570 6494 0 -1 4194304 3691 0 0 0 370 2 0 0 25 0 1 0 3980956 16093184 3677 996147200 134512640 135127466 4294956256 18446744073709551615 134528074 0 0 4096 3 0 0 0 17 1 0 0
/proc/6628/statm: 3929 3677 75 150 0 3776 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 34804

[startup+12.7013 s]
/proc/loadavg: 1.15 1.03 1.01 3/76 6628
/proc/meminfo: memFree=1021528/2055920 swapFree=4192956/4192956
[pid=6570] ppid=6568 vsize=13732 CPUtime=2.22
/proc/6570/stat : 6570 (sugar) S 6568 6570 6494 0 -1 4194304 1185 19171 0 77 4 1 194 23 16 0 1 0 3980700 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6570/statm: 3433 815 374 3 0 533 0
[pid=6627] ppid=6570 vsize=5356 CPUtime=0
/proc/6627/stat : 6627 (sh) S 6570 6570 6494 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3980955 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6627/statm: 1339 232 193 169 0 50 0
[pid=6628] ppid=6627 vsize=15888 CPUtime=10.09
/proc/6628/stat : 6628 (minisat) R 6627 6570 6494 0 -1 4194304 3721 0 0 0 1007 2 0 0 25 0 1 0 3980956 16269312 3707 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6628/statm: 3972 3707 75 150 0 3819 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 34976

[startup+25.5016 s]
/proc/loadavg: 1.34 1.08 1.02 3/76 6638
/proc/meminfo: memFree=1018008/2055920 swapFree=4192956/4192956
[pid=6570] ppid=6568 vsize=13732 CPUtime=2.22
/proc/6570/stat : 6570 (sugar) S 6568 6570 6494 0 -1 4194304 1185 19171 0 77 4 1 194 23 16 0 1 0 3980700 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6570/statm: 3433 815 374 3 0 533 0
[pid=6627] ppid=6570 vsize=5356 CPUtime=0
/proc/6627/stat : 6627 (sh) S 6570 6570 6494 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3980955 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6627/statm: 1339 232 193 169 0 50 0
[pid=6628] ppid=6627 vsize=17584 CPUtime=22.83
/proc/6628/stat : 6628 (minisat) R 6627 6570 6494 0 -1 4194304 4140 0 0 0 2280 3 0 0 25 0 1 0 3980956 18006016 4126 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6628/statm: 4396 4126 75 150 0 4243 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 36672

[startup+51.1012 s]
/proc/loadavg: 1.56 1.15 1.05 3/76 6638
/proc/meminfo: memFree=1012640/2055920 swapFree=4192956/4192956
[pid=6570] ppid=6568 vsize=13732 CPUtime=2.22
/proc/6570/stat : 6570 (sugar) S 6568 6570 6494 0 -1 4194304 1185 19171 0 77 4 1 194 23 16 0 1 0 3980700 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6570/statm: 3433 815 374 3 0 533 0
[pid=6627] ppid=6570 vsize=5356 CPUtime=0
/proc/6627/stat : 6627 (sh) S 6570 6570 6494 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3980955 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6627/statm: 1339 232 193 169 0 50 0
[pid=6628] ppid=6627 vsize=21408 CPUtime=48.32
/proc/6628/stat : 6628 (minisat) R 6627 6570 6494 0 -1 4194304 5104 0 0 0 4827 5 0 0 25 0 1 0 3980956 21921792 5090 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 0 0 0
/proc/6628/statm: 5352 5090 75 150 0 5199 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 40496

[startup+102.305 s]
/proc/loadavg: 1.82 1.29 1.10 3/76 6638
/proc/meminfo: memFree=1000224/2055920 swapFree=4192956/4192956
[pid=6570] ppid=6568 vsize=13732 CPUtime=2.22
/proc/6570/stat : 6570 (sugar) S 6568 6570 6494 0 -1 4194304 1185 19171 0 77 4 1 194 23 16 0 1 0 3980700 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6570/statm: 3433 815 374 3 0 533 0
[pid=6627] ppid=6570 vsize=5356 CPUtime=0
/proc/6627/stat : 6627 (sh) S 6570 6570 6494 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3980955 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6627/statm: 1339 232 193 169 0 50 0
[pid=6628] ppid=6627 vsize=28376 CPUtime=99.31
/proc/6628/stat : 6628 (minisat) R 6627 6570 6494 0 -1 4194304 6802 0 0 0 9924 7 0 0 25 0 1 0 3980956 29057024 6788 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6628/statm: 7094 6788 75 150 0 6941 0
Current children cumulated CPU time (s) 101.53
Current children cumulated vsize (KiB) 47464

[startup+162.301 s]
/proc/loadavg: 1.93 1.41 1.15 3/76 6638
/proc/meminfo: memFree=988384/2055920 swapFree=4192956/4192956
[pid=6570] ppid=6568 vsize=13732 CPUtime=2.22
/proc/6570/stat : 6570 (sugar) S 6568 6570 6494 0 -1 4194304 1185 19171 0 77 4 1 194 23 16 0 1 0 3980700 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6570/statm: 3433 815 374 3 0 533 0
[pid=6627] ppid=6570 vsize=5356 CPUtime=0
/proc/6627/stat : 6627 (sh) S 6570 6570 6494 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3980955 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6627/statm: 1339 232 193 169 0 50 0
[pid=6628] ppid=6627 vsize=35192 CPUtime=159.06
/proc/6628/stat : 6628 (minisat) R 6627 6570 6494 0 -1 4194304 8464 0 0 0 15898 8 0 0 25 0 1 0 3980956 36036608 8450 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6628/statm: 8798 8450 75 150 0 8645 0
Current children cumulated CPU time (s) 161.28
Current children cumulated vsize (KiB) 54280

[startup+222.301 s]
/proc/loadavg: 1.97 1.51 1.20 3/76 6638
/proc/meminfo: memFree=978912/2055920 swapFree=4192956/4192956
[pid=6570] ppid=6568 vsize=13732 CPUtime=2.22
/proc/6570/stat : 6570 (sugar) S 6568 6570 6494 0 -1 4194304 1185 19171 0 77 4 1 194 23 16 0 1 0 3980700 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6570/statm: 3433 815 374 3 0 533 0
[pid=6627] ppid=6570 vsize=5356 CPUtime=0
/proc/6627/stat : 6627 (sh) S 6570 6570 6494 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3980955 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6627/statm: 1339 232 193 169 0 50 0
[pid=6628] ppid=6627 vsize=40152 CPUtime=218.81
/proc/6628/stat : 6628 (minisat) R 6627 6570 6494 0 -1 4194304 9734 0 0 0 21871 10 0 0 25 0 1 0 3980956 41115648 9720 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/6628/statm: 10038 9720 75 150 0 9885 0
Current children cumulated CPU time (s) 221.03
Current children cumulated vsize (KiB) 59240

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

/proc/meminfo: memFree=890592/2055920 swapFree=4192956/4192956
[pid=6570] ppid=6568 vsize=13732 CPUtime=2.22
/proc/6570/stat : 6570 (sugar) S 6568 6570 6494 0 -1 4194304 1185 19171 0 77 4 1 194 23 16 0 1 0 3980700 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6570/statm: 3433 815 374 3 0 533 0
[pid=6627] ppid=6570 vsize=5356 CPUtime=0
/proc/6627/stat : 6627 (sh) S 6570 6570 6494 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3980955 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6627/statm: 1339 232 193 169 0 50 0
[pid=6628] ppid=6627 vsize=78584 CPUtime=3087.01
/proc/6628/stat : 6628 (minisat) R 6627 6570 6494 0 -1 4194304 18859 0 0 0 308672 29 0 0 25 0 1 0 3980956 80470016 18829 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6628/statm: 19646 18829 75 150 0 19493 0
Current children cumulated CPU time (s) 3089.23
Current children cumulated vsize (KiB) 97672

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 6644
/proc/meminfo: memFree=890336/2055920 swapFree=4192956/4192956
[pid=6570] ppid=6568 vsize=13732 CPUtime=2.22
/proc/6570/stat : 6570 (sugar) S 6568 6570 6494 0 -1 4194304 1185 19171 0 77 4 1 194 23 16 0 1 0 3980700 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6570/statm: 3433 815 374 3 0 533 0
[pid=6627] ppid=6570 vsize=5356 CPUtime=0
/proc/6627/stat : 6627 (sh) S 6570 6570 6494 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3980955 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6627/statm: 1339 232 193 169 0 50 0
[pid=6628] ppid=6627 vsize=78748 CPUtime=3146.77
/proc/6628/stat : 6628 (minisat) R 6627 6570 6494 0 -1 4194304 18890 0 0 0 314648 29 0 0 25 0 1 0 3980956 80637952 18860 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6628/statm: 19687 18860 75 150 0 19534 0
Current children cumulated CPU time (s) 3148.99
Current children cumulated vsize (KiB) 97836

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 6644
/proc/meminfo: memFree=888992/2055920 swapFree=4192956/4192956
[pid=6570] ppid=6568 vsize=13732 CPUtime=2.22
/proc/6570/stat : 6570 (sugar) S 6568 6570 6494 0 -1 4194304 1185 19171 0 77 4 1 194 23 16 0 1 0 3980700 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6570/statm: 3433 815 374 3 0 533 0
[pid=6627] ppid=6570 vsize=5356 CPUtime=0
/proc/6627/stat : 6627 (sh) S 6570 6570 6494 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3980955 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6627/statm: 1339 232 193 169 0 50 0
[pid=6628] ppid=6627 vsize=78748 CPUtime=3206.53
/proc/6628/stat : 6628 (minisat) R 6627 6570 6494 0 -1 4194304 18895 0 0 0 320624 29 0 0 25 0 1 0 3980956 80637952 18865 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6628/statm: 19687 18865 75 150 0 19534 0
Current children cumulated CPU time (s) 3208.75
Current children cumulated vsize (KiB) 97836

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 6644
/proc/meminfo: memFree=886880/2055920 swapFree=4192956/4192956
[pid=6570] ppid=6568 vsize=13732 CPUtime=2.22
/proc/6570/stat : 6570 (sugar) S 6568 6570 6494 0 -1 4194304 1185 19171 0 77 4 1 194 23 16 0 1 0 3980700 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6570/statm: 3433 815 374 3 0 533 0
[pid=6627] ppid=6570 vsize=5356 CPUtime=0
/proc/6627/stat : 6627 (sh) S 6570 6570 6494 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3980955 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6627/statm: 1339 232 193 169 0 50 0
[pid=6628] ppid=6627 vsize=78828 CPUtime=3266.28
/proc/6628/stat : 6628 (minisat) R 6627 6570 6494 0 -1 4194304 18922 0 0 0 326599 29 0 0 25 0 1 0 3980956 80719872 18892 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6628/statm: 19707 18892 75 150 0 19554 0
Current children cumulated CPU time (s) 3268.5
Current children cumulated vsize (KiB) 97916

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 6644
/proc/meminfo: memFree=884384/2055920 swapFree=4192956/4192956
[pid=6570] ppid=6568 vsize=13732 CPUtime=2.22
/proc/6570/stat : 6570 (sugar) S 6568 6570 6494 0 -1 4194304 1185 19171 0 77 4 1 194 23 16 0 1 0 3980700 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6570/statm: 3433 815 374 3 0 533 0
[pid=6627] ppid=6570 vsize=5356 CPUtime=0
/proc/6627/stat : 6627 (sh) S 6570 6570 6494 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3980955 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6627/statm: 1339 232 193 169 0 50 0
[pid=6628] ppid=6627 vsize=78828 CPUtime=3326.04
/proc/6628/stat : 6628 (minisat) R 6627 6570 6494 0 -1 4194304 18926 0 0 0 332574 30 0 0 25 0 1 0 3980956 80719872 18896 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 0 0 0
/proc/6628/statm: 19707 18896 75 150 0 19554 0
Current children cumulated CPU time (s) 3328.26
Current children cumulated vsize (KiB) 97916

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 6644
/proc/meminfo: memFree=882080/2055920 swapFree=4192956/4192956
[pid=6570] ppid=6568 vsize=13732 CPUtime=2.22
/proc/6570/stat : 6570 (sugar) S 6568 6570 6494 0 -1 4194304 1185 19171 0 77 4 1 194 23 16 0 1 0 3980700 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6570/statm: 3433 815 374 3 0 533 0
[pid=6627] ppid=6570 vsize=5356 CPUtime=0
/proc/6627/stat : 6627 (sh) S 6570 6570 6494 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3980955 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6627/statm: 1339 232 193 169 0 50 0
[pid=6628] ppid=6627 vsize=78948 CPUtime=3385.79
/proc/6628/stat : 6628 (minisat) R 6627 6570 6494 0 -1 4194304 18932 0 0 0 338549 30 0 0 25 0 1 0 3980956 80842752 18902 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6628/statm: 19737 18902 75 150 0 19584 0
Current children cumulated CPU time (s) 3388.01
Current children cumulated vsize (KiB) 98036

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 6646
/proc/meminfo: memFree=879584/2055920 swapFree=4192956/4192956
[pid=6570] ppid=6568 vsize=13732 CPUtime=2.22
/proc/6570/stat : 6570 (sugar) S 6568 6570 6494 0 -1 4194304 1185 19171 0 77 4 1 194 23 16 0 1 0 3980700 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6570/statm: 3433 815 374 3 0 533 0
[pid=6627] ppid=6570 vsize=5356 CPUtime=0
/proc/6627/stat : 6627 (sh) S 6570 6570 6494 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3980955 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6627/statm: 1339 232 193 169 0 50 0
[pid=6628] ppid=6627 vsize=79028 CPUtime=3445.54
/proc/6628/stat : 6628 (minisat) R 6627 6570 6494 0 -1 4194304 18959 0 0 0 344524 30 0 0 25 0 1 0 3980956 80924672 18929 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6628/statm: 19757 18929 75 150 0 19604 0
Current children cumulated CPU time (s) 3447.76
Current children cumulated vsize (KiB) 98116

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 6646
/proc/meminfo: memFree=877344/2055920 swapFree=4192956/4192956
[pid=6570] ppid=6568 vsize=13732 CPUtime=2.22
/proc/6570/stat : 6570 (sugar) S 6568 6570 6494 0 -1 4194304 1185 19171 0 77 4 1 194 23 16 0 1 0 3980700 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6570/statm: 3433 815 374 3 0 533 0
[pid=6627] ppid=6570 vsize=5356 CPUtime=0
/proc/6627/stat : 6627 (sh) S 6570 6570 6494 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3980955 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6627/statm: 1339 232 193 169 0 50 0
[pid=6628] ppid=6627 vsize=79148 CPUtime=3505.3
/proc/6628/stat : 6628 (minisat) R 6627 6570 6494 0 -1 4194304 18971 0 0 0 350500 30 0 0 25 0 1 0 3980956 81047552 18941 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6628/statm: 19787 18941 75 150 0 19634 0
Current children cumulated CPU time (s) 3507.52
Current children cumulated vsize (KiB) 98236

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 6646
/proc/meminfo: memFree=876192/2055920 swapFree=4192956/4192956
[pid=6570] ppid=6568 vsize=13732 CPUtime=2.22
/proc/6570/stat : 6570 (sugar) S 6568 6570 6494 0 -1 4194304 1185 19171 0 77 4 1 194 23 16 0 1 0 3980700 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6570/statm: 3433 815 374 3 0 533 0
[pid=6627] ppid=6570 vsize=5356 CPUtime=0
/proc/6627/stat : 6627 (sh) S 6570 6570 6494 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3980955 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6627/statm: 1339 232 193 169 0 50 0
[pid=6628] ppid=6627 vsize=79312 CPUtime=3565.06
/proc/6628/stat : 6628 (minisat) R 6627 6570 6494 0 -1 4194304 19024 0 0 0 356476 30 0 0 25 0 1 0 3980956 81215488 18994 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6628/statm: 19828 18994 75 150 0 19675 0
Current children cumulated CPU time (s) 3567.28
Current children cumulated vsize (KiB) 98400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3615.2 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 6646
/proc/meminfo: memFree=876128/2055920 swapFree=4192956/4192956
[pid=6570] ppid=6568 vsize=13732 CPUtime=2.22
/proc/6570/stat : 6570 (sugar) S 6568 6570 6494 0 -1 4194304 1185 19171 0 77 4 1 194 23 16 0 1 0 3980700 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6570/statm: 3433 815 374 3 0 533 0
[pid=6627] ppid=6570 vsize=5356 CPUtime=0
/proc/6627/stat : 6627 (sh) S 6570 6570 6494 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3980955 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6627/statm: 1339 232 193 169 0 50 0
[pid=6628] ppid=6627 vsize=79312 CPUtime=3597.83
/proc/6628/stat : 6628 (minisat) R 6627 6570 6494 0 -1 4194304 19037 0 0 0 359753 30 0 0 25 0 1 0 3980956 81215488 19007 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/6628/statm: 19828 19007 75 150 0 19675 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 98400

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6570 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=987697
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=253961
# CPU time returned by wait4() is 2.24166
# while last known CPU time is 3600.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3615.22
CPU time (s): 3600.05
CPU user time (s): 3599.51
CPU system time (s): 0.54
CPU usage (%): 99.5803
Max. virtual memory (cumulated for all children) (KiB): 888444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.9877
system time used= 0.253961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20700
page faults= 77
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3568
involuntary context switches= 3223

runsolver used 3.52746 second user time and 9.82251 second system time

The end

Launcher Data (download as text)

Begin job on node36 at 2008-07-23 01:21:55
IDJOB=1127444
IDBENCH=63429
IDSOLVER=368
FILE ID=node36/1127444-1216768915
PBS_JOBID= 7974120
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/cnf/2-40-100-1000/normalized-cnf-2-40-800-810527_ext.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1127444-1216768915/watcher-1127444-1216768915 -o /tmp/evaluation-result-1127444-1216768915/solver-1127444-1216768915 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1127444-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:       1093152 kB
Buffers:         26676 kB
Cached:         861472 kB
SwapCached:          0 kB
Active:         302136 kB
Inactive:       601136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1093152 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2192 kB
Writeback:           0 kB
Mapped:          25500 kB
Slab:            45068 kB
Committed_AS:    77704 kB
PageTables:       1696 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:12