Trace number 1070634

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? (TO) 1800.03 1814.48

General information on the benchmark

Namecsp/pseudoGLB/
normalized-pigeon-cardinality-105-100.xml
MD5SUM3af25c26f846dfc757d456c2bce96115
Bench CategoryGLOBAL (global constraints)
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 variables10500
Number of constraints205
Maximum constraint arity105
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(205)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 12:11:37 2008
0.00/0.04	c 0	PID 25515
0.03/0.05	c 0	HOST node43.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1070634-1215166297.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1070634-1215166297.xml' 'HOME/temp.csp'
0.04/0.73	c 1	1 domains, 10500 variables, 0 predicates, 0 relations, 205 constraints
0.04/0.79	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.79	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.71/0.86	c 1	Parsing HOME/temp.csp
1.01/1.18	c 2	parsed 10000 expressions
1.29/1.44	c 2	parsed 10706 expressions
1.29/1.44	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.29/1.44	c 2	Converting to clausal form CSP
1.29/1.48	c 2	converted 1071 (10%) expressions
1.29/1.49	c 2	converted 2142 (20%) expressions
1.29/1.49	c 2	converted 3212 (30%) expressions
1.29/1.50	c 2	converted 4283 (40%) expressions
1.39/1.50	c 2	converted 5353 (50%) expressions
1.39/1.50	c 2	converted 6424 (60%) expressions
1.39/1.50	c 2	converted 7495 (70%) expressions
1.39/1.50	c 2	converted 8565 (80%) expressions
1.39/1.50	c 2	converted 9636 (90%) expressions
3.17/3.31	c 4	converted 10706 (100%) expressions
3.17/3.32	c 4	CSP : 31090 integers, 0 booleans, 41385 clauses, largest domain size 54
3.17/3.32	c 4	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.17/3.32	c 4	Propagation in CSP
3.66/3.82	c 4	50400 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.66/3.82	c 4	CSP : 31090 integers, 0 booleans, 41385 clauses, largest domain size 51
3.66/3.82	c 4	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.66/3.84	c 4	Simplifing CSP by introducing new Boolean variables
3.66/3.86	c 4	CSP : 31090 integers, 0 booleans, 41385 clauses, largest domain size 51
3.66/3.86	c 4	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.86/4.02	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.86/4.06	c 4	3109 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.86/4.07	c 4	6218 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.86/4.07	c 4	9327 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.86/4.09	c 4	12436 (40%) CSP integer variables are encoded (9338 clauses, 140134 bytes)
3.96/4.11	c 4	15545 (50%) CSP integer variables are encoded (24338 clauses, 365134 bytes)
3.96/4.13	c 4	18654 (60%) CSP integer variables are encoded (39394 clauses, 590974 bytes)
3.96/4.15	c 4	21763 (70%) CSP integer variables are encoded (49770 clauses, 746614 bytes)
3.96/4.16	c 4	24872 (80%) CSP integer variables are encoded (49770 clauses, 746614 bytes)
3.96/4.16	c 4	27981 (90%) CSP integer variables are encoded (49770 clauses, 746614 bytes)
3.96/4.17	c 4	31090 (100%) CSP integer variables are encoded (49770 clauses, 746614 bytes)
4.26/4.48	c 5	4139 (10%) CSP clauses are encoded (176721 clauses, 3305089 bytes)
4.55/4.74	c 5	8277 (20%) CSP clauses are encoded (303669 clauses, 5868561 bytes)
4.75/4.99	c 5	12416 (30%) CSP clauses are encoded (430625 clauses, 8432188 bytes)
5.05/5.25	c 6	16554 (40%) CSP clauses are encoded (557578 clauses, 10995760 bytes)
5.25/5.50	c 6	20693 (50%) CSP clauses are encoded (684511 clauses, 13561227 bytes)
5.34/5.55	c 6	24831 (60%) CSP clauses are encoded (692767 clauses, 13690729 bytes)
5.34/5.59	c 6	28970 (70%) CSP clauses are encoded (701024 clauses, 13820268 bytes)
5.45/5.64	c 6	33108 (80%) CSP clauses are encoded (709280 clauses, 13949786 bytes)
5.45/5.69	c 6	37247 (90%) CSP clauses are encoded (717539 clauses, 14079346 bytes)
5.54/5.74	c 6	41385 (100%) CSP clauses are encoded (725795 clauses, 14208872 bytes)
5.54/5.74	c 6	41385 CSP clauses encoded
5.54/5.74	c 6	Writing map file : HOME/temp.map
5.63/5.82	c 6	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.63/5.82	c 6	SAT : 80860 SAT variables, 725795 SAT clauses, 14208872 bytes
5.63/5.82	c 6	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.63/5.87	c 6	SOLVING HOME/temp.cnf
5.63/5.87	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.63/5.87	c 6	This is MiniSat 2.0 beta
5.63/5.87	c 6	WARNING: for repeatability, setting FPU to use double precision
5.63/5.87	c 6	============================[ Problem Statistics ]=============================
5.63/5.88	c 6	|                                                                             |
5.63/5.88	c 6	|  Number of variables:  80860                                                |
5.63/5.88	c 6	|  Number of clauses:    725795                                               |
5.68/6.25	c 7	|  Parsing time:         0.32         s                                       |
5.68/6.27	c 7	============================[ Search Statistics ]==============================
5.68/6.27	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.68/6.27	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.68/6.27	c 7	===============================================================================
5.68/6.27	c 7	|         0 |   80860   725795  1976390 |   241931        0    nan |  0.000 % |
6.29/6.56	c 7	|       100 |   80860   725795  1976390 |   266124      100    204 |  0.000 % |
6.58/6.82	c 7	|       252 |   80860   725795  1976390 |   292737      252     99 |  0.000 % |
6.88/7.11	c 7	|       477 |   80860   725795  1976390 |   322011      477     88 |  0.000 % |
7.08/7.37	c 8	|       814 |   80860   725795  1976390 |   354212      814     58 |  0.000 % |
7.57/7.80	c 8	|      1322 |   80860   725795  1976390 |   389633     1322     47 |  0.000 % |
7.87/8.12	c 8	|      2083 |   80860   725795  1976390 |   428596     2083     45 |  0.000 % |
8.46/8.77	c 9	|      3223 |   80860   725795  1976390 |   471456     3223     43 |  0.000 % |
9.56/9.84	c 10	|      4933 |   80860   725795  1976390 |   518602     4933     44 |  0.000 % |
11.44/11.75	c 12	|      7496 |   80860   725795  1976390 |   570462     7496     48 |  0.000 % |
13.12/13.47	c 14	|     11340 |   80860   725795  1976390 |   627508    11340     39 |  0.000 % |
15.89/16.22	c 17	|     17106 |   80860   725795  1976390 |   690259    17106     33 |  0.000 % |
23.12/23.52	c 24	|     25756 |   80860   725795  1976390 |   759285    25756     42 |  0.000 % |
43.82/44.44	c 45	|     38730 |   80860   725795  1976390 |   835213    38730     67 |  0.000 % |
61.07/61.80	c 62	|     58192 |   80860   725795  1976390 |   918735    58192     91 |  0.000 % |
100.28/101.49	c 102	|     87384 |   80860   725795  1976390 |  1010608    87384     89 |  0.000 % |
156.46/158.12	c 158	|    131173 |   80860   725795  1976390 |  1111669   131173    102 |  0.000 % |
273.64/276.50	c 277	|    196858 |   80860   725795  1976390 |  1222836   196858    112 |  0.000 % |
428.08/432.36	c 433	|    295386 |   80860   725795  1976390 |  1345120   295386     86 |  0.000 % |
662.37/668.83	c 669	|    443175 |   80860   725795  1976390 |  1479632   443175     98 |  0.000 % |
1234.65/1246.50	c 1247	|    664858 |   80860   725795  1976390 |  1627595   664858    109 |  0.000 % |
1800.03/1814.41	c ERROR INTERRUPTED
1800.03/1814.47	s UNKNOWN
1800.03/1814.47	c 1815	CPU 5.43 (0.04 0.01 5.39 0.25)
1800.03/1814.47	c 1815	END Fri Jul  4 12:41:52 2008

