Trace number 1089342

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? (TO) 1800.03 1807.43

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.294954
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 (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 16:22:33 2008
0.00/0.04	c 0	PID 6024
0.00/0.04	c 0	HOST node87.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1089342-1215267752.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1089342-1215267752.xml' 'HOME/temp.csp'
0.03/0.75	c 0	1 domains, 450 variables, 1 predicates, 0 relations, 8260 constraints
0.03/0.78	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.78	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.73/0.85	c 0	Parsing HOME/temp.csp
1.04/1.14	c 1	parsed 8712 expressions
1.04/1.14	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.04/1.14	c 1	Converting to clausal form CSP
1.24/1.31	c 1	converted 872 (10%) expressions
1.24/1.36	c 1	converted 1743 (20%) expressions
1.24/1.38	c 1	converted 2614 (30%) expressions
1.34/1.41	c 1	converted 3485 (40%) expressions
1.34/1.47	c 1	converted 4356 (50%) expressions
1.34/1.49	c 1	converted 5228 (60%) expressions
1.44/1.52	c 1	converted 6099 (70%) expressions
1.44/1.54	c 1	converted 6970 (80%) expressions
1.44/1.56	c 1	converted 7841 (90%) expressions
1.44/1.58	c 1	converted 8712 (100%) expressions
1.44/1.58	c 1	CSP : 450 integers, 0 booleans, 8260 clauses, largest domain size 23
1.44/1.59	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.44/1.59	c 1	Propagation in CSP
1.64/1.71	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.64/1.71	c 1	CSP : 450 integers, 0 booleans, 8260 clauses, largest domain size 23
1.64/1.71	c 1	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.64/1.72	c 1	Simplifing CSP by introducing new Boolean variables
1.74/1.86	c 1	CSP : 450 integers, 16520 booleans, 24780 clauses, largest domain size 23
1.74/1.86	c 1	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.84/1.94	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.84/1.97	c 2	45 (10%) CSP integer variables are encoded (945 clauses, 10253 bytes)
1.84/1.98	c 2	90 (20%) CSP integer variables are encoded (1890 clauses, 22521 bytes)
1.84/1.98	c 2	135 (30%) CSP integer variables are encoded (2835 clauses, 34806 bytes)
1.84/1.98	c 2	180 (40%) CSP integer variables are encoded (3780 clauses, 47091 bytes)
1.84/1.99	c 2	225 (50%) CSP integer variables are encoded (4725 clauses, 59376 bytes)
1.84/1.99	c 2	270 (60%) CSP integer variables are encoded (5670 clauses, 71661 bytes)
1.84/1.99	c 2	315 (70%) CSP integer variables are encoded (6615 clauses, 83946 bytes)
1.84/1.99	c 2	360 (80%) CSP integer variables are encoded (7560 clauses, 96231 bytes)
1.84/1.99	c 2	405 (90%) CSP integer variables are encoded (8505 clauses, 108516 bytes)
1.84/2.00	c 2	450 (100%) CSP integer variables are encoded (9450 clauses, 120801 bytes)
2.04/2.16	c 2	2478 (10%) CSP clauses are encoded (48272 clauses, 827187 bytes)
2.14/2.28	c 2	4956 (20%) CSP clauses are encoded (87094 clauses, 1559441 bytes)
2.23/2.40	c 2	7434 (30%) CSP clauses are encoded (125916 clauses, 2312753 bytes)
2.43/2.52	c 2	9912 (40%) CSP clauses are encoded (164738 clauses, 3066065 bytes)
2.52/2.64	c 2	12390 (50%) CSP clauses are encoded (203560 clauses, 3819377 bytes)
2.63/2.75	c 2	14868 (60%) CSP clauses are encoded (242382 clauses, 4572689 bytes)
2.72/2.87	c 2	17346 (70%) CSP clauses are encoded (281204 clauses, 5326001 bytes)
2.83/2.99	c 3	19824 (80%) CSP clauses are encoded (320026 clauses, 6079313 bytes)
3.03/3.11	c 3	22302 (90%) CSP clauses are encoded (358848 clauses, 6832625 bytes)
3.12/3.23	c 3	24780 (100%) CSP clauses are encoded (397670 clauses, 7585937 bytes)
3.12/3.23	c 3	24780 CSP clauses encoded
3.12/3.24	c 3	Writing map file : HOME/temp.map
3.12/3.25	c 3	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.12/3.25	c 3	SAT : 26420 SAT variables, 397670 SAT clauses, 7585937 bytes
3.12/3.25	c 3	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.12/3.28	c 3	SOLVING HOME/temp.cnf
3.12/3.28	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.12/3.28	c 3	This is MiniSat 2.0 beta
3.12/3.28	c 3	WARNING: for repeatability, setting FPU to use double precision
3.12/3.28	c 3	============================[ Problem Statistics ]=============================
3.12/3.28	c 3	|                                                                             |
3.12/3.29	c 3	|  Number of variables:  26420                                                |
3.12/3.29	c 3	|  Number of clauses:    397670                                               |
3.19/3.49	c 3	|  Parsing time:         0.17         s                                       |
3.19/3.50	c 3	============================[ Search Statistics ]==============================
3.19/3.50	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.19/3.50	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.19/3.50	c 3	===============================================================================
3.19/3.50	c 3	|         0 |   26420   397670  1142260 |   132556        0    nan |  0.000 % |
3.19/3.59	c 3	|       101 |   26420   397670  1142260 |   145812      101     32 |  0.000 % |
3.20/3.60	c 3	|       251 |   26420   397670  1142260 |   160393      251     19 |  0.000 % |
3.20/3.64	c 3	|       476 |   26420   397670  1142260 |   176432      476     16 |  0.000 % |
3.20/3.65	c 3	|       813 |   26420   397670  1142260 |   194076      813     13 |  0.000 % |
3.20/3.67	c 3	|      1319 |   26420   397670  1142260 |   213483     1319     11 |  0.000 % |
3.20/3.71	c 3	|      2078 |   26420   397670  1142260 |   234832     2078     10 |  0.000 % |
3.20/3.76	c 3	|      3220 |   26420   397670  1142260 |   258315     3220     10 |  0.000 % |
3.20/3.84	c 3	|      4928 |   26420   397670  1142260 |   284146     4928     10 |  0.000 % |
3.20/3.99	c 4	|      7491 |   26420   397670  1142260 |   312561     7491     12 |  0.000 % |
3.20/4.20	c 4	|     11335 |   26420   397670  1142260 |   343817    11335     11 |  0.000 % |
4.40/4.52	c 4	|     17101 |   26420   397670  1142260 |   378199    17101     11 |  0.000 % |
5.10/5.21	c 5	|     25750 |   26420   397670  1142260 |   416019    25750     12 |  0.000 % |
6.59/6.77	c 6	|     38724 |   26420   397670  1142260 |   457621    38724     12 |  0.000 % |
9.48/9.64	c 9	|     58186 |   26420   397670  1142260 |   503383    58186     13 |  0.000 % |
18.34/18.58	c 18	|     87378 |   26420   397670  1142260 |   553722    87378     13 |  0.000 % |
41.85/42.17	c 42	|    131167 |   26420   397670  1142260 |   609094   131167     15 |  0.000 % |
86.27/86.73	c 86	|    196853 |   26420   397670  1142260 |   670003   196853     16 |  0.000 % |
155.19/155.95	c 156	|    295380 |   26420   397670  1142260 |   737004   295380     15 |  0.000 % |
367.23/368.82	c 368	|    443170 |   26420   397670  1142260 |   810704   443170     16 |  0.000 % |
877.45/881.15	c 881	|    664854 |   26420   397670  1142260 |   891774   664854     16 |  0.000 % |
1800.03/1807.41	c ERROR INTERRUPTED
1800.03/1807.42	s UNKNOWN
1800.03/1807.42	c 1807	CPU 3.02 (0.04 0.01 2.98 0.17)
1800.03/1807.42	c 1807	END Sat Jul  5 16:52:40 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1089342-1215267752/watcher-1089342-1215267752 -o /tmp/evaluation-result-1089342-1215267752/solver-1089342-1215267752 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1089342-1215267752.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 6024
/proc/meminfo: memFree=1739280/2055920 swapFree=4179388/4192956
[pid=6024] ppid=6022 vsize=8540 CPUtime=0
/proc/6024/stat : 6024 (sugar) R 6022 6024 4613 0 -1 4194304 70 0 0 0 0 0 0 0 20 0 1 0 639030923 8744960 55 996147200 4194304 4206940 548682068608 18446744073709551615 254611092873 0 0 4096 0 0 0 0 17 1 0 0
/proc/6024/statm: 2135 55 41 3 0 55 0

[startup+0.0707549 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 6024
/proc/meminfo: memFree=1739280/2055920 swapFree=4179388/4192956
[pid=6024] ppid=6022 vsize=13600 CPUtime=0.03
/proc/6024/stat : 6024 (sugar) S 6022 6024 4613 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 639030923 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6024/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101759 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 6024
/proc/meminfo: memFree=1739280/2055920 swapFree=4179388/4192956
[pid=6024] ppid=6022 vsize=13600 CPUtime=0.03
/proc/6024/stat : 6024 (sugar) S 6022 6024 4613 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 639030923 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6024/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30178 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 6024
/proc/meminfo: memFree=1739280/2055920 swapFree=4179388/4192956
[pid=6024] ppid=6022 vsize=13600 CPUtime=0.03
/proc/6024/stat : 6024 (sugar) S 6022 6024 4613 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 639030923 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6024/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701823 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 6024
/proc/meminfo: memFree=1739280/2055920 swapFree=4179388/4192956
[pid=6024] ppid=6022 vsize=13600 CPUtime=0.03
/proc/6024/stat : 6024 (sugar) S 6022 6024 4613 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 639030923 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6024/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50291 s]
/proc/loadavg: 1.92 1.98 1.99 3/84 6046
/proc/meminfo: memFree=1731128/2055920 swapFree=4179388/4192956
[pid=6024] ppid=6022 vsize=13600 CPUtime=0.74
/proc/6024/stat : 6024 (sugar) S 6022 6024 4613 0 -1 4194304 973 8543 0 1 3 1 66 4 15 0 1 0 639030923 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6024/statm: 3400 797 370 3 0 500 0
[pid=6037] ppid=6024 vsize=5356 CPUtime=0
/proc/6037/stat : 6037 (sh) S 6024 6024 4613 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 639031001 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6037/statm: 1339 233 193 169 0 50 0
[pid=6038] ppid=6037 vsize=868368 CPUtime=0.7
/proc/6038/stat : 6038 (java) S 6037 6024 4613 0 -1 0 7336 0 1 0 67 3 0 0 20 0 9 0 639031001 889208832 6526 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6038/statm: 217092 6526 2540 9 0 211667 0
[pid=6038/tid=6039] ppid=6037 vsize=868368 CPUtime=0.4
/proc/6038/task/6039/stat : 6039 (java) R 6037 6024 4613 0 -1 64 2678 0 1 0 39 1 0 0 25 0 9 0 639031002 889208832 6526 996147200 134512640 134550740 4294955952 18446744073709551615 4126636040 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6038/tid=6040] ppid=6037 vsize=868368 CPUtime=0.1
/proc/6038/task/6040/stat : 6040 (java) S 6037 6024 4613 0 -1 64 2501 0 0 0 10 0 0 0 16 0 9 0 639031003 889208832 6526 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6038/tid=6041] ppid=6037 vsize=868368 CPUtime=0
/proc/6038/task/6041/stat : 6041 (java) S 6037 6024 4613 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 639031003 889208832 6526 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6038/tid=6042] ppid=6037 vsize=868368 CPUtime=0
/proc/6038/task/6042/stat : 6042 (java) S 6037 6024 4613 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 639031003 889208832 6526 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6038/tid=6043] ppid=6037 vsize=868368 CPUtime=0
/proc/6038/task/6043/stat : 6043 (java) S 6037 6024 4613 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 639031005 889208832 6526 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6038/tid=6044] ppid=6037 vsize=868368 CPUtime=0.16
/proc/6038/task/6044/stat : 6044 (java) S 6037 6024 4613 0 -1 64 1465 0 0 0 16 0 0 0 16 0 9 0 639031005 889208832 6526 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6038/tid=6045] ppid=6037 vsize=868368 CPUtime=0
/proc/6038/task/6045/stat : 6045 (java) S 6037 6024 4613 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 639031005 889208832 6526 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6038/tid=6046] ppid=6037 vsize=868368 CPUtime=0
/proc/6038/task/6046/stat : 6046 (java) S 6037 6024 4613 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 639031005 889208832 6526 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887324

