Trace number 1081948

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.02 1803.07

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-29.xml
MD5SUMeebadc79eee5c83f4490f3a0193ddac7
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 benchmark32.4861
Satisfiable
(Un)Satisfiability was proved
Number of variables841
Number of constraints11802
Maximum constraint arity2
Maximum domain size29
Number of constraints which are defined in extension0
Number of constraints which are defined in intension11802
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:07:59 2008
0.00/0.04	c 0	PID 18375
0.00/0.05	c 0	HOST node26.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1081948-1215220079.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-1081948-1215220079.xml' 'HOME/temp.csp'
1.15/1.23	c 1	1 domains, 841 variables, 4 predicates, 0 relations, 11802 constraints
1.15/1.26	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.15/1.26	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.19/1.34	c 2	Parsing HOME/temp.csp
1.19/1.65	c 2	parsed 10000 expressions
1.19/1.69	c 2	parsed 12648 expressions
1.19/1.70	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.19/1.70	c 2	Converting to clausal form CSP
1.19/1.96	c 2	converted 1265 (10%) expressions
1.19/2.20	c 2	converted 2530 (20%) expressions
2.21/2.37	c 3	converted 3795 (30%) expressions
2.40/2.59	c 3	converted 5060 (40%) expressions
2.60/2.75	c 3	converted 6324 (50%) expressions
2.80/2.91	c 3	converted 7589 (60%) expressions
3.01/3.15	c 3	converted 8854 (70%) expressions
3.19/3.31	c 4	converted 10119 (80%) expressions
3.29/3.48	c 4	converted 11384 (90%) expressions
3.49/3.64	c 4	converted 12648 (100%) expressions
3.49/3.64	c 4	CSP : 841 integers, 11128 booleans, 34870 clauses, largest domain size 29
3.49/3.64	c 4	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.49/3.64	c 4	Propagation in CSP
3.89/4.08	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.89/4.08	c 4	CSP : 841 integers, 11128 booleans, 34870 clauses, largest domain size 29
3.89/4.08	c 4	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.89/4.10	c 4	Simplifing CSP by introducing new Boolean variables
4.09/4.29	c 4	CSP : 841 integers, 23548 booleans, 47290 clauses, largest domain size 29
4.09/4.29	c 4	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.29/4.45	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.38/4.52	c 5	85 (10%) CSP integer variables are encoded (2295 clauses, 27764 bytes)
4.38/4.53	c 5	169 (20%) CSP integer variables are encoded (4563 clauses, 57248 bytes)
4.38/4.54	c 5	253 (30%) CSP integer variables are encoded (6831 clauses, 86732 bytes)
4.38/4.55	c 5	337 (40%) CSP integer variables are encoded (9099 clauses, 116216 bytes)
4.38/4.56	c 5	421 (50%) CSP integer variables are encoded (11367 clauses, 149151 bytes)
4.38/4.57	c 5	505 (60%) CSP integer variables are encoded (13635 clauses, 183171 bytes)
4.38/4.58	c 5	589 (70%) CSP integer variables are encoded (15903 clauses, 217191 bytes)
4.38/4.59	c 5	673 (80%) CSP integer variables are encoded (18171 clauses, 251211 bytes)
4.47/4.60	c 5	757 (90%) CSP integer variables are encoded (20439 clauses, 285231 bytes)
4.47/4.61	c 5	841 (100%) CSP integer variables are encoded (22707 clauses, 319251 bytes)
4.97/5.11	c 5	4729 (10%) CSP clauses are encoded (125921 clauses, 2301963 bytes)
5.38/5.54	c 6	9458 (20%) CSP clauses are encoded (228456 clauses, 4369718 bytes)
5.76/5.99	c 6	14187 (30%) CSP clauses are encoded (331111 clauses, 6439281 bytes)
6.27/6.41	c 7	18916 (40%) CSP clauses are encoded (432341 clauses, 8483758 bytes)
6.65/6.84	c 7	23645 (50%) CSP clauses are encoded (534559 clauses, 10558635 bytes)
7.05/7.26	c 7	28374 (60%) CSP clauses are encoded (635785 clauses, 12618034 bytes)
7.45/7.69	c 8	33103 (70%) CSP clauses are encoded (737438 clauses, 14724037 bytes)
7.95/8.13	c 8	37832 (80%) CSP clauses are encoded (839165 clauses, 16905038 bytes)
8.34/8.56	c 9	42561 (90%) CSP clauses are encoded (941043 clauses, 19090147 bytes)
8.74/8.99	c 9	47290 (100%) CSP clauses are encoded (1043221 clauses, 21282581 bytes)
8.74/8.99	c 9	47290 CSP clauses encoded
8.74/8.99	c 9	Writing map file : HOME/temp.map
8.83/9.02	c 9	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.83/9.02	c 9	SAT : 47096 SAT variables, 1043221 SAT clauses, 21282581 bytes
8.83/9.02	c 9	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.83/9.05	c 9	SOLVING HOME/temp.cnf
8.83/9.05	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.83/9.05	c 9	This is MiniSat 2.0 beta
8.83/9.05	c 9	WARNING: for repeatability, setting FPU to use double precision
8.83/9.05	c 9	============================[ Problem Statistics ]=============================
8.83/9.05	c 9	|                                                                             |
8.83/9.05	c 9	|  Number of variables:  47096                                                |
8.83/9.05	c 9	|  Number of clauses:    1043221                                              |
8.88/9.60	c 10	|  Parsing time:         0.49         s                                       |
8.88/9.64	c 10	============================[ Search Statistics ]==============================
8.88/9.64	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.88/9.64	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.88/9.64	c 10	===============================================================================
8.88/9.64	c 10	|         0 |   47096  1043221  3022694 |   347740        0    nan |  0.000 % |
8.88/9.83	c 10	|       100 |   47096  1043221  3022694 |   382514      100      5 |  0.000 % |
9.71/9.99	c 10	|       250 |   47096  1043221  3022694 |   420765      250      5 |  0.000 % |
10.01/10.20	c 10	|       475 |   47096  1043221  3022694 |   462842      475      5 |  0.000 % |
10.21/10.44	c 11	|       812 |   47096  1043221  3022694 |   509126      812      5 |  0.000 % |
10.51/10.74	c 11	|      1318 |   47096  1043221  3022694 |   560039     1318      6 |  0.000 % |
10.90/11.13	c 11	|      2077 |   47096  1043221  3022694 |   616043     2077      6 |  0.000 % |
11.20/11.42	c 12	|      3216 |   47096  1043221  3022694 |   677647     3216      8 |  0.000 % |
11.50/11.70	c 12	|      4924 |   47096  1043221  3022694 |   745412     4924      8 |  0.000 % |
11.99/12.25	c 12	|      7486 |   47096  1043221  3022694 |   819953     7486      8 |  0.000 % |
12.88/13.18	c 13	|     11330 |   47096  1043221  3022694 |   901948    11330      8 |  0.000 % |
13.57/13.86	c 14	|     17098 |   47096  1043221  3022694 |   992143    17098      9 |  0.000 % |
15.26/15.55	c 16	|     25747 |   47096  1043221  3022694 |  1091358    25747      9 |  0.000 % |
16.44/16.76	c 17	|     38723 |   47096  1043221  3022694 |  1200493    38723     10 |  0.000 % |
19.72/20.03	c 20	|     58184 |   47096  1043221  3022694 |  1320543    58184     12 |  0.000 % |
23.48/23.81	c 24	|     87378 |   47096  1043221  3022694 |  1452597    87378     12 |  0.000 % |
32.78/33.25	c 33	|    131168 |   47096  1043221  3022694 |  1597857   131168     12 |  0.000 % |
45.37/45.98	c 46	|    196852 |   47096  1043221  3022694 |  1757643   196852     13 |  0.000 % |
63.80/64.54	c 65	|    295379 |   47096  1043221  3022694 |  1933407   295379     14 |  0.000 % |
118.17/119.47	c 120	|    443170 |   47096  1043221  3022694 |  2126748   443170     16 |  0.000 % |
234.13/236.20	c 236	|    664853 |   47096  1043221  3022694 |  2339423   664853     17 |  0.000 % |
531.23/533.48	c 534	|    997379 |   47096  1043221  3022694 |  2573365   997379     17 |  0.000 % |
777.47/779.83	c 780	|   1496167 |   47096  1043221  3022694 |  2830701  1496167     18 |  0.000 % |
1771.53/1774.52	c 1775	|   2244349 |   47096  1043221  3022694 |  3113772  2244349     19 |  0.000 % |
1800.02/1803.02	c ERROR INTERRUPTED
1800.02/1803.06	s UNKNOWN
1800.02/1803.06	c 1803	CPU 8.55 (0.04 0.01 8.51 0.34)
1800.02/1803.06	c 1803	END Sat Jul  5 03:38:02 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-1081948-1215220079/watcher-1081948-1215220079 -o /tmp/evaluation-result-1081948-1215220079/solver-1081948-1215220079 -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-1081948-1215220079.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.07 2.02 2.00 4/73 18375
/proc/meminfo: memFree=1743336/2055920 swapFree=4137208/4192956
[pid=18375] ppid=18373 vsize=12268 CPUtime=0
/proc/18375/stat : 18375 (sugar) R 18373 18375 15810 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1006462844 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 269028653669 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/18375/statm: 3067 316 241 3 0 167 0

