Trace number 2075141

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisat? (TO) 1800.09 1813.03

General information on the benchmark

Namecsp/rand-3-24-24-fcd/
normalized-rand-3-24-24-76-632-fcd-7_ext.xml
MD5SUMb023aca51f5d19fb18dc352d6188c4b8
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark156.639
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints74
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension74
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 02:55:35 2009
0.00/0.08	c 0	PID 16903
0.06/0.08	c 0	HOST node55.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2075141-1247360135.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2075141-1247360135.xml' 'HOME/temp.csp'
1.46/1.56	c 2	1 domains, 24 variables, 0 predicates, 74 relations, 74 constraints
1.51/1.60	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.51/1.60	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.51/1.68	c 2	Parsing HOME/temp.csp
3.88/4.06	c 4	parsed 173 expressions
3.88/4.07	c 4	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.88/4.07	c 4	Converting to clausal form CSP
3.88/4.09	c 4	converted 18 (10%) expressions
3.98/4.10	c 4	converted 35 (20%) expressions
3.98/4.13	c 4	converted 52 (30%) expressions
3.98/4.14	c 4	converted 70 (40%) expressions
3.98/4.17	c 4	converted 87 (50%) expressions
4.08/4.26	c 5	converted 104 (60%) expressions
4.38/4.50	c 5	converted 122 (70%) expressions
4.97/5.13	c 5	converted 139 (80%) expressions
5.17/5.34	c 6	converted 156 (90%) expressions
5.37/5.56	c 6	converted 173 (100%) expressions
5.37/5.56	c 6	CSP : 24 integers, 0 booleans, 74 clauses, largest domain size 24
5.37/5.56	c 6	Heap : 80 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.37/5.56	c 6	Propagation in CSP
5.37/5.56	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.37/5.56	c 6	CSP : 24 integers, 0 booleans, 74 clauses, largest domain size 24
5.37/5.56	c 6	Heap : 80 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.37/5.56	c 6	Simplifing CSP by introducing new Boolean variables
5.37/5.56	c 6	CSP : 24 integers, 0 booleans, 74 clauses, largest domain size 24
5.37/5.56	c 6	Heap : 80 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.56/5.80	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.66/5.80	c 6	3 (10%) CSP integer variables are encoded (66 clauses, 641 bytes)
5.66/5.81	c 6	5 (20%) CSP integer variables are encoded (110 clauses, 1068 bytes)
5.66/5.81	c 6	8 (30%) CSP integer variables are encoded (176 clauses, 1794 bytes)
5.66/5.81	c 6	10 (40%) CSP integer variables are encoded (220 clauses, 2278 bytes)
5.66/5.81	c 6	12 (50%) CSP integer variables are encoded (264 clauses, 2762 bytes)
5.66/5.81	c 6	15 (60%) CSP integer variables are encoded (330 clauses, 3488 bytes)
5.66/5.81	c 6	17 (70%) CSP integer variables are encoded (374 clauses, 3972 bytes)
5.66/5.82	c 6	20 (80%) CSP integer variables are encoded (440 clauses, 4698 bytes)
5.66/5.82	c 6	22 (90%) CSP integer variables are encoded (484 clauses, 5182 bytes)
5.66/5.82	c 6	24 (100%) CSP integer variables are encoded (528 clauses, 5666 bytes)
6.06/6.25	c 7	8 (10%) CSP clauses are encoded (25163 clauses, 596061 bytes)
6.35/6.55	c 7	15 (20%) CSP clauses are encoded (45530 clauses, 1095891 bytes)
6.75/6.91	c 7	23 (30%) CSP clauses are encoded (70204 clauses, 1718080 bytes)
7.04/7.23	c 8	30 (40%) CSP clauses are encoded (91846 clauses, 2263687 bytes)
7.34/7.55	c 8	37 (50%) CSP clauses are encoded (113383 clauses, 2831917 bytes)
7.74/7.92	c 8	45 (60%) CSP clauses are encoded (138198 clauses, 3505194 bytes)
8.03/8.24	c 9	52 (70%) CSP clauses are encoded (159776 clauses, 4090394 bytes)
8.33/8.58	c 9	60 (80%) CSP clauses are encoded (183240 clauses, 4724462 bytes)
8.73/8.91	c 9	67 (90%) CSP clauses are encoded (204742 clauses, 5307870 bytes)
9.02/9.23	c 10	74 (100%) CSP clauses are encoded (226404 clauses, 5895632 bytes)
9.02/9.23	c 10	74 CSP clauses encoded
9.02/9.23	c 10	Writing map file : HOME/temp.map
9.02/9.23	c 10	Heap : 30 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.02/9.23	c 10	SAT : 552 SAT variables, 226404 SAT clauses, 5895632 bytes
9.02/9.23	c 10	Heap : 30 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.02/9.29	c 10	SOLVING HOME/temp.cnf
9.02/9.29	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.02/9.29	c 10	This is MiniSat 2.0 beta
9.02/9.29	c 10	WARNING: for repeatability, setting FPU to use double precision
9.02/9.29	c 10	============================[ Problem Statistics ]=============================
9.02/9.29	c 10	|                                                                             |
9.02/9.29	c 10	|  Number of variables:  552                                                  |
9.02/9.29	c 10	|  Number of clauses:    226404                                               |
9.08/9.44	c 10	|  Parsing time:         0.12         s                                       |
9.08/9.45	c 10	============================[ Search Statistics ]==============================
9.08/9.45	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.08/9.45	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.08/9.45	c 10	===============================================================================
9.08/9.45	c 10	|         0 |     552   226404  1261222 |    75468        0    nan |  0.000 % |
9.08/9.54	c 10	|       100 |     552   226404  1261222 |    83014      100      9 |  0.000 % |
9.08/9.68	c 10	|       250 |     552   226404  1261222 |    91316      250     11 |  0.008 % |
9.68/9.94	c 10	|       475 |     552   226404  1261222 |   100447      475     12 |  0.008 % |
9.98/10.25	c 11	|       812 |     552   226404  1261222 |   110492      812     12 |  0.007 % |
10.47/10.70	c 11	|      1318 |     552   226404  1261222 |   121541     1318     11 |  0.008 % |
10.97/11.25	c 12	|      2077 |     552   226404  1261222 |   133696     2077     12 |  0.008 % |
12.15/12.41	c 13	|      3217 |     552   226404  1261222 |   147065     3217     13 |  0.007 % |
13.74/14.05	c 14	|      4927 |     552   226404  1261222 |   161772     4927     13 |  0.008 % |
16.51/16.82	c 17	|      7489 |     552   226404  1261222 |   177949     7489     14 |  0.006 % |
20.37/20.78	c 21	|     11336 |     552   226404  1261222 |   195744    11336     14 |  0.008 % |
25.92/26.34	c 27	|     17103 |     552   226404  1261222 |   215319    17103     15 |  0.008 % |
34.34/34.80	c 35	|     25753 |     552   226404  1261222 |   236850    25753     15 |  0.008 % |
46.72/47.38	c 48	|     38728 |     552   226404  1261222 |   260536    38728     15 |  0.008 % |
66.04/66.89	c 67	|     58189 |     552   226404  1261222 |   286589    58189     16 |  0.003 % |
106.85/108.03	c 108	|     87381 |     552   226404  1261222 |   315248    87381     16 |  0.008 % |
173.22/175.03	c 175	|    131170 |     552   226404  1261222 |   346773   131170     17 |  0.006 % |
302.89/305.90	c 306	|    196855 |     552   226404  1261222 |   381450   196855     17 |  0.007 % |
534.11/539.31	c 540	|    295381 |     552   226404  1261222 |   419595   295381     18 |  0.009 % |
881.04/889.57	c 890	|    443171 |     551   224975  1254516 |   461555   216833     18 |  0.181 % |
1509.61/1522.44	c 1523	|    664854 |     551   224975  1254516 |   507710   438516     18 |  0.183 % |
1800.09/1813.01	c 1813	DECODING HOME/temp.out WITH HOME/temp.map
1800.09/1813.01	c 1813	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.09/1813.01	c ERROR INTERRUPTED
1800.09/1813.01	s UNKNOWN
1800.09/1813.02	c 1813	CPU 9.09 (0.06 0.02 8.71 0.3)
1800.09/1813.02	c 1813	END Sun Jul 12 03:25:48 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2075141-1247360135/watcher-2075141-1247360135 -o /tmp/evaluation-result-2075141-1247360135/solver-2075141-1247360135 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2075141-1247360135.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.07 2.05 4/81 16903
/proc/meminfo: memFree=1387248/2055920 swapFree=4192952/4192956
[pid=16903] ppid=16901 vsize=12132 CPUtime=0
/proc/16903/stat : 16903 (sugar) R 16901 16903 14936 0 -1 4194304 226 0 0 0 0 0 0 0 20 0 1 0 23076844 12423168 194 996147200 4194304 4206940 548682068608 18446744073709551615 248761455329 0 0 4224 0 0 0 0 17 1 0 0
/proc/16903/statm: 3033 194 143 3 0 133 0