[startup+3.10209 s]
/proc/loadavg: 1.92 1.98 1.99 3/84 6046
/proc/meminfo: memFree=1711800/2055920 swapFree=4179388/4192956
[pid=6024] ppid=6022 vsize=13600 CPUtime=0.74
/proc/6024/stat : 6024 (sugar) S 6022 6024 4613 0 -1 4194304 974 8543 0 1 3 1 66 4 15 0 1 0 639030923 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6024/statm: 3400 797 370 3 0 500 0
[pid=6037] ppid=6024 vsize=5356 CPUtime=0
/proc/6037/stat : 6037 (sh) S 6024 6024 4613 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 639031001 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6037/statm: 1339 233 193 169 0 50 0
[pid=6038] ppid=6037 vsize=868480 CPUtime=2.29
/proc/6038/stat : 6038 (java) S 6037 6024 4613 0 -1 0 9642 0 1 0 218 11 0 0 20 0 9 0 639031001 889323520 8622 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6038/statm: 217120 8622 2565 9 0 211667 0
[pid=6038/tid=6039] ppid=6037 vsize=868480 CPUtime=1.62
/proc/6038/task/6039/stat : 6039 (java) R 6037 6024 4613 0 -1 64 3012 0 1 0 155 7 0 0 25 0 9 0 639031002 889323520 8622 996147200 134512640 134550740 4294955952 18446744073709551615 4126906978 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6038/tid=6040] ppid=6037 vsize=868480 CPUtime=0.4
/proc/6038/task/6040/stat : 6040 (java) S 6037 6024 4613 0 -1 64 4427 0 0 0 38 2 0 0 16 0 9 0 639031003 889323520 8622 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6038/tid=6041] ppid=6037 vsize=868480 CPUtime=0
/proc/6038/task/6041/stat : 6041 (java) S 6037 6024 4613 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 639031003 889323520 8622 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6038/tid=6042] ppid=6037 vsize=868480 CPUtime=0
/proc/6038/task/6042/stat : 6042 (java) S 6037 6024 4613 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 639031003 889323520 8622 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6038/tid=6043] ppid=6037 vsize=868480 CPUtime=0
/proc/6038/task/6043/stat : 6043 (java) S 6037 6024 4613 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 639031005 889323520 8622 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6038/tid=6044] ppid=6037 vsize=868480 CPUtime=0.23
/proc/6038/task/6044/stat : 6044 (java) S 6037 6024 4613 0 -1 64 1511 0 0 0 23 0 0 0 16 0 9 0 639031005 889323520 8622 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6038/tid=6045] ppid=6037 vsize=868480 CPUtime=0
/proc/6038/task/6045/stat : 6045 (java) S 6037 6024 4613 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 639031005 889323520 8622 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6038/tid=6046] ppid=6037 vsize=868480 CPUtime=0
/proc/6038/task/6046/stat : 6046 (java) S 6037 6024 4613 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 639031005 889323520 8622 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 887436

