Trace number 2061886

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.06 1822.85

General information on the benchmark

Namecsp/cjss/
normalized-la03x2-593.xml
MD5SUMcceb8e8456edde50ed6b81465ff2edd2
Bench CategoryAlldiff+Cumul+Elt+WSum (alldiff,cumulative,element,weightedsum)
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 variables101
Number of constraints105
Maximum constraint arity20
Maximum domain size594
Number of constraints which are defined in extension0
Number of constraints which are defined in intension100
Global constraints used (with number of constraints)cumulative(5)

Solver Data

0.06/0.31	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.31	c 0	BEGIN Sat Jul 11 17:57:30 2009
0.06/0.31	c 0	PID 14225
0.06/0.32	c 0	HOST node28.alineos.net
0.06/0.32	c 0	CONVERTING HOME/instance-2061886-1247327849.xml TO HOME/temp.csp
0.06/0.32	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2061886-1247327849.xml' 'HOME/temp.csp'
0.07/0.57	c 0	2 domains, 101 variables, 1 predicates, 0 relations, 105 constraints
0.07/0.59	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.59	c 0	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'
0.32/0.67	c 0	Parsing HOME/temp.csp
0.32/0.70	c 0	parsed 209 expressions
0.32/0.71	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.32/0.71	c 0	Converting to clausal form CSP
0.32/0.73	c 0	converted 21 (10%) expressions
0.32/0.73	c 0	converted 42 (20%) expressions
0.32/0.73	c 0	converted 63 (30%) expressions
0.32/0.73	c 0	converted 84 (40%) expressions
0.32/0.74	c 0	converted 105 (50%) expressions
0.32/0.75	c 0	converted 126 (60%) expressions
0.32/0.76	c 0	converted 147 (70%) expressions
0.32/0.76	c 0	converted 168 (80%) expressions
0.32/0.76	c 0	converted 189 (90%) expressions
11.00/11.41	c 11	converted 209 (100%) expressions
11.00/11.43	c 11	CSP : 65936 integers, 39326 booleans, 203576 clauses, largest domain size 573
11.00/11.43	c 11	Heap : 125 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.00/11.43	c 11	Propagation in CSP
12.08/12.50	c 12	8622 values, 0 unsatisfiable literals, and 0 valid clauses are removed
12.08/12.52	c 12	CSP : 65936 integers, 39326 booleans, 203576 clauses, largest domain size 437
12.08/12.52	c 12	Heap : 127 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
12.08/12.58	c 12	Simplifing CSP by introducing new Boolean variables
12.18/12.69	c 12	CSP : 65936 integers, 39326 booleans, 203576 clauses, largest domain size 437
12.18/12.69	c 12	Heap : 128 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
13.07/13.50	c 13	Encoding CSP to SAT : HOME/temp.cnf
13.17/13.60	c 13	6594 (10%) CSP integer variables are encoded (35799 clauses, 514907 bytes)
13.17/13.61	c 13	13188 (20%) CSP integer variables are encoded (36657 clauses, 527777 bytes)
13.17/13.62	c 13	19781 (30%) CSP integer variables are encoded (37212 clauses, 536102 bytes)
13.17/13.64	c 13	26375 (40%) CSP integer variables are encoded (38073 clauses, 549017 bytes)
13.17/13.65	c 13	32968 (50%) CSP integer variables are encoded (38853 clauses, 560717 bytes)
13.17/13.66	c 13	39562 (60%) CSP integer variables are encoded (39711 clauses, 573587 bytes)
13.17/13.67	c 13	46156 (70%) CSP integer variables are encoded (40572 clauses, 586502 bytes)
13.17/13.68	c 13	52749 (80%) CSP integer variables are encoded (41433 clauses, 599417 bytes)
13.17/13.69	c 13	59343 (90%) CSP integer variables are encoded (41784 clauses, 604682 bytes)
13.27/13.70	c 13	65936 (100%) CSP integer variables are encoded (42645 clauses, 617597 bytes)
13.95/14.41	c 14	20358 (10%) CSP clauses are encoded (122267 clauses, 2102909 bytes)
15.54/16.07	c 15	40716 (20%) CSP clauses are encoded (192712 clauses, 3578829 bytes)
16.68/18.11	c 17	61073 (30%) CSP clauses are encoded (242730 clauses, 4626672 bytes)
18.29/19.77	c 19	81431 (40%) CSP clauses are encoded (310608 clauses, 6046309 bytes)
19.18/20.63	c 20	101788 (50%) CSP clauses are encoded (375173 clauses, 7429153 bytes)
20.18/21.62	c 21	122146 (60%) CSP clauses are encoded (440118 clauses, 8793326 bytes)
20.18/22.38	c 22	142504 (70%) CSP clauses are encoded (497242 clauses, 10003710 bytes)
21.76/23.24	c 22	162861 (80%) CSP clauses are encoded (557864 clauses, 11303497 bytes)
22.26/23.72	c 23	183219 (90%) CSP clauses are encoded (599683 clauses, 12139489 bytes)
24.35/25.84	c 25	203576 (100%) CSP clauses are encoded (674051 clauses, 13704601 bytes)
24.35/25.84	c 25	203576 CSP clauses encoded
24.35/25.85	c 25	Writing map file : HOME/temp.map
24.35/25.87	c 25	Heap : 130 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
24.35/25.87	c 25	SAT : 138204 SAT variables, 674051 SAT clauses, 13704601 bytes
24.35/25.87	c 25	Heap : 130 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
24.42/25.92	c 25	SOLVING HOME/temp.cnf
24.42/25.92	c 25	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
24.42/25.93	c 25	This is MiniSat 2.0 beta
24.42/25.93	c 25	WARNING: for repeatability, setting FPU to use double precision
24.42/25.93	c 25	============================[ Problem Statistics ]=============================
24.42/25.93	c 25	|                                                                             |
24.42/25.93	c 25	|  Number of variables:  138204                                               |
24.42/25.93	c 25	|  Number of clauses:    674051                                               |
24.46/26.31	c 26	|  Parsing time:         0.33         s                                       |
24.46/26.33	c 26	============================[ Search Statistics ]==============================
24.46/26.33	c 26	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
24.46/26.33	c 26	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
24.46/26.33	c 26	===============================================================================
24.46/26.33	c 26	|         0 |  122999   548741  1545538 |   182913        0    nan |  0.000 % |
25.41/26.91	c 26	|       100 |  122999   548741  1545538 |   201205      100     40 | 11.002 % |
26.01/27.52	c 27	|       251 |  122999   548741  1545538 |   221325      251     33 | 11.002 % |
26.50/28.04	c 27	|       476 |  122999   548741  1545538 |   243458      476     27 | 11.002 % |
27.99/29.55	c 29	|       813 |  122999   548741  1545538 |   267803      813     48 | 11.002 % |
29.66/31.23	c 30	|      1321 |  122999   548741  1545538 |   294584     1321     37 | 11.002 % |
32.82/34.46	c 34	|      2080 |  122999   548741  1545538 |   324042     2080     37 | 11.002 % |
37.63/39.33	c 39	|      3219 |  122999   548741  1545538 |   356446     3219     46 | 11.002 % |
45.94/47.76	c 47	|      4928 |  122999   548741  1545538 |   392091     4928     51 | 11.002 % |
57.63/59.53	c 59	|      7491 |  122999   548741  1545538 |   431300     7491     43 | 11.002 % |
73.68/75.72	c 75	|     11336 |  122999   548741  1545538 |   474430    11336     52 | 11.002 % |
102.57/104.92	c 104	|     17104 |  122999   548741  1545538 |   521874    17104     45 | 11.002 % |
146.03/148.82	c 148	|     25753 |  122999   548741  1545538 |   574061    25753     49 | 11.002 % |
223.56/227.32	c 227	|     38727 |  122999   548741  1545538 |   631467    38727     58 | 11.002 % |
332.19/337.08	c 336	|     58190 |  122999   548741  1545538 |   694614    58190     65 | 11.002 % |
537.87/544.85	c 544	|     87383 |  122999   548741  1545538 |   764075    87383     64 | 11.002 % |
776.43/793.80	c 793	|    131172 |  122999   548741  1545538 |   840483   131172     84 | 11.002 % |
1164.88/1184.42	c 1184	|    196857 |  122999   548741  1545538 |   924531   196857     96 | 11.002 % |
1800.06/1822.82	c ERROR INTERRUPTED
1800.06/1822.84	s UNKNOWN
1800.06/1822.84	c 1822	CPU 24.46 (0.06 0.02 23.73 0.65)
1800.06/1822.84	c 1822	END Sat Jul 11 18:27:52 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-2061886-1247327849/watcher-2061886-1247327849 -o /tmp/evaluation-result-2061886-1247327849/solver-2061886-1247327849 -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-2061886-1247327849.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: 1.88 2.06 2.64 4/84 14225
/proc/meminfo: memFree=1552024/2055920 swapFree=4192812/4192956
[pid=14225] ppid=14223 vsize=18576 CPUtime=0
/proc/14225/stat : 14225 (runsolver) D 14223 14225 11998 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 19851556 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 217871609127 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/14225/statm: 4644 284 249 26 0 2626 0

