Trace number 2086504

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.14.6+minisat? (TO) 1800.03 1814

General information on the benchmark

Namecsp/bibdVariousK/
normalized-bibd-21-28-8-6-2_glb.xml
MD5SUM43f8af121f89189e34019dd27fcf5130
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables6468
Number of constraints6139
Maximum constraint arity28
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5880
Global constraints used (with number of constraints)weightedsum(259)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 09:27:47 2009
0.00/0.08	c 0	PID 26172
0.00/0.08	c 0	HOST node56.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2086504-1247383667.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2086504-1247383667.xml' 'HOME/temp.csp'
0.07/0.94	c 1	1 domains, 6468 variables, 1 predicates, 0 relations, 6139 constraints
0.07/0.98	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.98	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.92/1.06	c 1	Parsing HOME/temp.csp
1.22/1.34	c 2	parsed 10000 expressions
1.32/1.44	c 2	parsed 12609 expressions
1.32/1.45	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.32/1.45	c 2	Converting to clausal form CSP
1.32/1.49	c 2	converted 1261 (10%) expressions
1.32/1.50	c 2	converted 2522 (20%) expressions
1.41/1.50	c 2	converted 3783 (30%) expressions
1.41/1.51	c 2	converted 5044 (40%) expressions
1.41/1.51	c 2	converted 6305 (50%) expressions
1.91/2.09	c 2	converted 7566 (60%) expressions
2.29/2.49	c 3	converted 8827 (70%) expressions
2.80/2.93	c 3	converted 10088 (80%) expressions
3.09/3.24	c 4	converted 11349 (90%) expressions
3.98/4.15	c 5	converted 12609 (100%) expressions
3.98/4.15	c 5	CSP : 19782 integers, 11760 booleans, 62426 clauses, largest domain size 11
3.98/4.15	c 5	Heap : 40 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.98/4.15	c 5	Propagation in CSP
4.18/4.35	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.18/4.36	c 5	CSP : 19782 integers, 11760 booleans, 62426 clauses, largest domain size 11
4.18/4.36	c 5	Heap : 40 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.18/4.38	c 5	Simplifing CSP by introducing new Boolean variables
4.28/4.42	c 5	CSP : 19782 integers, 11760 booleans, 62426 clauses, largest domain size 11
4.28/4.42	c 5	Heap : 41 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.48/4.66	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.48/4.69	c 5	1979 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.48/4.69	c 5	3957 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.57/4.70	c 5	5935 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.57/4.70	c 5	7913 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.57/4.70	c 5	9891 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.57/4.71	c 5	11870 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.57/4.71	c 5	13848 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.57/4.71	c 5	15826 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.57/4.72	c 5	17804 (90%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.57/4.73	c 5	19782 (100%) CSP integer variables are encoded (7770 clauses, 116614 bytes)
4.67/4.81	c 5	6243 (10%) CSP clauses are encoded (14013 clauses, 205909 bytes)
4.67/4.85	c 5	12486 (20%) CSP clauses are encoded (20256 clauses, 296878 bytes)
4.67/4.89	c 5	18728 (30%) CSP clauses are encoded (26498 clauses, 388934 bytes)
4.77/4.94	c 5	24971 (40%) CSP clauses are encoded (32741 clauses, 487566 bytes)
4.77/4.98	c 5	31213 (50%) CSP clauses are encoded (38983 clauses, 586198 bytes)
4.87/5.02	c 5	37456 (60%) CSP clauses are encoded (45226 clauses, 684835 bytes)
4.87/5.06	c 5	43699 (70%) CSP clauses are encoded (51469 clauses, 783474 bytes)
4.97/5.10	c 5	49941 (80%) CSP clauses are encoded (57711 clauses, 882092 bytes)
4.97/5.14	c 6	56184 (90%) CSP clauses are encoded (63954 clauses, 980737 bytes)
34.17/34.63	c 35	62426 (100%) CSP clauses are encoded (1240680 clauses, 38508103 bytes)
34.17/34.63	c 35	62426 CSP clauses encoded
34.17/34.63	c 35	Writing map file : HOME/temp.map
34.17/34.67	c 35	Heap : 37 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
34.17/34.67	c 35	SAT : 39312 SAT variables, 1240680 SAT clauses, 38508103 bytes
34.17/34.67	c 35	Heap : 37 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
34.24/34.72	c 35	SOLVING HOME/temp.cnf
34.24/34.72	c 35	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
34.24/34.73	c 35	This is MiniSat 2.0 beta
34.24/34.73	c 35	WARNING: for repeatability, setting FPU to use double precision
34.24/34.73	c 35	============================[ Problem Statistics ]=============================
34.24/34.73	c 35	|                                                                             |
34.24/34.73	c 35	|  Number of variables:  39312                                                |
34.24/34.73	c 35	|  Number of clauses:    1240680                                              |
35.03/35.56	c 36	|  Parsing time:         0.72         s                                       |
35.13/35.62	c 36	============================[ Search Statistics ]==============================
35.13/35.62	c 36	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
35.13/35.62	c 36	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
35.13/35.62	c 36	===============================================================================
35.13/35.62	c 36	|         0 |   39312  1240680  6620250 |   413560        0    nan |  0.000 % |
35.13/35.64	c 36	|       100 |   39312  1240680  6620250 |   454916      100     17 |  0.000 % |
35.23/35.77	c 36	|       250 |   39312  1240680  6620250 |   500407      250     16 |  0.000 % |
35.43/35.95	c 36	|       475 |   39312  1240680  6620250 |   550448      475     16 |  0.000 % |
35.63/36.19	c 37	|       812 |   39312  1240680  6620250 |   605493      812     16 |  0.000 % |
36.12/36.63	c 37	|      1318 |   39312  1240680  6620250 |   666042     1318     20 |  0.000 % |
36.92/37.41	c 38	|      2078 |   39312  1240680  6620250 |   732646     2078     22 |  0.000 % |
37.81/38.32	c 39	|      3217 |   39312  1240680  6620250 |   805911     3217     23 |  0.000 % |
39.29/39.87	c 40	|      4925 |   39312  1240680  6620250 |   886502     4925     24 |  0.000 % |
42.06/42.67	c 43	|      7487 |   39312  1240680  6620250 |   975152     7487     27 |  0.000 % |
46.73/47.31	c 48	|     11331 |   39312  1240680  6620250 |  1072668    11331     29 |  0.000 % |
52.76/53.49	c 54	|     17098 |   39312  1240680  6620250 |  1179934    17098     35 |  0.000 % |
61.47/62.24	c 63	|     25747 |   39312  1240680  6620250 |  1297928    25747     41 |  0.000 % |
74.65/75.57	c 76	|     38721 |   39312  1240680  6620250 |  1427721    38721     44 |  0.000 % |
98.93/100.06	c 100	|     58182 |   39312  1240680  6620250 |  1570493    58182     50 |  0.000 % |
138.65/140.14	c 141	|     87374 |   39312  1240680  6620250 |  1727542    87374     56 |  0.000 % |
203.64/205.78	c 206	|    131163 |   39312  1240680  6620250 |  1900297   131163     68 |  0.000 % |
307.34/310.43	c 311	|    196847 |   39312  1240680  6620250 |  2090326   196847     69 |  0.000 % |
486.35/491.14	c 492	|    295373 |   39312  1240680  6620250 |  2299359   295373     76 |  0.000 % |
778.09/785.64	c 786	|    443165 |   39312  1240680  6620250 |  2529295   443165     78 |  0.000 % |
1346.92/1359.83	c 1360	|    664848 |   39312  1240680  6620250 |  2782224   664848    100 |  0.000 % |
1800.03/1813.92	c ERROR INTERRUPTED
1800.03/1813.98	s UNKNOWN
1800.03/1813.98	c 1814	CPU 34.28 (0.07 0.01 33.76 0.44)
1800.03/1813.98	c 1814	END Sun Jul 12 09:58:01 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2086504-1247383667/watcher-2086504-1247383667 -o /tmp/evaluation-result-2086504-1247383667/solver-2086504-1247383667 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2086504-1247383667.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.98 2.00 2.00 4/74 26172
/proc/meminfo: memFree=1893632/2055920 swapFree=4192812/4192956
[pid=26172] ppid=26170 vsize=18576 CPUtime=0
/proc/26172/stat : 26172 (runsolver) R 26170 26172 25114 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 25430051 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 250968861991 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26172/statm: 4644 284 249 26 0 2626 0

[startup+0.123793 s]
/proc/loadavg: 1.98 2.00 2.00 4/74 26172
/proc/meminfo: memFree=1893632/2055920 swapFree=4192812/4192956
[pid=26172] ppid=26170 vsize=16868 CPUtime=0.07
/proc/26172/stat : 26172 (sugar) S 26170 26172 25114 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 25430051 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26172/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.202802 s]
/proc/loadavg: 1.98 2.00 2.00 4/74 26172
/proc/meminfo: memFree=1893632/2055920 swapFree=4192812/4192956
[pid=26172] ppid=26170 vsize=16868 CPUtime=0.07
/proc/26172/stat : 26172 (sugar) S 26170 26172 25114 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 25430051 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26172/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302811 s]
/proc/loadavg: 1.98 2.00 2.00 4/74 26172
/proc/meminfo: memFree=1893632/2055920 swapFree=4192812/4192956
[pid=26172] ppid=26170 vsize=16868 CPUtime=0.07
/proc/26172/stat : 26172 (sugar) S 26170 26172 25114 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 25430051 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26172/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702849 s]
/proc/loadavg: 1.98 2.00 2.00 4/74 26172
/proc/meminfo: memFree=1893632/2055920 swapFree=4192812/4192956
[pid=26172] ppid=26170 vsize=16868 CPUtime=0.07
/proc/26172/stat : 26172 (sugar) S 26170 26172 25114 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 25430051 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26172/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50292 s]
/proc/loadavg: 1.98 2.00 2.00 5/85 26194
/proc/meminfo: memFree=1885544/2055920 swapFree=4192812/4192956
[pid=26172] ppid=26170 vsize=16868 CPUtime=0.92
/proc/26172/stat : 26172 (sugar) S 26170 26172 25114 0 -1 4194304 1309 8896 0 1 6 1 79 6 15 0 1 0 25430051 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26172/statm: 4217 1111 409 3 0 796 0
[pid=26185] ppid=26172 vsize=5356 CPUtime=0
/proc/26185/stat : 26185 (sh) S 26172 26172 25114 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25430150 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26185/statm: 1339 233 193 169 0 50 0
[pid=26186] ppid=26185 vsize=864260 CPUtime=0.49
/proc/26186/stat : 26186 (java) S 26185 26172 25114 0 -1 0 6052 0 1 0 47 2 0 0 18 0 9 0 25430150 885002240 5318 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26186/statm: 216065 5318 2567 9 0 210570 0
[pid=26186/tid=26187] ppid=26185 vsize=864260 CPUtime=0.36
/proc/26186/task/26187/stat : 26187 (java) R 26185 26172 25114 0 -1 64 2552 0 1 0 35 1 0 0 18 0 9 0 25430151 885002240 5318 996147200 134512640 134550932 4294955936 18446744073709551615 4126513181 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26186/tid=26188] ppid=26185 vsize=864260 CPUtime=0.06
/proc/26186/task/26188/stat : 26188 (java) S 26185 26172 25114 0 -1 64 2487 0 0 0 6 0 0 0 16 0 9 0 25430152 885002240 5318 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26186/tid=26189] ppid=26185 vsize=864260 CPUtime=0
/proc/26186/task/26189/stat : 26189 (java) S 26185 26172 25114 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25430152 885002240 5318 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26186/tid=26190] ppid=26185 vsize=864260 CPUtime=0
/proc/26186/task/26190/stat : 26190 (java) S 26185 26172 25114 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 25430152 885002240 5318 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26186/tid=26191] ppid=26185 vsize=864260 CPUtime=0
/proc/26186/task/26191/stat : 26191 (java) S 26185 26172 25114 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25430154 885002240 5318 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26186/tid=26192] ppid=26185 vsize=864260 CPUtime=0.05
/proc/26186/task/26192/stat : 26192 (java) S 26185 26172 25114 0 -1 64 310 0 0 0 5 0 0 0 16 0 9 0 25430154 885002240 5318 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26186/tid=26193] ppid=26185 vsize=864260 CPUtime=0
/proc/26186/task/26193/stat : 26193 (java) S 26185 26172 25114 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25430154 885002240 5318 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26186/tid=26194] ppid=26185 vsize=864260 CPUtime=0
/proc/26186/task/26194/stat : 26194 (java) S 26185 26172 25114 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25430154 885002240 5318 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886484

