Trace number 2080267

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

General information on the benchmark

Namecsp/js-taillard-20-15/
normalized-js-taillard-20-15-100-0.xml
MD5SUM3316fb6d9502bdc5e45b3fbdaa4097b4
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1375
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3130
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 05:31:18 2009
0.00/0.08	c 0	PID 25207
0.07/0.08	c 0	HOST node38.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2080267-1247369478.xml TO HOME/temp.csp
0.07/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-2080267-1247369478.xml' 'HOME/temp.csp'
0.07/0.91	c 1	300 domains, 300 variables, 2 predicates, 0 relations, 3130 constraints
0.07/0.92	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.92	c 1	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.07/1.00	c 1	Parsing HOME/temp.csp
1.15/1.25	c 1	parsed 3732 expressions
1.15/1.26	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.15/1.26	c 1	Converting to clausal form CSP
1.15/1.28	c 1	converted 374 (10%) expressions
1.24/1.35	c 2	converted 747 (20%) expressions
1.34/1.48	c 2	converted 1120 (30%) expressions
1.44/1.52	c 2	converted 1493 (40%) expressions
1.44/1.54	c 2	converted 1866 (50%) expressions
1.44/1.55	c 2	converted 2240 (60%) expressions
1.44/1.56	c 2	converted 2613 (70%) expressions
1.44/1.58	c 2	converted 2986 (80%) expressions
1.44/1.59	c 2	converted 3359 (90%) expressions
1.54/1.60	c 2	converted 3732 (100%) expressions
1.54/1.60	c 2	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 1353
1.54/1.60	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.54/1.60	c 2	Propagation in CSP
1.64/1.73	c 2	89026 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.64/1.73	c 2	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 928
1.64/1.73	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.64/1.74	c 2	Simplifing CSP by introducing new Boolean variables
1.74/1.82	c 2	CSP : 300 integers, 5700 booleans, 8830 clauses, largest domain size 928
1.74/1.82	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.74/1.86	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.84/1.92	c 2	30 (10%) CSP integer variables are encoded (22275 clauses, 312011 bytes)
1.84/1.95	c 2	60 (20%) CSP integer variables are encoded (44655 clauses, 647711 bytes)
1.84/1.98	c 2	90 (30%) CSP integer variables are encoded (66825 clauses, 980261 bytes)
1.94/2.00	c 2	120 (40%) CSP integer variables are encoded (84900 clauses, 1251386 bytes)
1.94/2.02	c 2	150 (50%) CSP integer variables are encoded (100440 clauses, 1485667 bytes)
1.94/2.05	c 2	180 (60%) CSP integer variables are encoded (116190 clauses, 1753417 bytes)
1.94/2.08	c 2	210 (70%) CSP integer variables are encoded (134655 clauses, 2067322 bytes)
2.04/2.12	c 2	240 (80%) CSP integer variables are encoded (156900 clauses, 2445487 bytes)
2.04/2.15	c 2	270 (90%) CSP integer variables are encoded (174600 clauses, 2746387 bytes)
2.04/2.19	c 2	300 (100%) CSP integer variables are encoded (195795 clauses, 3106702 bytes)
2.63/2.74	c 3	883 (10%) CSP clauses are encoded (453812 clauses, 8795940 bytes)
3.22/3.37	c 4	1766 (20%) CSP clauses are encoded (752822 clauses, 15725449 bytes)
3.81/3.94	c 4	2649 (30%) CSP clauses are encoded (1037694 clauses, 22337853 bytes)
4.31/4.47	c 5	3532 (40%) CSP clauses are encoded (1300569 clauses, 28440742 bytes)
4.90/5.01	c 5	4415 (50%) CSP clauses are encoded (1576691 clauses, 34860182 bytes)
5.29/5.45	c 6	5298 (60%) CSP clauses are encoded (1788813 clauses, 39794152 bytes)
5.69/5.80	c 6	6181 (70%) CSP clauses are encoded (1966469 clauses, 43928623 bytes)
6.09/6.24	c 6	7064 (80%) CSP clauses are encoded (2192203 clauses, 49304267 bytes)
6.58/6.70	c 7	7947 (90%) CSP clauses are encoded (2414730 clauses, 54684845 bytes)
7.08/7.23	c 7	8830 (100%) CSP clauses are encoded (2693827 clauses, 61178897 bytes)
7.08/7.23	c 7	8830 CSP clauses encoded
7.08/7.23	c 7	Writing map file : HOME/temp.map
7.08/7.24	c 7	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
7.08/7.24	c 7	SAT : 201795 SAT variables, 2693827 SAT clauses, 61178897 bytes
7.08/7.24	c 7	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
7.08/7.28	c 7	SOLVING HOME/temp.cnf
7.08/7.28	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.08/7.29	c 7	This is MiniSat 2.0 beta
7.08/7.29	c 7	WARNING: for repeatability, setting FPU to use double precision
7.08/7.29	c 7	============================[ Problem Statistics ]=============================
7.08/7.29	c 7	|                                                                             |
7.08/7.29	c 8	|  Number of variables:  201795                                               |
7.08/7.29	c 8	|  Number of clauses:    2693827                                              |
8.61/8.89	c 9	|  Parsing time:         1.39         s                                       |
8.71/8.97	c 9	============================[ Search Statistics ]==============================
8.71/8.97	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.71/8.97	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.71/8.97	c 9	===============================================================================
8.71/8.97	c 9	|         0 |  201453  2693485  7692925 |   897828        0    nan |  0.000 % |
10.09/10.34	c 11	|       102 |  201453  2693485  7692925 |   987611      102     20 |  0.169 % |
11.48/11.76	c 12	|       254 |  201453  2693485  7692925 |  1086372      254     20 |  0.169 % |
13.46/13.76	c 14	|       479 |  201453  2693485  7692925 |  1195009      479     17 |  0.169 % |
17.22/17.60	c 18	|       817 |  201453  2693485  7692925 |  1314510      817     17 |  0.170 % |
22.37/22.71	c 23	|      1323 |  201453  2693485  7692925 |  1445961     1323     20 |  0.169 % |
32.08/32.54	c 33	|      2084 |  201453  2693485  7692925 |  1590557     2084     22 |  0.170 % |
47.82/48.48	c 49	|      3223 |  201453  2693485  7692925 |  1749613     3223     24 |  0.169 % |
67.23/68.08	c 68	|      4932 |  201453  2693485  7692925 |  1924574     4932     25 |  0.169 % |
100.42/101.51	c 102	|      7494 |  201453  2693485  7692925 |  2117032     7494     26 |  0.169 % |
140.24/141.77	c 142	|     11338 |  201453  2693485  7692925 |  2328735    11338     24 |  0.169 % |
202.72/204.72	c 205	|     17104 |  201453  2693485  7692925 |  2561609    17104     23 |  0.169 % |
286.67/288.73	c 289	|     25753 |  201453  2693485  7692925 |  2817769    25753     30 |  0.169 % |
448.60/451.92	c 452	|     38728 |  201453  2693485  7692925 |  3099546    38728     29 |  0.169 % |
696.76/702.43	c 703	|     58189 |  201453  2693485  7692925 |  3409501    58189     28 |  0.169 % |
1090.13/1099.57	c 1100	|     87381 |  201453  2693485  7692925 |  3750451    87381     34 |  0.170 % |
1684.89/1699.95	c 1700	|    131170 |  201453  2693485  7692925 |  4125496   131170     35 |  0.169 % |
1800.08/1816.21	c ERROR INTERRUPTED
1800.08/1816.24	s UNKNOWN
1800.08/1816.24	c 1816	CPU 7.14 (0.06 0.01 6.5 0.57)
1800.08/1816.24	c 1816	END Sun Jul 12 06:01:34 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-2080267-1247369478/watcher-2080267-1247369478 -o /tmp/evaluation-result-2080267-1247369478/solver-2080267-1247369478 -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-2080267-1247369478.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.79 2.61 2.29 4/82 25207
/proc/meminfo: memFree=1292368/2055920 swapFree=4192812/4192956
[pid=25207] ppid=25205 vsize=12268 CPUtime=0
/proc/25207/stat : 25207 (sugar) R 25205 25207 20197 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 24011895 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 266890607205 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/25207/statm: 3067 316 241 3 0 167 0

