Trace number 1040800

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 1809.26

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-25-25.xml
MD5SUM6594e3059ad496a089e0bc1e82952595
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.19197
Satisfiable
(Un)Satisfiability was proved
Number of variables1250
Number of constraints1503
Maximum constraint arity25
Maximum domain size74
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1201
Global constraints used (with number of constraints)cumulative(2),weightedsum(300)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul  2 13:42:22 2008
0.00/0.04	c 0	PID 18313
0.00/0.05	c 0	HOST node33.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1040800-1214998942.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-1040800-1214998942.xml' 'HOME/temp.csp'
0.03/0.59	c 1	26 domains, 1250 variables, 2 predicates, 0 relations, 1503 constraints
0.03/0.63	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.63	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.56/0.70	c 1	Parsing HOME/temp.csp
0.57/0.90	c 1	parsed 2781 expressions
0.57/0.91	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.57/0.91	c 1	Converting to clausal form CSP
0.57/0.93	c 1	converted 279 (10%) expressions
0.57/0.94	c 1	converted 557 (20%) expressions
0.57/0.94	c 1	converted 835 (30%) expressions
0.57/0.94	c 1	converted 1113 (40%) expressions
0.93/1.07	c 1	converted 1391 (50%) expressions
1.03/1.12	c 1	converted 1669 (60%) expressions
1.03/1.15	c 1	converted 1947 (70%) expressions
1.03/1.17	c 1	converted 2225 (80%) expressions
1.13/1.20	c 1	converted 2503 (90%) expressions
1.93/2.03	c 2	converted 2781 (100%) expressions
1.93/2.04	c 2	CSP : 8354 integers, 2352 booleans, 21709 clauses, largest domain size 170
1.93/2.04	c 2	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.93/2.04	c 2	Propagation in CSP
2.03/2.17	c 2	27048 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.03/2.18	c 2	CSP : 8354 integers, 2352 booleans, 21709 clauses, largest domain size 75
2.03/2.18	c 2	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.03/2.19	c 2	Simplifing CSP by introducing new Boolean variables
2.03/2.20	c 2	CSP : 8354 integers, 2352 booleans, 21709 clauses, largest domain size 75
2.03/2.20	c 2	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.13/2.29	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.22/2.34	c 2	836 (10%) CSP integer variables are encoded (2950 clauses, 36235 bytes)
2.22/2.35	c 2	1671 (20%) CSP integer variables are encoded (9189 clauses, 118965 bytes)
2.22/2.36	c 2	2507 (30%) CSP integer variables are encoded (20656 clauses, 290970 bytes)
2.22/2.39	c 2	3342 (40%) CSP integer variables are encoded (32215 clauses, 464355 bytes)
2.31/2.40	c 2	4177 (50%) CSP integer variables are encoded (43514 clauses, 633840 bytes)
2.31/2.41	c 2	5013 (60%) CSP integer variables are encoded (54254 clauses, 794940 bytes)
2.31/2.43	c 2	5848 (70%) CSP integer variables are encoded (66230 clauses, 974580 bytes)
2.31/2.44	c 2	6684 (80%) CSP integer variables are encoded (77688 clauses, 1146450 bytes)
2.31/2.46	c 2	7519 (90%) CSP integer variables are encoded (88816 clauses, 1313370 bytes)
2.31/2.47	c 2	8354 (100%) CSP integer variables are encoded (99828 clauses, 1493663 bytes)
2.61/2.72	c 3	2171 (10%) CSP clauses are encoded (207514 clauses, 3388435 bytes)
3.10/3.21	c 3	4342 (20%) CSP clauses are encoded (471452 clauses, 8522359 bytes)
3.50/3.66	c 4	6513 (30%) CSP clauses are encoded (708825 clauses, 13510832 bytes)
3.99/4.11	c 4	8684 (40%) CSP clauses are encoded (954190 clauses, 18669933 bytes)
4.39/4.54	c 5	10855 (50%) CSP clauses are encoded (1192878 clauses, 23681411 bytes)
4.89/5.06	c 5	13026 (60%) CSP clauses are encoded (1487665 clauses, 29853904 bytes)
5.39/5.55	c 6	15197 (70%) CSP clauses are encoded (1756752 clauses, 35511683 bytes)
5.89/6.00	c 6	17368 (80%) CSP clauses are encoded (2001222 clauses, 40652709 bytes)
6.28/6.42	c 6	19539 (90%) CSP clauses are encoded (2228927 clauses, 45437474 bytes)
6.78/6.91	c 7	21709 (100%) CSP clauses are encoded (2488405 clauses, 51343055 bytes)
6.78/6.91	c 7	21709 CSP clauses encoded
6.78/6.91	c 7	Writing map file : HOME/temp.map
6.78/6.93	c 7	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.78/6.93	c 7	SAT : 110482 SAT variables, 2488405 SAT clauses, 51343055 bytes
6.78/6.94	c 7	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.78/6.98	c 7	SOLVING HOME/temp.cnf
6.78/6.98	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.78/6.99	c 7	This is MiniSat 2.0 beta
6.84/7.01	c 7	WARNING: for repeatability, setting FPU to use double precision
6.84/7.01	c 7	============================[ Problem Statistics ]=============================
6.84/7.01	c 7	|                                                                             |
6.84/7.01	c 7	|  Number of variables:  110482                                               |
6.84/7.01	c 7	|  Number of clauses:    2488405                                              |
8.04/8.29	c 8	|  Parsing time:         1.08         s                                       |
8.14/8.35	c 8	============================[ Search Statistics ]==============================
8.14/8.35	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.14/8.35	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.14/8.35	c 8	===============================================================================
8.14/8.35	c 8	|         0 |  110482  2488405  7191328 |   829468        0    nan |  0.000 % |
9.32/9.52	c 10	|       102 |  110482  2488405  7191328 |   912415      102     37 |  0.000 % |
11.21/11.42	c 11	|       252 |  110482  2488405  7191328 |  1003656      252     34 |  0.000 % |
13.59/13.84	c 14	|       478 |  110482  2488405  7191328 |  1104022      478     31 |  0.000 % |
17.48/17.70	c 18	|       816 |  110482  2488405  7191328 |  1214424      816     38 |  0.000 % |
22.94/23.23	c 23	|      1322 |  110482  2488405  7191328 |  1335867     1322     36 |  0.000 % |
31.29/31.70	c 32	|      2081 |  110482  2488405  7191328 |  1469453     2081     37 |  0.000 % |
46.80/47.22	c 47	|      3222 |  110482  2488405  7191328 |  1616399     3222     35 |  0.000 % |
67.69/68.28	c 68	|      4931 |  110482  2488405  7191328 |  1778039     4931     33 |  0.000 % |
96.74/97.41	c 97	|      7493 |  110482  2488405  7191328 |  1955842     7493     34 |  0.000 % |
139.43/140.31	c 140	|     11337 |  110482  2488405  7191328 |  2151427    11337     33 |  0.000 % |
203.80/205.05	c 205	|     17103 |  110479  2488372  7191244 |  2366569    17102     35 |  0.003 % |
313.04/314.91	c 315	|     25752 |  110479  2488372  7191244 |  2603226    25751     36 |  0.003 % |
503.91/506.70	c 507	|     38726 |  110479  2488372  7191244 |  2863549    38725     35 |  0.003 % |
737.66/741.65	c 742	|     58187 |  110475  2488330  7191138 |  3149904    58184     39 |  0.006 % |
1097.91/1103.65	c 1104	|     87381 |  110475  2488330  7191138 |  3464895    87378     38 |  0.006 % |
1696.09/1704.80	c 1705	|    131171 |  110475  2488330  7191138 |  3811384   131168     40 |  0.006 % |
1800.07/1809.22	c ERROR INTERRUPTED
1800.07/1809.24	s UNKNOWN
1800.07/1809.24	c 1809	CPU 6.39 (0.04 0.01 6.35 0.44)
1800.07/1809.24	c 1809	END Wed Jul  2 14:12:31 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-1040800-1214998942/watcher-1040800-1214998942 -o /tmp/evaluation-result-1040800-1214998942/solver-1040800-1214998942 -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-1040800-1214998942.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.83 1.94 1.66 4/82 18313
/proc/meminfo: memFree=1594896/2055920 swapFree=4180424/4192956
[pid=18313] ppid=18311 vsize=12000 CPUtime=0
/proc/18313/stat : 18313 (sugar) R 18311 18313 18148 0 -1 4194304 185 0 0 0 0 0 0 0 20 0 1 0 1978867694 12288000 153 996147200 4194304 4206940 548682068608 18446744073709551615 210824007311 0 0 4224 0 0 0 0 17 1 0 0
/proc/18313/statm: 3000 153 116 3 0 100 0