[startup+0.043358 s]
/proc/loadavg: 1.88 2.06 2.64 4/84 14225
/proc/meminfo: memFree=1552024/2055920 swapFree=4192812/4192956
[pid=14225] ppid=14223 vsize=12268 CPUtime=0
/proc/14225/stat : 14225 (sugar) D 14223 14225 11998 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 19851556 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/14225/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101817 s]
/proc/loadavg: 1.88 2.06 2.64 4/84 14225
/proc/meminfo: memFree=1552024/2055920 swapFree=4192812/4192956
[pid=14225] ppid=14223 vsize=12272 CPUtime=0
/proc/14225/stat : 14225 (sugar) R 14223 14225 11998 0 -1 4194304 362 0 0 0 0 0 0 0 18 0 1 0 19851556 12566528 330 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 0 0 0 0 17 1 0 0
/proc/14225/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.30139 s]
/proc/loadavg: 1.88 2.06 2.64 4/84 14225
/proc/meminfo: memFree=1552024/2055920 swapFree=4192812/4192956
[pid=14225] ppid=14223 vsize=16476 CPUtime=0.06
/proc/14225/stat : 14225 (sugar) R 14223 14225 11998 0 -1 4194304 1025 0 0 0 5 1 0 0 18 0 1 0 19851556 16871424 993 996147200 4194304 4206940 548682068608 18446744073709551615 217871454945 0 0 4224 0 0 0 0 17 1 0 0
/proc/14225/statm: 4119 993 380 3 0 698 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16476

