Trace number 1081990

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

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-30.xml
MD5SUMbccb1afd07064f82b769e57196d4b8ac
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 benchmark33.6019
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of constraints13079
Maximum constraint arity2
Maximum domain size30
Number of constraints which are defined in extension0
Number of constraints which are defined in intension13079
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 03:14:06 2008
0.00/0.04	c 0	PID 26039
0.00/0.05	c 0	HOST node16.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1081990-1215220446.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1081990-1215220446.xml' 'HOME/temp.csp'
1.17/1.28	c 1	1 domains, 900 variables, 4 predicates, 0 relations, 13079 constraints
1.24/1.30	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.24/1.30	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'
1.24/1.38	c 1	Parsing HOME/temp.csp
1.25/1.69	c 2	parsed 10000 expressions
1.25/1.76	c 2	parsed 13984 expressions
1.25/1.76	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.25/1.76	c 2	Converting to clausal form CSP
1.25/2.09	c 2	converted 1399 (10%) expressions
2.22/2.30	c 2	converted 2797 (20%) expressions
2.42/2.54	c 3	converted 4196 (30%) expressions
2.62/2.72	c 3	converted 5594 (40%) expressions
2.82/2.91	c 3	converted 6992 (50%) expressions
3.02/3.17	c 3	converted 8391 (60%) expressions
3.21/3.36	c 3	converted 9789 (70%) expressions
3.40/3.55	c 4	converted 11188 (80%) expressions
3.60/3.74	c 4	converted 12586 (90%) expressions
3.81/3.93	c 4	converted 13984 (100%) expressions
3.81/3.93	c 4	CSP : 900 integers, 12314 booleans, 38577 clauses, largest domain size 30
3.81/3.93	c 4	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.81/3.93	c 4	Propagation in CSP
4.39/4.58	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.39/4.58	c 5	CSP : 900 integers, 12314 booleans, 38577 clauses, largest domain size 30
4.39/4.58	c 5	Heap : 22 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.39/4.60	c 5	Simplifing CSP by introducing new Boolean variables
4.49/4.68	c 5	CSP : 900 integers, 26100 booleans, 52363 clauses, largest domain size 30
4.49/4.68	c 5	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.69/4.84	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.79/4.91	c 5	90 (10%) CSP integer variables are encoded (2520 clauses, 30687 bytes)
4.79/4.92	c 5	180 (20%) CSP integer variables are encoded (5040 clauses, 63447 bytes)
4.79/4.93	c 5	270 (30%) CSP integer variables are encoded (7560 clauses, 96207 bytes)
4.79/4.94	c 5	360 (40%) CSP integer variables are encoded (10080 clauses, 129818 bytes)
4.79/4.95	c 5	450 (50%) CSP integer variables are encoded (12600 clauses, 167618 bytes)
4.79/4.96	c 5	540 (60%) CSP integer variables are encoded (15120 clauses, 205418 bytes)
4.79/4.97	c 5	630 (70%) CSP integer variables are encoded (17640 clauses, 243218 bytes)
4.79/4.98	c 5	720 (80%) CSP integer variables are encoded (20160 clauses, 281018 bytes)
4.79/5.00	c 5	810 (90%) CSP integer variables are encoded (22680 clauses, 318818 bytes)
4.89/5.01	c 5	900 (100%) CSP integer variables are encoded (25200 clauses, 356618 bytes)
5.38/5.58	c 6	5237 (10%) CSP clauses are encoded (141712 clauses, 2607104 bytes)
5.87/6.07	c 6	10473 (20%) CSP clauses are encoded (256333 clauses, 4921585 bytes)
6.37/6.59	c 7	15709 (30%) CSP clauses are encoded (372913 clauses, 7280062 bytes)
6.86/7.08	c 7	20946 (40%) CSP clauses are encoded (490349 clauses, 9660335 bytes)
7.36/7.59	c 8	26182 (50%) CSP clauses are encoded (607280 clauses, 12042666 bytes)
7.85/8.09	c 8	31418 (60%) CSP clauses are encoded (724666 clauses, 14440864 bytes)
8.35/8.59	c 9	36655 (70%) CSP clauses are encoded (843244 clauses, 16967760 bytes)
8.94/9.10	c 9	41891 (80%) CSP clauses are encoded (960095 clauses, 19475876 bytes)
9.34/9.59	c 10	47127 (90%) CSP clauses are encoded (1077576 clauses, 21998162 bytes)
9.83/10.10	c 10	52363 (100%) CSP clauses are encoded (1194034 clauses, 24497650 bytes)
9.83/10.10	c 10	52363 CSP clauses encoded
9.83/10.10	c 10	Writing map file : HOME/temp.map
9.93/10.13	c 10	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.93/10.13	c 10	SAT : 52200 SAT variables, 1194034 SAT clauses, 24497650 bytes
9.93/10.13	c 10	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.93/10.18	c 10	SOLVING HOME/temp.cnf
9.93/10.18	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.93/10.18	c 10	This is MiniSat 2.0 beta
9.93/10.18	c 10	WARNING: for repeatability, setting FPU to use double precision
9.93/10.18	c 10	============================[ Problem Statistics ]=============================
9.93/10.18	c 10	|                                                                             |
9.93/10.19	c 10	|  Number of variables:  52200                                                |
9.93/10.19	c 10	|  Number of clauses:    1194034                                              |
9.98/10.81	c 11	|  Parsing time:         0.56         s                                       |
9.98/10.85	c 11	============================[ Search Statistics ]==============================
9.98/10.85	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.98/10.85	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.98/10.85	c 11	===============================================================================
9.98/10.85	c 11	|         0 |   52200  1194034  3463660 |   398011        0    nan |  0.000 % |
10.68/11.00	c 11	|       100 |   52200  1194034  3463660 |   437812      100      6 |  0.000 % |
10.87/11.17	c 11	|       250 |   52200  1194034  3463660 |   481593      250      6 |  0.000 % |
11.07/11.35	c 11	|       475 |   52200  1194034  3463660 |   529753      475      6 |  0.000 % |
11.27/11.57	c 12	|       814 |   52200  1194034  3463660 |   582728      814      6 |  0.000 % |
11.37/11.62	c 12	|      1320 |   52200  1194034  3463660 |   641001     1320      7 |  0.000 % |
11.87/12.12	c 12	|      2079 |   52200  1194034  3463660 |   705101     2079      7 |  0.000 % |
12.35/12.69	c 13	|      3218 |   52200  1194034  3463660 |   775611     3218      6 |  0.000 % |
13.34/13.66	c 14	|      4926 |   52200  1194034  3463660 |   853172     4926      6 |  0.000 % |
13.85/14.14	c 14	|      7489 |   52200  1194034  3463660 |   938489     7489      7 |  0.000 % |
14.84/15.14	c 15	|     11333 |   52200  1194034  3463660 |  1032338    11333      7 |  0.000 % |
15.63/15.97	c 16	|     17100 |   52200  1194034  3463660 |  1135572    17100      8 |  0.000 % |
17.70/18.05	c 18	|     25751 |   52200  1194034  3463660 |  1249130    25751     14 |  0.000 % |
19.39/19.80	c 20	|     38727 |   52200  1194034  3463660 |  1374043    38727     14 |  0.000 % |
26.12/26.58	c 27	|     58189 |   52200  1194034  3463660 |  1511447    58189     17 |  0.000 % |
29.89/30.31	c 30	|     87381 |   52200  1194034  3463660 |  1662592    87381     16 |  0.000 % |
36.63/37.10	c 37	|    131171 |   52200  1194034  3463660 |  1828851   131171     15 |  0.000 % |
62.70/63.40	c 63	|    196857 |   52200  1194034  3463660 |  2011736   196857     15 |  0.000 % |
92.82/93.87	c 94	|    295383 |   52200  1194034  3463660 |  2212910   295383     15 |  0.000 % |
136.93/138.37	c 138	|    443172 |   52200  1194034  3463660 |  2434201   443172     16 |  0.000 % |
232.37/234.11	c 234	|    664856 |   52200  1194034  3463660 |  2677621   664856     16 |  0.000 % |
378.16/379.93	c 380	|    997381 |   52200  1194034  3463660 |  2945383   997381     17 |  0.000 % |
1023.67/1025.40	c 1025	|   1496169 |   52200  1194034  3463660 |  3239921  1496169     18 |  0.000 % |
1800.07/1801.82	c ERROR INTERRUPTED
1800.07/1801.86	s UNKNOWN
1800.07/1801.86	c 1802	CPU 9.64 (0.03 0.01 9.61 0.34)
1800.07/1801.86	c 1802	END Sat Jul  5 03:44:08 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-1081990-1215220446/watcher-1081990-1215220446 -o /tmp/evaluation-result-1081990-1215220446/solver-1081990-1215220446 -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-1081990-1215220446.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: 2.00 2.00 2.00 4/72 26039
/proc/meminfo: memFree=1790416/2055920 swapFree=4180112/4192956
[pid=26039] ppid=26037 vsize=18572 CPUtime=0
/proc/26039/stat : 26039 (runsolver) R 26037 26039 25923 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2001019199 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 231962373415 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26039/statm: 4643 292 257 25 0 2626 0

