Trace number 2080663

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.07 1806.26

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-26.xml
MD5SUMce7f4058683062b14d9ebfb55192dac0
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.87041
Satisfiable
(Un)Satisfiability was proved
Number of variables676
Number of constraints8475
Maximum constraint arity2
Maximum domain size26
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8475
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 05:46:52 2009
0.00/0.08	c 0	PID 24640
0.06/0.08	c 0	HOST node15.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2080663-1247370412.xml TO HOME/temp.csp
0.06/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-2080663-1247370412.xml' 'HOME/temp.csp'
0.96/1.08	c 1	1 domains, 676 variables, 4 predicates, 0 relations, 8475 constraints
1.04/1.13	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.04/1.13	c 2	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'
1.05/1.21	c 2	Parsing HOME/temp.csp
1.05/1.35	c 2	parsed 9156 expressions
1.05/1.36	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.05/1.36	c 2	Converting to clausal form CSP
1.05/1.59	c 2	converted 916 (10%) expressions
1.05/1.78	c 2	converted 1832 (20%) expressions
1.05/1.97	c 2	converted 2747 (30%) expressions
2.00/2.12	c 3	converted 3663 (40%) expressions
2.20/2.31	c 3	converted 4578 (50%) expressions
2.29/2.45	c 3	converted 5494 (60%) expressions
2.39/2.58	c 3	converted 6410 (70%) expressions
2.59/2.73	c 3	converted 7325 (80%) expressions
2.80/2.94	c 3	converted 8241 (90%) expressions
2.90/3.08	c 3	converted 9156 (100%) expressions
2.90/3.08	c 3	CSP : 676 integers, 7960 booleans, 25045 clauses, largest domain size 26
2.90/3.08	c 3	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.90/3.08	c 3	Propagation in CSP
3.19/3.33	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.19/3.33	c 4	CSP : 676 integers, 7960 booleans, 25045 clauses, largest domain size 26
3.19/3.33	c 4	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.19/3.35	c 4	Simplifing CSP by introducing new Boolean variables
3.30/3.40	c 4	CSP : 676 integers, 16900 booleans, 33985 clauses, largest domain size 26
3.30/3.40	c 4	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.39/3.52	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.39/3.58	c 4	68 (10%) CSP integer variables are encoded (1632 clauses, 19153 bytes)
3.39/3.59	c 4	136 (20%) CSP integer variables are encoded (3264 clauses, 40369 bytes)
3.39/3.59	c 4	203 (30%) CSP integer variables are encoded (4872 clauses, 61273 bytes)
3.49/3.61	c 4	271 (40%) CSP integer variables are encoded (6504 clauses, 82489 bytes)
3.49/3.61	c 4	338 (50%) CSP integer variables are encoded (8112 clauses, 103393 bytes)
3.49/3.62	c 4	406 (60%) CSP integer variables are encoded (9744 clauses, 124898 bytes)
3.49/3.63	c 4	474 (70%) CSP integer variables are encoded (11376 clauses, 149378 bytes)
3.49/3.63	c 4	541 (80%) CSP integer variables are encoded (12984 clauses, 173498 bytes)
3.49/3.64	c 4	609 (90%) CSP integer variables are encoded (14616 clauses, 197978 bytes)
3.49/3.65	c 4	676 (100%) CSP integer variables are encoded (16224 clauses, 222098 bytes)
3.78/3.98	c 4	3399 (10%) CSP clauses are encoded (81880 clauses, 1453948 bytes)
4.09/4.26	c 5	6797 (20%) CSP clauses are encoded (147295 clauses, 2746788 bytes)
4.38/4.54	c 5	10196 (30%) CSP clauses are encoded (212809 clauses, 4049918 bytes)
4.68/4.82	c 5	13594 (40%) CSP clauses are encoded (278631 clauses, 5365559 bytes)
4.98/5.10	c 6	16993 (50%) CSP clauses are encoded (344095 clauses, 6677167 bytes)
5.19/5.37	c 6	20391 (60%) CSP clauses are encoded (409388 clauses, 7985504 bytes)
5.48/5.65	c 6	23790 (70%) CSP clauses are encoded (475821 clauses, 9322124 bytes)
5.77/5.93	c 6	27188 (80%) CSP clauses are encoded (541199 clauses, 10647018 bytes)
6.08/6.20	c 7	30587 (90%) CSP clauses are encoded (607414 clauses, 12044307 bytes)
6.28/6.48	c 7	33985 (100%) CSP clauses are encoded (673534 clauses, 13458708 bytes)
6.28/6.48	c 7	33985 CSP clauses encoded
6.28/6.48	c 7	Writing map file : HOME/temp.map
6.37/6.50	c 7	Heap : 13 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
6.37/6.50	c 7	SAT : 33800 SAT variables, 673534 SAT clauses, 13458708 bytes
6.37/6.50	c 7	Heap : 13 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
6.37/6.56	c 7	SOLVING HOME/temp.cnf
6.37/6.56	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.37/6.56	c 7	This is MiniSat 2.0 beta
6.37/6.56	c 7	WARNING: for repeatability, setting FPU to use double precision
6.37/6.56	c 7	============================[ Problem Statistics ]=============================
6.37/6.56	c 7	|                                                                             |
6.37/6.56	c 7	|  Number of variables:  33800                                                |
6.37/6.56	c 7	|  Number of clauses:    673534                                               |
6.41/6.91	c 7	|  Parsing time:         0.30         s                                       |
6.41/6.93	c 7	============================[ Search Statistics ]==============================
6.41/6.93	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.41/6.93	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.41/6.93	c 7	===============================================================================
6.41/6.93	c 7	|         0 |   33800   673534  1943708 |   224511        0    nan |  0.000 % |
6.41/7.01	c 7	|       100 |   33800   673534  1943708 |   246962      100      7 |  0.000 % |
6.41/7.13	c 8	|       250 |   33800   673534  1943708 |   271658      250      6 |  0.000 % |
6.41/7.26	c 8	|       475 |   33800   673534  1943708 |   298824      475      6 |  0.000 % |
6.41/7.40	c 8	|       813 |   33800   673534  1943708 |   328707      813      7 |  0.000 % |
6.41/7.59	c 8	|      1319 |   33800   673534  1943708 |   361577     1319      7 |  0.000 % |
7.62/7.83	c 8	|      2078 |   33800   673534  1943708 |   397735     2078      7 |  0.000 % |
7.83/8.07	c 8	|      3217 |   33800   673534  1943708 |   437509     3217      8 |  0.000 % |
8.22/8.44	c 9	|      4925 |   33800   673534  1943708 |   481259     4925      8 |  0.000 % |
8.62/8.82	c 9	|      7488 |   33800   673534  1943708 |   529385     7488      9 |  0.000 % |
9.02/9.27	c 10	|     11332 |   33800   673534  1943708 |   582324    11332      9 |  0.000 % |
9.62/9.81	c 10	|     17101 |   33800   673534  1943708 |   640557    17101     10 |  0.000 % |
11.01/11.23	c 12	|     25751 |   33800   673534  1943708 |   704612    25751     11 |  0.000 % |
13.49/13.80	c 14	|     38725 |   33800   673534  1943708 |   775074    38725     14 |  0.000 % |
14.99/15.24	c 16	|     58186 |   33800   673534  1943708 |   852581    58186     13 |  0.000 % |
20.66/20.90	c 21	|     87379 |   33800   673534  1943708 |   937839    87379     15 |  0.000 % |
27.23/27.50	c 28	|    131168 |   33800   673534  1943708 |  1031623   131168     15 |  0.000 % |
44.74/45.18	c 46	|    196852 |   33800   673534  1943708 |  1134785   196852     17 |  0.000 % |
63.54/64.04	c 64	|    295381 |   33800   673534  1943708 |  1248264   295381     16 |  0.000 % |
148.23/149.16	c 150	|    443170 |   33800   673534  1943708 |  1373090   443170     18 |  0.000 % |
254.02/255.42	c 256	|    664854 |   33800   673534  1943708 |  1510399   664854     18 |  0.000 % |
433.05/435.37	c 436	|    997379 |   33800   673534  1943708 |  1661439   997379     18 |  0.000 % |
777.19/781.11	c 782	|   1496167 |   33800   673534  1943708 |  1827583  1496167     18 |  0.000 % |
1479.27/1485.33	c 1486	|   2244350 |   33800   673534  1943708 |  2010342   410156     20 |  0.000 % |
1800.07/1806.22	c ERROR INTERRUPTED
1800.07/1806.26	s UNKNOWN
1800.07/1806.26	c 1807	CPU 6.41 (0.06 0.02 6.07 0.26)
1800.07/1806.26	c 1807	END Sun Jul 12 06:16:59 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-2080663-1247370412/watcher-2080663-1247370412 -o /tmp/evaluation-result-2080663-1247370412/solver-2080663-1247370412 -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-2080663-1247370412.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: 2.19 2.15 2.09 4/73 24640
/proc/meminfo: memFree=1756496/2055920 swapFree=4191900/4192956
[pid=24640] ppid=24638 vsize=12268 CPUtime=0
/proc/24640/stat : 24640 (sugar) R 24638 24640 20102 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 24108090 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 240472783461 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/24640/statm: 3067 316 241 3 0 167 0