[startup+0.0829009 s]
/proc/loadavg: 2.79 2.61 2.29 4/82 25207
/proc/meminfo: memFree=1292368/2055920 swapFree=4192812/4192956
[pid=25207] ppid=25205 vsize=16740 CPUtime=0.07
/proc/25207/stat : 25207 (sugar) S 25205 25207 20197 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 24011895 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25207/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.10697 s]
/proc/loadavg: 2.79 2.61 2.29 4/82 25207
/proc/meminfo: memFree=1292368/2055920 swapFree=4192812/4192956
[pid=25207] ppid=25205 vsize=16868 CPUtime=0.07
/proc/25207/stat : 25207 (sugar) S 25205 25207 20197 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24011895 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25207/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302986 s]
/proc/loadavg: 2.79 2.61 2.29 4/82 25207
/proc/meminfo: memFree=1292368/2055920 swapFree=4192812/4192956
[pid=25207] ppid=25205 vsize=16868 CPUtime=0.07
/proc/25207/stat : 25207 (sugar) S 25205 25207 20197 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24011895 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25207/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702037 s]
/proc/loadavg: 2.79 2.61 2.29 4/82 25207
/proc/meminfo: memFree=1292368/2055920 swapFree=4192812/4192956
[pid=25207] ppid=25205 vsize=16868 CPUtime=0.07
/proc/25207/stat : 25207 (sugar) S 25205 25207 20197 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24011895 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25207/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50113 s]
/proc/loadavg: 2.79 2.61 2.29 5/93 25229
/proc/meminfo: memFree=1284920/2055920 swapFree=4192812/4192956
[pid=25207] ppid=25205 vsize=16868 CPUtime=0.89
/proc/25207/stat : 25207 (sugar) S 25205 25207 20197 0 -1 4194304 1309 6842 0 1 6 1 78 4 15 0 1 0 24011895 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25207/statm: 4217 1111 409 3 0 796 0
[pid=25220] ppid=25207 vsize=5356 CPUtime=0
/proc/25220/stat : 25220 (sh) S 25207 25207 20197 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24011988 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25220/statm: 1339 233 193 169 0 50 0
[pid=25221] ppid=25220 vsize=868516 CPUtime=0.55
/proc/25221/stat : 25221 (java) S 25220 25207 20197 0 -1 0 5379 0 1 0 52 3 0 0 18 0 9 0 24011988 889360384 4816 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25221/statm: 217129 4816 1743 9 0 211634 0
[pid=25221/tid=25222] ppid=25220 vsize=868516 CPUtime=0.38
/proc/25221/task/25222/stat : 25222 (java) R 25220 25207 20197 0 -1 64 2659 0 1 0 37 1 0 0 20 0 9 0 24011989 889360384 4816 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25223] ppid=25220 vsize=868516 CPUtime=0.02
/proc/25221/task/25223/stat : 25223 (java) R 25220 25207 20197 0 -1 64 565 0 0 0 2 0 0 0 16 0 9 0 24011990 889360384 4816 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25224] ppid=25220 vsize=868516 CPUtime=0
/proc/25221/task/25224/stat : 25224 (java) S 25220 25207 20197 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24011990 889360384 4816 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25225] ppid=25220 vsize=868516 CPUtime=0
/proc/25221/task/25225/stat : 25225 (java) S 25220 25207 20197 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24011990 889360384 4816 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25226] ppid=25220 vsize=868516 CPUtime=0
/proc/25221/task/25226/stat : 25226 (java) S 25220 25207 20197 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24011992 889360384 4816 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25227] ppid=25220 vsize=868516 CPUtime=0.14
/proc/25221/task/25227/stat : 25227 (java) S 25220 25207 20197 0 -1 64 1461 0 0 0 13 1 0 0 16 0 9 0 24011992 889360384 4816 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25228] ppid=25220 vsize=868516 CPUtime=0
/proc/25221/task/25228/stat : 25228 (java) S 25220 25207 20197 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24011992 889360384 4816 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25229] ppid=25220 vsize=868516 CPUtime=0
/proc/25221/task/25229/stat : 25229 (java) S 25220 25207 20197 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24011992 889360384 4816 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 890740