Verifier Data (download as text)

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

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-1070634-1215166297/watcher-1070634-1215166297 -o /tmp/evaluation-result-1070634-1215166297/solver-1070634-1215166297 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1070634-1215166297.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): 2200 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.99 1.98 1.99 4/80 25515
/proc/meminfo: memFree=1763432/2055920 swapFree=4179776/4192956
[pid=25515] ppid=25513 vsize=12000 CPUtime=0
/proc/25515/stat : 25515 (sugar) R 25513 25515 21814 0 -1 4194304 213 0 0 0 0 0 0 0 20 0 1 0 1995602203 12288000 181 996147200 4194304 4206940 548682068608 18446744073709551615 221954973856 0 0 4224 0 0 0 0 17 1 0 0
/proc/25515/statm: 3000 181 142 3 0 100 0

[startup+0.049369 s]
/proc/loadavg: 1.99 1.98 1.99 4/80 25515
/proc/meminfo: memFree=1763432/2055920 swapFree=4179776/4192956
[pid=25515] ppid=25513 vsize=13600 CPUtime=0.03
/proc/25515/stat : 25515 (sugar) S 25513 25515 21814 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1995602203 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25515/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101971 s]
/proc/loadavg: 1.99 1.98 1.99 4/80 25515
/proc/meminfo: memFree=1763432/2055920 swapFree=4179776/4192956
[pid=25515] ppid=25513 vsize=13600 CPUtime=0.04
/proc/25515/stat : 25515 (sugar) S 25513 25515 21814 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1995602203 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25515/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301989 s]
/proc/loadavg: 1.99 1.98 1.99 4/80 25515
/proc/meminfo: memFree=1763432/2055920 swapFree=4179776/4192956
[pid=25515] ppid=25513 vsize=13600 CPUtime=0.04
/proc/25515/stat : 25515 (sugar) S 25513 25515 21814 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1995602203 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25515/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701025 s]
/proc/loadavg: 1.99 1.98 1.99 4/80 25515
/proc/meminfo: memFree=1763432/2055920 swapFree=4179776/4192956
[pid=25515] ppid=25513 vsize=13600 CPUtime=0.04
/proc/25515/stat : 25515 (sugar) S 25513 25515 21814 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1995602203 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25515/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50209 s]
/proc/loadavg: 1.99 1.98 1.99 3/91 25537
/proc/meminfo: memFree=1755216/2055920 swapFree=4179776/4192956
[pid=25515] ppid=25513 vsize=13600 CPUtime=0.71
/proc/25515/stat : 25515 (sugar) S 25513 25515 21814 0 -1 4194304 974 7430 0 1 3 1 62 5 15 0 1 0 1995602203 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25515/statm: 3400 797 370 3 0 500 0
[pid=25528] ppid=25515 vsize=5356 CPUtime=0
/proc/25528/stat : 25528 (sh) S 25515 25515 21814 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995602282 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25528/statm: 1339 233 193 169 0 50 0
[pid=25529] ppid=25528 vsize=864244 CPUtime=0.68
/proc/25529/stat : 25529 (java) S 25528 25515 21814 0 -1 0 6514 0 1 0 65 3 0 0 18 0 9 0 1995602282 884985856 5725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25529/statm: 216061 5725 2540 9 0 210636 0
[pid=25529/tid=25530] ppid=25528 vsize=864244 CPUtime=0.45
/proc/25529/task/25530/stat : 25530 (java) R 25528 25515 21814 0 -1 64 2592 0 1 0 44 1 0 0 18 0 9 0 1995602283 884985856 5725 996147200 134512640 134550740 4294955952 18446744073709551615 4125964090 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25529/tid=25531] ppid=25528 vsize=864244 CPUtime=0.12
/proc/25529/task/25531/stat : 25531 (java) S 25528 25515 21814 0 -1 64 2879 0 0 0 11 1 0 0 16 0 9 0 1995602284 884985856 5725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25529/tid=25532] ppid=25528 vsize=864244 CPUtime=0
/proc/25529/task/25532/stat : 25532 (java) S 25528 25515 21814 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995602284 884985856 5725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25529/tid=25533] ppid=25528 vsize=864244 CPUtime=0
/proc/25529/task/25533/stat : 25533 (java) S 25528 25515 21814 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1995602284 884985856 5725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25529/tid=25534] ppid=25528 vsize=864244 CPUtime=0
/proc/25529/task/25534/stat : 25534 (java) S 25528 25515 21814 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995602286 884985856 5725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25529/tid=25535] ppid=25528 vsize=864244 CPUtime=0.09
/proc/25529/task/25535/stat : 25535 (java) S 25528 25515 21814 0 -1 64 346 0 0 0 9 0 0 0 16 0 9 0 1995602286 884985856 5725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25529/tid=25536] ppid=25528 vsize=864244 CPUtime=0
/proc/25529/task/25536/stat : 25536 (java) S 25528 25515 21814 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995602286 884985856 5725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25529/tid=25537] ppid=25528 vsize=864244 CPUtime=0
/proc/25529/task/25537/stat : 25537 (java) S 25528 25515 21814 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995602286 884985856 5725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 883200