[startup+0.081708 s]
/proc/loadavg: 2.19 2.15 2.09 4/73 24640
/proc/meminfo: memFree=1756496/2055920 swapFree=4191900/4192956
[pid=24640] ppid=24638 vsize=16740 CPUtime=0.06
/proc/24640/stat : 24640 (sugar) S 24638 24640 20102 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 24108090 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24640/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102374 s]
/proc/loadavg: 2.19 2.15 2.09 4/73 24640
/proc/meminfo: memFree=1756496/2055920 swapFree=4191900/4192956
[pid=24640] ppid=24638 vsize=16868 CPUtime=0.06
/proc/24640/stat : 24640 (sugar) S 24638 24640 20102 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24108090 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24640/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302308 s]
/proc/loadavg: 2.19 2.15 2.09 4/73 24640
/proc/meminfo: memFree=1756496/2055920 swapFree=4191900/4192956
[pid=24640] ppid=24638 vsize=16868 CPUtime=0.06
/proc/24640/stat : 24640 (sugar) S 24638 24640 20102 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24108090 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24640/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702346 s]
/proc/loadavg: 2.19 2.15 2.09 4/73 24640
/proc/meminfo: memFree=1756496/2055920 swapFree=4191900/4192956
[pid=24640] ppid=24638 vsize=16868 CPUtime=0.06
/proc/24640/stat : 24640 (sugar) S 24638 24640 20102 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24108090 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24640/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50142 s]
/proc/loadavg: 2.19 2.15 2.09 3/84 24652
/proc/meminfo: memFree=1734328/2055920 swapFree=4191900/4192956
[pid=24640] ppid=24638 vsize=16868 CPUtime=1.05
/proc/24640/stat : 24640 (sugar) S 24638 24640 20102 0 -1 4194304 1309 8709 0 1 5 1 93 6 15 0 1 0 24108090 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24640/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 16868