[startup+3.10408 s]
/proc/loadavg: 1.98 2.00 2.00 3/85 26194
/proc/meminfo: memFree=1866472/2055920 swapFree=4192812/4192956
[pid=26172] ppid=26170 vsize=16868 CPUtime=0.92
/proc/26172/stat : 26172 (sugar) S 26170 26172 25114 0 -1 4194304 1309 8896 0 1 6 1 79 6 16 0 1 0 25430051 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26172/statm: 4217 1111 409 3 0 796 0
[pid=26185] ppid=26172 vsize=5356 CPUtime=0
/proc/26185/stat : 26185 (sh) S 26172 26172 25114 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25430150 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26185/statm: 1339 233 193 169 0 50 0
[pid=26186] ppid=26185 vsize=868600 CPUtime=2.08
/proc/26186/stat : 26186 (java) S 26185 26172 25114 0 -1 0 13603 0 1 0 201 7 0 0 18 0 9 0 25430150 889446400 12637 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26186/statm: 217150 12637 2566 9 0 211655 0
[pid=26186/tid=26187] ppid=26185 vsize=868600 CPUtime=1.26
/proc/26186/task/26187/stat : 26187 (java) R 26185 26172 25114 0 -1 64 2871 0 1 0 124 2 0 0 25 0 9 0 25430151 889446400 12637 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26186/tid=26188] ppid=26185 vsize=868600 CPUtime=0.59
/proc/26186/task/26188/stat : 26188 (java) R 26185 26172 25114 0 -1 64 8539 0 0 0 56 3 0 0 15 0 9 0 25430152 889446400 12637 996147200 134512640 134550932 4294955936 18446744073709551615 102549442 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26186/tid=26189] ppid=26185 vsize=868600 CPUtime=0
/proc/26186/task/26189/stat : 26189 (java) S 26185 26172 25114 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25430152 889446400 12637 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26186/tid=26190] ppid=26185 vsize=868600 CPUtime=0
/proc/26186/task/26190/stat : 26190 (java) S 26185 26172 25114 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 25430152 889446400 12637 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26186/tid=26191] ppid=26185 vsize=868600 CPUtime=0
/proc/26186/task/26191/stat : 26191 (java) S 26185 26172 25114 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25430154 889446400 12637 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26186/tid=26192] ppid=26185 vsize=868600 CPUtime=0.19
/proc/26186/task/26192/stat : 26192 (java) S 26185 26172 25114 0 -1 64 1490 0 0 0 19 0 0 0 16 0 9 0 25430154 889446400 12637 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26186/tid=26193] ppid=26185 vsize=868600 CPUtime=0
/proc/26186/task/26193/stat : 26193 (java) S 26185 26172 25114 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25430154 889446400 12637 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26186/tid=26194] ppid=26185 vsize=868600 CPUtime=0
/proc/26186/task/26194/stat : 26194 (java) S 26185 26172 25114 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25430154 889446400 12637 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890824