[startup+3.1023 s]
/proc/loadavg: 2.79 2.61 2.29 3/93 25229
/proc/meminfo: memFree=1270264/2055920 swapFree=4192812/4192956
[pid=25207] ppid=25205 vsize=16868 CPUtime=0.89
/proc/25207/stat : 25207 (sugar) S 25205 25207 20197 0 -1 4194304 1310 6842 0 1 6 1 78 4 15 0 1 0 24011895 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25207/statm: 4217 1111 409 3 0 796 0
[pid=25220] ppid=25207 vsize=5356 CPUtime=0
/proc/25220/stat : 25220 (sh) S 25207 25207 20197 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24011988 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25220/statm: 1339 233 193 169 0 50 0
[pid=25221] ppid=25220 vsize=868716 CPUtime=2.13
/proc/25221/stat : 25221 (java) S 25220 25207 20197 0 -1 0 7764 0 1 0 200 13 0 0 18 0 9 0 24011988 889565184 6643 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25221/statm: 217179 6643 2590 9 0 211656 0
[pid=25221/tid=25222] ppid=25220 vsize=868716 CPUtime=1.68
/proc/25221/task/25222/stat : 25222 (java) R 25220 25207 20197 0 -1 64 3089 0 1 0 160 8 0 0 25 0 9 0 24011989 889565184 6643 996147200 134512640 134550932 4294955936 18446744073709551615 102342015 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25223] ppid=25220 vsize=868716 CPUtime=0.22
/proc/25221/task/25223/stat : 25223 (java) S 25220 25207 20197 0 -1 64 2476 0 0 0 20 2 0 0 16 0 9 0 24011990 889565184 6643 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25224] ppid=25220 vsize=868716 CPUtime=0
/proc/25221/task/25224/stat : 25224 (java) S 25220 25207 20197 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24011990 889565184 6643 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25225] ppid=25220 vsize=868716 CPUtime=0
/proc/25221/task/25225/stat : 25225 (java) S 25220 25207 20197 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24011990 889565184 6643 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25226] ppid=25220 vsize=868716 CPUtime=0
/proc/25221/task/25226/stat : 25226 (java) S 25220 25207 20197 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24011992 889565184 6643 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25227] ppid=25220 vsize=868716 CPUtime=0.2
/proc/25221/task/25227/stat : 25227 (java) S 25220 25207 20197 0 -1 64 1500 0 0 0 19 1 0 0 16 0 9 0 24011992 889565184 6643 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25228] ppid=25220 vsize=868716 CPUtime=0
/proc/25221/task/25228/stat : 25228 (java) S 25220 25207 20197 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24011992 889565184 6643 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25229] ppid=25220 vsize=868716 CPUtime=0
/proc/25221/task/25229/stat : 25229 (java) S 25220 25207 20197 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24011992 889565184 6643 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 890940