[startup+3.10156 s]
/proc/loadavg: 2.19 2.15 2.09 3/84 24662
/proc/meminfo: memFree=1735288/2055920 swapFree=4191900/4192956
[pid=24640] ppid=24638 vsize=16868 CPUtime=1.06
/proc/24640/stat : 24640 (sugar) S 24638 24640 20102 0 -1 4194304 1310 8709 0 1 6 1 93 6 15 0 1 0 24108090 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24640/statm: 4217 1111 409 3 0 796 0
[pid=24653] ppid=24640 vsize=5356 CPUtime=0
/proc/24653/stat : 24653 (sh) S 24640 24640 20102 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24108204 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24653/statm: 1339 233 193 169 0 50 0
[pid=24654] ppid=24653 vsize=868560 CPUtime=1.94
/proc/24654/stat : 24654 (java) S 24653 24640 20102 0 -1 0 10009 0 1 0 189 5 0 0 18 0 9 0 24108204 889405440 9046 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24654/statm: 217140 9046 2566 9 0 211645 0
[pid=24654/tid=24655] ppid=24653 vsize=868560 CPUtime=1.41
/proc/24654/task/24655/stat : 24655 (java) R 24653 24640 20102 0 -1 64 2886 0 1 0 140 1 0 0 25 0 9 0 24108205 889405440 9046 996147200 134512640 134550932 4294955936 18446744073709551615 4126515632 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24654/tid=24656] ppid=24653 vsize=868560 CPUtime=0.33
/proc/24654/task/24656/stat : 24656 (java) S 24653 24640 20102 0 -1 64 4959 0 0 0 30 3 0 0 16 0 9 0 24108206 889405440 9046 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24654/tid=24657] ppid=24653 vsize=868560 CPUtime=0
/proc/24654/task/24657/stat : 24657 (java) S 24653 24640 20102 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24108206 889405440 9046 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24654/tid=24658] ppid=24653 vsize=868560 CPUtime=0
/proc/24654/task/24658/stat : 24658 (java) S 24653 24640 20102 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24108206 889405440 9046 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24654/tid=24659] ppid=24653 vsize=868560 CPUtime=0
/proc/24654/task/24659/stat : 24659 (java) S 24653 24640 20102 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24108208 889405440 9046 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24654/tid=24660] ppid=24653 vsize=868560 CPUtime=0.18
/proc/24654/task/24660/stat : 24660 (java) S 24653 24640 20102 0 -1 64 1466 0 0 0 18 0 0 0 16 0 9 0 24108208 889405440 9046 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24654/tid=24661] ppid=24653 vsize=868560 CPUtime=0
/proc/24654/task/24661/stat : 24661 (java) S 24653 24640 20102 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24108208 889405440 9046 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24654/tid=24662] ppid=24653 vsize=868560 CPUtime=0
/proc/24654/task/24662/stat : 24662 (java) S 24653 24640 20102 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24108208 889405440 9046 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) 890784