[startup+0.0695109 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 26039
/proc/meminfo: memFree=1790416/2055920 swapFree=4180112/4192956
[pid=26039] ppid=26037 vsize=13600 CPUtime=0.04
/proc/26039/stat : 26039 (sugar) S 26037 26039 25923 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2001019199 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26039/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.10148 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 26039
/proc/meminfo: memFree=1790416/2055920 swapFree=4180112/4192956
[pid=26039] ppid=26037 vsize=13600 CPUtime=0.04
/proc/26039/stat : 26039 (sugar) S 26037 26039 25923 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2001019199 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26039/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301424 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 26039
/proc/meminfo: memFree=1790416/2055920 swapFree=4180112/4192956
[pid=26039] ppid=26037 vsize=13600 CPUtime=0.04
/proc/26039/stat : 26039 (sugar) S 26037 26039 25923 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2001019199 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26039/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701328 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 26039
/proc/meminfo: memFree=1790416/2055920 swapFree=4180112/4192956
[pid=26039] ppid=26037 vsize=13600 CPUtime=0.04
/proc/26039/stat : 26039 (sugar) S 26037 26039 25923 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2001019199 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26039/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50112 s]
/proc/loadavg: 2.08 2.02 2.01 3/83 26051
/proc/meminfo: memFree=1766648/2055920 swapFree=4180112/4192956
[pid=26039] ppid=26037 vsize=13600 CPUtime=1.25
/proc/26039/stat : 26039 (sugar) S 26037 26039 25923 0 -1 4194304 973 10449 0 1 3 1 115 6 16 0 1 0 2001019199 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26039/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 13600