[startup+6.30266 s]
/proc/loadavg: 2.72 2.60 2.29 3/93 25229
/proc/meminfo: memFree=1232952/2055920 swapFree=4192812/4192956
[pid=25207] ppid=25205 vsize=16868 CPUtime=0.89
/proc/25207/stat : 25207 (sugar) S 25205 25207 20197 0 -1 4194304 1310 6842 0 1 6 1 78 4 15 0 1 0 24011895 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25207/statm: 4217 1111 409 3 0 796 0
[pid=25220] ppid=25207 vsize=5356 CPUtime=0
/proc/25220/stat : 25220 (sh) S 25207 25207 20197 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24011988 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25220/statm: 1339 233 193 169 0 50 0
[pid=25221] ppid=25220 vsize=868716 CPUtime=5.3
/proc/25221/stat : 25221 (java) S 25220 25207 20197 0 -1 0 8738 0 1 0 487 43 0 0 18 0 9 0 24011988 889565184 6646 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25221/statm: 217179 6646 2590 9 0 211656 0
[pid=25221/tid=25222] ppid=25220 vsize=868716 CPUtime=4.58
/proc/25221/task/25222/stat : 25222 (java) R 25220 25207 20197 0 -1 64 4060 0 1 0 427 31 0 0 25 0 9 0 24011989 889565184 6646 996147200 134512640 134550932 4294955936 18446744073709551615 102094106 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25223] ppid=25220 vsize=868716 CPUtime=0.48
/proc/25221/task/25223/stat : 25223 (java) S 25220 25207 20197 0 -1 64 2476 0 0 0 39 9 0 0 16 0 9 0 24011990 889565184 6646 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25224] ppid=25220 vsize=868716 CPUtime=0
/proc/25221/task/25224/stat : 25224 (java) S 25220 25207 20197 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24011990 889565184 6646 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25225] ppid=25220 vsize=868716 CPUtime=0
/proc/25221/task/25225/stat : 25225 (java) S 25220 25207 20197 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24011990 889565184 6646 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25226] ppid=25220 vsize=868716 CPUtime=0
/proc/25221/task/25226/stat : 25226 (java) S 25220 25207 20197 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24011992 889565184 6646 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25227] ppid=25220 vsize=868716 CPUtime=0.2
/proc/25221/task/25227/stat : 25227 (java) S 25220 25207 20197 0 -1 64 1503 0 0 0 19 1 0 0 16 0 9 0 24011992 889565184 6646 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25228] ppid=25220 vsize=868716 CPUtime=0
/proc/25221/task/25228/stat : 25228 (java) S 25220 25207 20197 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24011992 889565184 6646 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25221/tid=25229] ppid=25220 vsize=868716 CPUtime=0
/proc/25221/task/25229/stat : 25229 (java) S 25220 25207 20197 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24011992 889565184 6646 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 890940