[startup+6.30284 s]
/proc/loadavg: 2.17 2.15 2.09 3/84 24662
/proc/meminfo: memFree=1715128/2055920 swapFree=4191900/4192956
[pid=24640] ppid=24638 vsize=16868 CPUtime=1.06
/proc/24640/stat : 24640 (sugar) S 24638 24640 20102 0 -1 4194304 1310 8709 0 1 6 1 93 6 15 0 1 0 24108090 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24640/statm: 4217 1111 409 3 0 796 0
[pid=24653] ppid=24640 vsize=5356 CPUtime=0
/proc/24653/stat : 24653 (sh) S 24640 24640 20102 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24108204 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24653/statm: 1339 233 193 169 0 50 0
[pid=24654] ppid=24653 vsize=868672 CPUtime=5.12
/proc/24654/stat : 24654 (java) S 24653 24640 20102 0 -1 0 11296 0 1 0 495 17 0 0 18 0 9 0 24108204 889520128 9900 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24654/statm: 217168 9900 2592 9 0 211645 0
[pid=24654/tid=24655] ppid=24653 vsize=868672 CPUtime=4.27
/proc/24654/task/24655/stat : 24655 (java) R 24653 24640 20102 0 -1 64 3280 0 1 0 417 10 0 0 25 0 9 0 24108205 889520128 9900 996147200 134512640 134550932 4294955936 18446744073709551615 4126571597 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24654/tid=24656] ppid=24653 vsize=868672 CPUtime=0.57
/proc/24654/task/24656/stat : 24656 (java) S 24653 24640 20102 0 -1 64 5792 0 0 0 52 5 0 0 16 0 9 0 24108206 889520128 9900 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24654/tid=24657] ppid=24653 vsize=868672 CPUtime=0
/proc/24654/task/24657/stat : 24657 (java) S 24653 24640 20102 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24108206 889520128 9900 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24654/tid=24658] ppid=24653 vsize=868672 CPUtime=0
/proc/24654/task/24658/stat : 24658 (java) S 24653 24640 20102 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24108206 889520128 9900 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24654/tid=24659] ppid=24653 vsize=868672 CPUtime=0
/proc/24654/task/24659/stat : 24659 (java) S 24653 24640 20102 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24108208 889520128 9900 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24654/tid=24660] ppid=24653 vsize=868672 CPUtime=0.25
/proc/24654/task/24660/stat : 24660 (java) S 24653 24640 20102 0 -1 64 1526 0 0 0 25 0 0 0 16 0 9 0 24108208 889520128 9900 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24654/tid=24661] ppid=24653 vsize=868672 CPUtime=0
/proc/24654/task/24661/stat : 24661 (java) S 24653 24640 20102 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24108208 889520128 9900 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24654/tid=24662] ppid=24653 vsize=868672 CPUtime=0
/proc/24654/task/24662/stat : 24662 (java) S 24653 24640 20102 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24108208 889520128 9900 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890896