[startup+0.066954 s]
/proc/loadavg: 1.83 1.94 1.66 4/82 18313
/proc/meminfo: memFree=1594896/2055920 swapFree=4180424/4192956
[pid=18313] ppid=18311 vsize=13600 CPUtime=0.03
/proc/18313/stat : 18313 (sugar) S 18311 18313 18148 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 1978867694 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18313/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102946 s]
/proc/loadavg: 1.83 1.94 1.66 4/82 18313
/proc/meminfo: memFree=1594896/2055920 swapFree=4180424/4192956
[pid=18313] ppid=18311 vsize=13600 CPUtime=0.03
/proc/18313/stat : 18313 (sugar) S 18311 18313 18148 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 1978867694 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18313/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30197 s]
/proc/loadavg: 1.83 1.94 1.66 4/82 18313
/proc/meminfo: memFree=1594896/2055920 swapFree=4180424/4192956
[pid=18313] ppid=18311 vsize=13600 CPUtime=0.03
/proc/18313/stat : 18313 (sugar) S 18311 18313 18148 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 1978867694 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18313/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702015 s]
/proc/loadavg: 1.83 1.94 1.66 4/82 18313
/proc/meminfo: memFree=1594896/2055920 swapFree=4180424/4192956
[pid=18313] ppid=18311 vsize=13600 CPUtime=0.56
/proc/18313/stat : 18313 (sugar) S 18311 18313 18148 0 -1 4194304 956 5199 0 1 3 0 49 4 17 0 1 0 1978867694 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18313/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 13600

