Trace number 1081570

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.08 1807.09

General information on the benchmark

Namecsp/knights/
normalized-knights-80-25.xml
MD5SUMc6b97d84d68df0997e63605d14db7d0f
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints300
Maximum constraint arity2
Maximum domain size6400
Number of constraints which are defined in extension0
Number of constraints which are defined in intension300
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 02:25:22 2008
0.00/0.05	c 0	PID 24582
0.04/0.05	c 0	HOST node56.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1081570-1215217522.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1081570-1215217522.xml' 'HOME/temp.csp'
0.04/0.35	c 1	1 domains, 25 variables, 2 predicates, 0 relations, 300 constraints
0.04/0.37	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.37	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.33/0.48	c 1	Parsing HOME/temp.csp
0.33/0.59	c 1	parsed 328 expressions
0.33/0.63	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.33/0.63	c 1	Converting to clausal form CSP
0.33/0.67	c 1	converted 33 (10%) expressions
0.33/0.69	c 1	converted 66 (20%) expressions
0.33/0.71	c 1	converted 99 (30%) expressions
0.33/0.72	c 1	converted 132 (40%) expressions
0.33/0.74	c 1	converted 164 (50%) expressions
0.33/0.81	c 1	converted 197 (60%) expressions
0.33/0.82	c 1	converted 230 (70%) expressions
0.33/0.83	c 1	converted 263 (80%) expressions
0.33/0.84	c 1	converted 296 (90%) expressions
0.33/0.85	c 1	converted 328 (100%) expressions
0.33/0.85	c 1	CSP : 125 integers, 50 booleans, 700 clauses, largest domain size 6400
0.33/0.85	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.33/0.85	c 1	Propagation in CSP
0.33/0.87	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.33/0.87	c 1	CSP : 125 integers, 50 booleans, 700 clauses, largest domain size 6400
0.33/0.87	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.33/0.88	c 1	Simplifing CSP by introducing new Boolean variables
0.33/0.89	c 1	CSP : 125 integers, 800 booleans, 1450 clauses, largest domain size 6400
0.33/0.89	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.33/0.92	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.90/1.05	c 1	13 (10%) CSP integer variables are encoded (83174 clauses, 1225468 bytes)
1.00/1.15	c 1	25 (20%) CSP integer variables are encoded (159950 clauses, 2497041 bytes)
1.00/1.15	c 1	38 (30%) CSP integer variables are encoded (160964 clauses, 2514279 bytes)
1.00/1.15	c 1	50 (40%) CSP integer variables are encoded (161900 clauses, 2530191 bytes)
1.00/1.16	c 1	63 (50%) CSP integer variables are encoded (162914 clauses, 2547429 bytes)
1.00/1.16	c 1	75 (60%) CSP integer variables are encoded (163850 clauses, 2563341 bytes)
1.00/1.16	c 1	88 (70%) CSP integer variables are encoded (164864 clauses, 2580579 bytes)
1.00/1.16	c 1	100 (80%) CSP integer variables are encoded (165800 clauses, 2596491 bytes)
1.00/1.16	c 1	113 (90%) CSP integer variables are encoded (166814 clauses, 2613729 bytes)
1.00/1.16	c 1	125 (100%) CSP integer variables are encoded (167750 clauses, 2629641 bytes)
1.79/1.94	c 2	145 (10%) CSP clauses are encoded (555539 clauses, 11345523 bytes)
2.78/3.00	c 3	290 (20%) CSP clauses are encoded (1094436 clauses, 23792391 bytes)
3.78/3.90	c 4	435 (30%) CSP clauses are encoded (1557781 clauses, 34627517 bytes)
4.67/4.80	c 5	580 (40%) CSP clauses are encoded (2014727 clauses, 45397030 bytes)
5.46/5.69	c 6	725 (50%) CSP clauses are encoded (2471673 clauses, 56166543 bytes)
6.44/6.62	c 7	870 (60%) CSP clauses are encoded (2935018 clauses, 67100795 bytes)
7.33/7.51	c 8	1015 (70%) CSP clauses are encoded (3391963 clauses, 77977817 bytes)
8.03/8.26	c 8	1160 (80%) CSP clauses are encoded (3773358 clauses, 87133433 bytes)
8.77/10.15	c 10	1305 (90%) CSP clauses are encoded (4148426 clauses, 96414661 bytes)
9.17/10.56	c 11	1450 (100%) CSP clauses are encoded (4359450 clauses, 101636601 bytes)
9.17/10.56	c 11	1450 CSP clauses encoded
9.17/10.56	c 11	Writing map file : HOME/temp.map
9.17/10.56	c 11	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.17/10.57	c 11	SAT : 168675 SAT variables, 4359450 SAT clauses, 101636601 bytes
9.17/10.57	c 11	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.17/10.58	c 11	SOLVING HOME/temp.cnf
9.17/10.58	c 11	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.17/10.58	c 11	This is MiniSat 2.0 beta
9.17/10.58	c 11	WARNING: for repeatability, setting FPU to use double precision
9.17/10.58	c 11	============================[ Problem Statistics ]=============================
9.17/10.58	c 11	|                                                                             |
9.17/10.58	c 11	|  Number of variables:  168675                                               |
9.17/10.58	c 11	|  Number of clauses:    4359450                                              |
11.76/13.15	c 13	|  Parsing time:         2.18         s                                       |
11.86/13.26	c 13	============================[ Search Statistics ]==============================
11.86/13.26	c 13	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.86/13.26	c 13	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.86/13.26	c 13	===============================================================================
11.86/13.26	c 13	|         0 |  168675  4359450 12893000 |  1453150        0    nan |  0.000 % |
13.54/14.94	c 15	|       101 |  168675  4359450 12893000 |  1598465      101     11 |  0.000 % |
14.34/15.76	c 16	|       251 |  168675  4359450 12893000 |  1758311      251     12 |  0.000 % |
15.94/17.39	c 18	|       477 |  168675  4359450 12893000 |  1934142      477     13 |  0.000 % |
18.52/19.94	c 20	|       815 |  168675  4359450 12893000 |  2127556      815     13 |  0.000 % |
21.40/22.85	c 23	|      1321 |  168675  4359450 12893000 |  2340312     1321     14 |  0.000 % |
27.77/29.27	c 29	|      2081 |  168675  4359450 12893000 |  2574343     2081     16 |  0.000 % |
35.83/37.35	c 38	|      3220 |  168675  4359450 12893000 |  2831778     3220     17 |  0.000 % |
47.26/48.82	c 49	|      4928 |  168675  4359450 12893000 |  3114956     4928     19 |  0.000 % |
66.17/67.88	c 68	|      7491 |  168675  4359450 12893000 |  3426451     7491     20 |  0.000 % |
98.61/100.41	c 101	|     11335 |  168675  4359450 12893000 |  3769096    11335     21 |  0.000 % |
131.65/133.61	c 134	|     17102 |  168675  4359450 12893000 |  4146006    17102     21 |  0.000 % |
201.25/203.65	c 204	|     25752 |  168675  4359450 12893000 |  4560607    25752     22 |  0.000 % |
317.97/320.91	c 321	|     38727 |  168675  4359450 12893000 |  5016667    38727     23 |  0.000 % |
445.54/449.14	c 449	|     58188 |  168675  4359450 12893000 |  5518334    58188     24 |  0.000 % |
1335.78/1342.55	c 1343	|     87380 |  168675  4359450 12893000 |  6070168    87380     31 |  0.000 % |
1530.00/1536.81	c 1537	|    131171 |  168675  4359450 12893000 |  6677184   131171     31 |  0.000 % |
1663.04/1669.93	c 1670	|    196855 |  168675  4359450 12893000 |  7344903   196855     33 |  0.000 % |
1800.08/1807.02	c ERROR INTERRUPTED
1800.08/1807.05	s UNKNOWN
1800.08/1807.05	c 1807	CPU 8.41 (0.03 0.01 8.38 0.84)
1800.08/1807.05	c 1807	END Sat Jul  5 02:55:29 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-1081570-1215217522/watcher-1081570-1215217522 -o /tmp/evaluation-result-1081570-1215217522/solver-1081570-1215217522 -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-1081570-1215217522.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.06 2.02 2.00 4/81 24582
/proc/meminfo: memFree=1392432/2055920 swapFree=4179784/4192956
[pid=24582] ppid=24580 vsize=12268 CPUtime=0
/proc/24582/stat : 24582 (sugar) R 24580 24582 23695 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2000723800 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 250969029221 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/24582/statm: 3067 316 241 3 0 167 0