[startup+12.7014 s]
/proc/loadavg: 2.32 2.18 2.10 3/76 24664
/proc/meminfo: memFree=1705528/2055920 swapFree=4191900/4192956
[pid=24640] ppid=24638 vsize=16868 CPUtime=6.41
/proc/24640/stat : 24640 (sugar) S 24638 24640 20102 0 -1 4194304 1376 20335 0 2 6 2 607 26 16 0 1 0 24108090 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24640/statm: 4217 1113 409 3 0 796 0
[pid=24663] ppid=24640 vsize=5356 CPUtime=0
/proc/24663/stat : 24663 (sh) S 24640 24640 20102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24108746 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24663/statm: 1339 232 193 169 0 50 0
[pid=24664] ppid=24663 vsize=35552 CPUtime=6.09
/proc/24664/stat : 24664 (minisat) R 24663 24640 20102 0 -1 4194304 8646 0 0 0 603 6 0 0 25 0 1 0 24108746 36405248 8632 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/24664/statm: 8888 8632 76 150 0 8735 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 57776

[startup+25.5025 s]
/proc/loadavg: 2.25 2.17 2.10 3/76 24664
/proc/meminfo: memFree=1696248/2055920 swapFree=4191900/4192956
[pid=24640] ppid=24638 vsize=16868 CPUtime=6.41
/proc/24640/stat : 24640 (sugar) S 24638 24640 20102 0 -1 4194304 1376 20335 0 2 6 2 607 26 16 0 1 0 24108090 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24640/statm: 4217 1113 409 3 0 796 0
[pid=24663] ppid=24640 vsize=5356 CPUtime=0
/proc/24663/stat : 24663 (sh) S 24640 24640 20102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24108746 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24663/statm: 1339 232 193 169 0 50 0
[pid=24664] ppid=24663 vsize=44808 CPUtime=18.82
/proc/24664/stat : 24664 (minisat) R 24663 24640 20102 0 -1 4194304 10959 0 0 0 1875 7 0 0 25 0 1 0 24108746 45883392 10945 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24664/statm: 11202 10945 76 150 0 11049 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 67032

[startup+51.1028 s]
/proc/loadavg: 2.16 2.16 2.09 3/76 24664
/proc/meminfo: memFree=1685368/2055920 swapFree=4191900/4192956
[pid=24640] ppid=24638 vsize=16868 CPUtime=6.41
/proc/24640/stat : 24640 (sugar) S 24638 24640 20102 0 -1 4194304 1376 20335 0 2 6 2 607 26 16 0 1 0 24108090 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24640/statm: 4217 1113 409 3 0 796 0
[pid=24663] ppid=24640 vsize=5356 CPUtime=0
/proc/24663/stat : 24663 (sh) S 24640 24640 20102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24108746 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24663/statm: 1339 232 193 169 0 50 0
[pid=24664] ppid=24663 vsize=55880 CPUtime=44.3
/proc/24664/stat : 24664 (minisat) R 24663 24640 20102 0 -1 4194304 13648 0 0 0 4419 11 0 0 25 0 1 0 24108746 57221120 13634 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24664/statm: 13970 13634 76 150 0 13817 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 78104

[startup+102.307 s]
/proc/loadavg: 2.07 2.13 2.09 3/76 24664
/proc/meminfo: memFree=1665464/2055920 swapFree=4191900/4192956
[pid=24640] ppid=24638 vsize=16868 CPUtime=6.41
/proc/24640/stat : 24640 (sugar) S 24638 24640 20102 0 -1 4194304 1376 20335 0 2 6 2 607 26 16 0 1 0 24108090 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24640/statm: 4217 1113 409 3 0 796 0
[pid=24663] ppid=24640 vsize=5356 CPUtime=0
/proc/24663/stat : 24663 (sh) S 24640 24640 20102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24108746 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24663/statm: 1339 232 193 169 0 50 0
[pid=24664] ppid=24663 vsize=75612 CPUtime=95.24
/proc/24664/stat : 24664 (minisat) R 24663 24640 20102 0 -1 4194304 18585 0 0 0 9510 14 0 0 25 0 1 0 24108746 77426688 18571 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24664/statm: 18903 18571 76 150 0 18750 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 97836