[startup+0.10044 s]
/proc/loadavg: 2.07 2.02 2.00 4/73 18375
/proc/meminfo: memFree=1743336/2055920 swapFree=4137208/4192956
[pid=18375] ppid=18373 vsize=13600 CPUtime=0.03
/proc/18375/stat : 18375 (sugar) S 18373 18375 15810 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1006462844 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18375/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201446 s]
/proc/loadavg: 2.07 2.02 2.00 4/73 18375
/proc/meminfo: memFree=1743336/2055920 swapFree=4137208/4192956
[pid=18375] ppid=18373 vsize=13600 CPUtime=0.03
/proc/18375/stat : 18375 (sugar) S 18373 18375 15810 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1006462844 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18375/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301449 s]
/proc/loadavg: 2.07 2.02 2.00 4/73 18375
/proc/meminfo: memFree=1743336/2055920 swapFree=4137208/4192956
[pid=18375] ppid=18373 vsize=13600 CPUtime=0.03
/proc/18375/stat : 18375 (sugar) S 18373 18375 15810 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1006462844 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18375/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701486 s]
/proc/loadavg: 2.07 2.02 2.00 4/73 18375
/proc/meminfo: memFree=1743336/2055920 swapFree=4137208/4192956
[pid=18375] ppid=18373 vsize=13600 CPUtime=0.03
/proc/18375/stat : 18375 (sugar) S 18373 18375 15810 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1006462844 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18375/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50155 s]
/proc/loadavg: 2.07 2.02 2.00 3/84 18387
/proc/meminfo: memFree=1717952/2055920 swapFree=4137208/4192956
[pid=18375] ppid=18373 vsize=13600 CPUtime=1.19
/proc/18375/stat : 18375 (sugar) S 18373 18375 15810 0 -1 4194304 973 10017 0 1 3 0 110 6 16 0 1 0 1006462844 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18375/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 13600