[startup+0.701444 s]
/proc/loadavg: 1.88 2.06 2.64 4/84 14225
/proc/meminfo: memFree=1552024/2055920 swapFree=4192812/4192956
[pid=14225] ppid=14223 vsize=16868 CPUtime=0.32
/proc/14225/stat : 14225 (sugar) S 14223 14225 11998 0 -1 4194304 1309 4369 0 1 6 2 21 3 16 0 1 0 19851556 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14225/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 16868

[startup+1.50156 s]
/proc/loadavg: 1.88 2.06 2.64 4/95 14247
/proc/meminfo: memFree=1533696/2055920 swapFree=4192812/4192956
[pid=14225] ppid=14223 vsize=16868 CPUtime=0.32
/proc/14225/stat : 14225 (sugar) S 14223 14225 11998 0 -1 4194304 1309 4369 0 1 6 2 21 3 15 0 1 0 19851556 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14225/statm: 4217 1111 409 3 0 796 0
[pid=14238] ppid=14225 vsize=5356 CPUtime=0
/proc/14238/stat : 14238 (sh) S 14225 14225 11998 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19851615 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14238/statm: 1339 233 193 169 0 50 0
[pid=14239] ppid=14238 vsize=868560 CPUtime=0.88
/proc/14239/stat : 14239 (java) S 14238 14225 11998 0 -1 0 8188 0 1 0 83 5 0 0 18 0 9 0 19851616 889405440 7398 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14239/statm: 217140 7398 2566 9 0 211645 0
[pid=14239/tid=14240] ppid=14238 vsize=868560 CPUtime=0.5
/proc/14239/task/14240/stat : 14240 (java) R 14238 14225 11998 0 -1 64 2705 0 1 0 48 2 0 0 21 0 9 0 19851617 889405440 7398 996147200 134512640 134550932 4294955936 18446744073709551615 4126469029 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14241] ppid=14238 vsize=868560 CPUtime=0.19
/proc/14239/task/14241/stat : 14241 (java) S 14238 14225 11998 0 -1 64 3306 0 0 0 18 1 0 0 16 0 9 0 19851618 889405440 7398 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14242] ppid=14238 vsize=868560 CPUtime=0
/proc/14239/task/14242/stat : 14242 (java) S 14238 14225 11998 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19851618 889405440 7398 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14243] ppid=14238 vsize=868560 CPUtime=0
/proc/14239/task/14243/stat : 14243 (java) S 14238 14225 11998 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19851618 889405440 7398 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14244] ppid=14238 vsize=868560 CPUtime=0
/proc/14239/task/14244/stat : 14244 (java) S 14238 14225 11998 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19851620 889405440 7398 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14245] ppid=14238 vsize=868560 CPUtime=0.17
/proc/14239/task/14245/stat : 14245 (java) S 14238 14225 11998 0 -1 64 1479 0 0 0 17 0 0 0 16 0 9 0 19851620 889405440 7398 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14246] ppid=14238 vsize=868560 CPUtime=0
/proc/14239/task/14246/stat : 14246 (java) S 14238 14225 11998 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19851620 889405440 7398 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14247] ppid=14238 vsize=868560 CPUtime=0
/proc/14239/task/14247/stat : 14247 (java) S 14238 14225 11998 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19851620 889405440 7398 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 890784