[startup+162.303 s]
/proc/loadavg: 2.02 2.10 2.08 3/76 24664
/proc/meminfo: memFree=1652984/2055920 swapFree=4191900/4192956
[pid=24640] ppid=24638 vsize=16868 CPUtime=6.41
/proc/24640/stat : 24640 (sugar) S 24638 24640 20102 0 -1 4194304 1376 20335 0 2 6 2 607 26 16 0 1 0 24108090 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24640/statm: 4217 1113 409 3 0 796 0
[pid=24663] ppid=24640 vsize=5356 CPUtime=0
/proc/24663/stat : 24663 (sh) S 24640 24640 20102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24108746 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24663/statm: 1339 232 193 169 0 50 0
[pid=24664] ppid=24663 vsize=89192 CPUtime=154.95
/proc/24664/stat : 24664 (minisat) R 24663 24640 20102 0 -1 4194304 21789 0 0 0 15478 17 0 0 25 0 1 0 24108746 91332608 21775 996147200 134512640 135127466 4294956256 18446744073709551615 134528076 0 0 4096 3 0 0 0 17 1 0 0
/proc/24664/statm: 22298 21775 76 150 0 22145 0
Current children cumulated CPU time (s) 161.36
Current children cumulated vsize (KiB) 111416

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

/proc/meminfo: memFree=1434112/2055920 swapFree=4191900/4192956
[pid=24640] ppid=24638 vsize=16868 CPUtime=6.41
/proc/24640/stat : 24640 (sugar) S 24638 24640 20102 0 -1 4194304 1376 20335 0 2 6 2 607 26 16 0 1 0 24108090 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24640/statm: 4217 1113 409 3 0 796 0
[pid=24663] ppid=24640 vsize=5356 CPUtime=0
/proc/24663/stat : 24663 (sh) S 24640 24640 20102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24108746 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24663/statm: 1339 232 193 169 0 50 0
[pid=24664] ppid=24663 vsize=247592 CPUtime=1289.92
/proc/24664/stat : 24664 (minisat) R 24663 24640 20102 0 -1 4194304 60652 0 0 0 128938 54 0 0 25 0 1 0 24108746 253534208 60638 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24664/statm: 61898 60638 76 150 0 61745 0
Current children cumulated CPU time (s) 1296.33
Current children cumulated vsize (KiB) 269816

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 24751
/proc/meminfo: memFree=1434176/2055920 swapFree=4191900/4192956
[pid=24640] ppid=24638 vsize=16868 CPUtime=6.41
/proc/24640/stat : 24640 (sugar) S 24638 24640 20102 0 -1 4194304 1376 20335 0 2 6 2 607 26 16 0 1 0 24108090 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24640/statm: 4217 1113 409 3 0 796 0
[pid=24663] ppid=24640 vsize=5356 CPUtime=0
/proc/24663/stat : 24663 (sh) S 24640 24640 20102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24108746 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24663/statm: 1339 232 193 169 0 50 0
[pid=24664] ppid=24663 vsize=247592 CPUtime=1349.9
/proc/24664/stat : 24664 (minisat) R 24663 24640 20102 0 -1 4194304 60652 0 0 0 134936 54 0 0 25 0 1 0 24108746 253534208 60638 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24664/statm: 61898 60638 76 150 0 61745 0
Current children cumulated CPU time (s) 1356.31
Current children cumulated vsize (KiB) 269816

[startup+1422.31 s]
/proc/loadavg: 2.04 2.01 2.00 3/83 24751
/proc/meminfo: memFree=1434240/2055920 swapFree=4191900/4192956
[pid=24640] ppid=24638 vsize=16868 CPUtime=6.41
/proc/24640/stat : 24640 (sugar) S 24638 24640 20102 0 -1 4194304 1376 20335 0 2 6 2 607 26 16 0 1 0 24108090 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24640/statm: 4217 1113 409 3 0 796 0
[pid=24663] ppid=24640 vsize=5356 CPUtime=0
/proc/24663/stat : 24663 (sh) S 24640 24640 20102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24108746 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24663/statm: 1339 232 193 169 0 50 0
[pid=24664] ppid=24663 vsize=247592 CPUtime=1409.89
/proc/24664/stat : 24664 (minisat) R 24663 24640 20102 0 -1 4194304 60652 0 0 0 140935 54 0 0 25 0 1 0 24108746 253534208 60638 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/24664/statm: 61898 60638 76 150 0 61745 0
Current children cumulated CPU time (s) 1416.3
Current children cumulated vsize (KiB) 269816