[startup+0.050996 s]
/proc/loadavg: 2.06 2.02 2.00 4/81 24582
/proc/meminfo: memFree=1392432/2055920 swapFree=4179784/4192956
[pid=24582] ppid=24580 vsize=13600 CPUtime=0.04
/proc/24582/stat : 24582 (sugar) S 24580 24582 23695 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 2000723800 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24582/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.103118 s]
/proc/loadavg: 2.06 2.02 2.00 4/81 24582
/proc/meminfo: memFree=1392432/2055920 swapFree=4179784/4192956
[pid=24582] ppid=24580 vsize=13600 CPUtime=0.04
/proc/24582/stat : 24582 (sugar) S 24580 24582 23695 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2000723800 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24582/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301572 s]
/proc/loadavg: 2.06 2.02 2.00 4/81 24582
/proc/meminfo: memFree=1392432/2055920 swapFree=4179784/4192956
[pid=24582] ppid=24580 vsize=13600 CPUtime=0.04
/proc/24582/stat : 24582 (sugar) S 24580 24582 23695 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2000723800 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24582/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701636 s]
/proc/loadavg: 2.06 2.02 2.00 4/81 24582
/proc/meminfo: memFree=1392432/2055920 swapFree=4179784/4192956
[pid=24582] ppid=24580 vsize=13600 CPUtime=0.33
/proc/24582/stat : 24582 (sugar) S 24580 24582 23695 0 -1 4194304 973 4506 0 1 3 1 26 3 15 0 1 0 2000723800 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24582/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 13600

