Trace number 2084964

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.03 1802.23

General information on the benchmark

Namecsp/graphColoring/leighton/leighton-25/
normalized-lei450-25a-23.xml
MD5SUMdb98c53488e7b2aca62f1c75d3774cd9
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.295954
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints8260
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8260
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 08:36:28 2009
0.00/0.08	c 0	PID 26586
0.00/0.08	c 0	HOST node38.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2084964-1247380588.xml TO HOME/temp.csp
0.00/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-2084964-1247380588.xml' 'HOME/temp.csp'
0.06/1.01	c 1	1 domains, 450 variables, 1 predicates, 0 relations, 8260 constraints
0.06/1.06	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/1.06	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'
1.00/1.14	c 1	Parsing HOME/temp.csp
1.09/1.28	c 1	parsed 8712 expressions
1.09/1.29	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.09/1.29	c 1	Converting to clausal form CSP
1.29/1.49	c 1	converted 872 (10%) expressions
1.39/1.55	c 1	converted 1743 (20%) expressions
1.39/1.58	c 1	converted 2614 (30%) expressions
1.48/1.66	c 1	converted 3485 (40%) expressions
1.48/1.69	c 1	converted 4356 (50%) expressions
1.59/1.72	c 2	converted 5228 (60%) expressions
1.59/1.75	c 2	converted 6099 (70%) expressions
1.59/1.78	c 2	converted 6970 (80%) expressions
1.69/1.86	c 2	converted 7841 (90%) expressions
1.69/1.89	c 2	converted 8712 (100%) expressions
1.69/1.89	c 2	CSP : 450 integers, 0 booleans, 8260 clauses, largest domain size 23
1.69/1.89	c 2	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.69/1.89	c 2	Propagation in CSP
1.79/1.93	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.79/1.93	c 2	CSP : 450 integers, 0 booleans, 8260 clauses, largest domain size 23
1.79/1.93	c 2	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.79/1.94	c 2	Simplifing CSP by introducing new Boolean variables
1.99/2.11	c 2	CSP : 450 integers, 16520 booleans, 24780 clauses, largest domain size 23
1.99/2.11	c 2	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.99/2.19	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.09/2.22	c 2	45 (10%) CSP integer variables are encoded (945 clauses, 10253 bytes)
2.09/2.23	c 2	90 (20%) CSP integer variables are encoded (1890 clauses, 22521 bytes)
2.09/2.23	c 2	135 (30%) CSP integer variables are encoded (2835 clauses, 34806 bytes)
2.09/2.23	c 2	180 (40%) CSP integer variables are encoded (3780 clauses, 47091 bytes)
2.09/2.23	c 2	225 (50%) CSP integer variables are encoded (4725 clauses, 59376 bytes)
2.09/2.23	c 2	270 (60%) CSP integer variables are encoded (5670 clauses, 71661 bytes)
2.09/2.23	c 2	315 (70%) CSP integer variables are encoded (6615 clauses, 83946 bytes)
2.09/2.24	c 2	360 (80%) CSP integer variables are encoded (7560 clauses, 96231 bytes)
2.09/2.24	c 2	405 (90%) CSP integer variables are encoded (8505 clauses, 108516 bytes)
2.09/2.24	c 2	450 (100%) CSP integer variables are encoded (9450 clauses, 120801 bytes)
2.19/2.37	c 2	2478 (10%) CSP clauses are encoded (48272 clauses, 827187 bytes)
2.28/2.45	c 2	4956 (20%) CSP clauses are encoded (87094 clauses, 1559441 bytes)
2.39/2.53	c 2	7434 (30%) CSP clauses are encoded (125916 clauses, 2312753 bytes)
2.49/2.61	c 2	9912 (40%) CSP clauses are encoded (164738 clauses, 3066065 bytes)
2.58/2.70	c 2	12390 (50%) CSP clauses are encoded (203560 clauses, 3819377 bytes)
2.58/2.78	c 3	14868 (60%) CSP clauses are encoded (242382 clauses, 4572689 bytes)
2.68/2.86	c 3	17346 (70%) CSP clauses are encoded (281204 clauses, 5326001 bytes)
2.77/2.94	c 3	19824 (80%) CSP clauses are encoded (320026 clauses, 6079313 bytes)
2.88/3.03	c 3	22302 (90%) CSP clauses are encoded (358848 clauses, 6832625 bytes)
2.98/3.11	c 3	24780 (100%) CSP clauses are encoded (397670 clauses, 7585937 bytes)
2.98/3.11	c 3	24780 CSP clauses encoded
2.98/3.11	c 3	Writing map file : HOME/temp.map
2.98/3.13	c 3	Heap : 8 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.98/3.13	c 3	SAT : 26420 SAT variables, 397670 SAT clauses, 7585937 bytes
2.98/3.13	c 3	Heap : 8 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.98/3.16	c 3	SOLVING HOME/temp.cnf
2.98/3.16	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.98/3.16	c 3	This is MiniSat 2.0 beta
2.98/3.16	c 3	WARNING: for repeatability, setting FPU to use double precision
2.98/3.16	c 3	============================[ Problem Statistics ]=============================
2.98/3.16	c 3	|                                                                             |
2.98/3.16	c 3	|  Number of variables:  26420                                                |
2.98/3.16	c 3	|  Number of clauses:    397670                                               |
3.15/3.38	c 3	|  Parsing time:         0.19         s                                       |
3.15/3.39	c 3	============================[ Search Statistics ]==============================
3.15/3.39	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.15/3.39	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.15/3.39	c 3	===============================================================================
3.15/3.39	c 3	|         0 |   26420   397670  1142260 |   132556        0    nan |  0.000 % |
3.24/3.48	c 3	|       101 |   26420   397670  1142260 |   145812      101     32 |  0.000 % |
3.34/3.50	c 3	|       251 |   26420   397670  1142260 |   160393      251     19 |  0.000 % |
3.34/3.53	c 3	|       476 |   26420   397670  1142260 |   176432      476     16 |  0.000 % |
3.34/3.55	c 3	|       813 |   26420   397670  1142260 |   194076      813     13 |  0.000 % |
3.34/3.57	c 3	|      1319 |   26420   397670  1142260 |   213483     1319     11 |  0.000 % |
3.44/3.61	c 3	|      2078 |   26420   397670  1142260 |   234832     2078     10 |  0.000 % |
3.44/3.67	c 3	|      3220 |   26420   397670  1142260 |   258315     3220     10 |  0.000 % |
3.54/3.75	c 4	|      4928 |   26420   397670  1142260 |   284146     4928     10 |  0.000 % |
3.73/3.92	c 4	|      7491 |   26420   397670  1142260 |   312561     7491     12 |  0.000 % |
3.93/4.14	c 4	|     11335 |   26420   397670  1142260 |   343817    11335     11 |  0.000 % |
4.23/4.48	c 4	|     17101 |   26420   397670  1142260 |   378199    17101     11 |  0.000 % |
5.02/5.24	c 5	|     25750 |   26420   397670  1142260 |   416019    25750     12 |  0.000 % |
6.70/6.91	c 7	|     38724 |   26420   397670  1142260 |   457621    38724     12 |  0.000 % |
9.67/9.99	c 10	|     58186 |   26420   397670  1142260 |   503383    58186     13 |  0.000 % |
18.98/19.31	c 19	|     87378 |   26420   397670  1142260 |   553722    87378     13 |  0.000 % |
42.96/43.55	c 43	|    131167 |   26420   397670  1142260 |   609094   131167     15 |  0.000 % |
87.93/88.97	c 89	|    196853 |   26420   397670  1142260 |   670003   196853     16 |  0.000 % |
157.68/159.29	c 159	|    295380 |   26420   397670  1142260 |   737004   295380     15 |  0.000 % |
392.19/393.89	c 394	|    443170 |   26420   397670  1142260 |   810704   443170     16 |  0.000 % |
979.05/980.91	c 981	|    664854 |   26420   397670  1142260 |   891774   664854     16 |  0.000 % |
1800.03/1802.22	c ERROR INTERRUPTED
1800.03/1802.23	s UNKNOWN
1800.03/1802.23	c 1802	CPU 3.03 (0.06 0.01 2.78 0.18)
1800.03/1802.23	c 1802	END Sun Jul 12 09:06:30 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-2084964-1247380588/watcher-2084964-1247380588 -o /tmp/evaluation-result-2084964-1247380588/solver-2084964-1247380588 -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-2084964-1247380588.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.92 1.98 1.99 4/72 26586
/proc/meminfo: memFree=1714472/2055920 swapFree=4192812/4192956
[pid=26586] ppid=26584 vsize=12268 CPUtime=0
/proc/26586/stat : 26586 (sugar) R 26584 26586 24206 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 25122853 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 266890607205 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/26586/statm: 3067 316 241 3 0 167 0