[startup+3.10279 s]
/proc/loadavg: 1.88 2.06 2.64 3/95 14247
/proc/meminfo: memFree=1518848/2055920 swapFree=4192812/4192956
[pid=14225] ppid=14223 vsize=16868 CPUtime=0.32
/proc/14225/stat : 14225 (sugar) S 14223 14225 11998 0 -1 4194304 1309 4369 0 1 6 2 21 3 15 0 1 0 19851556 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14225/statm: 4217 1111 409 3 0 796 0
[pid=14238] ppid=14225 vsize=5356 CPUtime=0
/proc/14238/stat : 14238 (sh) S 14225 14225 11998 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19851615 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14238/statm: 1339 233 193 169 0 50 0
[pid=14239] ppid=14238 vsize=869064 CPUtime=2.48
/proc/14239/stat : 14239 (java) S 14238 14225 11998 0 -1 0 15193 0 1 0 238 10 0 0 18 0 9 0 19851616 889921536 14119 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14239/statm: 217266 14119 2566 9 0 211771 0
[pid=14239/tid=14240] ppid=14238 vsize=869064 CPUtime=1.48
/proc/14239/task/14240/stat : 14240 (java) R 14238 14225 11998 0 -1 64 3051 0 1 0 145 3 0 0 25 0 9 0 19851617 889921536 14119 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14241] ppid=14238 vsize=869064 CPUtime=0.78
/proc/14239/task/14241/stat : 14241 (java) R 14238 14225 11998 0 -1 64 9941 0 0 0 72 6 0 0 16 0 9 0 19851618 889921536 14119 996147200 134512640 134550932 4294955936 18446744073709551615 103731969 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14242] ppid=14238 vsize=869064 CPUtime=0
/proc/14239/task/14242/stat : 14242 (java) S 14238 14225 11998 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19851618 889921536 14119 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14243] ppid=14238 vsize=869064 CPUtime=0
/proc/14239/task/14243/stat : 14243 (java) S 14238 14225 11998 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19851618 889921536 14119 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14244] ppid=14238 vsize=869064 CPUtime=0
/proc/14239/task/14244/stat : 14244 (java) S 14238 14225 11998 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19851620 889921536 14119 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14245] ppid=14238 vsize=869064 CPUtime=0.2
/proc/14239/task/14245/stat : 14245 (java) S 14238 14225 11998 0 -1 64 1503 0 0 0 20 0 0 0 16 0 9 0 19851620 889921536 14119 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14246] ppid=14238 vsize=869064 CPUtime=0
/proc/14239/task/14246/stat : 14246 (java) S 14238 14225 11998 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19851620 889921536 14119 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14247] ppid=14238 vsize=869064 CPUtime=0
/proc/14239/task/14247/stat : 14247 (java) R 14238 14225 11998 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19851620 889921536 14119 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 891288

[startup+6.30222 s]
/proc/loadavg: 2.05 2.10 2.65 3/95 14247
/proc/meminfo: memFree=1469376/2055920 swapFree=4192812/4192956
[pid=14225] ppid=14223 vsize=16868 CPUtime=0.32
/proc/14225/stat : 14225 (sugar) S 14223 14225 11998 0 -1 4194304 1309 4369 0 1 6 2 21 3 15 0 1 0 19851556 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14225/statm: 4217 1111 409 3 0 796 0
[pid=14238] ppid=14225 vsize=5356 CPUtime=0
/proc/14238/stat : 14238 (sh) S 14225 14225 11998 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19851615 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14238/statm: 1339 233 193 169 0 50 0
[pid=14239] ppid=14238 vsize=868560 CPUtime=5.64
/proc/14239/stat : 14239 (java) S 14238 14225 11998 0 -1 0 27895 0 1 0 547 17 0 0 18 0 9 0 19851616 889405440 26159 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14239/statm: 217140 26159 2566 9 0 211645 0
[pid=14239/tid=14240] ppid=14238 vsize=868560 CPUtime=3.5
/proc/14239/task/14240/stat : 14240 (java) R 14238 14225 11998 0 -1 64 3628 0 1 0 347 3 0 0 25 0 9 0 19851617 889405440 26159 996147200 134512640 134550932 4294955936 18446744073709551615 4126426383 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14241] ppid=14238 vsize=868560 CPUtime=1.9
/proc/14239/task/14241/stat : 14241 (java) S 14238 14225 11998 0 -1 64 22066 0 0 0 179 11 0 0 16 0 9 0 19851618 889405440 26159 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14242] ppid=14238 vsize=868560 CPUtime=0
/proc/14239/task/14242/stat : 14242 (java) S 14238 14225 11998 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19851618 889405440 26159 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14243] ppid=14238 vsize=868560 CPUtime=0
/proc/14239/task/14243/stat : 14243 (java) S 14238 14225 11998 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19851618 889405440 26159 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14244] ppid=14238 vsize=868560 CPUtime=0
/proc/14239/task/14244/stat : 14244 (java) S 14238 14225 11998 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19851620 889405440 26159 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14245] ppid=14238 vsize=868560 CPUtime=0.2
/proc/14239/task/14245/stat : 14245 (java) S 14238 14225 11998 0 -1 64 1503 0 0 0 20 0 0 0 16 0 9 0 19851620 889405440 26159 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14246] ppid=14238 vsize=868560 CPUtime=0
/proc/14239/task/14246/stat : 14246 (java) S 14238 14225 11998 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19851620 889405440 26159 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14247] ppid=14238 vsize=868560 CPUtime=0
/proc/14239/task/14247/stat : 14247 (java) S 14238 14225 11998 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19851620 889405440 26159 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 890784