[startup+6.3024 s]
/proc/loadavg: 2.06 2.01 2.00 3/85 26194
/proc/meminfo: memFree=1832872/2055920 swapFree=4192812/4192956
[pid=26172] ppid=26170 vsize=16868 CPUtime=0.92
/proc/26172/stat : 26172 (sugar) S 26170 26172 25114 0 -1 4194304 1310 8896 0 1 6 1 79 6 15 0 1 0 25430051 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26172/statm: 4217 1111 409 3 0 796 0
[pid=26185] ppid=26172 vsize=5356 CPUtime=0
/proc/26185/stat : 26185 (sh) S 26172 26172 25114 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25430150 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26185/statm: 1339 233 193 169 0 50 0
[pid=26186] ppid=26185 vsize=868712 CPUtime=5.24
/proc/26186/stat : 26186 (java) S 26185 26172 25114 0 -1 0 17954 0 1 0 511 13 0 0 18 0 9 0 25430150 889561088 16216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26186/statm: 217178 16216 2590 9 0 211655 0
[pid=26186/tid=26187] ppid=26185 vsize=868712 CPUtime=3.73
/proc/26186/task/26187/stat : 26187 (java) R 26185 26172 25114 0 -1 64 3274 0 1 0 368 5 0 0 25 0 9 0 25430151 889561088 16216 996147200 134512640 134550932 4294955936 18446744073709551615 4126554227 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26186/tid=26188] ppid=26185 vsize=868712 CPUtime=1.21
/proc/26186/task/26188/stat : 26188 (java) S 26185 26172 25114 0 -1 64 12433 0 0 0 115 6 0 0 16 0 9 0 25430152 889561088 16216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26186/tid=26189] ppid=26185 vsize=868712 CPUtime=0
/proc/26186/task/26189/stat : 26189 (java) S 26185 26172 25114 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25430152 889561088 16216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26186/tid=26190] ppid=26185 vsize=868712 CPUtime=0
/proc/26186/task/26190/stat : 26190 (java) S 26185 26172 25114 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25430152 889561088 16216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26186/tid=26191] ppid=26185 vsize=868712 CPUtime=0
/proc/26186/task/26191/stat : 26191 (java) S 26185 26172 25114 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25430154 889561088 16216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26186/tid=26192] ppid=26185 vsize=868712 CPUtime=0.27
/proc/26186/task/26192/stat : 26192 (java) S 26185 26172 25114 0 -1 64 1544 0 0 0 27 0 0 0 16 0 9 0 25430154 889561088 16216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26186/tid=26193] ppid=26185 vsize=868712 CPUtime=0
/proc/26186/task/26193/stat : 26193 (java) S 26185 26172 25114 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25430154 889561088 16216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26186/tid=26194] ppid=26185 vsize=868712 CPUtime=0
/proc/26186/task/26194/stat : 26194 (java) S 26185 26172 25114 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25430154 889561088 16216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890936