[startup+6.30245 s]
/proc/loadavg: 2.01 2.00 2.00 3/76 6048
/proc/meminfo: memFree=1707320/2055920 swapFree=4179388/4192956
[pid=6024] ppid=6022 vsize=13600 CPUtime=3.2
/proc/6024/stat : 6024 (sugar) S 6022 6024 4613 0 -1 4194304 1034 18510 0 2 4 1 298 17 15 0 1 0 639030923 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6024/statm: 3400 799 370 3 0 500 0
[pid=6047] ppid=6024 vsize=5356 CPUtime=0
/proc/6047/stat : 6047 (sh) S 6024 6024 4613 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639031251 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6047/statm: 1339 232 193 169 0 50 0
[pid=6048] ppid=6047 vsize=23304 CPUtime=2.99
/proc/6048/stat : 6048 (minisat) R 6047 6024 4613 0 -1 4194304 5638 0 0 0 296 3 0 0 25 0 1 0 639031252 23863296 5624 996147200 134512640 135127466 4294956256 18446744073709551615 134521482 0 0 4096 3 0 0 0 17 0 0 0
/proc/6048/statm: 5826 5624 76 150 0 5673 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 42260

[startup+12.7012 s]
/proc/loadavg: 2.01 2.00 2.00 3/76 6048
/proc/meminfo: memFree=1703288/2055920 swapFree=4179388/4192956
[pid=6024] ppid=6022 vsize=13600 CPUtime=3.2
/proc/6024/stat : 6024 (sugar) S 6022 6024 4613 0 -1 4194304 1034 18510 0 2 4 1 298 17 16 0 1 0 639030923 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6024/statm: 3400 799 370 3 0 500 0
[pid=6047] ppid=6024 vsize=5356 CPUtime=0
/proc/6047/stat : 6047 (sh) S 6024 6024 4613 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639031251 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6047/statm: 1339 232 193 169 0 50 0
[pid=6048] ppid=6047 vsize=26960 CPUtime=9.37
/proc/6048/stat : 6048 (minisat) R 6047 6024 4613 0 -1 4194304 6549 0 0 0 933 4 0 0 25 0 1 0 639031252 27607040 6535 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6048/statm: 6740 6535 76 150 0 6587 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 45916