[startup+3.10171 s]
/proc/loadavg: 2.08 2.02 2.01 4/83 26061
/proc/meminfo: memFree=1772344/2055920 swapFree=4180112/4192956
[pid=26039] ppid=26037 vsize=13600 CPUtime=1.25
/proc/26039/stat : 26039 (sugar) S 26037 26039 25923 0 -1 4194304 974 10449 0 1 3 1 115 6 15 0 1 0 2001019199 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26039/statm: 3400 797 370 3 0 500 0
[pid=26052] ppid=26039 vsize=5356 CPUtime=0
/proc/26052/stat : 26052 (sh) S 26039 26039 25923 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001019330 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26052/statm: 1339 233 193 169 0 50 0
[pid=26053] ppid=26052 vsize=868572 CPUtime=1.77
/proc/26053/stat : 26053 (java) S 26052 26039 25923 0 -1 0 9152 0 1 0 172 5 0 0 18 0 9 0 2001019330 889417728 8269 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26053/statm: 217143 8269 2540 9 0 211718 0
[pid=26053/tid=26054] ppid=26052 vsize=868572 CPUtime=1.28
/proc/26053/task/26054/stat : 26054 (java) R 26052 26039 25923 0 -1 64 2773 0 1 0 127 1 0 0 25 0 9 0 2001019331 889417728 8269 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26053/tid=26055] ppid=26052 vsize=868572 CPUtime=0.28
/proc/26053/task/26055/stat : 26055 (java) R 26052 26039 25923 0 -1 64 4232 0 0 0 26 2 0 0 16 0 9 0 2001019332 889417728 8269 996147200 134512640 134550740 4294955952 18446744073709551615 103735755 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26053/tid=26056] ppid=26052 vsize=868572 CPUtime=0
/proc/26053/task/26056/stat : 26056 (java) S 26052 26039 25923 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001019332 889417728 8269 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26053/tid=26057] ppid=26052 vsize=868572 CPUtime=0
/proc/26053/task/26057/stat : 26057 (java) S 26052 26039 25923 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001019332 889417728 8269 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26053/tid=26058] ppid=26052 vsize=868572 CPUtime=0
/proc/26053/task/26058/stat : 26058 (java) S 26052 26039 25923 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001019334 889417728 8269 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26053/tid=26059] ppid=26052 vsize=868572 CPUtime=0.19
/proc/26053/task/26059/stat : 26059 (java) S 26052 26039 25923 0 -1 64 1454 0 0 0 18 1 0 0 15 0 9 0 2001019334 889417728 8269 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26053/tid=26060] ppid=26052 vsize=868572 CPUtime=0
/proc/26053/task/26060/stat : 26060 (java) S 26052 26039 25923 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001019334 889417728 8269 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26053/tid=26061] ppid=26052 vsize=868572 CPUtime=0
/proc/26053/task/26061/stat : 26061 (java) S 26052 26039 25923 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001019334 889417728 8269 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887528