[startup+12.702 s]
/proc/loadavg: 2.06 2.01 2.00 3/85 26194
/proc/meminfo: memFree=1824048/2055920 swapFree=4192812/4192956
[pid=26172] ppid=26170 vsize=16868 CPUtime=0.92
/proc/26172/stat : 26172 (sugar) S 26170 26172 25114 0 -1 4194304 1310 8896 0 1 6 1 79 6 15 0 1 0 25430051 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26172/statm: 4217 1111 409 3 0 796 0
[pid=26185] ppid=26172 vsize=5356 CPUtime=0
/proc/26185/stat : 26185 (sh) S 26172 26172 25114 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25430150 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26185/statm: 1339 233 193 169 0 50 0
[pid=26186] ppid=26185 vsize=868712 CPUtime=11.57
/proc/26186/stat : 26186 (java) S 26185 26172 25114 0 -1 0 18067 0 1 0 1139 18 0 0 18 0 9 0 25430150 889561088 16221 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26186/statm: 217178 16221 2590 9 0 211655 0
[pid=26186/tid=26187] ppid=26185 vsize=868712 CPUtime=10
/proc/26186/task/26187/stat : 26187 (java) R 26185 26172 25114 0 -1 64 3384 0 1 0 991 9 0 0 25 0 9 0 25430151 889561088 16221 996147200 134512640 134550932 4294955936 18446744073709551615 4127111574 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26186/tid=26188] ppid=26185 vsize=868712 CPUtime=1.26
/proc/26186/task/26188/stat : 26188 (java) S 26185 26172 25114 0 -1 64 12433 0 0 0 120 6 0 0 16 0 9 0 25430152 889561088 16221 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26186/tid=26189] ppid=26185 vsize=868712 CPUtime=0
/proc/26186/task/26189/stat : 26189 (java) S 26185 26172 25114 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25430152 889561088 16221 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26186/tid=26190] ppid=26185 vsize=868712 CPUtime=0
/proc/26186/task/26190/stat : 26190 (java) S 26185 26172 25114 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25430152 889561088 16221 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26186/tid=26191] ppid=26185 vsize=868712 CPUtime=0
/proc/26186/task/26191/stat : 26191 (java) S 26185 26172 25114 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25430154 889561088 16221 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26186/tid=26192] ppid=26185 vsize=868712 CPUtime=0.27
/proc/26186/task/26192/stat : 26192 (java) S 26185 26172 25114 0 -1 64 1547 0 0 0 27 0 0 0 16 0 9 0 25430154 889561088 16221 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26186/tid=26193] ppid=26185 vsize=868712 CPUtime=0
/proc/26186/task/26193/stat : 26193 (java) S 26185 26172 25114 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25430154 889561088 16221 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26186/tid=26194] ppid=26185 vsize=868712 CPUtime=0
/proc/26186/task/26194/stat : 26194 (java) S 26185 26172 25114 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25430154 889561088 16221 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 890936