[startup+1.50178 s]
/proc/loadavg: 2.06 2.02 2.00 3/92 24604
/proc/meminfo: memFree=1377680/2055920 swapFree=4179784/4192956
[pid=24582] ppid=24580 vsize=13600 CPUtime=0.33
/proc/24582/stat : 24582 (sugar) S 24580 24582 23695 0 -1 4194304 974 4506 0 1 3 1 26 3 15 0 1 0 2000723800 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24582/statm: 3400 797 370 3 0 500 0
[pid=24595] ppid=24582 vsize=5356 CPUtime=0
/proc/24595/stat : 24595 (sh) S 24582 24582 23695 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000723838 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24595/statm: 1339 233 193 169 0 50 0
[pid=24596] ppid=24595 vsize=868348 CPUtime=1.06
/proc/24596/stat : 24596 (java) S 24595 24582 23695 0 -1 0 6392 0 1 0 98 8 0 0 19 0 9 0 2000723838 889188352 5490 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24596/statm: 217087 5490 2562 9 0 211634 0
[pid=24596/tid=24597] ppid=24595 vsize=868348 CPUtime=0.79
/proc/24596/task/24597/stat : 24597 (java) R 24595 24582 23695 0 -1 64 2854 0 1 0 74 5 0 0 22 0 9 0 2000723839 889188352 5490 996147200 134512640 134550740 4294955952 18446744073709551615 102064707 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24596/tid=24598] ppid=24595 vsize=868348 CPUtime=0.07
/proc/24596/task/24598/stat : 24598 (java) S 24595 24582 23695 0 -1 64 1418 0 0 0 6 1 0 0 16 0 9 0 2000723840 889188352 5490 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24596/tid=24599] ppid=24595 vsize=868348 CPUtime=0
/proc/24596/task/24599/stat : 24599 (java) S 24595 24582 23695 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000723841 889188352 5490 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24596/tid=24600] ppid=24595 vsize=868348 CPUtime=0
/proc/24596/task/24600/stat : 24600 (java) S 24595 24582 23695 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000723841 889188352 5490 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24596/tid=24601] ppid=24595 vsize=868348 CPUtime=0
/proc/24596/task/24601/stat : 24601 (java) S 24595 24582 23695 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000723846 889188352 5490 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24596/tid=24602] ppid=24595 vsize=868348 CPUtime=0.17
/proc/24596/task/24602/stat : 24602 (java) S 24595 24582 23695 0 -1 64 1428 0 0 0 17 0 0 0 16 0 9 0 2000723846 889188352 5490 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24596/tid=24603] ppid=24595 vsize=868348 CPUtime=0
/proc/24596/task/24603/stat : 24603 (java) S 24595 24582 23695 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000723846 889188352 5490 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24596/tid=24604] ppid=24595 vsize=868348 CPUtime=0
/proc/24596/task/24604/stat : 24604 (java) S 24595 24582 23695 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000723846 889188352 5490 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 887304