[startup+12.7014 s]
/proc/loadavg: 2.83 2.62 2.30 3/85 25231
/proc/meminfo: memFree=1102264/2055920 swapFree=4192812/4192956
[pid=25207] ppid=25205 vsize=16868 CPUtime=7.14
/proc/25207/stat : 25207 (sugar) S 25205 25207 20197 0 -1 4194304 1376 16177 0 2 6 1 650 57 16 0 1 0 24011895 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25207/statm: 4217 1113 409 3 0 796 0
[pid=25230] ppid=25207 vsize=5356 CPUtime=0
/proc/25230/stat : 25230 (sh) S 25207 25207 20197 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24012624 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25230/statm: 1339 232 193 169 0 50 0
[pid=25231] ppid=25230 vsize=130720 CPUtime=5.33
/proc/25231/stat : 25231 (minisat) R 25230 25207 20197 0 -1 4194304 31549 0 0 0 513 20 0 0 25 0 1 0 24012624 133857280 31535 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/25231/statm: 32680 31535 75 150 0 32527 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 152944

[startup+25.5028 s]
/proc/loadavg: 2.71 2.61 2.29 4/85 25231
/proc/meminfo: memFree=1100856/2055920 swapFree=4192812/4192956
[pid=25207] ppid=25205 vsize=16868 CPUtime=7.14
/proc/25207/stat : 25207 (sugar) S 25205 25207 20197 0 -1 4194304 1376 16177 0 2 6 1 650 57 16 0 1 0 24011895 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25207/statm: 4217 1113 409 3 0 796 0
[pid=25230] ppid=25207 vsize=5356 CPUtime=0
/proc/25230/stat : 25230 (sh) S 25207 25207 20197 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24012624 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25230/statm: 1339 232 193 169 0 50 0
[pid=25231] ppid=25230 vsize=132176 CPUtime=18
/proc/25231/stat : 25231 (minisat) R 25230 25207 20197 0 -1 4194304 31871 0 0 0 1780 20 0 0 25 0 1 0 24012624 135348224 31857 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25231/statm: 33044 31857 75 150 0 32891 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 154400

[startup+51.1027 s]
/proc/loadavg: 2.53 2.57 2.29 3/85 25231
/proc/meminfo: memFree=1100536/2055920 swapFree=4192812/4192956
[pid=25207] ppid=25205 vsize=16868 CPUtime=7.14
/proc/25207/stat : 25207 (sugar) S 25205 25207 20197 0 -1 4194304 1376 16177 0 2 6 1 650 57 16 0 1 0 24011895 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25207/statm: 4217 1113 409 3 0 796 0
[pid=25230] ppid=25207 vsize=5356 CPUtime=0
/proc/25230/stat : 25230 (sh) S 25207 25207 20197 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24012624 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25230/statm: 1339 232 193 169 0 50 0
[pid=25231] ppid=25230 vsize=132704 CPUtime=43.36
/proc/25231/stat : 25231 (minisat) R 25230 25207 20197 0 -1 4194304 32002 0 0 0 4316 20 0 0 25 0 1 0 24012624 135888896 31988 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25231/statm: 33176 31988 75 150 0 33023 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 154928