[startup+3.11168 s]
/proc/loadavg: 2.07 2.02 2.00 4/84 18397
/proc/meminfo: memFree=1724224/2055920 swapFree=4137208/4192956
[pid=18375] ppid=18373 vsize=13600 CPUtime=1.19
/proc/18375/stat : 18375 (sugar) S 18373 18375 15810 0 -1 4194304 974 10017 0 1 3 0 110 6 15 0 1 0 1006462844 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18375/statm: 3400 797 370 3 0 500 0
[pid=18388] ppid=18375 vsize=5356 CPUtime=0
/proc/18388/stat : 18388 (sh) S 18375 18375 15810 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1006462970 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18388/statm: 1339 233 193 169 0 50 0
[pid=18389] ppid=18388 vsize=868384 CPUtime=1.82
/proc/18389/stat : 18389 (java) S 18388 18375 15810 0 -1 0 9301 0 1 0 176 6 0 0 19 0 9 0 1006462971 889225216 8404 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18389/statm: 217096 8404 2540 9 0 211671 0
[pid=18389/tid=18390] ppid=18388 vsize=868384 CPUtime=1.25
/proc/18389/task/18390/stat : 18390 (java) R 18388 18375 15810 0 -1 64 2884 0 1 0 124 1 0 0 25 0 9 0 1006462972 889225216 8404 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18389/tid=18391] ppid=18388 vsize=868384 CPUtime=0.33
/proc/18389/task/18391/stat : 18391 (java) R 18388 18375 15810 0 -1 64 4269 0 0 0 31 2 0 0 15 0 9 0 1006462973 889225216 8404 996147200 134512640 134550740 4294955952 18446744073709551615 102723289 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18389/tid=18392] ppid=18388 vsize=868384 CPUtime=0
/proc/18389/task/18392/stat : 18392 (java) S 18388 18375 15810 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1006462973 889225216 8404 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18389/tid=18393] ppid=18388 vsize=868384 CPUtime=0
/proc/18389/task/18393/stat : 18393 (java) S 18388 18375 15810 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1006462973 889225216 8404 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18389/tid=18394] ppid=18388 vsize=868384 CPUtime=0
/proc/18389/task/18394/stat : 18394 (java) S 18388 18375 15810 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1006462975 889225216 8404 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18389/tid=18395] ppid=18388 vsize=868384 CPUtime=0.19
/proc/18389/task/18395/stat : 18395 (java) S 18388 18375 15810 0 -1 64 1455 0 0 0 19 0 0 0 16 0 9 0 1006462975 889225216 8404 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18389/tid=18396] ppid=18388 vsize=868384 CPUtime=0
/proc/18389/task/18396/stat : 18396 (java) S 18388 18375 15810 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1006462975 889225216 8404 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18389/tid=18397] ppid=18388 vsize=868384 CPUtime=0
/proc/18389/task/18397/stat : 18397 (java) S 18388 18375 15810 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1006462975 889225216 8404 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887340