[startup+25.5023 s]
/proc/loadavg: 2.04 2.01 2.00 3/85 26194
/proc/meminfo: memFree=1808240/2055920 swapFree=4192812/4192956
[pid=26172] ppid=26170 vsize=16868 CPUtime=0.92
/proc/26172/stat : 26172 (sugar) S 26170 26172 25114 0 -1 4194304 1310 8896 0 1 6 1 79 6 15 0 1 0 25430051 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26172/statm: 4217 1111 409 3 0 796 0
[pid=26185] ppid=26172 vsize=5356 CPUtime=0
/proc/26185/stat : 26185 (sh) S 26172 26172 25114 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25430150 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26185/statm: 1339 233 193 169 0 50 0
[pid=26186] ppid=26185 vsize=868712 CPUtime=24.24
/proc/26186/stat : 26186 (java) S 26185 26172 25114 0 -1 0 18259 0 1 0 2395 29 0 0 18 0 9 0 25430150 889561088 16221 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26186/statm: 217178 16221 2590 9 0 211655 0
[pid=26186/tid=26187] ppid=26185 vsize=868712 CPUtime=22.58
/proc/26186/task/26187/stat : 26187 (java) R 26185 26172 25114 0 -1 64 3576 0 1 0 2238 20 0 0 25 0 9 0 25430151 889561088 16221 996147200 134512640 134550932 4294955936 18446744073709551615 4126886016 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26186/tid=26188] ppid=26185 vsize=868712 CPUtime=1.36
/proc/26186/task/26188/stat : 26188 (java) S 26185 26172 25114 0 -1 64 12433 0 0 0 129 7 0 0 16 0 9 0 25430152 889561088 16221 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26186/tid=26189] ppid=26185 vsize=868712 CPUtime=0
/proc/26186/task/26189/stat : 26189 (java) S 26185 26172 25114 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25430152 889561088 16221 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26186/tid=26190] ppid=26185 vsize=868712 CPUtime=0
/proc/26186/task/26190/stat : 26190 (java) S 26185 26172 25114 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25430152 889561088 16221 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26186/tid=26191] ppid=26185 vsize=868712 CPUtime=0

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