[startup+1.50211 s]
/proc/loadavg: 1.83 1.94 1.66 4/85 18337
/proc/meminfo: memFree=1591800/2055920 swapFree=4180424/4192956
[pid=18313] ppid=18311 vsize=13600 CPUtime=0.57
/proc/18313/stat : 18313 (sugar) S 18311 18313 18148 0 -1 4194304 974 5199 0 1 3 1 49 4 15 0 1 0 1978867694 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18313/statm: 3400 797 370 3 0 500 0
[pid=18326] ppid=18313 vsize=5356 CPUtime=0
/proc/18326/stat : 18326 (sh) S 18313 18313 18148 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978867757 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18326/statm: 1339 233 193 169 0 50 0
[pid=18327] ppid=18326 vsize=868236 CPUtime=0.85
/proc/18327/stat : 18327 (java) S 18326 18313 18148 0 -1 0 7639 0 1 0 82 3 0 0 20 0 9 0 1978867757 889073664 6841 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18327/statm: 217059 6841 2541 9 0 211634 0
[pid=18327/tid=18328] ppid=18326 vsize=868236 CPUtime=0.52
/proc/18327/task/18328/stat : 18328 (java) R 18326 18313 18148 0 -1 64 2681 0 1 0 51 1 0 0 25 0 9 0 1978867758 889073664 6841 996147200 134512640 134550740 4294955952 18446744073709551615 4125924730 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18327/tid=18329] ppid=18326 vsize=868236 CPUtime=0.11
/proc/18327/task/18329/stat : 18329 (java) S 18326 18313 18148 0 -1 64 2781 0 0 0 11 0 0 0 16 0 9 0 1978867759 889073664 6841 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18327/tid=18330] ppid=18326 vsize=868236 CPUtime=0
/proc/18327/task/18330/stat : 18330 (java) S 18326 18313 18148 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978867759 889073664 6841 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18327/tid=18331] ppid=18326 vsize=868236 CPUtime=0
/proc/18327/task/18331/stat : 18331 (java) S 18326 18313 18148 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978867759 889073664 6841 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18327/tid=18332] ppid=18326 vsize=868236 CPUtime=0
/proc/18327/task/18332/stat : 18332 (java) S 18326 18313 18148 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1978867761 889073664 6841 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18327/tid=18333] ppid=18326 vsize=868236 CPUtime=0.19
/proc/18327/task/18333/stat : 18333 (java) S 18326 18313 18148 0 -1 64 1485 0 0 0 19 0 0 0 16 0 9 0 1978867761 889073664 6841 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18327/tid=18334] ppid=18326 vsize=868236 CPUtime=0
/proc/18327/task/18334/stat : 18334 (java) S 18326 18313 18148 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1978867761 889073664 6841 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18327/tid=18335] ppid=18326 vsize=868236 CPUtime=0
/proc/18327/task/18335/stat : 18335 (java) S 18326 18313 18148 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1978867761 889073664 6841 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887192