[startup+6.30193 s]
/proc/loadavg: 2.07 2.02 2.00 3/84 18397
/proc/meminfo: memFree=1702080/2055920 swapFree=4137208/4192956
[pid=18375] ppid=18373 vsize=13600 CPUtime=1.19
/proc/18375/stat : 18375 (sugar) S 18373 18375 15810 0 -1 4194304 974 10017 0 1 3 0 110 6 15 0 1 0 1006462844 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18375/statm: 3400 797 370 3 0 500 0
[pid=18388] ppid=18375 vsize=5356 CPUtime=0
/proc/18388/stat : 18388 (sh) S 18375 18375 15810 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1006462970 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18388/statm: 1339 233 193 169 0 50 0
[pid=18389] ppid=18388 vsize=868496 CPUtime=4.97
/proc/18389/stat : 18389 (java) S 18388 18375 15810 0 -1 0 12589 0 1 0 483 14 0 0 19 0 9 0 1006462971 889339904 11076 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18389/statm: 217124 11076 2566 9 0 211671 0
[pid=18389/tid=18390] ppid=18388 vsize=868496 CPUtime=3.85
/proc/18389/task/18390/stat : 18390 (java) R 18388 18375 15810 0 -1 64 3284 0 1 0 378 7 0 0 25 0 9 0 1006462972 889339904 11076 996147200 134512640 134550740 4294955952 18446744073709551615 102064644 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18389/tid=18391] ppid=18388 vsize=868496 CPUtime=0.81
/proc/18389/task/18391/stat : 18391 (java) S 18388 18375 15810 0 -1 64 7106 0 0 0 76 5 0 0 16 0 9 0 1006462973 889339904 11076 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18389/tid=18392] ppid=18388 vsize=868496 CPUtime=0
/proc/18389/task/18392/stat : 18392 (java) S 18388 18375 15810 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1006462973 889339904 11076 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18389/tid=18393] ppid=18388 vsize=868496 CPUtime=0
/proc/18389/task/18393/stat : 18393 (java) S 18388 18375 15810 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1006462973 889339904 11076 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18389/tid=18394] ppid=18388 vsize=868496 CPUtime=0
/proc/18389/task/18394/stat : 18394 (java) S 18388 18375 15810 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1006462975 889339904 11076 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18389/tid=18395] ppid=18388 vsize=868496 CPUtime=0.28
/proc/18389/task/18395/stat : 18395 (java) S 18388 18375 15810 0 -1 64 1506 0 0 0 28 0 0 0 16 0 9 0 1006462975 889339904 11076 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18389/tid=18396] ppid=18388 vsize=868496 CPUtime=0
/proc/18389/task/18396/stat : 18396 (java) S 18388 18375 15810 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1006462975 889339904 11076 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18389/tid=18397] ppid=18388 vsize=868496 CPUtime=0
/proc/18389/task/18397/stat : 18397 (java) S 18388 18375 15810 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1006462975 889339904 11076 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887452