[startup+3.10207 s]
/proc/loadavg: 2.06 2.02 2.00 3/92 24604
/proc/meminfo: memFree=1364816/2055920 swapFree=4179784/4192956
[pid=24582] ppid=24580 vsize=13600 CPUtime=0.33
/proc/24582/stat : 24582 (sugar) S 24580 24582 23695 0 -1 4194304 974 4506 0 1 3 1 26 3 16 0 1 0 2000723800 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24582/statm: 3400 797 370 3 0 500 0
[pid=24595] ppid=24582 vsize=5356 CPUtime=0
/proc/24595/stat : 24595 (sh) S 24582 24582 23695 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000723838 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24595/statm: 1339 233 193 169 0 50 0
[pid=24596] ppid=24595 vsize=868348 CPUtime=2.65
/proc/24596/stat : 24596 (java) S 24595 24582 23695 0 -1 0 6887 0 1 0 242 23 0 0 19 0 9 0 2000723838 889188352 5491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24596/statm: 217087 5491 2562 9 0 211634 0
[pid=24596/tid=24597] ppid=24595 vsize=868348 CPUtime=2.26
/proc/24596/task/24597/stat : 24597 (java) R 24595 24582 23695 0 -1 64 3348 0 1 0 209 17 0 0 25 0 9 0 2000723839 889188352 5491 996147200 134512640 134550740 4294955952 18446744073709551615 4126492986 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24596/tid=24598] ppid=24595 vsize=868348 CPUtime=0.18
/proc/24596/task/24598/stat : 24598 (java) S 24595 24582 23695 0 -1 64 1418 0 0 0 14 4 0 0 16 0 9 0 2000723840 889188352 5491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24596/tid=24599] ppid=24595 vsize=868348 CPUtime=0
/proc/24596/task/24599/stat : 24599 (java) S 24595 24582 23695 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000723841 889188352 5491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24596/tid=24600] ppid=24595 vsize=868348 CPUtime=0
/proc/24596/task/24600/stat : 24600 (java) S 24595 24582 23695 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000723841 889188352 5491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24596/tid=24601] ppid=24595 vsize=868348 CPUtime=0
/proc/24596/task/24601/stat : 24601 (java) S 24595 24582 23695 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000723846 889188352 5491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24596/tid=24602] ppid=24595 vsize=868348 CPUtime=0.17
/proc/24596/task/24602/stat : 24602 (java) S 24595 24582 23695 0 -1 64 1429 0 0 0 17 0 0 0 16 0 9 0 2000723846 889188352 5491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24596/tid=24603] ppid=24595 vsize=868348 CPUtime=0
/proc/24596/task/24603/stat : 24603 (java) S 24595 24582 23695 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000723846 889188352 5491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24596/tid=24604] ppid=24595 vsize=868348 CPUtime=0
/proc/24596/task/24604/stat : 24604 (java) S 24595 24582 23695 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000723846 889188352 5491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887304

[startup+6.30163 s]
/proc/loadavg: 2.14 2.04 2.01 3/92 24604
/proc/meminfo: memFree=1324496/2055920 swapFree=4179784/4192956
[pid=24582] ppid=24580 vsize=13600 CPUtime=0.33
/proc/24582/stat : 24582 (sugar) S 24580 24582 23695 0 -1 4194304 974 4506 0 1 3 1 26 3 16 0 1 0 2000723800 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24582/statm: 3400 797 370 3 0 500 0
[pid=24595] ppid=24582 vsize=5356 CPUtime=0
/proc/24595/stat : 24595 (sh) S 24582 24582 23695 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000723838 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24595/statm: 1339 233 193 169 0 50 0
[pid=24596] ppid=24595 vsize=868348 CPUtime=5.83
/proc/24596/stat : 24596 (java) S 24595 24582 23695 0 -1 0 7887 0 1 0 530 53 0 0 19 0 9 0 2000723838 889188352 5496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24596/statm: 217087 5496 2562 9 0 211634 0
[pid=24596/tid=24597] ppid=24595 vsize=868348 CPUtime=5.19
/proc/24596/task/24597/stat : 24597 (java) R 24595 24582 23695 0 -1 64 4343 0 1 0 478 41 0 0 25 0 9 0 2000723839 889188352 5496 996147200 134512640 134550740 4294955952 18446744073709551615 4126817767 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24596/tid=24598] ppid=24595 vsize=868348 CPUtime=0.42
/proc/24596/task/24598/stat : 24598 (java) S 24595 24582 23695 0 -1 64 1418 0 0 0 32 10 0 0 16 0 9 0 2000723840 889188352 5496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24596/tid=24599] ppid=24595 vsize=868348 CPUtime=0
/proc/24596/task/24599/stat : 24599 (java) S 24595 24582 23695 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000723841 889188352 5496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24596/tid=24600] ppid=24595 vsize=868348 CPUtime=0
/proc/24596/task/24600/stat : 24600 (java) S 24595 24582 23695 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000723841 889188352 5496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24596/tid=24601] ppid=24595 vsize=868348 CPUtime=0
/proc/24596/task/24601/stat : 24601 (java) S 24595 24582 23695 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000723846 889188352 5496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24596/tid=24602] ppid=24595 vsize=868348 CPUtime=0.18
/proc/24596/task/24602/stat : 24602 (java) S 24595 24582 23695 0 -1 64 1434 0 0 0 18 0 0 0 16 0 9 0 2000723846 889188352 5496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24596/tid=24603] ppid=24595 vsize=868348 CPUtime=0
/proc/24596/task/24603/stat : 24603 (java) S 24595 24582 23695 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000723846 889188352 5496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24596/tid=24604] ppid=24595 vsize=868348 CPUtime=0
/proc/24596/task/24604/stat : 24604 (java) S 24595 24582 23695 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000723846 889188352 5496 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) 887304