[startup+3.10231 s]
/proc/loadavg: 1.83 1.94 1.66 3/85 18337
/proc/meminfo: memFree=1568760/2055920 swapFree=4180424/4192956
[pid=18313] ppid=18311 vsize=13600 CPUtime=0.57
/proc/18313/stat : 18313 (sugar) S 18311 18313 18148 0 -1 4194304 974 5199 0 1 3 1 49 4 16 0 1 0 1978867694 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18313/statm: 3400 797 370 3 0 500 0
[pid=18326] ppid=18313 vsize=5356 CPUtime=0
/proc/18326/stat : 18326 (sh) S 18313 18313 18148 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978867757 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18326/statm: 1339 233 193 169 0 50 0
[pid=18327] ppid=18326 vsize=868464 CPUtime=2.44
/proc/18327/stat : 18327 (java) S 18326 18313 18148 0 -1 0 10326 0 1 0 233 11 0 0 20 0 9 0 1978867757 889307136 9218 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18327/statm: 217116 9218 2565 9 0 211663 0
[pid=18327/tid=18328] ppid=18326 vsize=868464 CPUtime=1.65
/proc/18327/task/18328/stat : 18328 (java) R 18326 18313 18148 0 -1 64 3012 0 1 0 159 6 0 0 17 0 9 0 1978867758 889307136 9218 996147200 134512640 134550740 4294955952 18446744073709551615 4126811694 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18327/tid=18329] ppid=18326 vsize=868464 CPUtime=0.47
/proc/18327/task/18329/stat : 18329 (java) S 18326 18313 18148 0 -1 64 5072 0 0 0 45 2 0 0 16 0 9 0 1978867759 889307136 9218 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18327/tid=18330] ppid=18326 vsize=868464 CPUtime=0
/proc/18327/task/18330/stat : 18330 (java) S 18326 18313 18148 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978867759 889307136 9218 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18327/tid=18331] ppid=18326 vsize=868464 CPUtime=0
/proc/18327/task/18331/stat : 18331 (java) S 18326 18313 18148 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978867759 889307136 9218 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18327/tid=18332] ppid=18326 vsize=868464 CPUtime=0
/proc/18327/task/18332/stat : 18332 (java) S 18326 18313 18148 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1978867761 889307136 9218 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18327/tid=18333] ppid=18326 vsize=868464 CPUtime=0.28
/proc/18327/task/18333/stat : 18333 (java) S 18326 18313 18148 0 -1 64 1550 0 0 0 27 1 0 0 16 0 9 0 1978867761 889307136 9218 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18327/tid=18334] ppid=18326 vsize=868464 CPUtime=0
/proc/18327/task/18334/stat : 18334 (java) S 18326 18313 18148 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1978867761 889307136 9218 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18327/tid=18335] ppid=18326 vsize=868464 CPUtime=0
/proc/18327/task/18335/stat : 18335 (java) S 18326 18313 18148 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1978867761 889307136 9218 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887420