/proc/meminfo: memFree=1506584/2055920 swapFree=4192812/4192956
[pid=26172] ppid=26170 vsize=16868 CPUtime=34.28
/proc/26172/stat : 26172 (sugar) S 26170 26172 25114 0 -1 4194304 1376 27607 0 2 7 1 3376 44 16 0 1 0 25430051 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26172/statm: 4217 1113 409 3 0 796 0
[pid=26195] ppid=26172 vsize=5356 CPUtime=0
/proc/26195/stat : 26195 (sh) S 26172 26172 25114 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25433524 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26195/statm: 1339 232 193 169 0 50 0
[pid=26196] ppid=26195 vsize=346380 CPUtime=1255.68
/proc/26196/stat : 26196 (minisat) R 26195 26172 25114 0 -1 4194304 86043 0 0 0 125482 86 0 0 25 0 1 0 25433524 354693120 86029 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26196/statm: 86595 86029 76 150 0 86442 0
Current children cumulated CPU time (s) 1289.96
Current children cumulated vsize (KiB) 368604

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 26199
/proc/meminfo: memFree=1490712/2055920 swapFree=4192812/4192956
[pid=26172] ppid=26170 vsize=16868 CPUtime=34.28
/proc/26172/stat : 26172 (sugar) S 26170 26172 25114 0 -1 4194304 1376 27607 0 2 7 1 3376 44 16 0 1 0 25430051 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26172/statm: 4217 1113 409 3 0 796 0
[pid=26195] ppid=26172 vsize=5356 CPUtime=0
/proc/26195/stat : 26195 (sh) S 26172 26172 25114 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25433524 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26195/statm: 1339 232 193 169 0 50 0
[pid=26196] ppid=26195 vsize=361836 CPUtime=1315.12
/proc/26196/stat : 26196 (minisat) R 26195 26172 25114 0 -1 4194304 89942 0 0 0 131422 90 0 0 25 0 1 0 25433524 370520064 89928 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/26196/statm: 90459 89928 76 150 0 90306 0
Current children cumulated CPU time (s) 1349.4
Current children cumulated vsize (KiB) 384060

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 26201
/proc/meminfo: memFree=1479192/2055920 swapFree=4192812/4192956
[pid=26172] ppid=26170 vsize=16868 CPUtime=34.28
/proc/26172/stat : 26172 (sugar) S 26170 26172 25114 0 -1 4194304 1376 27607 0 2 7 1 3376 44 16 0 1 0 25430051 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26172/statm: 4217 1113 409 3 0 796 0
[pid=26195] ppid=26172 vsize=5356 CPUtime=0
/proc/26195/stat : 26195 (sh) S 26172 26172 25114 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25433524 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26195/statm: 1339 232 193 169 0 50 0
[pid=26196] ppid=26195 vsize=373092 CPUtime=1374.56
/proc/26196/stat : 26196 (minisat) R 26195 26172 25114 0 -1 4194304 92759 0 0 0 137363 93 0 0 25 0 1 0 25433524 382046208 92745 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/26196/statm: 93273 92745 76 150 0 93120 0
Current children cumulated CPU time (s) 1408.84
Current children cumulated vsize (KiB) 395316