[startup+12.7018 s]
/proc/loadavg: 2.20 2.06 2.01 3/84 24606
/proc/meminfo: memFree=1184464/2055920 swapFree=4179784/4192956
[pid=24582] ppid=24580 vsize=13600 CPUtime=9.26
/proc/24582/stat : 24582 (sugar) S 24580 24582 23695 0 -1 4194304 1032 13665 0 2 3 1 838 84 16 0 1 0 2000723800 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24582/statm: 3400 798 370 3 0 500 0
[pid=24605] ppid=24582 vsize=5356 CPUtime=0
/proc/24605/stat : 24605 (sh) S 24582 24582 23695 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000724858 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24605/statm: 1339 232 193 169 0 50 0
[pid=24606] ppid=24605 vsize=154188 CPUtime=2.1
/proc/24606/stat : 24606 (minisat) R 24605 24582 23695 0 -1 4194304 36088 0 0 0 180 30 0 0 25 0 1 0 2000724859 157888512 36074 996147200 134512640 135127466 4294956256 18446744073709551615 134514165 0 0 4096 3 0 0 0 17 1 0 0
/proc/24606/statm: 38547 36074 62 150 0 38394 0
Current children cumulated CPU time (s) 11.36
Current children cumulated vsize (KiB) 173144

[startup+25.5021 s]
/proc/loadavg: 2.30 2.09 2.02 3/84 24606
/proc/meminfo: memFree=1095632/2055920 swapFree=4179784/4192956
[pid=24582] ppid=24580 vsize=13600 CPUtime=9.26
/proc/24582/stat : 24582 (sugar) S 24580 24582 23695 0 -1 4194304 1032 13665 0 2 3 1 838 84 16 0 1 0 2000723800 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24582/statm: 3400 798 370 3 0 500 0
[pid=24605] ppid=24582 vsize=5356 CPUtime=0
/proc/24605/stat : 24605 (sh) S 24582 24582 23695 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000724858 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24605/statm: 1339 232 193 169 0 50 0
[pid=24606] ppid=24605 vsize=199888 CPUtime=14.82
/proc/24606/stat : 24606 (minisat) R 24605 24582 23695 0 -1 4194304 48052 0 0 0 1443 39 0 0 25 0 1 0 2000724859 204685312 48038 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/24606/statm: 49972 48038 75 150 0 49819 0
Current children cumulated CPU time (s) 24.08
Current children cumulated vsize (KiB) 218844

[startup+51.1026 s]
/proc/loadavg: 2.20 2.08 2.02 3/84 24606
/proc/meminfo: memFree=1095952/2055920 swapFree=4179784/4192956
[pid=24582] ppid=24580 vsize=13600 CPUtime=9.26
/proc/24582/stat : 24582 (sugar) S 24580 24582 23695 0 -1 4194304 1032 13665 0 2 3 1 838 84 16 0 1 0 2000723800 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24582/statm: 3400 798 370 3 0 500 0
[pid=24605] ppid=24582 vsize=5356 CPUtime=0
/proc/24605/stat : 24605 (sh) S 24582 24582 23695 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000724858 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24605/statm: 1339 232 193 169 0 50 0
[pid=24606] ppid=24605 vsize=199888 CPUtime=40.29
/proc/24606/stat : 24606 (minisat) R 24605 24582 23695 0 -1 4194304 48053 0 0 0 3990 39 0 0 25 0 1 0 2000724859 204685312 48039 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24606/statm: 49972 48039 75 150 0 49819 0
Current children cumulated CPU time (s) 49.55
Current children cumulated vsize (KiB) 218844