[startup+3.10124 s]
/proc/loadavg: 1.99 1.98 1.99 4/91 25537
/proc/meminfo: memFree=1737360/2055920 swapFree=4179776/4192956
[pid=25515] ppid=25513 vsize=13600 CPUtime=0.71
/proc/25515/stat : 25515 (sugar) S 25513 25515 21814 0 -1 4194304 974 7430 0 1 3 1 62 5 15 0 1 0 1995602203 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25515/statm: 3400 797 370 3 0 500 0
[pid=25528] ppid=25515 vsize=5356 CPUtime=0
/proc/25528/stat : 25528 (sh) S 25515 25515 21814 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995602282 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25528/statm: 1339 233 193 169 0 50 0
[pid=25529] ppid=25528 vsize=868388 CPUtime=2.27
/proc/25529/stat : 25529 (java) S 25528 25515 21814 0 -1 0 12760 0 1 0 220 7 0 0 18 0 9 0 1995602282 889229312 11749 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25529/statm: 217097 11749 2541 9 0 211672 0
[pid=25529/tid=25530] ppid=25528 vsize=868388 CPUtime=1.41
/proc/25529/task/25530/stat : 25530 (java) R 25528 25515 21814 0 -1 64 2931 0 1 0 139 2 0 0 25 0 9 0 1995602283 889229312 11749 996147200 134512640 134550740 4294955952 18446744073709551615 4126621360 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25529/tid=25531] ppid=25528 vsize=868388 CPUtime=0.62
/proc/25529/task/25531/stat : 25531 (java) S 25528 25515 21814 0 -1 64 7693 0 0 0 59 3 0 0 16 0 9 0 1995602284 889229312 11749 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25529/tid=25532] ppid=25528 vsize=868388 CPUtime=0
/proc/25529/task/25532/stat : 25532 (java) S 25528 25515 21814 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995602284 889229312 11749 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25529/tid=25533] ppid=25528 vsize=868388 CPUtime=0
/proc/25529/task/25533/stat : 25533 (java) S 25528 25515 21814 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1995602284 889229312 11749 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25529/tid=25534] ppid=25528 vsize=868388 CPUtime=0
/proc/25529/task/25534/stat : 25534 (java) S 25528 25515 21814 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995602286 889229312 11749 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25529/tid=25535] ppid=25528 vsize=868388 CPUtime=0.21
/proc/25529/task/25535/stat : 25535 (java) S 25528 25515 21814 0 -1 64 1439 0 0 0 21 0 0 0 16 0 9 0 1995602286 889229312 11749 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25529/tid=25536] ppid=25528 vsize=868388 CPUtime=0
/proc/25529/task/25536/stat : 25536 (java) S 25528 25515 21814 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995602286 889229312 11749 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25529/tid=25537] ppid=25528 vsize=868388 CPUtime=0
/proc/25529/task/25537/stat : 25537 (java) S 25528 25515 21814 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995602286 889229312 11749 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887344