[startup+6.3017 s]
/proc/loadavg: 1.85 1.94 1.66 4/93 18395
/proc/meminfo: memFree=1518832/2055920 swapFree=4180424/4192956
[pid=18313] ppid=18311 vsize=13600 CPUtime=0.57
/proc/18313/stat : 18313 (sugar) S 18311 18313 18148 0 -1 4194304 974 5199 0 1 3 1 49 4 15 0 1 0 1978867694 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18313/statm: 3400 797 370 3 0 500 0
[pid=18326] ppid=18313 vsize=5356 CPUtime=0
/proc/18326/stat : 18326 (sh) S 18313 18313 18148 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978867757 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18326/statm: 1339 233 193 169 0 50 0
[pid=18327] ppid=18326 vsize=868464 CPUtime=5.62
/proc/18327/stat : 18327 (java) S 18326 18313 18148 0 -1 0 10924 0 1 0 528 34 0 0 20 0 9 0 1978867757 889307136 9218 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18327/statm: 217116 9218 2565 9 0 211663 0
[pid=18327/tid=18328] ppid=18326 vsize=868464 CPUtime=4.65
/proc/18327/task/18328/stat : 18328 (java) R 18326 18313 18148 0 -1 64 3610 0 1 0 439 26 0 0 25 0 9 0 1978867758 889307136 9218 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18327/tid=18329] ppid=18326 vsize=868464 CPUtime=0.65
/proc/18327/task/18329/stat : 18329 (java) S 18326 18313 18148 0 -1 64 5072 0 0 0 60 5 0 0 16 0 9 0 1978867759 889307136 9218 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18327/tid=18330] ppid=18326 vsize=868464 CPUtime=0
/proc/18327/task/18330/stat : 18330 (java) S 18326 18313 18148 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978867759 889307136 9218 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18327/tid=18331] ppid=18326 vsize=868464 CPUtime=0
/proc/18327/task/18331/stat : 18331 (java) S 18326 18313 18148 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978867759 889307136 9218 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18327/tid=18332] ppid=18326 vsize=868464 CPUtime=0
/proc/18327/task/18332/stat : 18332 (java) S 18326 18313 18148 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1978867761 889307136 9218 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18327/tid=18333] ppid=18326 vsize=868464 CPUtime=0.28
/proc/18327/task/18333/stat : 18333 (java) S 18326 18313 18148 0 -1 64 1550 0 0 0 27 1 0 0 17 0 9 0 1978867761 889307136 9218 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18327/tid=18334] ppid=18326 vsize=868464 CPUtime=0
/proc/18327/task/18334/stat : 18334 (java) S 18326 18313 18148 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1978867761 889307136 9218 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18327/tid=18335] ppid=18326 vsize=868464 CPUtime=0
/proc/18327/task/18335/stat : 18335 (java) S 18326 18313 18148 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1978867761 889307136 9218 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 887420

[startup+12.7015 s]
/proc/loadavg: 1.94 1.96 1.67 3/85 18397
/proc/meminfo: memFree=1337008/2055920 swapFree=4180424/4192956
[pid=18313] ppid=18311 vsize=13600 CPUtime=6.84
/proc/18313/stat : 18313 (sugar) S 18311 18313 18148 0 -1 4194304 1033 16543 0 2 4 1 635 44 16 0 1 0 1978867694 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18313/statm: 3400 799 370 3 0 500 0
[pid=18396] ppid=18313 vsize=5356 CPUtime=0
/proc/18396/stat : 18396 (sh) S 18313 18313 18148 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978868393 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18396/statm: 1339 232 193 169 0 50 0
[pid=18397] ppid=18396 vsize=115880 CPUtime=5.66
/proc/18397/stat : 18397 (minisat) R 18396 18313 18148 0 -1 4194304 27398 0 0 0 544 22 0 0 25 0 1 0 1978868393 118661120 27384 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18397/statm: 28970 27384 76 150 0 28817 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 134836

[startup+25.502 s]
/proc/loadavg: 2.17 2.01 1.69 3/85 18397
/proc/meminfo: memFree=1167408/2055920 swapFree=4180424/4192956
[pid=18313] ppid=18311 vsize=13600 CPUtime=6.84
/proc/18313/stat : 18313 (sugar) S 18311 18313 18148 0 -1 4194304 1033 16543 0 2 4 1 635 44 16 0 1 0 1978867694 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18313/statm: 3400 799 370 3 0 500 0
[pid=18396] ppid=18313 vsize=5356 CPUtime=0
/proc/18396/stat : 18396 (sh) S 18313 18313 18148 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978868393 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18396/statm: 1339 232 193 169 0 50 0
[pid=18397] ppid=18396 vsize=117456 CPUtime=18.39
/proc/18397/stat : 18397 (minisat) R 18396 18313 18148 0 -1 4194304 27767 0 0 0 1813 26 0 0 25 0 1 0 1978868393 120274944 27753 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18397/statm: 29364 27753 76 150 0 29211 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 136412

[startup+51.1011 s]
/proc/loadavg: 2.45 2.08 1.73 3/77 18399
/proc/meminfo: memFree=897648/2055920 swapFree=4180424/4192956
[pid=18313] ppid=18311 vsize=13600 CPUtime=6.84
/proc/18313/stat : 18313 (sugar) S 18311 18313 18148 0 -1 4194304 1033 16543 0 2 4 1 635 44 16 0 1 0 1978867694 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18313/statm: 3400 799 370 3 0 500 0
[pid=18396] ppid=18313 vsize=5356 CPUtime=0
/proc/18396/stat : 18396 (sh) S 18313 18313 18148 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978868393 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18396/statm: 1339 232 193 169 0 50 0
[pid=18397] ppid=18396 vsize=118248 CPUtime=43.83
/proc/18397/stat : 18397 (minisat) R 18396 18313 18148 0 -1 4194304 27987 0 0 0 4347 36 0 0 25 0 1 0 1978868393 121085952 27973 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18397/statm: 29562 27973 76 150 0 29409 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 137204