[startup+12.7061 s]
/proc/loadavg: 2.13 2.11 2.65 3/95 14247
/proc/meminfo: memFree=1387264/2055920 swapFree=4192812/4192956
[pid=14225] ppid=14223 vsize=16868 CPUtime=0.32
/proc/14225/stat : 14225 (sugar) S 14223 14225 11998 0 -1 4194304 1310 4369 0 1 6 2 21 3 16 0 1 0 19851556 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14225/statm: 4217 1111 409 3 0 796 0
[pid=14238] ppid=14225 vsize=5356 CPUtime=0
/proc/14238/stat : 14238 (sh) S 14225 14225 11998 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19851615 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14238/statm: 1339 233 193 169 0 50 0
[pid=14239] ppid=14238 vsize=868560 CPUtime=11.97
/proc/14239/stat : 14239 (java) S 14238 14225 11998 0 -1 0 53974 0 1 0 1166 31 0 0 18 0 9 0 19851616 889405440 42523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14239/statm: 217140 42523 2568 9 0 211645 0
[pid=14239/tid=14240] ppid=14238 vsize=868560 CPUtime=7.32
/proc/14239/task/14240/stat : 14240 (java) R 14238 14225 11998 0 -1 64 4781 0 1 0 727 5 0 0 25 0 9 0 19851617 889405440 42523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14241] ppid=14238 vsize=868560 CPUtime=4.4
/proc/14239/task/14241/stat : 14241 (java) R 14238 14225 11998 0 -1 64 46981 0 0 0 416 24 0 0 15 0 9 0 19851618 889405440 42523 996147200 134512640 134550932 4294955936 18446744073709551615 102500650 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14242] ppid=14238 vsize=868560 CPUtime=0
/proc/14239/task/14242/stat : 14242 (java) S 14238 14225 11998 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19851618 889405440 42523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14243] ppid=14238 vsize=868560 CPUtime=0
/proc/14239/task/14243/stat : 14243 (java) S 14238 14225 11998 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19851618 889405440 42523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14244] ppid=14238 vsize=868560 CPUtime=0
/proc/14239/task/14244/stat : 14244 (java) S 14238 14225 11998 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19851620 889405440 42523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14245] ppid=14238 vsize=868560 CPUtime=0.22
/proc/14239/task/14245/stat : 14245 (java) S 14238 14225 11998 0 -1 64 1514 0 0 0 22 0 0 0 16 0 9 0 19851620 889405440 42523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14246] ppid=14238 vsize=868560 CPUtime=0
/proc/14239/task/14246/stat : 14246 (java) S 14238 14225 11998 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19851620 889405440 42523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14247] ppid=14238 vsize=868560 CPUtime=0
/proc/14239/task/14247/stat : 14247 (java) S 14238 14225 11998 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19851620 889405440 42523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 890784