[startup+0.080826 s]
/proc/loadavg: 2.01 2.07 2.05 4/81 16903
/proc/meminfo: memFree=1387248/2055920 swapFree=4192952/4192956
[pid=16903] ppid=16901 vsize=16740 CPUtime=0.06
/proc/16903/stat : 16903 (sugar) S 16901 16903 14936 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 23076844 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16903/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102661 s]
/proc/loadavg: 2.01 2.07 2.05 4/81 16903
/proc/meminfo: memFree=1387248/2055920 swapFree=4192952/4192956
[pid=16903] ppid=16901 vsize=16868 CPUtime=0.06
/proc/16903/stat : 16903 (sugar) S 16901 16903 14936 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23076844 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16903/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30164 s]
/proc/loadavg: 2.01 2.07 2.05 4/81 16903
/proc/meminfo: memFree=1387248/2055920 swapFree=4192952/4192956
[pid=16903] ppid=16901 vsize=16868 CPUtime=0.06
/proc/16903/stat : 16903 (sugar) S 16901 16903 14936 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23076844 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16903/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701686 s]
/proc/loadavg: 2.01 2.07 2.05 4/81 16903
/proc/meminfo: memFree=1387248/2055920 swapFree=4192952/4192956
[pid=16903] ppid=16901 vsize=16868 CPUtime=0.06
/proc/16903/stat : 16903 (sugar) S 16901 16903 14936 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23076844 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16903/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50276 s]
/proc/loadavg: 2.01 2.07 2.05 3/92 16915
/proc/meminfo: memFree=1363232/2055920 swapFree=4192952/4192956
[pid=16903] ppid=16901 vsize=16868 CPUtime=0.06
/proc/16903/stat : 16903 (sugar) S 16901 16903 14936 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23076844 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16903/statm: 4217 1111 409 3 0 796 0
[pid=16906] ppid=16903 vsize=5356 CPUtime=0
/proc/16906/stat : 16906 (sh) S 16903 16903 14936 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23076852 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16906/statm: 1339 233 193 169 0 50 0
[pid=16907] ppid=16906 vsize=864160 CPUtime=1.4
/proc/16907/stat : 16907 (java) S 16906 16903 14936 0 -1 0 8953 0 1 0 131 9 0 0 18 0 9 0 23076852 884899840 8082 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16907/statm: 216040 8082 2553 9 0 210552 0
[pid=16907/tid=16908] ppid=16906 vsize=864160 CPUtime=1.16
/proc/16907/task/16908/stat : 16908 (java) R 16906 16903 14936 0 -1 64 2928 0 1 0 111 5 0 0 25 0 9 0 23076853 884899840 8082 996147200 134512640 134550932 4294955984 18446744073709551615 4126535195 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16907/tid=16909] ppid=16906 vsize=864160 CPUtime=0.17
/proc/16907/task/16909/stat : 16909 (java) S 16906 16903 14936 0 -1 64 5001 0 0 0 14 3 0 0 16 0 9 0 23076855 884899840 8082 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16907/tid=16910] ppid=16906 vsize=864160 CPUtime=0
/proc/16907/task/16910/stat : 16910 (java) S 16906 16903 14936 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23076855 884899840 8082 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16907/tid=16911] ppid=16906 vsize=864160 CPUtime=0
/proc/16907/task/16911/stat : 16911 (java) S 16906 16903 14936 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23076855 884899840 8082 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16907/tid=16912] ppid=16906 vsize=864160 CPUtime=0
/proc/16907/task/16912/stat : 16912 (java) S 16906 16903 14936 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23076857 884899840 8082 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16907/tid=16913] ppid=16906 vsize=864160 CPUtime=0.05
/proc/16907/task/16913/stat : 16913 (java) S 16906 16903 14936 0 -1 64 321 0 0 0 5 0 0 0 16 0 9 0 23076857 884899840 8082 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16907/tid=16914] ppid=16906 vsize=864160 CPUtime=0
/proc/16907/task/16914/stat : 16914 (java) S 16906 16903 14936 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23076857 884899840 8082 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16907/tid=16915] ppid=16906 vsize=864160 CPUtime=0
/proc/16907/task/16915/stat : 16915 (java) S 16906 16903 14936 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23076857 884899840 8082 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 886384