[startup+102.307 s]
/proc/loadavg: 2.28 2.50 2.28 3/85 25231
/proc/meminfo: memFree=1099896/2055920 swapFree=4192812/4192956
[pid=25207] ppid=25205 vsize=16868 CPUtime=7.14
/proc/25207/stat : 25207 (sugar) S 25205 25207 20197 0 -1 4194304 1376 16177 0 2 6 1 650 57 16 0 1 0 24011895 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25207/statm: 4217 1113 409 3 0 796 0
[pid=25230] ppid=25207 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1518536/2055920 swapFree=4192812/4192956
[pid=25207] ppid=25205 vsize=16868 CPUtime=7.14
/proc/25207/stat : 25207 (sugar) S 25205 25207 20197 0 -1 4194304 1376 16177 0 2 6 1 650 57 16 0 1 0 24011895 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25207/statm: 4217 1113 409 3 0 796 0
[pid=25230] ppid=25207 vsize=5356 CPUtime=0
/proc/25230/stat : 25230 (sh) S 25207 25207 20197 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24012624 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25230/statm: 1339 232 193 169 0 50 0
[pid=25231] ppid=25230 vsize=149960 CPUtime=1283.89
/proc/25231/stat : 25231 (minisat) R 25230 25207 20197 0 -1 4194304 36298 0 0 0 128359 30 0 0 25 0 1 0 24012624 153559040 36284 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/25231/statm: 37490 36284 75 150 0 37337 0
Current children cumulated CPU time (s) 1291.03
Current children cumulated vsize (KiB) 172184

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/75 25304
/proc/meminfo: memFree=1517640/2055920 swapFree=4192812/4192956
[pid=25207] ppid=25205 vsize=16868 CPUtime=7.14
/proc/25207/stat : 25207 (sugar) S 25205 25207 20197 0 -1 4194304 1376 16177 0 2 6 1 650 57 16 0 1 0 24011895 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25207/statm: 4217 1113 409 3 0 796 0
[pid=25230] ppid=25207 vsize=5356 CPUtime=0
/proc/25230/stat : 25230 (sh) S 25207 25207 20197 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24012624 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25230/statm: 1339 232 193 169 0 50 0
[pid=25231] ppid=25230 vsize=150752 CPUtime=1343.32
/proc/25231/stat : 25231 (minisat) R 25230 25207 20197 0 -1 4194304 36510 0 0 0 134302 30 0 0 25 0 1 0 24012624 154370048 36496 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/25231/statm: 37688 36496 75 150 0 37535 0
Current children cumulated CPU time (s) 1350.46
Current children cumulated vsize (KiB) 172976

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.05 3/75 25304
/proc/meminfo: memFree=1516680/2055920 swapFree=4192812/4192956
[pid=25207] ppid=25205 vsize=16868 CPUtime=7.14
/proc/25207/stat : 25207 (sugar) S 25205 25207 20197 0 -1 4194304 1376 16177 0 2 6 1 650 57 16 0 1 0 24011895 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25207/statm: 4217 1113 409 3 0 796 0
[pid=25230] ppid=25207 vsize=5356 CPUtime=0
/proc/25230/stat : 25230 (sh) S 25207 25207 20197 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24012624 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25230/statm: 1339 232 193 169 0 50 0
[pid=25231] ppid=25230 vsize=151676 CPUtime=1402.76
/proc/25231/stat : 25231 (minisat) R 25230 25207 20197 0 -1 4194304 36740 0 0 0 140245 31 0 0 25 0 1 0 24012624 155316224 36726 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25231/statm: 37919 36726 75 150 0 37766 0
Current children cumulated CPU time (s) 1409.9
Current children cumulated vsize (KiB) 173900

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/75 25304
/proc/meminfo: memFree=1515848/2055920 swapFree=4192812/4192956
[pid=25207] ppid=25205 vsize=16868 CPUtime=7.14
/proc/25207/stat : 25207 (sugar) S 25205 25207 20197 0 -1 4194304 1376 16177 0 2 6 1 650 57 16 0 1 0 24011895 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25207/statm: 4217 1113 409 3 0 796 0
[pid=25230] ppid=25207 vsize=5356 CPUtime=0
/proc/25230/stat : 25230 (sh) S 25207 25207 20197 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24012624 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25230/statm: 1339 232 193 169 0 50 0
[pid=25231] ppid=25230 vsize=152468 CPUtime=1462.2
/proc/25231/stat : 25231 (minisat) R 25230 25207 20197 0 -1 4194304 36942 0 0 0 146188 32 0 0 25 0 1 0 24012624 156127232 36928 996147200 134512640 135127466 4294956256 18446744073709551615 134528611 0 0 4096 3 0 0 0 17 1 0 0
/proc/25231/statm: 38117 36928 75 150 0 37964 0
Current children cumulated CPU time (s) 1469.34
Current children cumulated vsize (KiB) 174692

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/75 25304
/proc/meminfo: memFree=1514888/2055920 swapFree=4192812/4192956
[pid=25207] ppid=25205 vsize=16868 CPUtime=7.14
/proc/25207/stat : 25207 (sugar) S 25205 25207 20197 0 -1 4194304 1376 16177 0 2 6 1 650 57 16 0 1 0 24011895 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25207/statm: 4217 1113 409 3 0 796 0
[pid=25230] ppid=25207 vsize=5356 CPUtime=0
/proc/25230/stat : 25230 (sh) S 25207 25207 20197 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24012624 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25230/statm: 1339 232 193 169 0 50 0
[pid=25231] ppid=25230 vsize=153392 CPUtime=1521.63
/proc/25231/stat : 25231 (minisat) R 25230 25207 20197 0 -1 4194304 37169 0 0 0 152131 32 0 0 25 0 1 0 24012624 157073408 37155 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25231/statm: 38348 37155 75 150 0 38195 0
Current children cumulated CPU time (s) 1528.77
Current children cumulated vsize (KiB) 175616

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/75 25304
/proc/meminfo: memFree=1513864/2055920 swapFree=4192812/4192956
[pid=25207] ppid=25205 vsize=16868 CPUtime=7.14
/proc/25207/stat : 25207 (sugar) S 25205 25207 20197 0 -1 4194304 1376 16177 0 2 6 1 650 57 16 0 1 0 24011895 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25207/statm: 4217 1113 409 3 0 796 0
[pid=25230] ppid=25207 vsize=5356 CPUtime=0
/proc/25230/stat : 25230 (sh) S 25207 25207 20197 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24012624 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25230/statm: 1339 232 193 169 0 50 0
[pid=25231] ppid=25230 vsize=154316 CPUtime=1581.07
/proc/25231/stat : 25231 (minisat) R 25230 25207 20197 0 -1 4194304 37401 0 0 0 158074 33 0 0 25 0 1 0 24012624 158019584 37387 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/25231/statm: 38579 37387 75 150 0 38426 0
Current children cumulated CPU time (s) 1588.21
Current children cumulated vsize (KiB) 176540

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/75 25304
/proc/meminfo: memFree=1512904/2055920 swapFree=4192812/4192956
[pid=25207] ppid=25205 vsize=16868 CPUtime=7.14
/proc/25207/stat : 25207 (sugar) S 25205 25207 20197 0 -1 4194304 1376 16177 0 2 6 1 650 57 16 0 1 0 24011895 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25207/statm: 4217 1113 409 3 0 796 0
[pid=25230] ppid=25207 vsize=5356 CPUtime=0
/proc/25230/stat : 25230 (sh) S 25207 25207 20197 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24012624 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25230/statm: 1339 232 193 169 0 50 0
[pid=25231] ppid=25230 vsize=155240 CPUtime=1640.51
/proc/25231/stat : 25231 (minisat) R 25230 25207 20197 0 -1 4194304 37648 0 0 0 164017 34 0 0 25 0 1 0 24012624 158965760 37634 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25231/statm: 38810 37634 75 150 0 38657 0
Current children cumulated CPU time (s) 1647.65
Current children cumulated vsize (KiB) 177464

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/75 25304
/proc/meminfo: memFree=1511880/2055920 swapFree=4192812/4192956
[pid=25207] ppid=25205 vsize=16868 CPUtime=7.14
/proc/25207/stat : 25207 (sugar) S 25205 25207 20197 0 -1 4194304 1376 16177 0 2 6 1 650 57 16 0 1 0 24011895 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25207/statm: 4217 1113 409 3 0 796 0
[pid=25230] ppid=25207 vsize=5356 CPUtime=0
/proc/25230/stat : 25230 (sh) S 25207 25207 20197 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24012624 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25230/statm: 1339 232 193 169 0 50 0
[pid=25231] ppid=25230 vsize=156180 CPUtime=1699.94
/proc/25231/stat : 25231 (minisat) R 25230 25207 20197 0 -1 4194304 37881 0 0 0 169960 34 0 0 25 0 1 0 24012624 159928320 37867 996147200 134512640 135127466 4294956256 18446744073709551615 134528655 0 0 4096 3 0 0 0 17 1 0 0
/proc/25231/statm: 39045 37867 75 150 0 38892 0
Current children cumulated CPU time (s) 1707.08
Current children cumulated vsize (KiB) 178404

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/75 25304
/proc/meminfo: memFree=1511304/2055920 swapFree=4192812/4192956
[pid=25207] ppid=25205 vsize=16868 CPUtime=7.14
/proc/25207/stat : 25207 (sugar) S 25205 25207 20197 0 -1 4194304 1376 16177 0 2 6 1 650 57 16 0 1 0 24011895 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25207/statm: 4217 1113 409 3 0 796 0
[pid=25230] ppid=25207 vsize=5356 CPUtime=0
/proc/25230/stat : 25230 (sh) S 25207 25207 20197 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24012624 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25230/statm: 1339 232 193 169 0 50 0
[pid=25231] ppid=25230 vsize=156712 CPUtime=1759.38
/proc/25231/stat : 25231 (minisat) R 25230 25207 20197 0 -1 4194304 38022 0 0 0 175903 35 0 0 25 0 1 0 24012624 160473088 38008 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/25231/statm: 39178 38008 75 150 0 39025 0
Current children cumulated CPU time (s) 1766.52
Current children cumulated vsize (KiB) 178936



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.2 s]
/proc/loadavg: 2.00 2.00 2.01 3/75 25310
/proc/meminfo: memFree=1510920/2055920 swapFree=4192812/4192956
[pid=25207] ppid=25205 vsize=16868 CPUtime=7.14
/proc/25207/stat : 25207 (sugar) S 25205 25207 20197 0 -1 4194304 1376 16177 0 2 6 1 650 57 16 0 1 0 24011895 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25207/statm: 4217 1113 409 3 0 796 0
[pid=25230] ppid=25207 vsize=5356 CPUtime=0
/proc/25230/stat : 25230 (sh) S 25207 25207 20197 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24012624 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25230/statm: 1339 232 193 169 0 50 0
[pid=25231] ppid=25230 vsize=157376 CPUtime=1792.94
/proc/25231/stat : 25231 (minisat) R 25230 25207 20197 0 -1 4194304 38106 0 0 0 179259 35 0 0 25 0 1 0 24012624 161153024 38092 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/25231/statm: 39344 38092 75 150 0 39191 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 179600

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