[startup+12.7024 s]
/proc/loadavg: 2.06 2.01 2.00 3/76 18399
/proc/meminfo: memFree=1669896/2055920 swapFree=4137208/4192956
[pid=18375] ppid=18373 vsize=13600 CPUtime=8.88
/proc/18375/stat : 18375 (sugar) S 18373 18375 15810 0 -1 4194304 1033 23128 0 2 4 1 850 33 15 0 1 0 1006462844 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18375/statm: 3400 799 370 3 0 500 0
[pid=18398] ppid=18375 vsize=5356 CPUtime=0
/proc/18398/stat : 18398 (sh) S 18375 18375 15810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1006463749 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18398/statm: 1339 232 193 169 0 50 0
[pid=18399] ppid=18398 vsize=51212 CPUtime=3.6
/proc/18399/stat : 18399 (minisat) R 18398 18375 15810 0 -1 4194304 12483 0 0 0 353 7 0 0 25 0 1 0 1006463749 52441088 12469 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/18399/statm: 12803 12469 76 150 0 12650 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 70168

[startup+25.5015 s]
/proc/loadavg: 2.05 2.01 2.00 3/76 18399
/proc/meminfo: memFree=1662408/2055920 swapFree=4137208/4192956
[pid=18375] ppid=18373 vsize=13600 CPUtime=8.88
/proc/18375/stat : 18375 (sugar) S 18373 18375 15810 0 -1 4194304 1033 23128 0 2 4 1 850 33 16 0 1 0 1006462844 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18375/statm: 3400 799 370 3 0 500 0
[pid=18398] ppid=18375 vsize=5356 CPUtime=0
/proc/18398/stat : 18398 (sh) S 18375 18375 15810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1006463749 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18398/statm: 1339 232 193 169 0 50 0
[pid=18399] ppid=18398 vsize=59228 CPUtime=16.28
/proc/18399/stat : 18399 (minisat) R 18398 18375 15810 0 -1 4194304 14426 0 0 0 1620 8 0 0 25 0 1 0 1006463749 60649472 14412 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/18399/statm: 14807 14412 76 150 0 14654 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 78184

[startup+51.1015 s]
/proc/loadavg: 2.11 2.03 2.01 3/76 18399
/proc/meminfo: memFree=1650056/2055920 swapFree=4137208/4192956
[pid=18375] ppid=18373 vsize=13600 CPUtime=8.88
/proc/18375/stat : 18375 (sugar) S 18373 18375 15810 0 -1 4194304 1033 23128 0 2 4 1 850 33 16 0 1 0 1006462844 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18375/statm: 3400 799 370 3 0 500 0
[pid=18398] ppid=18375 vsize=5356 CPUtime=0
/proc/18398/stat : 18398 (sh) S 18375 18375 15810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1006463749 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18398/statm: 1339 232 193 169 0 50 0
[pid=18399] ppid=18398 vsize=71868 CPUtime=41.64
/proc/18399/stat : 18399 (minisat) R 18398 18375 15810 0 -1 4194304 17545 0 0 0 4153 11 0 0 25 0 1 0 1006463749 73592832 17531 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/18399/statm: 17967 17531 76 150 0 17814 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 90824

[startup+102.302 s]
/proc/loadavg: 2.10 2.04 2.01 3/76 18399
/proc/meminfo: memFree=1630024/2055920 swapFree=4137208/4192956
[pid=18375] ppid=18373 vsize=13600 CPUtime=8.88
/proc/18375/stat : 18375 (sugar) S 18373 18375 15810 0 -1 4194304 1033 23128 0 2 4 1 850 33 16 0 1 0 1006462844 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18375/statm: 3400 799 370 3 0 500 0
[pid=18398] ppid=18375 vsize=5356 CPUtime=0
/proc/18398/stat : 18398 (sh) S 18375 18375 15810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1006463749 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18398/statm: 1339 232 193 169 0 50 0
[pid=18399] ppid=18398 vsize=91664 CPUtime=92.35
/proc/18399/stat : 18399 (minisat) R 18398 18375 15810 0 -1 4194304 22475 0 0 0 9220 15 0 0 25 0 1 0 1006463749 93863936 22461 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18399/statm: 22916 22461 76 150 0 22763 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 110620