[startup+25.5077 s]
/proc/loadavg: 2.10 2.10 2.64 3/95 14247
/proc/meminfo: memFree=1373504/2055920 swapFree=4192812/4192956
[pid=14225] ppid=14223 vsize=16868 CPUtime=0.32
/proc/14225/stat : 14225 (sugar) S 14223 14225 11998 0 -1 4194304 1310 4369 0 1 6 2 21 3 15 0 1 0 19851556 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14225/statm: 4217 1111 409 3 0 796 0
[pid=14238] ppid=14225 vsize=5356 CPUtime=0
/proc/14238/stat : 14238 (sh) S 14225 14225 11998 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19851615 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14238/statm: 1339 233 193 169 0 50 0
[pid=14239] ppid=14238 vsize=868672 CPUtime=23.73
/proc/14239/stat : 14239 (java) S 14238 14225 11998 0 -1 0 58781 0 1 0 2315 58 0 0 18 0 9 0 19851616 889520128 42600 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14239/statm: 217168 42600 2592 9 0 211645 0
[pid=14239/tid=14240] ppid=14238 vsize=868672 CPUtime=18.07
/proc/14239/task/14240/stat : 14240 (java) R 14238 14225 11998 0 -1 64 4882 0 1 0 1792 15 0 0 25 0 9 0 19851617 889520128 42600 996147200 134512640 134550932 4294955936 18446744073709551615 4126462541 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14241] ppid=14238 vsize=868672 CPUtime=5.18
/proc/14239/task/14241/stat : 14241 (java) S 14238 14225 11998 0 -1 64 51656 0 0 0 491 27 0 0 16 0 9 0 19851618 889520128 42600 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14242] ppid=14238 vsize=868672 CPUtime=0
/proc/14239/task/14242/stat : 14242 (java) S 14238 14225 11998 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19851618 889520128 42600 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14243] ppid=14238 vsize=868672 CPUtime=0
/proc/14239/task/14243/stat : 14243 (java) S 14238 14225 11998 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19851618 889520128 42600 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14239/tid=14244] ppid=14238 vsize=868672 CPUtime=0

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

/proc/meminfo: memFree=1662808/2055920 swapFree=4192812/4192956
[pid=14225] ppid=14223 vsize=16868 CPUtime=24.46
/proc/14225/stat : 14225 (sugar) S 14223 14225 11998 0 -1 4194304 1376 63459 0 2 6 2 2373 65 16 0 1 0 19851556 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14225/statm: 4217 1113 409 3 0 796 0
[pid=14248] ppid=14225 vsize=5356 CPUtime=0
/proc/14248/stat : 14248 (sh) S 14225 14225 11998 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19854149 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14248/statm: 1339 232 193 169 0 50 0
[pid=14249] ppid=14248 vsize=127152 CPUtime=1317.44
/proc/14249/stat : 14249 (minisat) R 14248 14225 11998 0 -1 4194304 31363 0 0 0 131671 73 0 0 25 0 1 0 19854150 130203648 31341 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/14249/statm: 31788 31341 76 150 0 31635 0
Current children cumulated CPU time (s) 1341.9
Current children cumulated vsize (KiB) 149376

[startup+1422.3 s]
/proc/loadavg: 2.01 2.04 2.15 3/87 14895
/proc/meminfo: memFree=1660184/2055920 swapFree=4192812/4192956
[pid=14225] ppid=14223 vsize=16868 CPUtime=24.46
/proc/14225/stat : 14225 (sugar) S 14223 14225 11998 0 -1 4194304 1376 63459 0 2 6 2 2373 65 16 0 1 0 19851556 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14225/statm: 4217 1113 409 3 0 796 0
[pid=14248] ppid=14225 vsize=5356 CPUtime=0
/proc/14248/stat : 14248 (sh) S 14225 14225 11998 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19854149 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14248/statm: 1339 232 193 169 0 50 0
[pid=14249] ppid=14248 vsize=129660 CPUtime=1377.13
/proc/14249/stat : 14249 (minisat) R 14248 14225 11998 0 -1 4194304 31994 0 0 0 137640 73 0 0 25 0 1 0 19854150 132771840 31972 996147200 134512640 135127466 4294956256 18446744073709551615 134522617 0 0 4096 3 0 0 0 17 1 0 0
/proc/14249/statm: 32415 31972 76 150 0 32262 0
Current children cumulated CPU time (s) 1401.59
Current children cumulated vsize (KiB) 151884

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.14 3/87 14895
/proc/meminfo: memFree=1601176/2055920 swapFree=4192812/4192956
[pid=14225] ppid=14223 vsize=16868 CPUtime=24.46
/proc/14225/stat : 14225 (sugar) S 14223 14225 11998 0 -1 4194304 1376 63459 0 2 6 2 2373 65 16 0 1 0 19851556 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14225/statm: 4217 1113 409 3 0 796 0
[pid=14248] ppid=14225 vsize=5356 CPUtime=0
/proc/14248/stat : 14248 (sh) S 14225 14225 11998 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19854149 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14248/statm: 1339 232 193 169 0 50 0
[pid=14249] ppid=14248 vsize=132564 CPUtime=1436.8
/proc/14249/stat : 14249 (minisat) R 14248 14225 11998 0 -1 4194304 32709 0 0 0 143606 74 0 0 25 0 1 0 19854150 135745536 32687 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14249/statm: 33141 32687 76 150 0 32988 0
Current children cumulated CPU time (s) 1461.26
Current children cumulated vsize (KiB) 154788