[startup+3.1029 s]
/proc/loadavg: 2.01 2.07 2.05 4/92 16925
/proc/meminfo: memFree=1367136/2055920 swapFree=4192952/4192956
[pid=16903] ppid=16901 vsize=16868 CPUtime=1.53
/proc/16903/stat : 16903 (sugar) S 16901 16903 14936 0 -1 4194304 1309 9515 0 1 5 2 136 10 16 0 1 0 23076844 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16903/statm: 4217 1111 409 3 0 796 0
[pid=16916] ppid=16903 vsize=5356 CPUtime=0
/proc/16916/stat : 16916 (sh) S 16903 16903 14936 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23077004 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16916/statm: 1339 233 193 169 0 50 0
[pid=16917] ppid=16916 vsize=862284 CPUtime=1.47
/proc/16917/stat : 16917 (java) S 16916 16903 14936 0 -1 0 10767 0 1 0 142 5 0 0 18 0 9 0 23077005 882978816 10026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16917/statm: 215571 10026 2158 9 0 210484 0
[pid=16917/tid=16918] ppid=16916 vsize=862284 CPUtime=0.85
/proc/16917/task/16918/stat : 16918 (java) R 16916 16903 14936 0 -1 64 2319 0 1 0 84 1 0 0 25 0 9 0 23077005 882978816 10026 996147200 134512640 134550932 4294955936 18446744073709551615 4126427265 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16917/tid=16919] ppid=16916 vsize=862284 CPUtime=0.55
/proc/16917/task/16919/stat : 16919 (java) S 16916 16903 14936 0 -1 64 7440 0 0 0 53 2 0 0 16 0 9 0 23077007 882978816 10026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16917/tid=16920] ppid=16916 vsize=862284 CPUtime=0
/proc/16917/task/16920/stat : 16920 (java) S 16916 16903 14936 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23077007 882978816 10026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16917/tid=16921] ppid=16916 vsize=862284 CPUtime=0
/proc/16917/task/16921/stat : 16921 (java) S 16916 16903 14936 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23077007 882978816 10026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16917/tid=16922] ppid=16916 vsize=862284 CPUtime=0
/proc/16917/task/16922/stat : 16922 (java) S 16916 16903 14936 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23077009 882978816 10026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16917/tid=16923] ppid=16916 vsize=862284 CPUtime=0.03
/proc/16917/task/16923/stat : 16923 (java) S 16916 16903 14936 0 -1 64 305 0 0 0 3 0 0 0 16 0 9 0 23077009 882978816 10026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16917/tid=16924] ppid=16916 vsize=862284 CPUtime=0
/proc/16917/task/16924/stat : 16924 (java) S 16916 16903 14936 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23077009 882978816 10026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16917/tid=16925] ppid=16916 vsize=862284 CPUtime=0
/proc/16917/task/16925/stat : 16925 (java) S 16916 16903 14936 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23077009 882978816 10026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 884508