[startup+162.301 s]
/proc/loadavg: 2.04 2.03 2.00 3/76 18399
/proc/meminfo: memFree=1609608/2055920 swapFree=4137208/4192956
[pid=18375] ppid=18373 vsize=13600 CPUtime=8.88
/proc/18375/stat : 18375 (sugar) S 18373 18375 15810 0 -1 4194304 1033 23128 0 2 4 1 850 33 16 0 1 0 1006462844 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18375/statm: 3400 799 370 3 0 500 0
[pid=18398] ppid=18375 vsize=5356 CPUtime=0
/proc/18398/stat : 18398 (sh) S 18375 18375 15810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1006463749 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18398/statm: 1339 232 193 169 0 50 0
[pid=18399] ppid=18398 vsize=112184 CPUtime=151.79
/proc/18399/stat : 18399 (minisat) R 18398 18375 15810 0 -1 4194304 27526 0 0 0 15160 19 0 0 25 0 1 0 1006463749 114876416 27512 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18399/statm: 28046 27512 76 150 0 27893 0
Current children cumulated CPU time (s) 160.67

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

/proc/meminfo: memFree=1359104/2055920 swapFree=4137208/4192956
[pid=18375] ppid=18373 vsize=13600 CPUtime=8.88
/proc/18375/stat : 18375 (sugar) S 18373 18375 15810 0 -1 4194304 1033 23128 0 2 4 1 850 33 16 0 1 0 1006462844 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18375/statm: 3400 799 370 3 0 500 0
[pid=18398] ppid=18375 vsize=5356 CPUtime=0
/proc/18398/stat : 18398 (sh) S 18375 18375 15810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1006463749 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18398/statm: 1339 232 193 169 0 50 0
[pid=18399] ppid=18398 vsize=283176 CPUtime=1350.72
/proc/18399/stat : 18399 (minisat) R 18398 18375 15810 0 -1 4194304 69391 0 0 0 135008 64 0 0 25 0 1 0 1006463749 289972224 69377 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18399/statm: 70794 69377 76 150 0 70641 0
Current children cumulated CPU time (s) 1359.6
Current children cumulated vsize (KiB) 302132

[startup+1422.3 s]
/proc/loadavg: 2.21 2.10 2.03 3/87 18481
/proc/meminfo: memFree=1355712/2055920 swapFree=4137208/4192956
[pid=18375] ppid=18373 vsize=13600 CPUtime=8.88
/proc/18375/stat : 18375 (sugar) S 18373 18375 15810 0 -1 4194304 1033 23128 0 2 4 1 850 33 16 0 1 0 1006462844 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18375/statm: 3400 799 370 3 0 500 0
[pid=18398] ppid=18375 vsize=5356 CPUtime=0
/proc/18398/stat : 18398 (sh) S 18375 18375 15810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1006463749 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18398/statm: 1339 232 193 169 0 50 0
[pid=18399] ppid=18398 vsize=286508 CPUtime=1410.68
/proc/18399/stat : 18399 (minisat) R 18398 18375 15810 0 -1 4194304 70219 0 0 0 141003 65 0 0 25 0 1 0 1006463749 293384192 70205 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 0 0 0
/proc/18399/statm: 71627 70205 76 150 0 71474 0
Current children cumulated CPU time (s) 1419.56
Current children cumulated vsize (KiB) 305464

[startup+1482.3 s]
/proc/loadavg: 2.08 2.08 2.02 3/87 18481
/proc/meminfo: memFree=1351040/2055920 swapFree=4137208/4192956
[pid=18375] ppid=18373 vsize=13600 CPUtime=8.88
/proc/18375/stat : 18375 (sugar) S 18373 18375 15810 0 -1 4194304 1033 23128 0 2 4 1 850 33 16 0 1 0 1006462844 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18375/statm: 3400 799 370 3 0 500 0
[pid=18398] ppid=18375 vsize=5356 CPUtime=0
/proc/18398/stat : 18398 (sh) S 18375 18375 15810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1006463749 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18398/statm: 1339 232 193 169 0 50 0
[pid=18399] ppid=18398 vsize=289844 CPUtime=1470.65
/proc/18399/stat : 18399 (minisat) R 18398 18375 15810 0 -1 4194304 71062 0 0 0 146998 67 0 0 25 0 1 0 1006463749 296800256 71048 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18399/statm: 72461 71048 76 150 0 72308 0
Current children cumulated CPU time (s) 1479.53
Current children cumulated vsize (KiB) 308800