Real time (s): 1816.27
CPU time (s): 1800.08
CPU user time (s): 1799.15
CPU system time (s): 0.93
CPU usage (%): 99.1088
Max. virtual memory (cumulated for all children) (KiB): 890940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.572
system time used= 0.622905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17936
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= 16105
involuntary context switches= 16254

runsolver used 2.14867 second user time and 6.12907 second system time

The end

Launcher Data

Begin job on node38 at 2009-07-12 05:31:18
IDJOB=2080267
IDBENCH=57047
IDSOLVER=739
FILE ID=node38/2080267-1247369478
PBS_JOBID= 9507010
Free space on /tmp= 66444 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/js-taillard-20-15/normalized-js-taillard-20-15-100-0.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-2080267-1247369478/watcher-2080267-1247369478 -o /tmp/evaluation-result-2080267-1247369478/solver-2080267-1247369478 -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-2080267-1247369478.xml

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

MD5SUM BENCH= 3316fb6d9502bdc5e45b3fbdaa4097b4
RANDOM SEED=290106415

node38.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.229
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.229
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:       1292848 kB
Buffers:         42284 kB
Cached:         187012 kB
SwapCached:          0 kB
Active:         585392 kB
Inactive:       102432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1292848 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1724 kB
Writeback:           0 kB
Mapped:         478968 kB
Slab:            59676 kB
Committed_AS:   651580 kB
PageTables:       2780 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66440 MiB
End job on node38 at 2009-07-12 06:01:36