[startup+6.30287 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 26061
/proc/meminfo: memFree=1748216/2055920 swapFree=4180112/4192956
[pid=26039] ppid=26037 vsize=13600 CPUtime=1.25
/proc/26039/stat : 26039 (sugar) S 26037 26039 25923 0 -1 4194304 974 10449 0 1 3 1 115 6 15 0 1 0 2001019199 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26039/statm: 3400 797 370 3 0 500 0
[pid=26052] ppid=26039 vsize=5356 CPUtime=0
/proc/26052/stat : 26052 (sh) S 26039 26039 25923 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001019330 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26052/statm: 1339 233 193 169 0 50 0
[pid=26053] ppid=26052 vsize=868496 CPUtime=4.92
/proc/26053/stat : 26053 (java) S 26052 26039 25923 0 -1 0 13405 0 1 0 480 12 0 0 18 0 9 0 2001019330 889339904 11904 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26053/statm: 217124 11904 2566 9 0 211671 0
[pid=26053/tid=26054] ppid=26052 vsize=868496 CPUtime=3.81
/proc/26053/task/26054/stat : 26054 (java) R 26052 26039 25923 0 -1 64 3240 0 1 0 376 5 0 0 25 0 9 0 2001019331 889339904 11904 996147200 134512640 134550740 4294955952 18446744073709551615 102882102 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26053/tid=26055] ppid=26052 vsize=868496 CPUtime=0.82
/proc/26053/task/26055/stat : 26055 (java) S 26052 26039 25923 0 -1 64 7972 0 0 0 78 4 0 0 16 0 9 0 2001019332 889339904 11904 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26053/tid=26056] ppid=26052 vsize=868496 CPUtime=0
/proc/26053/task/26056/stat : 26056 (java) S 26052 26039 25923 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001019332 889339904 11904 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26053/tid=26057] ppid=26052 vsize=868496 CPUtime=0
/proc/26053/task/26057/stat : 26057 (java) S 26052 26039 25923 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001019332 889339904 11904 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26053/tid=26058] ppid=26052 vsize=868496 CPUtime=0
/proc/26053/task/26058/stat : 26058 (java) S 26052 26039 25923 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001019334 889339904 11904 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26053/tid=26059] ppid=26052 vsize=868496 CPUtime=0.25
/proc/26053/task/26059/stat : 26059 (java) S 26052 26039 25923 0 -1 64 1500 0 0 0 24 1 0 0 15 0 9 0 2001019334 889339904 11904 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26053/tid=26060] ppid=26052 vsize=868496 CPUtime=0
/proc/26053/task/26060/stat : 26060 (java) S 26052 26039 25923 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001019334 889339904 11904 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26053/tid=26061] ppid=26052 vsize=868496 CPUtime=0
/proc/26053/task/26061/stat : 26061 (java) S 26052 26039 25923 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001019334 889339904 11904 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887452

[startup+12.7012 s]
/proc/loadavg: 2.07 2.02 2.00 3/75 26063
/proc/meminfo: memFree=1707000/2055920 swapFree=4180112/4192956
[pid=26039] ppid=26037 vsize=13600 CPUtime=9.98
/proc/26039/stat : 26039 (sugar) S 26037 26039 25923 0 -1 4194304 1033 24471 0 2 3 1 961 33 15 0 1 0 2001019199 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26039/statm: 3400 799 370 3 0 500 0
[pid=26062] ppid=26039 vsize=5356 CPUtime=0
/proc/26062/stat : 26062 (sh) S 26039 26039 25923 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001020217 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26062/statm: 1339 232 193 169 0 50 0
[pid=26063] ppid=26062 vsize=59068 CPUtime=2.47
/proc/26063/stat : 26063 (minisat) R 26062 26039 25923 0 -1 4194304 14156 0 0 0 239 8 0 0 25 0 1 0 2001020217 60485632 14142 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/26063/statm: 14767 14142 76 150 0 14614 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 78024