[startup+6.30219 s]
/proc/loadavg: 2.08 2.08 2.05 4/92 16925
/proc/meminfo: memFree=1293344/2055920 swapFree=4192952/4192956
[pid=16903] ppid=16901 vsize=16868 CPUtime=1.53
/proc/16903/stat : 16903 (sugar) S 16901 16903 14936 0 -1 4194304 1310 9515 0 1 5 2 136 10 15 0 1 0 23076844 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16903/statm: 4217 1111 409 3 0 796 0
[pid=16916] ppid=16903 vsize=5356 CPUtime=0
/proc/16916/stat : 16916 (sh) S 16903 16903 14936 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23077004 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16916/statm: 1339 233 193 169 0 50 0
[pid=16917] ppid=16916 vsize=864488 CPUtime=4.63
/proc/16917/stat : 16917 (java) S 16916 16903 14936 0 -1 0 25915 0 1 0 450 13 0 0 18 0 9 0 23077005 885235712 25112 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16917/statm: 216122 25112 2590 9 0 210599 0
[pid=16917/tid=16918] ppid=16916 vsize=864488 CPUtime=2.51
/proc/16917/task/16918/stat : 16918 (java) R 16916 16903 14936 0 -1 64 3701 0 1 0 249 2 0 0 25 0 9 0 23077005 885235712 25112 996147200 134512640 134550932 4294955936 18446744073709551615 4126562676 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16917/tid=16919] ppid=16916 vsize=864488 CPUtime=2.01
/proc/16917/task/16919/stat : 16919 (java) S 16916 16903 14936 0 -1 64 21172 0 0 0 192 9 0 0 16 0 9 0 23077007 885235712 25112 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16917/tid=16920] ppid=16916 vsize=864488 CPUtime=0
/proc/16917/task/16920/stat : 16920 (java) S 16916 16903 14936 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23077007 885235712 25112 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16917/tid=16921] ppid=16916 vsize=864488 CPUtime=0
/proc/16917/task/16921/stat : 16921 (java) S 16916 16903 14936 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23077007 885235712 25112 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16917/tid=16922] ppid=16916 vsize=864488 CPUtime=0
/proc/16917/task/16922/stat : 16922 (java) S 16916 16903 14936 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23077009 885235712 25112 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16917/tid=16923] ppid=16916 vsize=864488 CPUtime=0.08
/proc/16917/task/16923/stat : 16923 (java) S 16916 16903 14936 0 -1 64 339 0 0 0 8 0 0 0 16 0 9 0 23077009 885235712 25112 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16917/tid=16924] ppid=16916 vsize=864488 CPUtime=0
/proc/16917/task/16924/stat : 16924 (java) S 16916 16903 14936 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23077009 885235712 25112 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16917/tid=16925] ppid=16916 vsize=864488 CPUtime=0
/proc/16917/task/16925/stat : 16925 (java) S 16916 16903 14936 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23077009 885235712 25112 996147200 134512640 134550932 4294955936 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) 886712