[startup+1542.31 s]
/proc/loadavg: 2.03 2.06 2.02 3/87 18481
/proc/meminfo: memFree=1346880/2055920 swapFree=4137208/4192956
[pid=18375] ppid=18373 vsize=13600 CPUtime=8.88
/proc/18375/stat : 18375 (sugar) S 18373 18375 15810 0 -1 4194304 1033 23128 0 2 4 1 850 33 16 0 1 0 1006462844 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18375/statm: 3400 799 370 3 0 500 0
[pid=18398] ppid=18375 vsize=5356 CPUtime=0
/proc/18398/stat : 18398 (sh) S 18375 18375 15810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1006463749 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18398/statm: 1339 232 193 169 0 50 0
[pid=18399] ppid=18398 vsize=293720 CPUtime=1530.6
/proc/18399/stat : 18399 (minisat) R 18398 18375 15810 0 -1 4194304 72079 0 0 0 152992 68 0 0 25 0 1 0 1006463749 300769280 72065 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18399/statm: 73430 72065 76 150 0 73277 0
Current children cumulated CPU time (s) 1539.48
Current children cumulated vsize (KiB) 312676

[startup+1602.3 s]
/proc/loadavg: 2.01 2.05 2.01 3/87 18481
/proc/meminfo: memFree=1343680/2055920 swapFree=4137208/4192956
[pid=18375] ppid=18373 vsize=13600 CPUtime=8.88
/proc/18375/stat : 18375 (sugar) S 18373 18375 15810 0 -1 4194304 1033 23128 0 2 4 1 850 33 16 0 1 0 1006462844 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18375/statm: 3400 799 370 3 0 500 0
[pid=18398] ppid=18375 vsize=5356 CPUtime=0
/proc/18398/stat : 18398 (sh) S 18375 18375 15810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1006463749 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18398/statm: 1339 232 193 169 0 50 0
[pid=18399] ppid=18398 vsize=296836 CPUtime=1590.56
/proc/18399/stat : 18399 (minisat) R 18398 18375 15810 0 -1 4194304 72862 0 0 0 158987 69 0 0 25 0 1 0 1006463749 303960064 72848 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18399/statm: 74209 72848 76 150 0 74056 0
Current children cumulated CPU time (s) 1599.44
Current children cumulated vsize (KiB) 315792

[startup+1662.3 s]
/proc/loadavg: 2.00 2.04 2.01 4/87 18481
/proc/meminfo: memFree=1340800/2055920 swapFree=4137208/4192956
[pid=18375] ppid=18373 vsize=13600 CPUtime=8.88
/proc/18375/stat : 18375 (sugar) S 18373 18375 15810 0 -1 4194304 1033 23128 0 2 4 1 850 33 16 0 1 0 1006462844 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18375/statm: 3400 799 370 3 0 500 0
[pid=18398] ppid=18375 vsize=5356 CPUtime=0
/proc/18398/stat : 18398 (sh) S 18375 18375 15810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1006463749 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18398/statm: 1339 232 193 169 0 50 0
[pid=18399] ppid=18398 vsize=299504 CPUtime=1650.53
/proc/18399/stat : 18399 (minisat) R 18398 18375 15810 0 -1 4194304 73572 0 0 0 164983 70 0 0 25 0 1 0 1006463749 306692096 73558 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 0 0 0
/proc/18399/statm: 74876 73559 76 150 0 74723 0
Current children cumulated CPU time (s) 1659.41
Current children cumulated vsize (KiB) 318460

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/87 18481
/proc/meminfo: memFree=1335360/2055920 swapFree=4137208/4192956
[pid=18375] ppid=18373 vsize=13600 CPUtime=8.88
/proc/18375/stat : 18375 (sugar) S 18373 18375 15810 0 -1 4194304 1033 23128 0 2 4 1 850 33 16 0 1 0 1006462844 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18375/statm: 3400 799 370 3 0 500 0
[pid=18398] ppid=18375 vsize=5356 CPUtime=0
/proc/18398/stat : 18398 (sh) S 18375 18375 15810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1006463749 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18398/statm: 1339 232 193 169 0 50 0
[pid=18399] ppid=18398 vsize=304740 CPUtime=1710.48
/proc/18399/stat : 18399 (minisat) R 18398 18375 15810 0 -1 4194304 74936 0 0 0 170977 71 0 0 25 0 1 0 1006463749 312053760 74922 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/18399/statm: 76185 74922 76 150 0 76032 0
Current children cumulated CPU time (s) 1719.36
Current children cumulated vsize (KiB) 323696

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/87 18481
/proc/meminfo: memFree=1330688/2055920 swapFree=4137208/4192956
[pid=18375] ppid=18373 vsize=13600 CPUtime=8.88
/proc/18375/stat : 18375 (sugar) S 18373 18375 15810 0 -1 4194304 1033 23128 0 2 4 1 850 33 16 0 1 0 1006462844 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18375/statm: 3400 799 370 3 0 500 0
[pid=18398] ppid=18375 vsize=5356 CPUtime=0
/proc/18398/stat : 18398 (sh) S 18375 18375 15810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1006463749 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18398/statm: 1339 232 193 169 0 50 0
[pid=18399] ppid=18398 vsize=309180 CPUtime=1770.44
/proc/18399/stat : 18399 (minisat) R 18398 18375 15810 0 -1 4194304 76054 0 0 0 176972 72 0 0 25 0 1 0 1006463749 316600320 76040 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18399/statm: 77295 76040 76 150 0 77142 0
Current children cumulated CPU time (s) 1779.32
Current children cumulated vsize (KiB) 328136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.01 s]
/proc/loadavg: 2.00 2.02 2.00 3/87 18481
/proc/meminfo: memFree=1326848/2055920 swapFree=4137208/4192956
[pid=18375] ppid=18373 vsize=13600 CPUtime=8.88
/proc/18375/stat : 18375 (sugar) S 18373 18375 15810 0 -1 4194304 1033 23128 0 2 4 1 850 33 16 0 1 0 1006462844 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18375/statm: 3400 799 370 3 0 500 0
[pid=18398] ppid=18375 vsize=5356 CPUtime=0
/proc/18398/stat : 18398 (sh) S 18375 18375 15810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1006463749 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18398/statm: 1339 232 193 169 0 50 0
[pid=18399] ppid=18398 vsize=312872 CPUtime=1791.14
/proc/18399/stat : 18399 (minisat) R 18398 18375 15810 0 -1 4194304 76997 0 0 0 179041 73 0 0 25 0 1 0 1006463749 320380928 76983 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/18399/statm: 78218 76983 76 150 0 78065 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 331828

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

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