[startup+0.103273 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 26586
/proc/meminfo: memFree=1714472/2055920 swapFree=4192812/4192956
[pid=26586] ppid=26584 vsize=16868 CPUtime=0.06
/proc/26586/stat : 26586 (sugar) S 26584 26586 24206 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25122853 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26586/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.201286 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 26586
/proc/meminfo: memFree=1714472/2055920 swapFree=4192812/4192956
[pid=26586] ppid=26584 vsize=16868 CPUtime=0.06
/proc/26586/stat : 26586 (sugar) S 26584 26586 24206 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25122853 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26586/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30129 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 26586
/proc/meminfo: memFree=1714472/2055920 swapFree=4192812/4192956
[pid=26586] ppid=26584 vsize=16868 CPUtime=0.06
/proc/26586/stat : 26586 (sugar) S 26584 26586 24206 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25122853 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26586/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701339 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 26586
/proc/meminfo: memFree=1714472/2055920 swapFree=4192812/4192956
[pid=26586] ppid=26584 vsize=16868 CPUtime=0.06
/proc/26586/stat : 26586 (sugar) S 26584 26586 24206 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25122853 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26586/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50243 s]
/proc/loadavg: 1.92 1.98 1.99 3/79 26604
/proc/meminfo: memFree=1708208/2055920 swapFree=4192812/4192956
[pid=26586] ppid=26584 vsize=16868 CPUtime=0.97
/proc/26586/stat : 26586 (sugar) S 26584 26586 24206 0 -1 4194304 1309 8627 0 1 5 1 86 5 15 0 1 0 25122853 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26586/statm: 4217 1111 409 3 0 796 0
[pid=26599] ppid=26586 vsize=5356 CPUtime=0
/proc/26599/stat : 26599 (sh) S 26586 26586 24206 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25122960 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26599/statm: 1339 233 193 169 0 50 0
[pid=26600] ppid=26599 vsize=868476 CPUtime=0.42
/proc/26600/stat : 26600 (java) S 26599 26586 24206 0 -1 0 5502 0 1 0 39 3 0 0 18 0 9 0 25122960 889319424 4939 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26600/statm: 217119 4939 1743 9 0 211624 0
[pid=26600/tid=26601] ppid=26599 vsize=868476 CPUtime=0.25
/proc/26600/task/26601/stat : 26601 (java) R 26599 26586 24206 0 -1 64 2654 0 1 0 24 1 0 0 21 0 9 0 25122961 889319424 4939 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26600/tid=26602] ppid=26599 vsize=868476 CPUtime=0.02
/proc/26600/task/26602/stat : 26602 (java) S 26599 26586 24206 0 -1 64 696 0 0 0 2 0 0 0 16 0 9 0 25122962 889319424 4939 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26600/tid=26603] ppid=26599 vsize=868476 CPUtime=0
/proc/26600/task/26603/stat : 26603 (java) S 26599 26586 24206 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 25122962 889319424 4939 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26600/tid=26604] ppid=26599 vsize=868476 CPUtime=0
/proc/26600/task/26604/stat : 26604 (java) S 26599 26586 24206 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 25122962 889319424 4939 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 890700