[startup+12.7018 s]
/proc/loadavg: 2.08 2.08 2.05 3/84 16927
/proc/meminfo: memFree=1359520/2055920 swapFree=4192952/4192956
[pid=16903] ppid=16901 vsize=16868 CPUtime=9.09
/proc/16903/stat : 16903 (sugar) S 16901 16903 14936 0 -1 4194304 1374 35792 0 2 6 2 871 30 16 0 1 0 23076844 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16903/statm: 4217 1112 409 3 0 796 0
[pid=16926] ppid=16903 vsize=5356 CPUtime=0
/proc/16926/stat : 16926 (sh) S 16903 16903 14936 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23077773 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16926/statm: 1339 232 193 169 0 50 0
[pid=16927] ppid=16926 vsize=15776 CPUtime=3.36
/proc/16927/stat : 16927 (minisat) R 16926 16903 14936 0 -1 4194304 3767 0 0 0 334 2 0 0 25 0 1 0 23077773 16154624 3753 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16927/statm: 3944 3753 75 150 0 3791 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 38000

[startup+25.502 s]
/proc/loadavg: 2.06 2.08 2.05 3/84 16927
/proc/meminfo: memFree=1358432/2055920 swapFree=4192952/4192956
[pid=16903] ppid=16901 vsize=16868 CPUtime=9.09
/proc/16903/stat : 16903 (sugar) S 16901 16903 14936 0 -1 4194304 1374 35792 0 2 6 2 871 30 16 0 1 0 23076844 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16903/statm: 4217 1112 409 3 0 796 0
[pid=16926] ppid=16903 vsize=5356 CPUtime=0
/proc/16926/stat : 16926 (sh) S 16903 16903 14936 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23077773 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16926/statm: 1339 232 193 169 0 50 0
[pid=16927] ppid=16926 vsize=16992 CPUtime=16.03
/proc/16927/stat : 16927 (minisat) R 16926 16903 14936 0 -1 4194304 4075 0 0 0 1601 2 0 0 25 0 1 0 23077773 17399808 4061 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16927/statm: 4248 4061 75 150 0 4095 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 39216