[startup+102.307 s]
/proc/loadavg: 2.08 2.06 2.02 3/84 24606
/proc/meminfo: memFree=1095888/2055920 swapFree=4179784/4192956
[pid=24582] ppid=24580 vsize=13600 CPUtime=9.26
/proc/24582/stat : 24582 (sugar) S 24580 24582 23695 0 -1 4194304 1032 13665 0 2 3 1 838 84 16 0 1 0 2000723800 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24582/statm: 3400 798 370 3 0 500 0

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

/proc/meminfo: memFree=638216/2055920 swapFree=4179784/4192956
[pid=24582] ppid=24580 vsize=13600 CPUtime=9.26
/proc/24582/stat : 24582 (sugar) S 24580 24582 23695 0 -1 4194304 1032 13665 0 2 3 1 838 84 16 0 1 0 2000723800 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24582/statm: 3400 798 370 3 0 500 0
[pid=24605] ppid=24582 vsize=5356 CPUtime=0
/proc/24605/stat : 24605 (sh) S 24582 24582 23695 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000724858 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24605/statm: 1339 232 193 169 0 50 0
[pid=24606] ppid=24605 vsize=212500 CPUtime=1286.35
/proc/24606/stat : 24606 (minisat) R 24605 24582 23695 0 -1 4194304 51204 0 0 0 128588 47 0 0 25 0 1 0 2000724859 217600000 51190 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/24606/statm: 53125 51190 75 150 0 52972 0
Current children cumulated CPU time (s) 1295.61
Current children cumulated vsize (KiB) 231456