[startup+1803.01 s]
/proc/loadavg: 2.00 2.02 2.00 3/87 18481
/proc/meminfo: memFree=1326848/2055920 swapFree=4137208/4192956
[pid=18375] ppid=18373 vsize=13600 CPUtime=8.88
/proc/18375/stat : 18375 (sugar) S 18373 18375 15810 0 -1 4194304 1033 23128 0 2 4 1 850 33 16 0 1 0 1006462844 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18375/statm: 3400 799 370 3 0 500 0
[pid=18398] ppid=18375 vsize=5356 CPUtime=0
/proc/18398/stat : 18398 (sh) S 18375 18375 15810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1006463749 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18398/statm: 1339 232 193 169 0 50 0
[pid=18399] ppid=18398 vsize=312872 CPUtime=1791.14
/proc/18399/stat : 18399 (minisat) R 18398 18375 15810 0 -1 4194304 76997 0 0 0 179041 73 0 0 25 0 1 0 1006463749 320380928 76983 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/18399/statm: 78218 76983 76 150 0 78065 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 331828

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18375 and gives
#  childrusage.ru_utime.tv_sec=8
#  childrusage.ru_utime.tv_usec=555699
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=365944
# CPU time returned by wait4() is 8.92164
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1803.07
CPU time (s): 1800.02
CPU user time (s): 1798.95
CPU system time (s): 1.07
CPU usage (%): 99.8308
Max. virtual memory (cumulated for all children) (KiB): 887844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.5557
system time used= 0.365944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24506
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= 6013
involuntary context switches= 6015

runsolver used 2.54861 second user time and 5.66614 second system time

The end

Launcher Data (download as text)

Begin job on node26 at 2008-07-05 03:07:59
IDJOB=1081948
IDBENCH=57165
IDSOLVER=346
FILE ID=node26/1081948-1215220079
PBS_JOBID= 7881693
Free space on /tmp= 66440 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= eebadc79eee5c83f4490f3a0193ddac7
RANDOM SEED=1727095398

node26.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.221
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.221
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:       1743816 kB
Buffers:         26184 kB
Cached:         158096 kB
SwapCached:      49368 kB
Active:         216624 kB
Inactive:        40372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1743816 kB
SwapTotal:     4192956 kB
SwapFree:      4137208 kB
Dirty:            2744 kB
Writeback:           0 kB
Mapped:          80624 kB
Slab:            40324 kB
Committed_AS:  1725028 kB
PageTables:       1892 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= 66440 MiB
End job on node26 at 2008-07-05 03:38:04