[startup+51.1013 s]
/proc/loadavg: 2.04 2.07 2.05 3/84 16927
/proc/meminfo: memFree=1356128/2055920 swapFree=4192952/4192956
[pid=16903] ppid=16901 vsize=16868 CPUtime=9.09
/proc/16903/stat : 16903 (sugar) S 16901 16903 14936 0 -1 4194304 1374 35792 0 2 6 2 871 30 16 0 1 0 23076844 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16903/statm: 4217 1112 409 3 0 796 0
[pid=16926] ppid=16903 vsize=5356 CPUtime=0
/proc/16926/stat : 16926 (sh) S 16903 16903 14936 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23077773 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16926/statm: 1339 232 193 169 0 50 0
[pid=16927] ppid=16926 vsize=19448 CPUtime=41.39
/proc/16927/stat : 16927 (minisat) R 16926 16903 14936 0 -1 4194304 4684 0 0 0 4136 3 0 0 25 0 1 0 23077773 19914752 4670 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16927/statm: 4862 4670 75 150 0 4709 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 41672

[startup+102.307 s]
/proc/loadavg: 2.02 2.05 2.04 3/84 16927
/proc/meminfo: memFree=1352160/2055920 swapFree=4192952/4192956
[pid=16903] ppid=16901 vsize=16868 CPUtime=9.09
/proc/16903/stat : 16903 (sugar) S 16901 16903 14936 0 -1 4194304 1374 35792 0 2 6 2 871 30 16 0 1 0 23076844 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16903/statm: 4217 1112 409 3 0 796 0
[pid=16926] ppid=16903 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1319840/2055920 swapFree=4192952/4192956
[pid=16903] ppid=16901 vsize=16868 CPUtime=9.09
/proc/16903/stat : 16903 (sugar) S 16901 16903 14936 0 -1 4194304 1374 35792 0 2 6 2 871 30 16 0 1 0 23076844 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16903/statm: 4217 1112 409 3 0 796 0
[pid=16926] ppid=16903 vsize=5356 CPUtime=0
/proc/16926/stat : 16926 (sh) S 16903 16903 14936 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23077773 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16926/statm: 1339 232 193 169 0 50 0
[pid=16927] ppid=16926 vsize=56096 CPUtime=1280.89
/proc/16927/stat : 16927 (minisat) R 16926 16903 14936 0 -1 4194304 13609 0 0 0 128076 13 0 0 25 0 1 0 23077773 57442304 13595 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16927/statm: 14024 13595 75 150 0 13871 0
Current children cumulated CPU time (s) 1289.98
Current children cumulated vsize (KiB) 78320

[startup+1362.3 s]
/proc/loadavg: 1.94 1.98 1.99 3/76 16963
/proc/meminfo: memFree=1353776/2055920 swapFree=4192952/4192956
[pid=16903] ppid=16901 vsize=16868 CPUtime=9.09
/proc/16903/stat : 16903 (sugar) S 16901 16903 14936 0 -1 4194304 1374 35792 0 2 6 2 871 30 16 0 1 0 23076844 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16903/statm: 4217 1112 409 3 0 796 0
[pid=16926] ppid=16903 vsize=5356 CPUtime=0
/proc/16926/stat : 16926 (sh) S 16903 16903 14936 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23077773 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16926/statm: 1339 232 193 169 0 50 0
[pid=16927] ppid=16926 vsize=58128 CPUtime=1340.48
/proc/16927/stat : 16927 (minisat) R 16926 16903 14936 0 -1 4194304 14130 0 0 0 134034 14 0 0 25 0 1 0 23077773 59523072 14116 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16927/statm: 14532 14116 75 150 0 14379 0
Current children cumulated CPU time (s) 1349.57
Current children cumulated vsize (KiB) 80352