[startup+1362.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 24660
/proc/meminfo: memFree=432008/2055920 swapFree=4179784/4192956
[pid=24582] ppid=24580 vsize=13600 CPUtime=9.26
/proc/24582/stat : 24582 (sugar) S 24580 24582 23695 0 -1 4194304 1032 13665 0 2 3 1 838 84 16 0 1 0 2000723800 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24582/statm: 3400 798 370 3 0 500 0
[pid=24605] ppid=24582 vsize=5356 CPUtime=0
/proc/24605/stat : 24605 (sh) S 24582 24582 23695 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000724858 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24605/statm: 1339 232 193 169 0 50 0
[pid=24606] ppid=24605 vsize=213316 CPUtime=1346.31
/proc/24606/stat : 24606 (minisat) R 24605 24582 23695 0 -1 4194304 51382 0 0 0 134584 47 0 0 25 0 1 0 2000724859 218435584 51368 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24606/statm: 53329 51368 75 150 0 53176 0
Current children cumulated CPU time (s) 1355.57
Current children cumulated vsize (KiB) 232272

[startup+1422.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 24660
/proc/meminfo: memFree=294984/2055920 swapFree=4179784/4192956
[pid=24582] ppid=24580 vsize=13600 CPUtime=9.26
/proc/24582/stat : 24582 (sugar) S 24580 24582 23695 0 -1 4194304 1032 13665 0 2 3 1 838 84 16 0 1 0 2000723800 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24582/statm: 3400 798 370 3 0 500 0
[pid=24605] ppid=24582 vsize=5356 CPUtime=0
/proc/24605/stat : 24605 (sh) S 24582 24582 23695 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000724858 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24605/statm: 1339 232 193 169 0 50 0
[pid=24606] ppid=24605 vsize=214440 CPUtime=1406.3
/proc/24606/stat : 24606 (minisat) R 24605 24582 23695 0 -1 4194304 51646 0 0 0 140582 48 0 0 25 0 1 0 2000724859 219586560 51632 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24606/statm: 53610 51632 75 150 0 53457 0
Current children cumulated CPU time (s) 1415.56
Current children cumulated vsize (KiB) 233396

[startup+1482.3 s]
/proc/loadavg: 1.91 1.97 1.99 2/74 24661
/proc/meminfo: memFree=1036448/2055920 swapFree=4179784/4192956
[pid=24582] ppid=24580 vsize=13600 CPUtime=9.26
/proc/24582/stat : 24582 (sugar) S 24580 24582 23695 0 -1 4194304 1032 13665 0 2 3 1 838 84 16 0 1 0 2000723800 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24582/statm: 3400 798 370 3 0 500 0
[pid=24605] ppid=24582 vsize=5356 CPUtime=0
/proc/24605/stat : 24605 (sh) S 24582 24582 23695 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000724858 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24605/statm: 1339 232 193 169 0 50 0
[pid=24606] ppid=24605 vsize=215628 CPUtime=1466.26
/proc/24606/stat : 24606 (minisat) R 24605 24582 23695 0 -1 4194304 51932 0 0 0 146578 48 0 0 25 0 1 0 2000724859 220803072 51918 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/24606/statm: 53907 51918 75 150 0 53754 0
Current children cumulated CPU time (s) 1475.52
Current children cumulated vsize (KiB) 234584

[startup+1542.3 s]
/proc/loadavg: 2.00 1.98 1.99 3/76 24688
/proc/meminfo: memFree=1134864/2055920 swapFree=4179784/4192956
[pid=24582] ppid=24580 vsize=13600 CPUtime=9.26
/proc/24582/stat : 24582 (sugar) S 24580 24582 23695 0 -1 4194304 1032 13665 0 2 3 1 838 84 16 0 1 0 2000723800 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24582/statm: 3400 798 370 3 0 500 0
[pid=24605] ppid=24582 vsize=5356 CPUtime=0
/proc/24605/stat : 24605 (sh) S 24582 24582 23695 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000724858 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24605/statm: 1339 232 193 169 0 50 0
[pid=24606] ppid=24605 vsize=220176 CPUtime=1526.24
/proc/24606/stat : 24606 (minisat) R 24605 24582 23695 0 -1 4194304 53084 0 0 0 152574 50 0 0 25 0 1 0 2000724859 225460224 53070 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/24606/statm: 55044 53070 75 150 0 54891 0
Current children cumulated CPU time (s) 1535.5
Current children cumulated vsize (KiB) 239132

[startup+1602.3 s]
/proc/loadavg: 2.00 1.98 1.99 3/76 24688
/proc/meminfo: memFree=1131600/2055920 swapFree=4179784/4192956
[pid=24582] ppid=24580 vsize=13600 CPUtime=9.26
/proc/24582/stat : 24582 (sugar) S 24580 24582 23695 0 -1 4194304 1032 13665 0 2 3 1 838 84 16 0 1 0 2000723800 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24582/statm: 3400 798 370 3 0 500 0
[pid=24605] ppid=24582 vsize=5356 CPUtime=0
/proc/24605/stat : 24605 (sh) S 24582 24582 23695 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000724858 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24605/statm: 1339 232 193 169 0 50 0
[pid=24606] ppid=24605 vsize=223484 CPUtime=1586.21
/proc/24606/stat : 24606 (minisat) R 24605 24582 23695 0 -1 4194304 53881 0 0 0 158570 51 0 0 25 0 1 0 2000724859 228847616 53867 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24606/statm: 55871 53867 75 150 0 55718 0
Current children cumulated CPU time (s) 1595.47
Current children cumulated vsize (KiB) 242440

[startup+1662.3 s]
/proc/loadavg: 2.00 1.98 1.99 3/76 24688
/proc/meminfo: memFree=1123792/2055920 swapFree=4179784/4192956
[pid=24582] ppid=24580 vsize=13600 CPUtime=9.26
/proc/24582/stat : 24582 (sugar) S 24580 24582 23695 0 -1 4194304 1032 13665 0 2 3 1 838 84 16 0 1 0 2000723800 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24582/statm: 3400 798 370 3 0 500 0
[pid=24605] ppid=24582 vsize=5356 CPUtime=0
/proc/24605/stat : 24605 (sh) S 24582 24582 23695 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000724858 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24605/statm: 1339 232 193 169 0 50 0
[pid=24606] ppid=24605 vsize=230956 CPUtime=1646.18
/proc/24606/stat : 24606 (minisat) R 24605 24582 23695 0 -1 4194304 55764 0 0 0 164565 53 0 0 25 0 1 0 2000724859 236498944 55750 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24606/statm: 57739 55750 75 150 0 57586 0
Current children cumulated CPU time (s) 1655.44
Current children cumulated vsize (KiB) 249912

[startup+1722.3 s]
/proc/loadavg: 2.00 1.98 1.99 3/76 24688
/proc/meminfo: memFree=1121680/2055920 swapFree=4179784/4192956
[pid=24582] ppid=24580 vsize=13600 CPUtime=9.26
/proc/24582/stat : 24582 (sugar) S 24580 24582 23695 0 -1 4194304 1032 13665 0 2 3 1 838 84 16 0 1 0 2000723800 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24582/statm: 3400 798 370 3 0 500 0
[pid=24605] ppid=24582 vsize=5356 CPUtime=0
/proc/24605/stat : 24605 (sh) S 24582 24582 23695 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000724858 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24605/statm: 1339 232 193 169 0 50 0
[pid=24606] ppid=24605 vsize=232840 CPUtime=1706.15
/proc/24606/stat : 24606 (minisat) R 24605 24582 23695 0 -1 4194304 56248 0 0 0 170562 53 0 0 25 0 1 0 2000724859 238428160 56234 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/24606/statm: 58210 56234 75 150 0 58057 0
Current children cumulated CPU time (s) 1715.41
Current children cumulated vsize (KiB) 251796

[startup+1782.3 s]
/proc/loadavg: 2.00 1.98 1.99 3/76 24688
/proc/meminfo: memFree=1121040/2055920 swapFree=4179784/4192956
[pid=24582] ppid=24580 vsize=13600 CPUtime=9.26
/proc/24582/stat : 24582 (sugar) S 24580 24582 23695 0 -1 4194304 1032 13665 0 2 3 1 838 84 16 0 1 0 2000723800 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24582/statm: 3400 798 370 3 0 500 0
[pid=24605] ppid=24582 vsize=5356 CPUtime=0
/proc/24605/stat : 24605 (sh) S 24582 24582 23695 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000724858 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24605/statm: 1339 232 193 169 0 50 0
[pid=24606] ppid=24605 vsize=233368 CPUtime=1766.12
/proc/24606/stat : 24606 (minisat) R 24605 24582 23695 0 -1 4194304 56386 0 0 0 176559 53 0 0 25 0 1 0 2000724859 238968832 56372 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/24606/statm: 58342 56372 75 150 0 58189 0
Current children cumulated CPU time (s) 1775.38
Current children cumulated vsize (KiB) 252324



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807 s]
/proc/loadavg: 2.00 1.98 1.99 3/76 24688
/proc/meminfo: memFree=1120720/2055920 swapFree=4179784/4192956
[pid=24582] ppid=24580 vsize=13600 CPUtime=9.26
/proc/24582/stat : 24582 (sugar) S 24580 24582 23695 0 -1 4194304 1032 13665 0 2 3 1 838 84 16 0 1 0 2000723800 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24582/statm: 3400 798 370 3 0 500 0
[pid=24605] ppid=24582 vsize=5356 CPUtime=0
/proc/24605/stat : 24605 (sh) S 24582 24582 23695 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000724858 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24605/statm: 1339 232 193 169 0 50 0
[pid=24606] ppid=24605 vsize=233632 CPUtime=1790.82
/proc/24606/stat : 24606 (minisat) R 24605 24582 23695 0 -1 4194304 56450 0 0 0 179028 54 0 0 25 0 1 0 2000724859 239239168 56436 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24606/statm: 58408 56436 75 150 0 58255 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 252588

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 24582 and gives
#  childrusage.ru_utime.tv_sec=8
#  childrusage.ru_utime.tv_usec=429718
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=908861
# CPU time returned by wait4() is 9.33858
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1807.09
CPU time (s): 1800.08
CPU user time (s): 1798.69
CPU system time (s): 1.39
CPU usage (%): 99.6119
Max. virtual memory (cumulated for all children) (KiB): 887304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.42972
system time used= 0.908861
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15041
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= 19787
involuntary context switches= 19680

runsolver used 2.23366 second user time and 6.00009 second system time

The end

Launcher Data (download as text)

Begin job on node56 at 2008-07-05 02:25:22
IDJOB=1081570
IDBENCH=57113
IDSOLVER=346
FILE ID=node56/1081570-1215217522
PBS_JOBID= 7881798
Free space on /tmp= 103232 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/knights/normalized-knights-80-25.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-1081570-1215217522/watcher-1081570-1215217522 -o /tmp/evaluation-result-1081570-1215217522/solver-1081570-1215217522 -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-1081570-1215217522.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c6b97d84d68df0997e63605d14db7d0f
RANDOM SEED=983145653

node56.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
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	: 5931.00
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.265
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:       1392912 kB
Buffers:          6516 kB
Cached:         487364 kB
SwapCached:       7076 kB
Active:         164196 kB
Inactive:       443556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1392912 kB
SwapTotal:     4192956 kB
SwapFree:      4179784 kB
Dirty:            1300 kB
Writeback:           0 kB
Mapped:         127568 kB
Slab:            40260 kB
Committed_AS:  4758688 kB
PageTables:       2108 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= 103232 MiB
End job on node56 at 2008-07-05 02:55:31