[startup+25.5016 s]
/proc/loadavg: 2.15 2.03 2.01 3/76 6048
/proc/meminfo: memFree=1700408/2055920 swapFree=4179388/4192956
[pid=6024] ppid=6022 vsize=13600 CPUtime=3.2
/proc/6024/stat : 6024 (sugar) S 6022 6024 4613 0 -1 4194304 1034 18510 0 2 4 1 298 17 16 0 1 0 639030923 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6024/statm: 3400 799 370 3 0 500 0
[pid=6047] ppid=6024 vsize=5356 CPUtime=0
/proc/6047/stat : 6047 (sh) S 6024 6024 4613 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639031251 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6047/statm: 1339 232 193 169 0 50 0
[pid=6048] ppid=6047 vsize=29828 CPUtime=22.12
/proc/6048/stat : 6048 (minisat) R 6047 6024 4613 0 -1 4194304 7246 0 0 0 2207 5 0 0 25 0 1 0 639031252 30543872 7232 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6048/statm: 7457 7232 76 150 0 7304 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 48784

[startup+51.1015 s]
/proc/loadavg: 2.24 2.06 2.02 3/76 6048
/proc/meminfo: memFree=1695736/2055920 swapFree=4179388/4192956
[pid=6024] ppid=6022 vsize=13600 CPUtime=3.2
/proc/6024/stat : 6024 (sugar) S 6022 6024 4613 0 -1 4194304 1034 18510 0 2 4 1 298 17 16 0 1 0 639030923 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6024/statm: 3400 799 370 3 0 500 0
[pid=6047] ppid=6024 vsize=5356 CPUtime=0
/proc/6047/stat : 6047 (sh) S 6024 6024 4613 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639031251 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6047/statm: 1339 232 193 169 0 50 0
[pid=6048] ppid=6047 vsize=34768 CPUtime=47.6
/proc/6048/stat : 6048 (minisat) R 6047 6024 4613 0 -1 4194304 8452 0 0 0 4754 6 0 0 25 0 1 0 639031252 35602432 8438 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/6048/statm: 8692 8438 76 150 0 8539 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 53724