[startup+1422.31 s]
/proc/loadavg: 1.97 1.98 1.99 3/76 16963
/proc/meminfo: memFree=1351728/2055920 swapFree=4192952/4192956
[pid=16903] ppid=16901 vsize=16868 CPUtime=9.09
/proc/16903/stat : 16903 (sugar) S 16901 16903 14936 0 -1 4194304 1374 35792 0 2 6 2 871 30 16 0 1 0 23076844 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16903/statm: 4217 1112 409 3 0 796 0
[pid=16926] ppid=16903 vsize=5356 CPUtime=0
/proc/16926/stat : 16926 (sh) S 16903 16903 14936 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23077773 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16926/statm: 1339 232 193 169 0 50 0
[pid=16927] ppid=16926 vsize=60128 CPUtime=1400.46
/proc/16927/stat : 16927 (minisat) R 16926 16903 14936 0 -1 4194304 14654 0 0 0 140031 15 0 0 25 0 1 0 23077773 61571072 14640 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16927/statm: 15032 14640 75 150 0 14879 0
Current children cumulated CPU time (s) 1409.55
Current children cumulated vsize (KiB) 82352

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 16963
/proc/meminfo: memFree=1349488/2055920 swapFree=4192952/4192956
[pid=16903] ppid=16901 vsize=16868 CPUtime=9.09
/proc/16903/stat : 16903 (sugar) S 16901 16903 14936 0 -1 4194304 1374 35792 0 2 6 2 871 30 16 0 1 0 23076844 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16903/statm: 4217 1112 409 3 0 796 0
[pid=16926] ppid=16903 vsize=5356 CPUtime=0
/proc/16926/stat : 16926 (sh) S 16903 16903 14936 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23077773 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16926/statm: 1339 232 193 169 0 50 0
[pid=16927] ppid=16926 vsize=62224 CPUtime=1460.43
/proc/16927/stat : 16927 (minisat) R 16926 16903 14936 0 -1 4194304 15172 0 0 0 146028 15 0 0 25 0 1 0 23077773 63717376 15158 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16927/statm: 15556 15158 75 150 0 15403 0
Current children cumulated CPU time (s) 1469.52
Current children cumulated vsize (KiB) 84448

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 16963
/proc/meminfo: memFree=1347568/2055920 swapFree=4192952/4192956
[pid=16903] ppid=16901 vsize=16868 CPUtime=9.09
/proc/16903/stat : 16903 (sugar) S 16901 16903 14936 0 -1 4194304 1374 35792 0 2 6 2 871 30 16 0 1 0 23076844 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16903/statm: 4217 1112 409 3 0 796 0
[pid=16926] ppid=16903 vsize=5356 CPUtime=0
/proc/16926/stat : 16926 (sh) S 16903 16903 14936 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23077773 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16926/statm: 1339 232 193 169 0 50 0
[pid=16927] ppid=16926 vsize=63996 CPUtime=1520.41
/proc/16927/stat : 16927 (minisat) R 16926 16903 14936 0 -1 4194304 15647 0 0 0 152025 16 0 0 25 0 1 0 23077773 65531904 15633 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/16927/statm: 15999 15633 75 150 0 15846 0
Current children cumulated CPU time (s) 1529.5
Current children cumulated vsize (KiB) 86220

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 16963
/proc/meminfo: memFree=1345328/2055920 swapFree=4192952/4192956
[pid=16903] ppid=16901 vsize=16868 CPUtime=9.09
/proc/16903/stat : 16903 (sugar) S 16901 16903 14936 0 -1 4194304 1374 35792 0 2 6 2 871 30 16 0 1 0 23076844 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16903/statm: 4217 1112 409 3 0 796 0
[pid=16926] ppid=16903 vsize=5356 CPUtime=0
/proc/16926/stat : 16926 (sh) S 16903 16903 14936 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23077773 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16926/statm: 1339 232 193 169 0 50 0
[pid=16927] ppid=16926 vsize=66292 CPUtime=1580.38
/proc/16927/stat : 16927 (minisat) R 16926 16903 14936 0 -1 4194304 16217 0 0 0 158022 16 0 0 25 0 1 0 23077773 67883008 16203 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/16927/statm: 16573 16203 75 150 0 16420 0
Current children cumulated CPU time (s) 1589.47
Current children cumulated vsize (KiB) 88516

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 16963
/proc/meminfo: memFree=1343664/2055920 swapFree=4192952/4192956
[pid=16903] ppid=16901 vsize=16868 CPUtime=9.09
/proc/16903/stat : 16903 (sugar) S 16901 16903 14936 0 -1 4194304 1374 35792 0 2 6 2 871 30 16 0 1 0 23076844 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16903/statm: 4217 1112 409 3 0 796 0
[pid=16926] ppid=16903 vsize=5356 CPUtime=0
/proc/16926/stat : 16926 (sh) S 16903 16903 14936 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23077773 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16926/statm: 1339 232 193 169 0 50 0
[pid=16927] ppid=16926 vsize=68808 CPUtime=1640.36
/proc/16927/stat : 16927 (minisat) R 16926 16903 14936 0 -1 4194304 16629 0 0 0 164019 17 0 0 25 0 1 0 23077773 70459392 16615 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16927/statm: 17202 16615 75 150 0 17049 0
Current children cumulated CPU time (s) 1649.45
Current children cumulated vsize (KiB) 91032

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 16963
/proc/meminfo: memFree=1342064/2055920 swapFree=4192952/4192956
[pid=16903] ppid=16901 vsize=16868 CPUtime=9.09
/proc/16903/stat : 16903 (sugar) S 16901 16903 14936 0 -1 4194304 1374 35792 0 2 6 2 871 30 16 0 1 0 23076844 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16903/statm: 4217 1112 409 3 0 796 0
[pid=16926] ppid=16903 vsize=5356 CPUtime=0
/proc/16926/stat : 16926 (sh) S 16903 16903 14936 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23077773 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16926/statm: 1339 232 193 169 0 50 0
[pid=16927] ppid=16926 vsize=70444 CPUtime=1700.34
/proc/16927/stat : 16927 (minisat) R 16926 16903 14936 0 -1 4194304 17043 0 0 0 170016 18 0 0 25 0 1 0 23077773 72134656 17029 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16927/statm: 17611 17029 75 150 0 17458 0
Current children cumulated CPU time (s) 1709.43
Current children cumulated vsize (KiB) 92668

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 16963
/proc/meminfo: memFree=1341040/2055920 swapFree=4192952/4192956
[pid=16903] ppid=16901 vsize=16868 CPUtime=9.09
/proc/16903/stat : 16903 (sugar) S 16901 16903 14936 0 -1 4194304 1374 35792 0 2 6 2 871 30 16 0 1 0 23076844 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16903/statm: 4217 1112 409 3 0 796 0
[pid=16926] ppid=16903 vsize=5356 CPUtime=0
/proc/16926/stat : 16926 (sh) S 16903 16903 14936 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23077773 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16926/statm: 1339 232 193 169 0 50 0
[pid=16927] ppid=16926 vsize=71336 CPUtime=1760.31
/proc/16927/stat : 16927 (minisat) R 16926 16903 14936 0 -1 4194304 17273 0 0 0 176013 18 0 0 25 0 1 0 23077773 73048064 17259 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16927/statm: 17834 17259 75 150 0 17681 0
Current children cumulated CPU time (s) 1769.4
Current children cumulated vsize (KiB) 93560



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 16963
/proc/meminfo: memFree=1341040/2055920 swapFree=4192952/4192956
[pid=16903] ppid=16901 vsize=16868 CPUtime=9.09
/proc/16903/stat : 16903 (sugar) S 16901 16903 14936 0 -1 4194304 1374 35792 0 2 6 2 871 30 16 0 1 0 23076844 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16903/statm: 4217 1112 409 3 0 796 0
[pid=16926] ppid=16903 vsize=5356 CPUtime=0
/proc/16926/stat : 16926 (sh) S 16903 16903 14936 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23077773 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16926/statm: 1339 232 193 169 0 50 0
[pid=16927] ppid=16926 vsize=71336 CPUtime=1791
/proc/16927/stat : 16927 (minisat) R 16926 16903 14936 0 -1 4194304 17281 0 0 0 179082 18 0 0 25 0 1 0 23077773 73048064 17267 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16927/statm: 17834 17267 75 150 0 17681 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 93560

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