[startup+1542.31 s]
/proc/loadavg: 2.00 2.02 2.13 3/87 14895
/proc/meminfo: memFree=1598680/2055920 swapFree=4192812/4192956
[pid=14225] ppid=14223 vsize=16868 CPUtime=24.46
/proc/14225/stat : 14225 (sugar) S 14223 14225 11998 0 -1 4194304 1376 63459 0 2 6 2 2373 65 16 0 1 0 19851556 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14225/statm: 4217 1113 409 3 0 796 0
[pid=14248] ppid=14225 vsize=5356 CPUtime=0
/proc/14248/stat : 14248 (sh) S 14225 14225 11998 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19854149 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14248/statm: 1339 232 193 169 0 50 0
[pid=14249] ppid=14248 vsize=134940 CPUtime=1496.51
/proc/14249/stat : 14249 (minisat) R 14248 14225 11998 0 -1 4194304 33319 0 0 0 149576 75 0 0 25 0 1 0 19854150 138178560 33297 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/14249/statm: 33735 33297 76 150 0 33582 0
Current children cumulated CPU time (s) 1520.97
Current children cumulated vsize (KiB) 157164

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.12 4/87 14895
/proc/meminfo: memFree=1595480/2055920 swapFree=4192812/4192956
[pid=14225] ppid=14223 vsize=16868 CPUtime=24.46
/proc/14225/stat : 14225 (sugar) S 14223 14225 11998 0 -1 4194304 1376 63459 0 2 6 2 2373 65 16 0 1 0 19851556 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14225/statm: 4217 1113 409 3 0 796 0
[pid=14248] ppid=14225 vsize=5356 CPUtime=0
/proc/14248/stat : 14248 (sh) S 14225 14225 11998 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19854149 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14248/statm: 1339 232 193 169 0 50 0
[pid=14249] ppid=14248 vsize=137976 CPUtime=1556.21
/proc/14249/stat : 14249 (minisat) R 14248 14225 11998 0 -1 4194304 34093 0 0 0 155545 76 0 0 25 0 1 0 19854150 141287424 34071 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/14249/statm: 34494 34071 76 150 0 34341 0
Current children cumulated CPU time (s) 1580.67
Current children cumulated vsize (KiB) 160200

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.10 3/87 14895
/proc/meminfo: memFree=1592856/2055920 swapFree=4192812/4192956
[pid=14225] ppid=14223 vsize=16868 CPUtime=24.46
/proc/14225/stat : 14225 (sugar) S 14223 14225 11998 0 -1 4194304 1376 63459 0 2 6 2 2373 65 16 0 1 0 19851556 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14225/statm: 4217 1113 409 3 0 796 0
[pid=14248] ppid=14225 vsize=5356 CPUtime=0
/proc/14248/stat : 14248 (sh) S 14225 14225 11998 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19854149 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14248/statm: 1339 232 193 169 0 50 0
[pid=14249] ppid=14248 vsize=140484 CPUtime=1615.9
/proc/14249/stat : 14249 (minisat) R 14248 14225 11998 0 -1 4194304 34741 0 0 0 161513 77 0 0 25 0 1 0 19854150 143855616 34719 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/14249/statm: 35121 34719 76 150 0 34968 0
Current children cumulated CPU time (s) 1640.36
Current children cumulated vsize (KiB) 162708

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.09 3/87 14895
/proc/meminfo: memFree=1590424/2055920 swapFree=4192812/4192956
[pid=14225] ppid=14223 vsize=16868 CPUtime=24.46
/proc/14225/stat : 14225 (sugar) S 14223 14225 11998 0 -1 4194304 1376 63459 0 2 6 2 2373 65 16 0 1 0 19851556 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14225/statm: 4217 1113 409 3 0 796 0
[pid=14248] ppid=14225 vsize=5356 CPUtime=0
/proc/14248/stat : 14248 (sh) S 14225 14225 11998 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19854149 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14248/statm: 1339 232 193 169 0 50 0
[pid=14249] ppid=14248 vsize=142992 CPUtime=1675.61
/proc/14249/stat : 14249 (minisat) R 14248 14225 11998 0 -1 4194304 35352 0 0 0 167483 78 0 0 25 0 1 0 19854150 146423808 35330 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/14249/statm: 35748 35330 76 150 0 35595 0
Current children cumulated CPU time (s) 1700.07
Current children cumulated vsize (KiB) 165216

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/87 14895
/proc/meminfo: memFree=1587928/2055920 swapFree=4192812/4192956
[pid=14225] ppid=14223 vsize=16868 CPUtime=24.46
/proc/14225/stat : 14225 (sugar) S 14223 14225 11998 0 -1 4194304 1376 63459 0 2 6 2 2373 65 16 0 1 0 19851556 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14225/statm: 4217 1113 409 3 0 796 0
[pid=14248] ppid=14225 vsize=5356 CPUtime=0
/proc/14248/stat : 14248 (sh) S 14225 14225 11998 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19854149 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14248/statm: 1339 232 193 169 0 50 0
[pid=14249] ppid=14248 vsize=145368 CPUtime=1735.3
/proc/14249/stat : 14249 (minisat) R 14248 14225 11998 0 -1 4194304 35950 0 0 0 173452 78 0 0 25 0 1 0 19854150 148856832 35928 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/14249/statm: 36342 35928 76 150 0 36189 0
Current children cumulated CPU time (s) 1759.76
Current children cumulated vsize (KiB) 167592



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1822.81 s]
/proc/loadavg: 2.00 2.00 2.08 3/87 14895
/proc/meminfo: memFree=1585496/2055920 swapFree=4192812/4192956
[pid=14225] ppid=14223 vsize=16868 CPUtime=24.46
/proc/14225/stat : 14225 (sugar) S 14223 14225 11998 0 -1 4194304 1376 63459 0 2 6 2 2373 65 16 0 1 0 19851556 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14225/statm: 4217 1113 409 3 0 796 0
[pid=14248] ppid=14225 vsize=5356 CPUtime=0
/proc/14248/stat : 14248 (sh) S 14225 14225 11998 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19854149 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14248/statm: 1339 232 193 169 0 50 0
[pid=14249] ppid=14248 vsize=147744 CPUtime=1775.6
/proc/14249/stat : 14249 (minisat) R 14248 14225 11998 0 -1 4194304 36549 0 0 0 177481 79 0 0 25 0 1 0 19854150 151289856 36527 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/14249/statm: 36936 36527 76 150 0 36783 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 169968

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

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