[startup+25.5019 s]
/proc/loadavg: 2.06 2.01 2.00 3/75 26063
/proc/meminfo: memFree=1701816/2055920 swapFree=4180112/4192956
[pid=26039] ppid=26037 vsize=13600 CPUtime=9.98
/proc/26039/stat : 26039 (sugar) S 26037 26039 25923 0 -1 4194304 1033 24471 0 2 3 1 961 33 16 0 1 0 2001019199 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26039/statm: 3400 799 370 3 0 500 0
[pid=26062] ppid=26039 vsize=5356 CPUtime=0
/proc/26062/stat : 26062 (sh) S 26039 26039 25923 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001020217 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26062/statm: 1339 232 193 169 0 50 0
[pid=26063] ppid=26062 vsize=64476 CPUtime=15.15
/proc/26063/stat : 26063 (minisat) R 26062 26039 25923 0 -1 4194304 15481 0 0 0 1506 9 0 0 25 0 1 0 2001020217 66023424 15467 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/26063/statm: 16119 15467 76 150 0 15966 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 83432

[startup+51.1012 s]
/proc/loadavg: 2.03 2.01 2.00 3/75 26063
/proc/meminfo: memFree=1690744/2055920 swapFree=4180112/4192956
[pid=26039] ppid=26037 vsize=13600 CPUtime=9.98
/proc/26039/stat : 26039 (sugar) S 26037 26039 25923 0 -1 4194304 1033 24471 0 2 3 1 961 33 16 0 1 0 2001019199 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26039/statm: 3400 799 370 3 0 500 0
[pid=26062] ppid=26039 vsize=5356 CPUtime=0
/proc/26062/stat : 26062 (sh) S 26039 26039 25923 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001020217 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26062/statm: 1339 232 193 169 0 50 0
[pid=26063] ppid=26062 vsize=75668 CPUtime=40.52
/proc/26063/stat : 26063 (minisat) R 26062 26039 25923 0 -1 4194304 18269 0 0 0 4040 12 0 0 25 0 1 0 2001020217 77484032 18255 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26063/statm: 18917 18255 76 150 0 18764 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 94624

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/75 26063
/proc/meminfo: memFree=1673400/2055920 swapFree=4180112/4192956
[pid=26039] ppid=26037 vsize=13600 CPUtime=9.98
/proc/26039/stat : 26039 (sugar) S 26037 26039 25923 0 -1 4194304 1033 24471 0 2 3 1 961 33 16 0 1 0 2001019199 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26039/statm: 3400 799 370 3 0 500 0
[pid=26062] ppid=26039 vsize=5356 CPUtime=0
/proc/26062/stat : 26062 (sh) S 26039 26039 25923 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001020217 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26062/statm: 1339 232 193 169 0 50 0
[pid=26063] ppid=26062 vsize=93440 CPUtime=91.28
/proc/26063/stat : 26063 (minisat) R 26062 26039 25923 0 -1 4194304 22585 0 0 0 9112 16 0 0 25 0 1 0 2001020217 95682560 22571 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/26063/statm: 23360 22571 76 150 0 23207 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 112396

[startup+162.301 s]
/proc/loadavg: 1.92 1.98 1.99 2/70 26168
/proc/meminfo: memFree=1695840/2055920 swapFree=4180112/4192956
[pid=26039] ppid=26037 vsize=13600 CPUtime=9.98
/proc/26039/stat : 26039 (sugar) S 26037 26039 25923 0 -1 4194304 1033 24471 0 2 3 1 961 33 16 0 1 0 2001019199 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26039/statm: 3400 799 370 3 0 500 0
[pid=26062] ppid=26039 vsize=5356 CPUtime=0
/proc/26062/stat : 26062 (sh) S 26039 26039 25923 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001020217 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26062/statm: 1339 232 193 169 0 50 0
[pid=26063] ppid=26062 vsize=114288 CPUtime=150.77
/proc/26063/stat : 26063 (minisat) R 26062 26039 25923 0 -1 4194304 27759 0 0 0 15056 21 0 0 25 0 1 0 2001020217 117030912 27745 996147200 134512640 135127466 4294956256 18446744073709551615 134530762 0 0 4096 3 0 0 0 17 0 0 0
/proc/26063/statm: 28572 27745 76 150 0 28419 0
Current children cumulated CPU time (s) 160.75

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