Real time (s): 1813.03
CPU time (s): 1800.09
CPU user time (s): 1799.59
CPU system time (s): 0.5
CPU usage (%): 99.2865
Max. virtual memory (cumulated for all children) (KiB): 886712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.78266
system time used= 0.333949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37635
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= 3822
involuntary context switches= 3891

runsolver used 2.15567 second user time and 5.68713 second system time

The end

Launcher Data

Begin job on node55 at 2009-07-12 02:55:35
IDJOB=2075141
IDBENCH=56237
IDSOLVER=739
FILE ID=node55/2075141-1247360135
PBS_JOBID= 9506842
Free space on /tmp= 66348 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-3-24-24-fcd/normalized-rand-3-24-24-76-632-fcd-7_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2075141-1247360135/watcher-2075141-1247360135 -o /tmp/evaluation-result-2075141-1247360135/solver-2075141-1247360135 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2075141-1247360135.xml

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

MD5SUM BENCH= b023aca51f5d19fb18dc352d6188c4b8
RANDOM SEED=606896659

node55.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:       1387728 kB
Buffers:         77168 kB
Cached:         466692 kB
SwapCached:          4 kB
Active:         158668 kB
Inactive:       437920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1387728 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            4116 kB
Writeback:           0 kB
Mapped:          73116 kB
Slab:            56688 kB
Committed_AS:   222372 kB
PageTables:       1856 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66348 MiB
End job on node55 at 2009-07-12 03:25:50