[startup+102.305 s]
/proc/loadavg: 2.16 2.06 2.02 3/76 6048
/proc/meminfo: memFree=1687096/2055920 swapFree=4179388/4192956
[pid=6024] ppid=6022 vsize=13600 CPUtime=3.2
/proc/6024/stat : 6024 (sugar) S 6022 6024 4613 0 -1 4194304 1034 18510 0 2 4 1 298 17 16 0 1 0 639030923 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6024/statm: 3400 799 370 3 0 500 0
[pid=6047] ppid=6024 vsize=5356 CPUtime=0
/proc/6047/stat : 6047 (sh) S 6024 6024 4613 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639031251 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6047/statm: 1339 232 193 169 0 50 0
[pid=6048] ppid=6047 vsize=43420 CPUtime=98.6
/proc/6048/stat : 6048 (minisat) R 6047 6024 4613 0 -1 4194304 10586 0 0 0 9852 8 0 0 25 0 1 0 639031252 44462080 10572 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6048/statm: 10855 10572 76 150 0 10702 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 62376

[startup+162.302 s]
/proc/loadavg: 2.10 2.06 2.02 3/76 6048
/proc/meminfo: memFree=1680568/2055920 swapFree=4179388/4192956
[pid=6024] ppid=6022 vsize=13600 CPUtime=3.2
/proc/6024/stat : 6024 (sugar) S 6022 6024 4613 0 -1 4194304 1034 18510 0 2 4 1 298 17 16 0 1 0 639030923 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6024/statm: 3400 799 370 3 0 500 0
[pid=6047] ppid=6024 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1663480/2055920 swapFree=4179388/4192956
[pid=6024] ppid=6022 vsize=13600 CPUtime=3.2
/proc/6024/stat : 6024 (sugar) S 6022 6024 4613 0 -1 4194304 1034 18510 0 2 4 1 298 17 16 0 1 0 639030923 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6024/statm: 3400 799 370 3 0 500 0
[pid=6047] ppid=6024 vsize=5356 CPUtime=0
/proc/6047/stat : 6047 (sh) S 6024 6024 4613 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639031251 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6047/statm: 1339 232 193 169 0 50 0
[pid=6048] ppid=6047 vsize=103456 CPUtime=1293.75
/proc/6048/stat : 6048 (minisat) R 6047 6024 4613 0 -1 4194304 25124 0 0 0 129352 23 0 0 25 0 1 0 639031252 105938944 25110 996147200 134512640 135127466 4294956256 18446744073709551615 134530736 0 0 4096 3 0 0 0 17 0 0 0
/proc/6048/statm: 25864 25110 76 150 0 25711 0
Current children cumulated CPU time (s) 1296.95
Current children cumulated vsize (KiB) 122412

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 6078
/proc/meminfo: memFree=1662072/2055920 swapFree=4179388/4192956
[pid=6024] ppid=6022 vsize=13600 CPUtime=3.2
/proc/6024/stat : 6024 (sugar) S 6022 6024 4613 0 -1 4194304 1034 18510 0 2 4 1 298 17 16 0 1 0 639030923 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6024/statm: 3400 799 370 3 0 500 0
[pid=6047] ppid=6024 vsize=5356 CPUtime=0
/proc/6047/stat : 6047 (sh) S 6024 6024 4613 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639031251 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6047/statm: 1339 232 193 169 0 50 0
[pid=6048] ppid=6047 vsize=104916 CPUtime=1353.52
/proc/6048/stat : 6048 (minisat) R 6047 6024 4613 0 -1 4194304 25481 0 0 0 135328 24 0 0 25 0 1 0 639031252 107433984 25467 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6048/statm: 26229 25467 76 150 0 26076 0
Current children cumulated CPU time (s) 1356.72
Current children cumulated vsize (KiB) 123872

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 6078
/proc/meminfo: memFree=1660664/2055920 swapFree=4179388/4192956
[pid=6024] ppid=6022 vsize=13600 CPUtime=3.2
/proc/6024/stat : 6024 (sugar) S 6022 6024 4613 0 -1 4194304 1034 18510 0 2 4 1 298 17 16 0 1 0 639030923 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6024/statm: 3400 799 370 3 0 500 0
[pid=6047] ppid=6024 vsize=5356 CPUtime=0
/proc/6047/stat : 6047 (sh) S 6024 6024 4613 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639031251 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6047/statm: 1339 232 193 169 0 50 0
[pid=6048] ppid=6047 vsize=106304 CPUtime=1413.28
/proc/6048/stat : 6048 (minisat) R 6047 6024 4613 0 -1 4194304 25807 0 0 0 141304 24 0 0 25 0 1 0 639031252 108855296 25793 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6048/statm: 26576 25793 76 150 0 26423 0
Current children cumulated CPU time (s) 1416.48
Current children cumulated vsize (KiB) 125260

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 6078
/proc/meminfo: memFree=1659512/2055920 swapFree=4179388/4192956
[pid=6024] ppid=6022 vsize=13600 CPUtime=3.2
/proc/6024/stat : 6024 (sugar) S 6022 6024 4613 0 -1 4194304 1034 18510 0 2 4 1 298 17 16 0 1 0 639030923 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6024/statm: 3400 799 370 3 0 500 0
[pid=6047] ppid=6024 vsize=5356 CPUtime=0
/proc/6047/stat : 6047 (sh) S 6024 6024 4613 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639031251 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6047/statm: 1339 232 193 169 0 50 0
[pid=6048] ppid=6047 vsize=107360 CPUtime=1473.03
/proc/6048/stat : 6048 (minisat) R 6047 6024 4613 0 -1 4194304 26097 0 0 0 147279 24 0 0 25 0 1 0 639031252 109936640 26083 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6048/statm: 26840 26083 76 150 0 26687 0
Current children cumulated CPU time (s) 1476.23
Current children cumulated vsize (KiB) 126316

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 6078
/proc/meminfo: memFree=1658360/2055920 swapFree=4179388/4192956
[pid=6024] ppid=6022 vsize=13600 CPUtime=3.2
/proc/6024/stat : 6024 (sugar) S 6022 6024 4613 0 -1 4194304 1034 18510 0 2 4 1 298 17 16 0 1 0 639030923 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6024/statm: 3400 799 370 3 0 500 0
[pid=6047] ppid=6024 vsize=5356 CPUtime=0
/proc/6047/stat : 6047 (sh) S 6024 6024 4613 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639031251 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6047/statm: 1339 232 193 169 0 50 0
[pid=6048] ppid=6047 vsize=108416 CPUtime=1532.8
/proc/6048/stat : 6048 (minisat) R 6047 6024 4613 0 -1 4194304 26381 0 0 0 153255 25 0 0 25 0 1 0 639031252 111017984 26367 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6048/statm: 27104 26367 76 150 0 26951 0
Current children cumulated CPU time (s) 1536
Current children cumulated vsize (KiB) 127372

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 6078
/proc/meminfo: memFree=1657208/2055920 swapFree=4179388/4192956
[pid=6024] ppid=6022 vsize=13600 CPUtime=3.2
/proc/6024/stat : 6024 (sugar) S 6022 6024 4613 0 -1 4194304 1034 18510 0 2 4 1 298 17 16 0 1 0 639030923 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6024/statm: 3400 799 370 3 0 500 0
[pid=6047] ppid=6024 vsize=5356 CPUtime=0
/proc/6047/stat : 6047 (sh) S 6024 6024 4613 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639031251 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6047/statm: 1339 232 193 169 0 50 0
[pid=6048] ppid=6047 vsize=109680 CPUtime=1592.55
/proc/6048/stat : 6048 (minisat) R 6047 6024 4613 0 -1 4194304 26674 0 0 0 159230 25 0 0 25 0 1 0 639031252 112312320 26660 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6048/statm: 27420 26660 76 150 0 27267 0
Current children cumulated CPU time (s) 1595.75
Current children cumulated vsize (KiB) 128636

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 6078
/proc/meminfo: memFree=1656120/2055920 swapFree=4179388/4192956
[pid=6024] ppid=6022 vsize=13600 CPUtime=3.2
/proc/6024/stat : 6024 (sugar) S 6022 6024 4613 0 -1 4194304 1034 18510 0 2 4 1 298 17 16 0 1 0 639030923 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6024/statm: 3400 799 370 3 0 500 0
[pid=6047] ppid=6024 vsize=5356 CPUtime=0
/proc/6047/stat : 6047 (sh) S 6024 6024 4613 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639031251 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6047/statm: 1339 232 193 169 0 50 0
[pid=6048] ppid=6047 vsize=110804 CPUtime=1652.31
/proc/6048/stat : 6048 (minisat) R 6047 6024 4613 0 -1 4194304 26963 0 0 0 165206 25 0 0 25 0 1 0 639031252 113463296 26949 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6048/statm: 27701 26949 76 150 0 27548 0
Current children cumulated CPU time (s) 1655.51
Current children cumulated vsize (KiB) 129760

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 6078
/proc/meminfo: memFree=1655096/2055920 swapFree=4179388/4192956
[pid=6024] ppid=6022 vsize=13600 CPUtime=3.2
/proc/6024/stat : 6024 (sugar) S 6022 6024 4613 0 -1 4194304 1034 18510 0 2 4 1 298 17 16 0 1 0 639030923 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6024/statm: 3400 799 370 3 0 500 0
[pid=6047] ppid=6024 vsize=5356 CPUtime=0
/proc/6047/stat : 6047 (sh) S 6024 6024 4613 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639031251 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6047/statm: 1339 232 193 169 0 50 0
[pid=6048] ppid=6047 vsize=111780 CPUtime=1712.07
/proc/6048/stat : 6048 (minisat) R 6047 6024 4613 0 -1 4194304 27210 0 0 0 171181 26 0 0 25 0 1 0 639031252 114462720 27196 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6048/statm: 27945 27196 76 150 0 27792 0
Current children cumulated CPU time (s) 1715.27
Current children cumulated vsize (KiB) 130736

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 6078
/proc/meminfo: memFree=1653624/2055920 swapFree=4179388/4192956
[pid=6024] ppid=6022 vsize=13600 CPUtime=3.2
/proc/6024/stat : 6024 (sugar) S 6022 6024 4613 0 -1 4194304 1034 18510 0 2 4 1 298 17 16 0 1 0 639030923 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6024/statm: 3400 799 370 3 0 500 0
[pid=6047] ppid=6024 vsize=5356 CPUtime=0
/proc/6047/stat : 6047 (sh) S 6024 6024 4613 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639031251 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6047/statm: 1339 232 193 169 0 50 0
[pid=6048] ppid=6047 vsize=112924 CPUtime=1771.83
/proc/6048/stat : 6048 (minisat) R 6047 6024 4613 0 -1 4194304 27515 0 0 0 177157 26 0 0 25 0 1 0 639031252 115634176 27501 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6048/statm: 28231 27501 76 150 0 28078 0
Current children cumulated CPU time (s) 1775.03
Current children cumulated vsize (KiB) 131880



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 6078
/proc/meminfo: memFree=1653048/2055920 swapFree=4179388/4192956
[pid=6024] ppid=6022 vsize=13600 CPUtime=3.2
/proc/6024/stat : 6024 (sugar) S 6022 6024 4613 0 -1 4194304 1034 18510 0 2 4 1 298 17 16 0 1 0 639030923 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6024/statm: 3400 799 370 3 0 500 0
[pid=6047] ppid=6024 vsize=5356 CPUtime=0
/proc/6047/stat : 6047 (sh) S 6024 6024 4613 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639031251 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6047/statm: 1339 232 193 169 0 50 0
[pid=6048] ppid=6047 vsize=113472 CPUtime=1796.83
/proc/6048/stat : 6048 (minisat) R 6047 6024 4613 0 -1 4194304 27664 0 0 0 179657 26 0 0 25 0 1 0 639031252 116195328 27650 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6048/statm: 28368 27650 76 150 0 28215 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 132428

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 6024 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=26539
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=189971
# CPU time returned by wait4() is 3.21651
# 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): 1807.43
CPU time (s): 1800.03
CPU user time (s): 1799.59
CPU system time (s): 0.44
CPU usage (%): 99.5906
Max. virtual memory (cumulated for all children) (KiB): 887512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.02654
system time used= 0.189971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19887
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= 3489
involuntary context switches= 3341

runsolver used 1.66175 second user time and 4.92825 second system time

The end

Launcher Data (download as text)

Begin job on node87 at 2008-07-05 16:22:33
IDJOB=1089342
IDBENCH=58255
IDSOLVER=346
FILE ID=node87/1089342-1215267752
PBS_JOBID= 7882135
Free space on /tmp= 66480 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/leighton/leighton-25/normalized-lei450-25a-23.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1089342-1215267752/watcher-1089342-1215267752 -o /tmp/evaluation-result-1089342-1215267752/solver-1089342-1215267752 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1089342-1215267752.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= db98c53488e7b2aca62f1c75d3774cd9
RANDOM SEED=2125390684

node87.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.232
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.232
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1739696 kB
Buffers:         27364 kB
Cached:         187552 kB
SwapCached:       7716 kB
Active:         180944 kB
Inactive:        89764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1739696 kB
SwapTotal:     4192956 kB
SwapFree:      4179388 kB
Dirty:            2296 kB
Writeback:           0 kB
Mapped:          63540 kB
Slab:            30680 kB
Committed_AS:  1792636 kB
PageTables:       1928 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66480 MiB
End job on node87 at 2008-07-05 16:52:42