[startup+3.10261 s]
/proc/loadavg: 1.92 1.98 1.99 4/83 26608
/proc/meminfo: memFree=1685840/2055920 swapFree=4192812/4192956
[pid=26586] ppid=26584 vsize=16868 CPUtime=0.98
/proc/26586/stat : 26586 (sugar) S 26584 26586 24206 0 -1 4194304 1310 8627 0 1 6 1 86 5 15 0 1 0 25122853 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26586/statm: 4217 1111 409 3 0 796 0
[pid=26599] ppid=26586 vsize=5356 CPUtime=0
/proc/26599/stat : 26599 (sh) S 26586 26586 24206 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25122960 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26599/statm: 1339 233 193 169 0 50 0
[pid=26600] ppid=26599 vsize=868672 CPUtime=2
/proc/26600/stat : 26600 (java) S 26599 26586 24206 0 -1 0 9814 0 1 0 189 11 0 0 18 0 9 0 25122960 889520128 8803 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26600/statm: 217168 8803 2590 9 0 211645 0
[pid=26600/tid=26601] ppid=26599 vsize=868672 CPUtime=1.34
/proc/26600/task/26601/stat : 26601 (java) R 26599 26586 24206 0 -1 64 3013 0 1 0 128 6 0 0 25 0 9 0 25122961 889520128 8803 996147200 134512640 134550932 4294955936 18446744073709551615 4125952213 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26600/tid=26602] ppid=26599 vsize=868672 CPUtime=0.41
/proc/26600/task/26602/stat : 26602 (java) S 26599 26586 24206 0 -1 64 4585 0 0 0 38 3 0 0 16 0 9 0 25122962 889520128 8803 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26600/tid=26603] ppid=26599 vsize=868672 CPUtime=0
/proc/26600/task/26603/stat : 26603 (java) S 26599 26586 24206 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25122962 889520128 8803 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26600/tid=26604] ppid=26599 vsize=868672 CPUtime=0
/proc/26600/task/26604/stat : 26604 (java) S 26599 26586 24206 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25122962 889520128 8803 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26600/tid=26605] ppid=26599 vsize=868672 CPUtime=0
/proc/26600/task/26605/stat : 26605 (java) S 26599 26586 24206 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25122965 889520128 8803 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26600/tid=26606] ppid=26599 vsize=868672 CPUtime=0.21
/proc/26600/task/26606/stat : 26606 (java) S 26599 26586 24206 0 -1 64 1516 0 0 0 20 1 0 0 16 0 9 0 25122965 889520128 8803 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26600/tid=26607] ppid=26599 vsize=868672 CPUtime=0
/proc/26600/task/26607/stat : 26607 (java) S 26599 26586 24206 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25122965 889520128 8803 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26600/tid=26608] ppid=26599 vsize=868672 CPUtime=0
/proc/26600/task/26608/stat : 26608 (java) S 26599 26586 24206 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25122965 889520128 8803 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890896