[startup+1482.3 s]
/proc/loadavg: 2.16 2.04 2.01 3/85 26243
/proc/meminfo: memFree=1277800/2055920 swapFree=4192812/4192956
[pid=26172] ppid=26170 vsize=16868 CPUtime=34.28
/proc/26172/stat : 26172 (sugar) S 26170 26172 25114 0 -1 4194304 1376 27607 0 2 7 1 3376 44 16 0 1 0 25430051 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26172/statm: 4217 1113 409 3 0 796 0
[pid=26195] ppid=26172 vsize=5356 CPUtime=0
/proc/26195/stat : 26195 (sh) S 26172 26172 25114 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25433524 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26195/statm: 1339 232 193 169 0 50 0
[pid=26196] ppid=26195 vsize=385716 CPUtime=1434.28
/proc/26196/stat : 26196 (minisat) R 26195 26172 25114 0 -1 4194304 95609 0 0 0 143327 101 0 0 25 0 1 0 25433524 394973184 95595 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26196/statm: 96429 95595 76 150 0 96276 0
Current children cumulated CPU time (s) 1468.56
Current children cumulated vsize (KiB) 407940

[startup+1542.31 s]
/proc/loadavg: 2.06 2.03 2.01 3/85 26243
/proc/meminfo: memFree=1263784/2055920 swapFree=4192812/4192956
[pid=26172] ppid=26170 vsize=16868 CPUtime=34.28
/proc/26172/stat : 26172 (sugar) S 26170 26172 25114 0 -1 4194304 1376 27607 0 2 7 1 3376 44 16 0 1 0 25430051 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26172/statm: 4217 1113 409 3 0 796 0
[pid=26195] ppid=26172 vsize=5356 CPUtime=0
/proc/26195/stat : 26195 (sh) S 26172 26172 25114 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25433524 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26195/statm: 1339 232 193 169 0 50 0
[pid=26196] ppid=26195 vsize=399332 CPUtime=1494.25
/proc/26196/stat : 26196 (minisat) R 26195 26172 25114 0 -1 4194304 99043 0 0 0 149321 104 0 0 25 0 1 0 25433524 408915968 99029 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26196/statm: 99833 99029 76 150 0 99680 0
Current children cumulated CPU time (s) 1528.53
Current children cumulated vsize (KiB) 421556