[startup+6.30153 s]
/proc/loadavg: 1.99 1.98 1.99 3/91 25537
/proc/meminfo: memFree=1706384/2055920 swapFree=4179776/4192956
[pid=25515] ppid=25513 vsize=13600 CPUtime=5.68
/proc/25515/stat : 25515 (sugar) S 25513 25515 21814 0 -1 4194304 1033 22092 0 2 4 1 539 24 15 0 1 0 1995602203 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25515/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 5.68
Current children cumulated vsize (KiB) 13600

[startup+12.7011 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 25539
/proc/meminfo: memFree=1709584/2055920 swapFree=4179776/4192956
[pid=25515] ppid=25513 vsize=13600 CPUtime=5.68
/proc/25515/stat : 25515 (sugar) S 25513 25515 21814 0 -1 4194304 1033 22092 0 2 4 1 539 24 16 0 1 0 1995602203 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25515/statm: 3400 799 370 3 0 500 0
[pid=25538] ppid=25515 vsize=5356 CPUtime=0
/proc/25538/stat : 25538 (sh) S 25515 25515 21814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995602790 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25538/statm: 1339 232 193 169 0 50 0
[pid=25539] ppid=25538 vsize=39708 CPUtime=6.75
/proc/25539/stat : 25539 (minisat) R 25538 25515 21814 0 -1 4194304 9308 0 0 0 669 6 0 0 25 0 1 0 1995602791 40660992 9294 996147200 134512640 135127466 4294956272 18446744073709551615 134531110 0 0 4096 3 0 0 0 17 1 0 0
/proc/25539/statm: 9927 9294 76 150 0 9774 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 58664

[startup+25.5013 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 25539
/proc/meminfo: memFree=1705424/2055920 swapFree=4179776/4192956
[pid=25515] ppid=25513 vsize=13600 CPUtime=5.68
/proc/25515/stat : 25515 (sugar) S 25513 25515 21814 0 -1 4194304 1033 22092 0 2 4 1 539 24 16 0 1 0 1995602203 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25515/statm: 3400 799 370 3 0 500 0
[pid=25538] ppid=25515 vsize=5356 CPUtime=0
/proc/25538/stat : 25538 (sh) S 25515 25515 21814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995602790 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25538/statm: 1339 232 193 169 0 50 0
[pid=25539] ppid=25538 vsize=44036 CPUtime=19.42
/proc/25539/stat : 25539 (minisat) R 25538 25515 21814 0 -1 4194304 10374 0 0 0 1935 7 0 0 25 0 1 0 1995602791 45092864 10360 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25539/statm: 11009 10360 76 150 0 10856 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 62992

[startup+51.1016 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 25539
/proc/meminfo: memFree=1693968/2055920 swapFree=4179776/4192956
[pid=25515] ppid=25513 vsize=13600 CPUtime=5.68
/proc/25515/stat : 25515 (sugar) S 25513 25515 21814 0 -1 4194304 1033 22092 0 2 4 1 539 24 16 0 1 0 1995602203 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25515/statm: 3400 799 370 3 0 500 0
[pid=25538] ppid=25515 vsize=5356 CPUtime=0
/proc/25538/stat : 25538 (sh) S 25515 25515 21814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995602790 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25538/statm: 1339 232 193 169 0 50 0
[pid=25539] ppid=25538 vsize=55656 CPUtime=44.77
/proc/25539/stat : 25539 (minisat) R 25538 25515 21814 0 -1 4194304 13276 0 0 0 4467 10 0 0 25 0 1 0 1995602791 56991744 13262 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/25539/statm: 13914 13262 76 150 0 13761 0
Current children cumulated CPU time (s) 50.45
Current children cumulated vsize (KiB) 74612

[startup+102.306 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 25539
/proc/meminfo: memFree=1675216/2055920 swapFree=4179776/4192956
[pid=25515] ppid=25513 vsize=13600 CPUtime=5.68
/proc/25515/stat : 25515 (sugar) S 25513 25515 21814 0 -1 4194304 1033 22092 0 2 4 1 539 24 16 0 1 0 1995602203 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25515/statm: 3400 799 370 3 0 500 0
[pid=25538] ppid=25515 vsize=5356 CPUtime=0
/proc/25538/stat : 25538 (sh) S 25515 25515 21814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995602790 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25538/statm: 1339 232 193 169 0 50 0
[pid=25539] ppid=25538 vsize=73908 CPUtime=95.49
/proc/25539/stat : 25539 (minisat) R 25538 25515 21814 0 -1 4194304 17842 0 0 0 9535 14 0 0 25 0 1 0 1995602791 75681792 17828 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25539/statm: 18477 17828 76 150 0 18324 0
Current children cumulated CPU time (s) 101.17
Current children cumulated vsize (KiB) 92864

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 25539
/proc/meminfo: memFree=1649616/2055920 swapFree=4179776/4192956
[pid=25515] ppid=25513 vsize=13600 CPUtime=5.68
/proc/25515/stat : 25515 (sugar) S 25513 25515 21814 0 -1 4194304 1033 22092 0 2 4 1 539 24 16 0 1 0 1995602203 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25515/statm: 3400 799 370 3 0 500 0
[pid=25538] ppid=25515 vsize=5356 CPUtime=0
/proc/25538/stat : 25538 (sh) S 25515 25515 21814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995602790 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25538/statm: 1339 232 193 169 0 50 0
[pid=25539] ppid=25538 vsize=99936 CPUtime=154.94
/proc/25539/stat : 25539 (minisat) R 25538 25515 21814 0 -1 4194304 24344 0 0 0 15472 22 0 0 25 0 1 0 1995602791 102334464 24330 996147200 134512640 135127466 4294956272 18446744073709551615 134531110 0 0 4096 3 0 0 0 17 1 0 0
/proc/25539/statm: 24984 24330 76 150 0 24831 0
Current children cumulated CPU time (s) 160.62

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

/proc/meminfo: memFree=1380368/2055920 swapFree=4179776/4192956
[pid=25515] ppid=25513 vsize=13600 CPUtime=5.68
/proc/25515/stat : 25515 (sugar) S 25513 25515 21814 0 -1 4194304 1033 22092 0 2 4 1 539 24 16 0 1 0 1995602203 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25515/statm: 3400 799 370 3 0 500 0
[pid=25538] ppid=25515 vsize=5356 CPUtime=0
/proc/25538/stat : 25538 (sh) S 25515 25515 21814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995602790 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25538/statm: 1339 232 193 169 0 50 0
[pid=25539] ppid=25538 vsize=371400 CPUtime=1284.25
/proc/25539/stat : 25539 (minisat) R 25538 25515 21814 0 -1 4194304 91262 0 0 0 128336 89 0 0 25 0 1 0 1995602791 380313600 91248 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25539/statm: 92850 91248 76 150 0 92697 0
Current children cumulated CPU time (s) 1289.93
Current children cumulated vsize (KiB) 390356

[startup+1362.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/83 25539
/proc/meminfo: memFree=1365968/2055920 swapFree=4179776/4192956
[pid=25515] ppid=25513 vsize=13600 CPUtime=5.68
/proc/25515/stat : 25515 (sugar) S 25513 25515 21814 0 -1 4194304 1033 22092 0 2 4 1 539 24 16 0 1 0 1995602203 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25515/statm: 3400 799 370 3 0 500 0
[pid=25538] ppid=25515 vsize=5356 CPUtime=0
/proc/25538/stat : 25538 (sh) S 25515 25515 21814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995602790 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25538/statm: 1339 232 193 169 0 50 0
[pid=25539] ppid=25538 vsize=385668 CPUtime=1343.69
/proc/25539/stat : 25539 (minisat) R 25538 25515 21814 0 -1 4194304 94868 0 0 0 134276 93 0 0 25 0 1 0 1995602791 394924032 94854 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/25539/statm: 96417 94854 76 150 0 96264 0
Current children cumulated CPU time (s) 1349.37
Current children cumulated vsize (KiB) 404624

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 25541
/proc/meminfo: memFree=1353424/2055920 swapFree=4179776/4192956
[pid=25515] ppid=25513 vsize=13600 CPUtime=5.68
/proc/25515/stat : 25515 (sugar) S 25513 25515 21814 0 -1 4194304 1033 22092 0 2 4 1 539 24 16 0 1 0 1995602203 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25515/statm: 3400 799 370 3 0 500 0
[pid=25538] ppid=25515 vsize=5356 CPUtime=0
/proc/25538/stat : 25538 (sh) S 25515 25515 21814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995602790 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25538/statm: 1339 232 193 169 0 50 0
[pid=25539] ppid=25538 vsize=398100 CPUtime=1403.13
/proc/25539/stat : 25539 (minisat) R 25538 25515 21814 0 -1 4194304 97979 0 0 0 140217 96 0 0 25 0 1 0 1995602791 407654400 97965 996147200 134512640 135127466 4294956272 18446744073709551615 134530778 0 0 4096 3 0 0 0 17 1 0 0
/proc/25539/statm: 99525 97965 76 150 0 99372 0
Current children cumulated CPU time (s) 1408.81
Current children cumulated vsize (KiB) 417056

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 25541
/proc/meminfo: memFree=1340368/2055920 swapFree=4179776/4192956
[pid=25515] ppid=25513 vsize=13600 CPUtime=5.68
/proc/25515/stat : 25515 (sugar) S 25513 25515 21814 0 -1 4194304 1033 22092 0 2 4 1 539 24 16 0 1 0 1995602203 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25515/statm: 3400 799 370 3 0 500 0
[pid=25538] ppid=25515 vsize=5356 CPUtime=0
/proc/25538/stat : 25538 (sh) S 25515 25515 21814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995602790 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25538/statm: 1339 232 193 169 0 50 0
[pid=25539] ppid=25538 vsize=411268 CPUtime=1462.57
/proc/25539/stat : 25539 (minisat) R 25538 25515 21814 0 -1 4194304 101264 0 0 0 146157 100 0 0 25 0 1 0 1995602791 421138432 101250 996147200 134512640 135127466 4294956272 18446744073709551615 134527213 0 0 4096 3 0 0 0 17 1 0 0
/proc/25539/statm: 102817 101250 76 150 0 102664 0
Current children cumulated CPU time (s) 1468.25
Current children cumulated vsize (KiB) 430224

[startup+1542.3 s]
/proc/loadavg: 1.47 1.87 1.95 2/67 25564
/proc/meminfo: memFree=1368864/2055920 swapFree=4179776/4192956
[pid=25515] ppid=25513 vsize=13600 CPUtime=5.68
/proc/25515/stat : 25515 (sugar) S 25513 25515 21814 0 -1 4194304 1033 22092 0 2 4 1 539 24 16 0 1 0 1995602203 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25515/statm: 3400 799 370 3 0 500 0
[pid=25538] ppid=25515 vsize=5356 CPUtime=0
/proc/25538/stat : 25538 (sh) S 25515 25515 21814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995602790 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25538/statm: 1339 232 193 169 0 50 0
[pid=25539] ppid=25538 vsize=423596 CPUtime=1522.35
/proc/25539/stat : 25539 (minisat) R 25538 25515 21814 0 -1 4194304 104332 0 0 0 152132 103 0 0 25 0 1 0 1995602791 433762304 104318 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25539/statm: 105899 104318 76 150 0 105746 0
Current children cumulated CPU time (s) 1528.03
Current children cumulated vsize (KiB) 442552

[startup+1602.3 s]
/proc/loadavg: 1.19 1.72 1.89 2/67 25564
/proc/meminfo: memFree=1358304/2055920 swapFree=4179776/4192956
[pid=25515] ppid=25513 vsize=13600 CPUtime=5.68
/proc/25515/stat : 25515 (sugar) S 25513 25515 21814 0 -1 4194304 1033 22092 0 2 4 1 539 24 16 0 1 0 1995602203 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25515/statm: 3400 799 370 3 0 500 0
[pid=25538] ppid=25515 vsize=5356 CPUtime=0
/proc/25538/stat : 25538 (sh) S 25515 25515 21814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995602790 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25538/statm: 1339 232 193 169 0 50 0
[pid=25539] ppid=25538 vsize=434156 CPUtime=1582.33
/proc/25539/stat : 25539 (minisat) R 25538 25515 21814 0 -1 4194304 106984 0 0 0 158127 106 0 0 25 0 1 0 1995602791 444575744 106970 996147200 134512640 135127466 4294956272 18446744073709551615 134528963 0 0 4096 3 0 0 0 17 0 0 0
/proc/25539/statm: 108539 106970 76 150 0 108386 0
Current children cumulated CPU time (s) 1588.01
Current children cumulated vsize (KiB) 453112

[startup+1662.3 s]
/proc/loadavg: 1.06 1.58 1.83 2/67 25564
/proc/meminfo: memFree=1347680/2055920 swapFree=4179776/4192956
[pid=25515] ppid=25513 vsize=13600 CPUtime=5.68
/proc/25515/stat : 25515 (sugar) S 25513 25515 21814 0 -1 4194304 1033 22092 0 2 4 1 539 24 16 0 1 0 1995602203 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25515/statm: 3400 799 370 3 0 500 0
[pid=25538] ppid=25515 vsize=5356 CPUtime=0
/proc/25538/stat : 25538 (sh) S 25515 25515 21814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995602790 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25538/statm: 1339 232 193 169 0 50 0
[pid=25539] ppid=25538 vsize=444604 CPUtime=1642.31
/proc/25539/stat : 25539 (minisat) R 25538 25515 21814 0 -1 4194304 109609 0 0 0 164122 109 0 0 25 0 1 0 1995602791 455274496 109595 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25539/statm: 111151 109595 76 150 0 110998 0
Current children cumulated CPU time (s) 1647.99
Current children cumulated vsize (KiB) 463560

[startup+1722.3 s]
/proc/loadavg: 1.02 1.48 1.78 2/67 25564
/proc/meminfo: memFree=1338592/2055920 swapFree=4179776/4192956
[pid=25515] ppid=25513 vsize=13600 CPUtime=5.68
/proc/25515/stat : 25515 (sugar) S 25513 25515 21814 0 -1 4194304 1033 22092 0 2 4 1 539 24 16 0 1 0 1995602203 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25515/statm: 3400 799 370 3 0 500 0
[pid=25538] ppid=25515 vsize=5356 CPUtime=0
/proc/25538/stat : 25538 (sh) S 25515 25515 21814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995602790 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25538/statm: 1339 232 193 169 0 50 0
[pid=25539] ppid=25538 vsize=453696 CPUtime=1702.27
/proc/25539/stat : 25539 (minisat) R 25538 25515 21814 0 -1 4194304 111875 0 0 0 170116 111 0 0 25 0 1 0 1995602791 464584704 111861 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25539/statm: 113424 111861 76 150 0 113271 0
Current children cumulated CPU time (s) 1707.95
Current children cumulated vsize (KiB) 472652

[startup+1782.3 s]
/proc/loadavg: 1.01 1.38 1.72 2/67 25564
/proc/meminfo: memFree=1327584/2055920 swapFree=4179776/4192956
[pid=25515] ppid=25513 vsize=13600 CPUtime=5.68
/proc/25515/stat : 25515 (sugar) S 25513 25515 21814 0 -1 4194304 1033 22092 0 2 4 1 539 24 16 0 1 0 1995602203 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25515/statm: 3400 799 370 3 0 500 0
[pid=25538] ppid=25515 vsize=5356 CPUtime=0
/proc/25538/stat : 25538 (sh) S 25515 25515 21814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995602790 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25538/statm: 1339 232 193 169 0 50 0
[pid=25539] ppid=25538 vsize=464636 CPUtime=1762.25
/proc/25539/stat : 25539 (minisat) R 25538 25515 21814 0 -1 4194304 114580 0 0 0 176112 113 0 0 25 0 1 0 1995602791 475787264 114566 996147200 134512640 135127466 4294956272 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/25539/statm: 116159 114566 76 150 0 116006 0
Current children cumulated CPU time (s) 1767.93
Current children cumulated vsize (KiB) 483592



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.4 s]
/proc/loadavg: 1.00 1.34 1.70 2/67 25564
/proc/meminfo: memFree=1322976/2055920 swapFree=4179776/4192956
[pid=25515] ppid=25513 vsize=13600 CPUtime=5.68
/proc/25515/stat : 25515 (sugar) S 25513 25515 21814 0 -1 4194304 1033 22092 0 2 4 1 539 24 16 0 1 0 1995602203 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25515/statm: 3400 799 370 3 0 500 0
[pid=25538] ppid=25515 vsize=5356 CPUtime=0
/proc/25538/stat : 25538 (sh) S 25515 25515 21814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995602790 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25538/statm: 1339 232 193 169 0 50 0
[pid=25539] ppid=25538 vsize=469156 CPUtime=1794.35
/proc/25539/stat : 25539 (minisat) R 25538 25515 21814 0 -1 4194304 115729 0 0 0 179321 114 0 0 25 0 1 0 1995602791 480415744 115715 996147200 134512640 135127466 4294956272 18446744073709551615 134530736 0 0 4096 3 0 0 0 17 0 0 0
/proc/25539/statm: 117289 115715 76 150 0 117136 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 488112

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 25515 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=440172
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=271958
# CPU time returned by wait4() is 5.71213
# 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.48
CPU time (s): 1800.03
CPU user time (s): 1798.64
CPU system time (s): 1.39
CPU usage (%): 99.2034
Max. virtual memory (cumulated for all children) (KiB): 887848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.44017
system time used= 0.271958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23470
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= 4981
involuntary context switches= 4947

runsolver used 2.16567 second user time and 5.81811 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-04 12:11:37
IDJOB=1070634
IDBENCH=55909
IDSOLVER=346
FILE ID=node43/1070634-1215166297
PBS_JOBID= 7877393
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-pigeon-cardinality-105-100.xml
COMMAND LINE= DIR/sugar -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-1070634-1215166297/watcher-1070634-1215166297 -o /tmp/evaluation-result-1070634-1215166297/solver-1070634-1215166297 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1070634-1215166297.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3af25c26f846dfc757d456c2bce96115
RANDOM SEED=1829748907

node43.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.230
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.230
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:       1763912 kB
Buffers:         43668 kB
Cached:         143900 kB
SwapCached:       7048 kB
Active:         163732 kB
Inactive:        69736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1763912 kB
SwapTotal:     4192956 kB
SwapFree:      4179776 kB
Dirty:            2084 kB
Writeback:           0 kB
Mapped:          62108 kB
Slab:            43572 kB
Committed_AS:  4502480 kB
PageTables:       1960 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 node43 at 2008-07-04 12:41:54