[startup+1482.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/83 24751
/proc/meminfo: memFree=1434240/2055920 swapFree=4191900/4192956
[pid=24640] ppid=24638 vsize=16868 CPUtime=6.41
/proc/24640/stat : 24640 (sugar) S 24638 24640 20102 0 -1 4194304 1376 20335 0 2 6 2 607 26 16 0 1 0 24108090 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24640/statm: 4217 1113 409 3 0 796 0
[pid=24663] ppid=24640 vsize=5356 CPUtime=0
/proc/24663/stat : 24663 (sh) S 24640 24640 20102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24108746 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24663/statm: 1339 232 193 169 0 50 0
[pid=24664] ppid=24663 vsize=247592 CPUtime=1469.86
/proc/24664/stat : 24664 (minisat) R 24663 24640 20102 0 -1 4194304 60652 0 0 0 146932 54 0 0 25 0 1 0 24108746 253534208 60638 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24664/statm: 61898 60638 76 150 0 61745 0
Current children cumulated CPU time (s) 1476.27
Current children cumulated vsize (KiB) 269816

[startup+1542.3 s]
/proc/loadavg: 2.11 2.06 2.01 4/83 24751
/proc/meminfo: memFree=1434240/2055920 swapFree=4191900/4192956
[pid=24640] ppid=24638 vsize=16868 CPUtime=6.41
/proc/24640/stat : 24640 (sugar) S 24638 24640 20102 0 -1 4194304 1376 20335 0 2 6 2 607 26 16 0 1 0 24108090 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24640/statm: 4217 1113 409 3 0 796 0
[pid=24663] ppid=24640 vsize=5356 CPUtime=0
/proc/24663/stat : 24663 (sh) S 24640 24640 20102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24108746 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24663/statm: 1339 232 193 169 0 50 0
[pid=24664] ppid=24663 vsize=247592 CPUtime=1529.84
/proc/24664/stat : 24664 (minisat) R 24663 24640 20102 0 -1 4194304 60652 0 0 0 152930 54 0 0 25 0 1 0 24108746 253534208 60638 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24664/statm: 61898 60638 76 150 0 61745 0
Current children cumulated CPU time (s) 1536.25
Current children cumulated vsize (KiB) 269816

[startup+1602.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/83 24751
/proc/meminfo: memFree=1434240/2055920 swapFree=4191900/4192956
[pid=24640] ppid=24638 vsize=16868 CPUtime=6.41
/proc/24640/stat : 24640 (sugar) S 24638 24640 20102 0 -1 4194304 1376 20335 0 2 6 2 607 26 16 0 1 0 24108090 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24640/statm: 4217 1113 409 3 0 796 0
[pid=24663] ppid=24640 vsize=5356 CPUtime=0
/proc/24663/stat : 24663 (sh) S 24640 24640 20102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24108746 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24663/statm: 1339 232 193 169 0 50 0
[pid=24664] ppid=24663 vsize=247592 CPUtime=1589.82
/proc/24664/stat : 24664 (minisat) R 24663 24640 20102 0 -1 4194304 60655 0 0 0 158928 54 0 0 25 0 1 0 24108746 253534208 60641 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24664/statm: 61898 60641 76 150 0 61745 0
Current children cumulated CPU time (s) 1596.23
Current children cumulated vsize (KiB) 269816

[startup+1662.3 s]
/proc/loadavg: 2.02 2.04 2.01 3/83 24751
/proc/meminfo: memFree=1434304/2055920 swapFree=4191900/4192956
[pid=24640] ppid=24638 vsize=16868 CPUtime=6.41
/proc/24640/stat : 24640 (sugar) S 24638 24640 20102 0 -1 4194304 1376 20335 0 2 6 2 607 26 16 0 1 0 24108090 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24640/statm: 4217 1113 409 3 0 796 0
[pid=24663] ppid=24640 vsize=5356 CPUtime=0
/proc/24663/stat : 24663 (sh) S 24640 24640 20102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24108746 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24663/statm: 1339 232 193 169 0 50 0
[pid=24664] ppid=24663 vsize=247592 CPUtime=1649.81
/proc/24664/stat : 24664 (minisat) R 24663 24640 20102 0 -1 4194304 60656 0 0 0 164926 55 0 0 25 0 1 0 24108746 253534208 60642 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 0 0 0
/proc/24664/statm: 61898 60642 76 150 0 61745 0
Current children cumulated CPU time (s) 1656.22
Current children cumulated vsize (KiB) 269816

[startup+1722.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/83 24751
/proc/meminfo: memFree=1434240/2055920 swapFree=4191900/4192956
[pid=24640] ppid=24638 vsize=16868 CPUtime=6.41
/proc/24640/stat : 24640 (sugar) S 24638 24640 20102 0 -1 4194304 1376 20335 0 2 6 2 607 26 16 0 1 0 24108090 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24640/statm: 4217 1113 409 3 0 796 0
[pid=24663] ppid=24640 vsize=5356 CPUtime=0
/proc/24663/stat : 24663 (sh) S 24640 24640 20102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24108746 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24663/statm: 1339 232 193 169 0 50 0
[pid=24664] ppid=24663 vsize=247592 CPUtime=1709.79
/proc/24664/stat : 24664 (minisat) R 24663 24640 20102 0 -1 4194304 60656 0 0 0 170924 55 0 0 25 0 1 0 24108746 253534208 60642 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24664/statm: 61898 60642 76 150 0 61745 0
Current children cumulated CPU time (s) 1716.2
Current children cumulated vsize (KiB) 269816

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/83 24751
/proc/meminfo: memFree=1434048/2055920 swapFree=4191900/4192956
[pid=24640] ppid=24638 vsize=16868 CPUtime=6.41
/proc/24640/stat : 24640 (sugar) S 24638 24640 20102 0 -1 4194304 1376 20335 0 2 6 2 607 26 16 0 1 0 24108090 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24640/statm: 4217 1113 409 3 0 796 0
[pid=24663] ppid=24640 vsize=5356 CPUtime=0
/proc/24663/stat : 24663 (sh) S 24640 24640 20102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24108746 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24663/statm: 1339 232 193 169 0 50 0
[pid=24664] ppid=24663 vsize=247592 CPUtime=1769.76
/proc/24664/stat : 24664 (minisat) R 24663 24640 20102 0 -1 4194304 60656 0 0 0 176921 55 0 0 25 0 1 0 24108746 253534208 60642 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/24664/statm: 61898 60642 76 150 0 61745 0
Current children cumulated CPU time (s) 1776.17
Current children cumulated vsize (KiB) 269816



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.21 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 24751
/proc/meminfo: memFree=1434048/2055920 swapFree=4191900/4192956
[pid=24640] ppid=24638 vsize=16868 CPUtime=6.41
/proc/24640/stat : 24640 (sugar) S 24638 24640 20102 0 -1 4194304 1376 20335 0 2 6 2 607 26 16 0 1 0 24108090 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24640/statm: 4217 1113 409 3 0 796 0
[pid=24663] ppid=24640 vsize=5356 CPUtime=0
/proc/24663/stat : 24663 (sh) S 24640 24640 20102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24108746 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24663/statm: 1339 232 193 169 0 50 0
[pid=24664] ppid=24663 vsize=247592 CPUtime=1793.66
/proc/24664/stat : 24664 (minisat) R 24663 24640 20102 0 -1 4194304 60656 0 0 0 179311 55 0 0 25 0 1 0 24108746 253534208 60642 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24664/statm: 61898 60642 76 150 0 61745 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 269816

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 24640 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=138066
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=293955
# CPU time returned by wait4() is 6.43202
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1806.26
CPU time (s): 1800.07
CPU user time (s): 1799.24
CPU system time (s): 0.83
CPU usage (%): 99.6573
Max. virtual memory (cumulated for all children) (KiB): 891036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.13807
system time used= 0.293955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22094
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= 6204
involuntary context switches= 6101

runsolver used 2.18967 second user time and 6.04208 second system time

The end

Launcher Data

Begin job on node15 at 2009-07-12 05:46:52
IDJOB=2080663
IDBENCH=57125
IDSOLVER=739
FILE ID=node15/2080663-1247370412
PBS_JOBID= 9506998
Free space on /tmp= 66372 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/haystacks/normalized-haystacks-26.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-2080663-1247370412/watcher-2080663-1247370412 -o /tmp/evaluation-result-2080663-1247370412/solver-2080663-1247370412 -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-2080663-1247370412.xml

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

MD5SUM BENCH= ce7f4058683062b14d9ebfb55192dac0
RANDOM SEED=1724613021

node15.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.220
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.220
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:       1757040 kB
Buffers:         48968 kB
Cached:         166404 kB
SwapCached:        392 kB
Active:         156180 kB
Inactive:        80232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1757040 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            2320 kB
Writeback:           0 kB
Mapped:          30992 kB
Slab:            47756 kB
Committed_AS:   241376 kB
PageTables:       1856 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= 66372 MiB
End job on node15 at 2009-07-12 06:17:01