[startup+102.306 s]
/proc/loadavg: 2.20 2.07 1.74 3/77 18400
/proc/meminfo: memFree=674096/2055920 swapFree=4180424/4192956
[pid=18313] ppid=18311 vsize=13600 CPUtime=6.84
/proc/18313/stat : 18313 (sugar) S 18311 18313 18148 0 -1 4194304 1033 16543 0 2 4 1 635 44 16 0 1 0 1978867694 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18313/statm: 3400 799 370 3 0 500 0

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

/proc/meminfo: memFree=117160/2055920 swapFree=4180424/4192956
[pid=18313] ppid=18311 vsize=13600 CPUtime=6.84
/proc/18313/stat : 18313 (sugar) S 18311 18313 18148 0 -1 4194304 1033 16543 0 2 4 1 635 44 16 0 1 0 1978867694 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18313/statm: 3400 799 370 3 0 500 0
[pid=18396] ppid=18313 vsize=5356 CPUtime=0
/proc/18396/stat : 18396 (sh) S 18313 18313 18148 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978868393 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18396/statm: 1339 232 193 169 0 50 0
[pid=18397] ppid=18396 vsize=139600 CPUtime=1288.79
/proc/18397/stat : 18397 (minisat) R 18396 18313 18148 0 -1 4194304 33256 0 0 0 128835 44 0 0 25 0 1 0 1978868393 142950400 33242 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/18397/statm: 34900 33242 76 150 0 34747 0
Current children cumulated CPU time (s) 1295.63
Current children cumulated vsize (KiB) 158556

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/77 18407
/proc/meminfo: memFree=116008/2055920 swapFree=4180424/4192956
[pid=18313] ppid=18311 vsize=13600 CPUtime=6.84
/proc/18313/stat : 18313 (sugar) S 18311 18313 18148 0 -1 4194304 1033 16543 0 2 4 1 635 44 16 0 1 0 1978867694 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18313/statm: 3400 799 370 3 0 500 0
[pid=18396] ppid=18313 vsize=5356 CPUtime=0
/proc/18396/stat : 18396 (sh) S 18313 18313 18148 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978868393 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18396/statm: 1339 232 193 169 0 50 0
[pid=18397] ppid=18396 vsize=140524 CPUtime=1348.5
/proc/18397/stat : 18397 (minisat) R 18396 18313 18148 0 -1 4194304 33478 0 0 0 134806 44 0 0 25 0 1 0 1978868393 143896576 33464 996147200 134512640 135127466 4294956272 18446744073709551615 134531095 0 0 4096 3 0 0 0 17 1 0 0
/proc/18397/statm: 35131 33464 76 150 0 34978 0
Current children cumulated CPU time (s) 1355.34
Current children cumulated vsize (KiB) 159480

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/77 18407
/proc/meminfo: memFree=114600/2055920 swapFree=4180424/4192956
[pid=18313] ppid=18311 vsize=13600 CPUtime=6.84
/proc/18313/stat : 18313 (sugar) S 18311 18313 18148 0 -1 4194304 1033 16543 0 2 4 1 635 44 16 0 1 0 1978867694 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18313/statm: 3400 799 370 3 0 500 0
[pid=18396] ppid=18313 vsize=5356 CPUtime=0
/proc/18396/stat : 18396 (sh) S 18313 18313 18148 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978868393 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18396/statm: 1339 232 193 169 0 50 0
[pid=18397] ppid=18396 vsize=141580 CPUtime=1408.21
/proc/18397/stat : 18397 (minisat) R 18396 18313 18148 0 -1 4194304 33772 0 0 0 140776 45 0 0 25 0 1 0 1978868393 144977920 33758 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18397/statm: 35395 33758 76 150 0 35242 0
Current children cumulated CPU time (s) 1415.05
Current children cumulated vsize (KiB) 160536

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/77 18407
/proc/meminfo: memFree=113200/2055920 swapFree=4180424/4192956
[pid=18313] ppid=18311 vsize=13600 CPUtime=6.84
/proc/18313/stat : 18313 (sugar) S 18311 18313 18148 0 -1 4194304 1033 16543 0 2 4 1 635 44 16 0 1 0 1978867694 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18313/statm: 3400 799 370 3 0 500 0
[pid=18396] ppid=18313 vsize=5356 CPUtime=0
/proc/18396/stat : 18396 (sh) S 18313 18313 18148 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978868393 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18396/statm: 1339 232 193 169 0 50 0
[pid=18397] ppid=18396 vsize=142788 CPUtime=1467.92
/proc/18397/stat : 18397 (minisat) R 18396 18313 18148 0 -1 4194304 34063 0 0 0 146747 45 0 0 25 0 1 0 1978868393 146214912 34049 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18397/statm: 35697 34049 76 150 0 35544 0
Current children cumulated CPU time (s) 1474.76
Current children cumulated vsize (KiB) 161744

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/77 18407
/proc/meminfo: memFree=112048/2055920 swapFree=4180424/4192956
[pid=18313] ppid=18311 vsize=13600 CPUtime=6.84
/proc/18313/stat : 18313 (sugar) S 18311 18313 18148 0 -1 4194304 1033 16543 0 2 4 1 635 44 16 0 1 0 1978867694 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18313/statm: 3400 799 370 3 0 500 0
[pid=18396] ppid=18313 vsize=5356 CPUtime=0
/proc/18396/stat : 18396 (sh) S 18313 18313 18148 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978868393 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18396/statm: 1339 232 193 169 0 50 0
[pid=18397] ppid=18396 vsize=143724 CPUtime=1527.63
/proc/18397/stat : 18397 (minisat) R 18396 18313 18148 0 -1 4194304 34304 0 0 0 152717 46 0 0 25 0 1 0 1978868393 147173376 34290 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18397/statm: 35931 34290 76 150 0 35778 0
Current children cumulated CPU time (s) 1534.47
Current children cumulated vsize (KiB) 162680

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/77 18407
/proc/meminfo: memFree=110832/2055920 swapFree=4180424/4192956
[pid=18313] ppid=18311 vsize=13600 CPUtime=6.84
/proc/18313/stat : 18313 (sugar) S 18311 18313 18148 0 -1 4194304 1033 16543 0 2 4 1 635 44 16 0 1 0 1978867694 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18313/statm: 3400 799 370 3 0 500 0
[pid=18396] ppid=18313 vsize=5356 CPUtime=0
/proc/18396/stat : 18396 (sh) S 18313 18313 18148 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978868393 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18396/statm: 1339 232 193 169 0 50 0
[pid=18397] ppid=18396 vsize=144648 CPUtime=1587.34
/proc/18397/stat : 18397 (minisat) R 18396 18313 18148 0 -1 4194304 34532 0 0 0 158688 46 0 0 25 0 1 0 1978868393 148119552 34518 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18397/statm: 36162 34518 76 150 0 36009 0
Current children cumulated CPU time (s) 1594.18
Current children cumulated vsize (KiB) 163604

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/77 18407
/proc/meminfo: memFree=109808/2055920 swapFree=4180424/4192956
[pid=18313] ppid=18311 vsize=13600 CPUtime=6.84
/proc/18313/stat : 18313 (sugar) S 18311 18313 18148 0 -1 4194304 1033 16543 0 2 4 1 635 44 16 0 1 0 1978867694 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18313/statm: 3400 799 370 3 0 500 0
[pid=18396] ppid=18313 vsize=5356 CPUtime=0
/proc/18396/stat : 18396 (sh) S 18313 18313 18148 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978868393 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18396/statm: 1339 232 193 169 0 50 0
[pid=18397] ppid=18396 vsize=145448 CPUtime=1647.04
/proc/18397/stat : 18397 (minisat) R 18396 18313 18148 0 -1 4194304 34736 0 0 0 164658 46 0 0 25 0 1 0 1978868393 148938752 34722 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/18397/statm: 36362 34722 76 150 0 36209 0
Current children cumulated CPU time (s) 1653.88
Current children cumulated vsize (KiB) 164404

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/77 18407
/proc/meminfo: memFree=108592/2055920 swapFree=4180424/4192956
[pid=18313] ppid=18311 vsize=13600 CPUtime=6.84
/proc/18313/stat : 18313 (sugar) S 18311 18313 18148 0 -1 4194304 1033 16543 0 2 4 1 635 44 16 0 1 0 1978867694 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18313/statm: 3400 799 370 3 0 500 0
[pid=18396] ppid=18313 vsize=5356 CPUtime=0
/proc/18396/stat : 18396 (sh) S 18313 18313 18148 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978868393 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18396/statm: 1339 232 193 169 0 50 0
[pid=18397] ppid=18396 vsize=146372 CPUtime=1706.76
/proc/18397/stat : 18397 (minisat) R 18396 18313 18148 0 -1 4194304 34984 0 0 0 170629 47 0 0 25 0 1 0 1978868393 149884928 34970 996147200 134512640 135127466 4294956272 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 1 0 0
/proc/18397/statm: 36593 34970 76 150 0 36440 0
Current children cumulated CPU time (s) 1713.6
Current children cumulated vsize (KiB) 165328

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/77 18407
/proc/meminfo: memFree=106992/2055920 swapFree=4180424/4192956
[pid=18313] ppid=18311 vsize=13600 CPUtime=6.84
/proc/18313/stat : 18313 (sugar) S 18311 18313 18148 0 -1 4194304 1033 16543 0 2 4 1 635 44 16 0 1 0 1978867694 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18313/statm: 3400 799 370 3 0 500 0
[pid=18396] ppid=18313 vsize=5356 CPUtime=0
/proc/18396/stat : 18396 (sh) S 18313 18313 18148 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978868393 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18396/statm: 1339 232 193 169 0 50 0
[pid=18397] ppid=18396 vsize=147428 CPUtime=1766.46
/proc/18397/stat : 18397 (minisat) R 18396 18313 18148 0 -1 4194304 35251 0 0 0 176599 47 0 0 25 0 1 0 1978868393 150966272 35237 996147200 134512640 135127466 4294956272 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/18397/statm: 36857 35237 76 150 0 36704 0
Current children cumulated CPU time (s) 1773.3
Current children cumulated vsize (KiB) 166384



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.2 s]
/proc/loadavg: 2.00 2.00 1.91 3/77 18407
/proc/meminfo: memFree=106416/2055920 swapFree=4180424/4192956
[pid=18313] ppid=18311 vsize=13600 CPUtime=6.84
/proc/18313/stat : 18313 (sugar) S 18311 18313 18148 0 -1 4194304 1033 16543 0 2 4 1 635 44 16 0 1 0 1978867694 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18313/statm: 3400 799 370 3 0 500 0
[pid=18396] ppid=18313 vsize=5356 CPUtime=0
/proc/18396/stat : 18396 (sh) S 18313 18313 18148 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978868393 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18396/statm: 1339 232 193 169 0 50 0
[pid=18397] ppid=18396 vsize=148224 CPUtime=1793.23
/proc/18397/stat : 18397 (minisat) R 18396 18313 18148 0 -1 4194304 35375 0 0 0 179276 47 0 0 25 0 1 0 1978868393 151781376 35361 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/18397/statm: 37056 35361 76 150 0 36903 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 167180

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 18313 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=403026
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=486925
# CPU time returned by wait4() is 6.88995
# 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): 1809.26
CPU time (s): 1800.07
CPU user time (s): 1799.15
CPU system time (s): 0.92
CPU usage (%): 99.492
Max. virtual memory (cumulated for all children) (KiB): 887492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.40303
system time used= 0.486925
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17920
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= 8868
involuntary context switches= 8784

runsolver used 1.92871 second user time and 6.31504 second system time

The end

Launcher Data (download as text)

Begin job on node33 at 2008-07-02 13:42:22
IDJOB=1040800
IDBENCH=53742
IDSOLVER=346
FILE ID=node33/1040800-1214998942
PBS_JOBID= 7870857
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/allsquaresUnsat/normalized-squaresUnsat-25-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-1040800-1214998942/watcher-1040800-1214998942 -o /tmp/evaluation-result-1040800-1214998942/solver-1040800-1214998942 -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-1040800-1214998942.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6594e3059ad496a089e0bc1e82952595
RANDOM SEED=1329468895

node33.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.231
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.231
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:       1595824 kB
Buffers:         55740 kB
Cached:         304744 kB
SwapCached:       6444 kB
Active:         121640 kB
Inactive:       262268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1595824 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            3120 kB
Writeback:           0 kB
Mapped:          37188 kB
Slab:            61360 kB
Committed_AS:  3432560 kB
PageTables:       1944 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= 66056 MiB
End job on node33 at 2008-07-02 14:12:33