/proc/meminfo: memFree=1546728/2055920 swapFree=4180112/4192956
[pid=26039] ppid=26037 vsize=13600 CPUtime=9.98
/proc/26039/stat : 26039 (sugar) S 26037 26039 25923 0 -1 4194304 1033 24471 0 2 3 1 961 33 16 0 1 0 2001019199 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26039/statm: 3400 799 370 3 0 500 0
[pid=26062] ppid=26039 vsize=5356 CPUtime=0
/proc/26062/stat : 26062 (sh) S 26039 26039 25923 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001020217 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26062/statm: 1339 232 193 169 0 50 0
[pid=26063] ppid=26062 vsize=246012 CPUtime=1290.59
/proc/26063/stat : 26063 (minisat) R 26062 26039 25923 0 -1 4194304 59698 0 0 0 129003 56 0 0 25 0 1 0 2001020217 251916288 59684 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26063/statm: 61503 59684 76 150 0 61350 0
Current children cumulated CPU time (s) 1300.57
Current children cumulated vsize (KiB) 264968

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26366
/proc/meminfo: memFree=1543400/2055920 swapFree=4180112/4192956
[pid=26039] ppid=26037 vsize=13600 CPUtime=9.98
/proc/26039/stat : 26039 (sugar) S 26037 26039 25923 0 -1 4194304 1033 24471 0 2 3 1 961 33 16 0 1 0 2001019199 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26039/statm: 3400 799 370 3 0 500 0
[pid=26062] ppid=26039 vsize=5356 CPUtime=0
/proc/26062/stat : 26062 (sh) S 26039 26039 25923 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001020217 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26062/statm: 1339 232 193 169 0 50 0
[pid=26063] ppid=26062 vsize=249440 CPUtime=1350.58
/proc/26063/stat : 26063 (minisat) R 26062 26039 25923 0 -1 4194304 60537 0 0 0 135001 57 0 0 25 0 1 0 2001020217 255426560 60523 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26063/statm: 62360 60523 76 150 0 62207 0
Current children cumulated CPU time (s) 1360.56
Current children cumulated vsize (KiB) 268396

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26366
/proc/meminfo: memFree=1539944/2055920 swapFree=4180112/4192956
[pid=26039] ppid=26037 vsize=13600 CPUtime=9.98
/proc/26039/stat : 26039 (sugar) S 26037 26039 25923 0 -1 4194304 1033 24471 0 2 3 1 961 33 16 0 1 0 2001019199 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26039/statm: 3400 799 370 3 0 500 0
[pid=26062] ppid=26039 vsize=5356 CPUtime=0
/proc/26062/stat : 26062 (sh) S 26039 26039 25923 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001020217 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26062/statm: 1339 232 193 169 0 50 0
[pid=26063] ppid=26062 vsize=252504 CPUtime=1410.59
/proc/26063/stat : 26063 (minisat) R 26062 26039 25923 0 -1 4194304 61346 0 0 0 141001 58 0 0 25 0 1 0 2001020217 258564096 61332 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26063/statm: 63126 61332 76 150 0 62973 0
Current children cumulated CPU time (s) 1420.57
Current children cumulated vsize (KiB) 271460

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26366
/proc/meminfo: memFree=1536808/2055920 swapFree=4180112/4192956
[pid=26039] ppid=26037 vsize=13600 CPUtime=9.98
/proc/26039/stat : 26039 (sugar) S 26037 26039 25923 0 -1 4194304 1033 24471 0 2 3 1 961 33 16 0 1 0 2001019199 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26039/statm: 3400 799 370 3 0 500 0
[pid=26062] ppid=26039 vsize=5356 CPUtime=0
/proc/26062/stat : 26062 (sh) S 26039 26039 25923 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001020217 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26062/statm: 1339 232 193 169 0 50 0
[pid=26063] ppid=26062 vsize=255540 CPUtime=1470.58
/proc/26063/stat : 26063 (minisat) R 26062 26039 25923 0 -1 4194304 62113 0 0 0 147000 58 0 0 25 0 1 0 2001020217 261672960 62099 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26063/statm: 63885 62099 76 150 0 63732 0
Current children cumulated CPU time (s) 1480.56
Current children cumulated vsize (KiB) 274496

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26366
/proc/meminfo: memFree=1533992/2055920 swapFree=4180112/4192956
[pid=26039] ppid=26037 vsize=13600 CPUtime=9.98
/proc/26039/stat : 26039 (sugar) S 26037 26039 25923 0 -1 4194304 1033 24471 0 2 3 1 961 33 16 0 1 0 2001019199 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26039/statm: 3400 799 370 3 0 500 0
[pid=26062] ppid=26039 vsize=5356 CPUtime=0
/proc/26062/stat : 26062 (sh) S 26039 26039 25923 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001020217 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26062/statm: 1339 232 193 169 0 50 0
[pid=26063] ppid=26062 vsize=258176 CPUtime=1530.59
/proc/26063/stat : 26063 (minisat) R 26062 26039 25923 0 -1 4194304 62806 0 0 0 153000 59 0 0 25 0 1 0 2001020217 264372224 62792 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26063/statm: 64544 62792 76 150 0 64391 0
Current children cumulated CPU time (s) 1540.57
Current children cumulated vsize (KiB) 277132

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26366
/proc/meminfo: memFree=1531368/2055920 swapFree=4180112/4192956
[pid=26039] ppid=26037 vsize=13600 CPUtime=9.98
/proc/26039/stat : 26039 (sugar) S 26037 26039 25923 0 -1 4194304 1033 24471 0 2 3 1 961 33 16 0 1 0 2001019199 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26039/statm: 3400 799 370 3 0 500 0
[pid=26062] ppid=26039 vsize=5356 CPUtime=0
/proc/26062/stat : 26062 (sh) S 26039 26039 25923 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001020217 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26062/statm: 1339 232 193 169 0 50 0
[pid=26063] ppid=26062 vsize=260988 CPUtime=1590.58
/proc/26063/stat : 26063 (minisat) R 26062 26039 25923 0 -1 4194304 63468 0 0 0 158999 59 0 0 25 0 1 0 2001020217 267251712 63454 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26063/statm: 65247 63454 76 150 0 65094 0
Current children cumulated CPU time (s) 1600.56
Current children cumulated vsize (KiB) 279944

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26366
/proc/meminfo: memFree=1528744/2055920 swapFree=4180112/4192956
[pid=26039] ppid=26037 vsize=13600 CPUtime=9.98
/proc/26039/stat : 26039 (sugar) S 26037 26039 25923 0 -1 4194304 1033 24471 0 2 3 1 961 33 16 0 1 0 2001019199 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26039/statm: 3400 799 370 3 0 500 0
[pid=26062] ppid=26039 vsize=5356 CPUtime=0
/proc/26062/stat : 26062 (sh) S 26039 26039 25923 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001020217 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26062/statm: 1339 232 193 169 0 50 0
[pid=26063] ppid=26062 vsize=263328 CPUtime=1650.59
/proc/26063/stat : 26063 (minisat) R 26062 26039 25923 0 -1 4194304 64096 0 0 0 164999 60 0 0 25 0 1 0 2001020217 269647872 64082 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26063/statm: 65832 64082 76 150 0 65679 0
Current children cumulated CPU time (s) 1660.57
Current children cumulated vsize (KiB) 282284

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26366
/proc/meminfo: memFree=1526184/2055920 swapFree=4180112/4192956
[pid=26039] ppid=26037 vsize=13600 CPUtime=9.98
/proc/26039/stat : 26039 (sugar) S 26037 26039 25923 0 -1 4194304 1033 24471 0 2 3 1 961 33 16 0 1 0 2001019199 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26039/statm: 3400 799 370 3 0 500 0
[pid=26062] ppid=26039 vsize=5356 CPUtime=0
/proc/26062/stat : 26062 (sh) S 26039 26039 25923 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001020217 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26062/statm: 1339 232 193 169 0 50 0
[pid=26063] ppid=26062 vsize=265952 CPUtime=1710.59
/proc/26063/stat : 26063 (minisat) R 26062 26039 25923 0 -1 4194304 64736 0 0 0 170998 61 0 0 25 0 1 0 2001020217 272334848 64722 996147200 134512640 135127466 4294956256 18446744073709551615 134530938 0 0 4096 3 0 0 0 17 0 0 0
/proc/26063/statm: 66488 64722 76 150 0 66335 0
Current children cumulated CPU time (s) 1720.57
Current children cumulated vsize (KiB) 284908

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/84 26366
/proc/meminfo: memFree=1523368/2055920 swapFree=4180112/4192956
[pid=26039] ppid=26037 vsize=13600 CPUtime=9.98
/proc/26039/stat : 26039 (sugar) S 26037 26039 25923 0 -1 4194304 1033 24471 0 2 3 1 961 33 16 0 1 0 2001019199 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26039/statm: 3400 799 370 3 0 500 0
[pid=26062] ppid=26039 vsize=5356 CPUtime=0
/proc/26062/stat : 26062 (sh) S 26039 26039 25923 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001020217 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26062/statm: 1339 232 193 169 0 50 0
[pid=26063] ppid=26062 vsize=268372 CPUtime=1770.59
/proc/26063/stat : 26063 (minisat) R 26062 26039 25923 0 -1 4194304 65379 0 0 0 176997 62 0 0 25 0 1 0 2001020217 274812928 65365 996147200 134512640 135127466 4294956256 18446744073709551615 134530632 0 0 4096 3 0 0 0 17 0 0 0
/proc/26063/statm: 67093 65365 76 150 0 66940 0
Current children cumulated CPU time (s) 1780.57
Current children cumulated vsize (KiB) 287328



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.81 s]
/proc/loadavg: 2.16 2.04 2.01 3/84 26366
/proc/meminfo: memFree=1522600/2055920 swapFree=4180112/4192956
[pid=26039] ppid=26037 vsize=13600 CPUtime=9.98
/proc/26039/stat : 26039 (sugar) S 26037 26039 25923 0 -1 4194304 1033 24471 0 2 3 1 961 33 16 0 1 0 2001019199 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26039/statm: 3400 799 370 3 0 500 0
[pid=26062] ppid=26039 vsize=5356 CPUtime=0
/proc/26062/stat : 26062 (sh) S 26039 26039 25923 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001020217 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26062/statm: 1339 232 193 169 0 50 0
[pid=26063] ppid=26062 vsize=269132 CPUtime=1790.09
/proc/26063/stat : 26063 (minisat) R 26062 26039 25923 0 -1 4194304 65578 0 0 0 178947 62 0 0 25 0 1 0 2001020217 275591168 65564 996147200 134512640 135127466 4294956256 18446744073709551615 134522617 0 0 4096 3 0 0 0 17 0 0 0
/proc/26063/statm: 67283 65564 76 150 0 67130 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 288088

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 26039 and gives
#  childrusage.ru_utime.tv_sec=9
#  childrusage.ru_utime.tv_usec=654532
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=369943
# CPU time returned by wait4() is 10.0245
# 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): 1801.87
CPU time (s): 1800.07
CPU user time (s): 1799.11
CPU system time (s): 0.96
CPU usage (%): 99.9004
Max. virtual memory (cumulated for all children) (KiB): 888096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.65453
system time used= 0.369943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25849
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= 6583
involuntary context switches= 6599

runsolver used 1.71574 second user time and 5.29519 second system time

The end

Launcher Data (download as text)

Begin job on node16 at 2008-07-05 03:14:06
IDJOB=1081990
IDBENCH=57167
IDSOLVER=346
FILE ID=node16/1081990-1215220446
PBS_JOBID= 7881823
Free space on /tmp= 66520 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/haystacks/normalized-haystacks-30.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-1081990-1215220446/watcher-1081990-1215220446 -o /tmp/evaluation-result-1081990-1215220446/solver-1081990-1215220446 -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-1081990-1215220446.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bccb1afd07064f82b769e57196d4b8ac
RANDOM SEED=308096879

node16.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.213
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.213
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:       1790960 kB
Buffers:         27744 kB
Cached:         139728 kB
SwapCached:       6676 kB
Active:         179780 kB
Inactive:        34448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1790960 kB
SwapTotal:     4192956 kB
SwapFree:      4180112 kB
Dirty:            2852 kB
Writeback:           0 kB
Mapped:          54216 kB
Slab:            36212 kB
Committed_AS:  3506712 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= 66524 MiB
End job on node16 at 2008-07-05 03:44:10