[startup+1822.81 s]
/proc/loadavg: 2.00 2.00 2.08 3/87 14895
/proc/meminfo: memFree=1585496/2055920 swapFree=4192812/4192956
[pid=14225] ppid=14223 vsize=16868 CPUtime=24.46
/proc/14225/stat : 14225 (sugar) S 14223 14225 11998 0 -1 4194304 1376 63459 0 2 6 2 2373 65 16 0 1 0 19851556 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14225/statm: 4217 1113 409 3 0 796 0
[pid=14248] ppid=14225 vsize=5356 CPUtime=0
/proc/14248/stat : 14248 (sh) S 14225 14225 11998 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19854149 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14248/statm: 1339 232 193 169 0 50 0
[pid=14249] ppid=14248 vsize=147744 CPUtime=1775.6
/proc/14249/stat : 14249 (minisat) R 14248 14225 11998 0 -1 4194304 36549 0 0 0 177481 79 0 0 25 0 1 0 19854150 151289856 36527 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/14249/statm: 36936 36527 76 150 0 36783 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 169968

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14225 and gives
#  childrusage.ru_utime.tv_sec=23
#  childrusage.ru_utime.tv_usec=803381
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=684895
# CPU time returned by wait4() is 24.4883
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1822.85
CPU time (s): 1800.06
CPU user time (s): 1798.6
CPU system time (s): 1.46
CPU usage (%): 98.75
Max. virtual memory (cumulated for all children) (KiB): 905600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.8034
system time used= 0.684895
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65218
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= 5061
involuntary context switches= 5204

runsolver used 2.36264 second user time and 6.67698 second system time

The end

Launcher Data

Begin job on node28 at 2009-07-11 17:57:29
IDJOB=2061886
IDBENCH=53849
IDSOLVER=739
FILE ID=node28/2061886-1247327849
PBS_JOBID= 9506572
Free space on /tmp= 66096 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/cjss/normalized-la03x2-593.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-2061886-1247327849/watcher-2061886-1247327849 -o /tmp/evaluation-result-2061886-1247327849/solver-2061886-1247327849 -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-2061886-1247327849.xml

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

MD5SUM BENCH= cceb8e8456edde50ed6b81465ff2edd2
RANDOM SEED=868761845

node28.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.230
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.230
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:       1552504 kB
Buffers:          4904 kB
Cached:          54732 kB
SwapCached:          0 kB
Active:         433992 kB
Inactive:        19656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1552504 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1312 kB
Writeback:           0 kB
Mapped:         406204 kB
Slab:            34148 kB
Committed_AS:   839332 kB
PageTables:       2544 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66096 MiB
End job on node28 at 2009-07-11 18:27:54