[startup+1602.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/85 26243
/proc/meminfo: memFree=1252712/2055920 swapFree=4192812/4192956
[pid=26172] ppid=26170 vsize=16868 CPUtime=34.28
/proc/26172/stat : 26172 (sugar) S 26170 26172 25114 0 -1 4194304 1376 27607 0 2 7 1 3376 44 16 0 1 0 25430051 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26172/statm: 4217 1113 409 3 0 796 0
[pid=26195] ppid=26172 vsize=5356 CPUtime=0
/proc/26195/stat : 26195 (sh) S 26172 26172 25114 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25433524 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26195/statm: 1339 232 193 169 0 50 0
[pid=26196] ppid=26195 vsize=410424 CPUtime=1554.21
/proc/26196/stat : 26196 (minisat) R 26195 26172 25114 0 -1 4194304 101848 0 0 0 155314 107 0 0 25 0 1 0 25433524 420274176 101834 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 0 0 0
/proc/26196/statm: 102606 101834 76 150 0 102453 0
Current children cumulated CPU time (s) 1588.49
Current children cumulated vsize (KiB) 432648

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/85 26243
/proc/meminfo: memFree=1241768/2055920 swapFree=4192812/4192956
[pid=26172] ppid=26170 vsize=16868 CPUtime=34.28
/proc/26172/stat : 26172 (sugar) S 26170 26172 25114 0 -1 4194304 1376 27607 0 2 7 1 3376 44 16 0 1 0 25430051 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26172/statm: 4217 1113 409 3 0 796 0
[pid=26195] ppid=26172 vsize=5356 CPUtime=0
/proc/26195/stat : 26195 (sh) S 26172 26172 25114 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25433524 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26195/statm: 1339 232 193 169 0 50 0
[pid=26196] ppid=26195 vsize=421000 CPUtime=1614.2
/proc/26196/stat : 26196 (minisat) R 26195 26172 25114 0 -1 4194304 104515 0 0 0 161310 110 0 0 25 0 1 0 25433524 431104000 104501 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/26196/statm: 105250 104501 76 150 0 105097 0
Current children cumulated CPU time (s) 1648.48
Current children cumulated vsize (KiB) 443224

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/85 26243
/proc/meminfo: memFree=1231976/2055920 swapFree=4192812/4192956
[pid=26172] ppid=26170 vsize=16868 CPUtime=34.28
/proc/26172/stat : 26172 (sugar) S 26170 26172 25114 0 -1 4194304 1376 27607 0 2 7 1 3376 44 16 0 1 0 25430051 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26172/statm: 4217 1113 409 3 0 796 0
[pid=26195] ppid=26172 vsize=5356 CPUtime=0
/proc/26195/stat : 26195 (sh) S 26172 26172 25114 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25433524 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26195/statm: 1339 232 193 169 0 50 0
[pid=26196] ppid=26195 vsize=430924 CPUtime=1674.17
/proc/26196/stat : 26196 (minisat) R 26195 26172 25114 0 -1 4194304 106993 0 0 0 167304 113 0 0 25 0 1 0 25433524 441266176 106979 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26196/statm: 107731 106979 76 150 0 107578 0
Current children cumulated CPU time (s) 1708.45
Current children cumulated vsize (KiB) 453148

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/85 26243
/proc/meminfo: memFree=1222120/2055920 swapFree=4192812/4192956
[pid=26172] ppid=26170 vsize=16868 CPUtime=34.28
/proc/26172/stat : 26172 (sugar) S 26170 26172 25114 0 -1 4194304 1376 27607 0 2 7 1 3376 44 16 0 1 0 25430051 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26172/statm: 4217 1113 409 3 0 796 0
[pid=26195] ppid=26172 vsize=5356 CPUtime=0
/proc/26195/stat : 26195 (sh) S 26172 26172 25114 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25433524 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26195/statm: 1339 232 193 169 0 50 0
[pid=26196] ppid=26195 vsize=440540 CPUtime=1734.15
/proc/26196/stat : 26196 (minisat) R 26195 26172 25114 0 -1 4194304 109407 0 0 0 173299 116 0 0 25 0 1 0 25433524 451112960 109393 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/26196/statm: 110135 109393 76 150 0 109982 0
Current children cumulated CPU time (s) 1768.43
Current children cumulated vsize (KiB) 462764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.9 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 26243
/proc/meminfo: memFree=1217128/2055920 swapFree=4192812/4192956
[pid=26172] ppid=26170 vsize=16868 CPUtime=34.28
/proc/26172/stat : 26172 (sugar) S 26170 26172 25114 0 -1 4194304 1376 27607 0 2 7 1 3376 44 16 0 1 0 25430051 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26172/statm: 4217 1113 409 3 0 796 0
[pid=26195] ppid=26172 vsize=5356 CPUtime=0
/proc/26195/stat : 26195 (sh) S 26172 26172 25114 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25433524 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26195/statm: 1339 232 193 169 0 50 0
[pid=26196] ppid=26195 vsize=445468 CPUtime=1765.75
/proc/26196/stat : 26196 (minisat) R 26195 26172 25114 0 -1 4194304 110653 0 0 0 176458 117 0 0 25 0 1 0 25433524 456159232 110639 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/26196/statm: 111367 110639 76 150 0 111214 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 467692

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 26172 and gives
#  childrusage.ru_utime.tv_sec=33
#  childrusage.ru_utime.tv_usec=834856
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=483926
# CPU time returned by wait4() is 34.3188
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1814
CPU time (s): 1800.03
CPU user time (s): 1798.41
CPU system time (s): 1.62
CPU usage (%): 99.2298
Max. virtual memory (cumulated for all children) (KiB): 891828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.8349
system time used= 0.483926
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29366
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8334
involuntary context switches= 8888

runsolver used 2.18067 second user time and 6.10507 second system time

The end

Launcher Data

Begin job on node56 at 2009-07-12 09:27:47
IDJOB=2086504
IDBENCH=58598
IDSOLVER=739
FILE ID=node56/2086504-1247383667
PBS_JOBID= 9507300
Free space on /tmp= 103048 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/bibdVariousK/normalized-bibd-21-28-8-6-2_glb.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2086504-1247383667/watcher-2086504-1247383667 -o /tmp/evaluation-result-2086504-1247383667/solver-2086504-1247383667 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2086504-1247383667.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 43f8af121f89189e34019dd27fcf5130
RANDOM SEED=216316368

node56.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.209
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.209
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:       1894112 kB
Buffers:         10308 kB
Cached:          70408 kB
SwapCached:          0 kB
Active:          83836 kB
Inactive:        26328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1894112 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2484 kB
Writeback:           0 kB
Mapped:          39180 kB
Slab:            36884 kB
Committed_AS:   257848 kB
PageTables:       1860 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= 103016 MiB
End job on node56 at 2009-07-12 09:58:03