[startup+6.30197 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 26610
/proc/meminfo: memFree=1681488/2055920 swapFree=4192812/4192956
[pid=26586] ppid=26584 vsize=16868 CPUtime=3.02
/proc/26586/stat : 26586 (sugar) S 26584 26586 24206 0 -1 4194304 1376 18758 0 2 6 1 278 17 15 0 1 0 25122853 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26586/statm: 4217 1113 409 3 0 796 0
[pid=26609] ppid=26586 vsize=5356 CPUtime=0
/proc/26609/stat : 26609 (sh) S 26586 26586 24206 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25123170 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26609/statm: 1339 232 193 169 0 50 0
[pid=26610] ppid=26609 vsize=23168 CPUtime=3.09
/proc/26610/stat : 26610 (minisat) R 26609 26586 24206 0 -1 4194304 5622 0 0 0 306 3 0 0 25 0 1 0 25123170 23724032 5608 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26610/statm: 5792 5608 76 150 0 5639 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 45392

[startup+12.7027 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 26610
/proc/meminfo: memFree=1677456/2055920 swapFree=4192812/4192956
[pid=26586] ppid=26584 vsize=16868 CPUtime=3.02
/proc/26586/stat : 26586 (sugar) S 26584 26586 24206 0 -1 4194304 1376 18758 0 2 6 1 278 17 16 0 1 0 25122853 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26586/statm: 4217 1113 409 3 0 796 0
[pid=26609] ppid=26586 vsize=5356 CPUtime=0
/proc/26609/stat : 26609 (sh) S 26586 26586 24206 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25123170 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26609/statm: 1339 232 193 169 0 50 0
[pid=26610] ppid=26609 vsize=26824 CPUtime=9.43
/proc/26610/stat : 26610 (minisat) R 26609 26586 24206 0 -1 4194304 6504 0 0 0 939 4 0 0 25 0 1 0 25123170 27467776 6490 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26610/statm: 6706 6490 76 150 0 6553 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 49048

[startup+25.5011 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26610
/proc/meminfo: memFree=1674896/2055920 swapFree=4192812/4192956
[pid=26586] ppid=26584 vsize=16868 CPUtime=3.02
/proc/26586/stat : 26586 (sugar) S 26584 26586 24206 0 -1 4194304 1376 18758 0 2 6 1 278 17 16 0 1 0 25122853 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26586/statm: 4217 1113 409 3 0 796 0
[pid=26609] ppid=26586 vsize=5356 CPUtime=0
/proc/26609/stat : 26609 (sh) S 26586 26586 24206 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25123170 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26609/statm: 1339 232 193 169 0 50 0
[pid=26610] ppid=26609 vsize=29696 CPUtime=22.1
/proc/26610/stat : 26610 (minisat) R 26609 26586 24206 0 -1 4194304 7197 0 0 0 2206 4 0 0 25 0 1 0 25123170 30408704 7183 996147200 134512640 135127466 4294956256 18446744073709551615 134530662 0 0 4096 3 0 0 0 17 1 0 0
/proc/26610/statm: 7424 7183 76 150 0 7271 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 51920

[startup+51.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26610
/proc/meminfo: memFree=1670096/2055920 swapFree=4192812/4192956
[pid=26586] ppid=26584 vsize=16868 CPUtime=3.02
/proc/26586/stat : 26586 (sugar) S 26584 26586 24206 0 -1 4194304 1376 18758 0 2 6 1 278 17 16 0 1 0 25122853 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26586/statm: 4217 1113 409 3 0 796 0
[pid=26609] ppid=26586 vsize=5356 CPUtime=0
/proc/26609/stat : 26609 (sh) S 26586 26586 24206 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25123170 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26609/statm: 1339 232 193 169 0 50 0
[pid=26610] ppid=26609 vsize=34488 CPUtime=47.46
/proc/26610/stat : 26610 (minisat) R 26609 26586 24206 0 -1 4194304 8388 0 0 0 4740 6 0 0 25 0 1 0 25123170 35315712 8374 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26610/statm: 8622 8374 76 150 0 8469 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 56712

[startup+102.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26610
/proc/meminfo: memFree=1661328/2055920 swapFree=4192812/4192956
[pid=26586] ppid=26584 vsize=16868 CPUtime=3.02
/proc/26586/stat : 26586 (sugar) S 26584 26586 24206 0 -1 4194304 1376 18758 0 2 6 1 278 17 16 0 1 0 25122853 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26586/statm: 4217 1113 409 3 0 796 0
[pid=26609] ppid=26586 vsize=5356 CPUtime=0
/proc/26609/stat : 26609 (sh) S 26586 26586 24206 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25123170 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26609/statm: 1339 232 193 169 0 50 0
[pid=26610] ppid=26609 vsize=43148 CPUtime=98.18
/proc/26610/stat : 26610 (minisat) R 26609 26586 24206 0 -1 4194304 10508 0 0 0 9809 9 0 0 25 0 1 0 25123170 44183552 10494 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/26610/statm: 10787 10494 76 150 0 10634 0
Current children cumulated CPU time (s) 101.2
Current children cumulated vsize (KiB) 65372

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 26697
/proc/meminfo: memFree=1633984/2055920 swapFree=4192812/4192956
[pid=26586] ppid=26584 vsize=16868 CPUtime=3.02
/proc/26586/stat : 26586 (sugar) S 26584 26586 24206 0 -1 4194304 1376 18758 0 2 6 1 278 17 16 0 1 0 25122853 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26586/statm: 4217 1113 409 3 0 796 0
[pid=26609] ppid=26586 vsize=5356 CPUtime=0
/proc/26609/stat : 26609 (sh) S 26586 26586 24206 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25123170 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26609/statm: 1339 232 193 169 0 50 0
[pid=26610] ppid=26609 vsize=49520 CPUtime=157.76
/proc/26610/stat : 26610 (minisat) R 26609 26586 24206 0 -1 4194304 12131 0 0 0 15763 13 0 0 25 0 1 0 25123170 50708480 12117 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26610/statm: 12380 12117 76 150 0 12227 0
Current children cumulated CPU time (s) 160.78
Current children cumulated vsize (KiB) 71744

[startup+222.306 s]

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

/proc/meminfo: memFree=1538688/2055920 swapFree=4192812/4192956
[pid=26586] ppid=26584 vsize=16868 CPUtime=3.02
/proc/26586/stat : 26586 (sugar) S 26584 26586 24206 0 -1 4194304 1376 18758 0 2 6 1 278 17 16 0 1 0 25122853 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26586/statm: 4217 1113 409 3 0 796 0
[pid=26609] ppid=26586 vsize=5356 CPUtime=0
/proc/26609/stat : 26609 (sh) S 26586 26586 24206 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25123170 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26609/statm: 1339 232 193 169 0 50 0
[pid=26610] ppid=26609 vsize=101456 CPUtime=1357.29
/proc/26610/stat : 26610 (minisat) R 26609 26586 24206 0 -1 4194304 24618 0 0 0 135701 28 0 0 25 0 1 0 25123170 103890944 24604 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26610/statm: 25364 24604 76 150 0 25211 0
Current children cumulated CPU time (s) 1360.31
Current children cumulated vsize (KiB) 123680

[startup+1422.3 s]
/proc/loadavg: 2.00 2.07 2.04 3/77 26699
/proc/meminfo: memFree=1536960/2055920 swapFree=4192812/4192956
[pid=26586] ppid=26584 vsize=16868 CPUtime=3.02
/proc/26586/stat : 26586 (sugar) S 26584 26586 24206 0 -1 4194304 1376 18758 0 2 6 1 278 17 16 0 1 0 25122853 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26586/statm: 4217 1113 409 3 0 796 0
[pid=26609] ppid=26586 vsize=5356 CPUtime=0
/proc/26609/stat : 26609 (sh) S 26586 26586 24206 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25123170 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26609/statm: 1339 232 193 169 0 50 0
[pid=26610] ppid=26609 vsize=103060 CPUtime=1417.27
/proc/26610/stat : 26610 (minisat) R 26609 26586 24206 0 -1 4194304 24993 0 0 0 141698 29 0 0 25 0 1 0 25123170 105533440 24979 996147200 134512640 135127466 4294956256 18446744073709551615 134530825 0 0 4096 3 0 0 0 17 0 0 0
/proc/26610/statm: 25765 24979 76 150 0 25612 0
Current children cumulated CPU time (s) 1420.29
Current children cumulated vsize (KiB) 125284

[startup+1482.3 s]
/proc/loadavg: 2.00 2.05 2.03 3/77 26705
/proc/meminfo: memFree=1535480/2055920 swapFree=4192812/4192956
[pid=26586] ppid=26584 vsize=16868 CPUtime=3.02
/proc/26586/stat : 26586 (sugar) S 26584 26586 24206 0 -1 4194304 1376 18758 0 2 6 1 278 17 16 0 1 0 25122853 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26586/statm: 4217 1113 409 3 0 796 0
[pid=26609] ppid=26586 vsize=5356 CPUtime=0
/proc/26609/stat : 26609 (sh) S 26586 26586 24206 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25123170 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26609/statm: 1339 232 193 169 0 50 0
[pid=26610] ppid=26609 vsize=104068 CPUtime=1477.24
/proc/26610/stat : 26610 (minisat) R 26609 26586 24206 0 -1 4194304 25274 0 0 0 147694 30 0 0 25 0 1 0 25123170 106565632 25260 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26610/statm: 26017 25260 76 150 0 25864 0
Current children cumulated CPU time (s) 1480.26
Current children cumulated vsize (KiB) 126292

[startup+1542.31 s]
/proc/loadavg: 2.00 2.04 2.03 3/77 26705
/proc/meminfo: memFree=1534328/2055920 swapFree=4192812/4192956
[pid=26586] ppid=26584 vsize=16868 CPUtime=3.02
/proc/26586/stat : 26586 (sugar) S 26584 26586 24206 0 -1 4194304 1376 18758 0 2 6 1 278 17 16 0 1 0 25122853 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26586/statm: 4217 1113 409 3 0 796 0
[pid=26609] ppid=26586 vsize=5356 CPUtime=0
/proc/26609/stat : 26609 (sh) S 26586 26586 24206 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25123170 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26609/statm: 1339 232 193 169 0 50 0
[pid=26610] ppid=26609 vsize=105180 CPUtime=1537.22
/proc/26610/stat : 26610 (minisat) R 26609 26586 24206 0 -1 4194304 25538 0 0 0 153692 30 0 0 25 0 1 0 25123170 107704320 25524 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26610/statm: 26295 25524 76 150 0 26142 0
Current children cumulated CPU time (s) 1540.24
Current children cumulated vsize (KiB) 127404

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.02 3/77 26705
/proc/meminfo: memFree=1532472/2055920 swapFree=4192812/4192956
[pid=26586] ppid=26584 vsize=16868 CPUtime=3.02
/proc/26586/stat : 26586 (sugar) S 26584 26586 24206 0 -1 4194304 1376 18758 0 2 6 1 278 17 16 0 1 0 25122853 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26586/statm: 4217 1113 409 3 0 796 0
[pid=26609] ppid=26586 vsize=5356 CPUtime=0
/proc/26609/stat : 26609 (sh) S 26586 26586 24206 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25123170 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26609/statm: 1339 232 193 169 0 50 0
[pid=26610] ppid=26609 vsize=106436 CPUtime=1597.19
/proc/26610/stat : 26610 (minisat) R 26609 26586 24206 0 -1 4194304 25845 0 0 0 159688 31 0 0 25 0 1 0 25123170 108990464 25831 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26610/statm: 26609 25831 76 150 0 26456 0
Current children cumulated CPU time (s) 1600.21
Current children cumulated vsize (KiB) 128660

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.02 3/77 26705
/proc/meminfo: memFree=1531000/2055920 swapFree=4192812/4192956
[pid=26586] ppid=26584 vsize=16868 CPUtime=3.02
/proc/26586/stat : 26586 (sugar) S 26584 26586 24206 0 -1 4194304 1376 18758 0 2 6 1 278 17 16 0 1 0 25122853 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26586/statm: 4217 1113 409 3 0 796 0
[pid=26609] ppid=26586 vsize=5356 CPUtime=0
/proc/26609/stat : 26609 (sh) S 26586 26586 24206 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25123170 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26609/statm: 1339 232 193 169 0 50 0
[pid=26610] ppid=26609 vsize=107228 CPUtime=1657.16
/proc/26610/stat : 26610 (minisat) R 26609 26586 24206 0 -1 4194304 26079 0 0 0 165685 31 0 0 25 0 1 0 25123170 109801472 26065 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26610/statm: 26807 26065 76 150 0 26654 0
Current children cumulated CPU time (s) 1660.18
Current children cumulated vsize (KiB) 129452

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.01 3/77 26705
/proc/meminfo: memFree=1529784/2055920 swapFree=4192812/4192956
[pid=26586] ppid=26584 vsize=16868 CPUtime=3.02
/proc/26586/stat : 26586 (sugar) S 26584 26586 24206 0 -1 4194304 1376 18758 0 2 6 1 278 17 16 0 1 0 25122853 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26586/statm: 4217 1113 409 3 0 796 0
[pid=26609] ppid=26586 vsize=5356 CPUtime=0
/proc/26609/stat : 26609 (sh) S 26586 26586 24206 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25123170 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26609/statm: 1339 232 193 169 0 50 0
[pid=26610] ppid=26609 vsize=108284 CPUtime=1717.14
/proc/26610/stat : 26610 (minisat) R 26609 26586 24206 0 -1 4194304 26328 0 0 0 171683 31 0 0 25 0 1 0 25123170 110882816 26314 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26610/statm: 27071 26314 76 150 0 26918 0
Current children cumulated CPU time (s) 1720.16
Current children cumulated vsize (KiB) 130508

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/77 26705
/proc/meminfo: memFree=1528256/2055920 swapFree=4192812/4192956
[pid=26586] ppid=26584 vsize=16868 CPUtime=3.02
/proc/26586/stat : 26586 (sugar) S 26584 26586 24206 0 -1 4194304 1376 18758 0 2 6 1 278 17 16 0 1 0 25122853 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26586/statm: 4217 1113 409 3 0 796 0
[pid=26609] ppid=26586 vsize=5356 CPUtime=0
/proc/26609/stat : 26609 (sh) S 26586 26586 24206 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25123170 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26609/statm: 1339 232 193 169 0 50 0
[pid=26610] ppid=26609 vsize=109220 CPUtime=1777.12
/proc/26610/stat : 26610 (minisat) R 26609 26586 24206 0 -1 4194304 26571 0 0 0 177680 32 0 0 25 0 1 0 25123170 111841280 26557 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26610/statm: 27305 26557 76 150 0 27152 0
Current children cumulated CPU time (s) 1780.14
Current children cumulated vsize (KiB) 131444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.2 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 26705
/proc/meminfo: memFree=1527936/2055920 swapFree=4192812/4192956
[pid=26586] ppid=26584 vsize=16868 CPUtime=3.02
/proc/26586/stat : 26586 (sugar) S 26584 26586 24206 0 -1 4194304 1376 18758 0 2 6 1 278 17 16 0 1 0 25122853 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26586/statm: 4217 1113 409 3 0 796 0
[pid=26609] ppid=26586 vsize=5356 CPUtime=0
/proc/26609/stat : 26609 (sh) S 26586 26586 24206 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25123170 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26609/statm: 1339 232 193 169 0 50 0
[pid=26610] ppid=26609 vsize=109528 CPUtime=1797.01
/proc/26610/stat : 26610 (minisat) R 26609 26586 24206 0 -1 4194304 26653 0 0 0 179669 32 0 0 25 0 1 0 25123170 112156672 26639 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26610/statm: 27382 26639 76 150 0 27229 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 131752

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

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

[startup+1802.2 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 26705
/proc/meminfo: memFree=1527936/2055920 swapFree=4192812/4192956
[pid=26586] ppid=26584 vsize=16868 CPUtime=3.02
/proc/26586/stat : 26586 (sugar) S 26584 26586 24206 0 -1 4194304 1376 18758 0 2 6 1 278 17 16 0 1 0 25122853 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26586/statm: 4217 1113 409 3 0 796 0
[pid=26609] ppid=26586 vsize=5356 CPUtime=0
/proc/26609/stat : 26609 (sh) S 26586 26586 24206 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25123170 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26609/statm: 1339 232 193 169 0 50 0
[pid=26610] ppid=26609 vsize=109528 CPUtime=1797.01
/proc/26610/stat : 26610 (minisat) R 26609 26586 24206 0 -1 4194304 26653 0 0 0 179669 32 0 0 25 0 1 0 25123170 112156672 26639 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26610/statm: 27382 26639 76 150 0 27229 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 131752

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26586 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=854566
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=202969
# CPU time returned by wait4() is 3.05753
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1802.23
CPU time (s): 1800.03
CPU user time (s): 1799.53
CPU system time (s): 0.5
CPU usage (%): 99.8778
Max. virtual memory (cumulated for all children) (KiB): 890972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.85457
system time used= 0.202969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20517
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= 3444
involuntary context switches= 3326

runsolver used 2.14067 second user time and 6.06708 second system time

The end

Launcher Data

Begin job on node38 at 2009-07-12 08:36:28
IDJOB=2084964
IDBENCH=58255
IDSOLVER=739
FILE ID=node38/2084964-1247380588
PBS_JOBID= 9507127
Free space on /tmp= 66440 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/graphColoring/leighton/leighton-25/normalized-lei450-25a-23.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-2084964-1247380588/watcher-2084964-1247380588 -o /tmp/evaluation-result-2084964-1247380588/solver-2084964-1247380588 -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-2084964-1247380588.xml

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

MD5SUM BENCH= db98c53488e7b2aca62f1c75d3774cd9
RANDOM SEED=963277505

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:       1714952 kB
Buffers:         52808 kB
Cached:         191448 kB
SwapCached:          0 kB
Active:         155064 kB
Inactive:       110800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1714952 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2340 kB
Writeback:           0 kB
Mapped:          33184 kB
Slab:            60540 kB
Committed_AS:   190316 kB
PageTables:       1820 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= 66436 MiB
End job on node38 at 2009-07-12 09:06:32