Trace number 1089405

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.02 1816.03

General information on the benchmark

Namecsp/graphColoring/leighton/leighton-25/
normalized-lei450-25a-15.xml
MD5SUM36f7bb4525a596900e07fbeb72405348
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.312952
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints8260
Maximum constraint arity2
Maximum domain size15
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.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 16:25:51 2008
0.00/0.05	c 0	PID 30699
0.00/0.05	c 0	HOST node6.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1089405-1215267951.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1089405-1215267951.xml' 'HOME/temp.csp'
0.96/1.05	c 1	1 domains, 450 variables, 1 predicates, 0 relations, 8260 constraints
0.96/1.08	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.96/1.08	c 1	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'
1.01/1.17	c 1	Parsing HOME/temp.csp
1.01/1.48	c 1	parsed 8712 expressions
1.01/1.48	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.01/1.48	c 1	Converting to clausal form CSP
1.01/1.67	c 1	converted 872 (10%) expressions
1.01/1.72	c 2	converted 1743 (20%) expressions
1.01/1.75	c 2	converted 2614 (30%) expressions
1.01/1.77	c 2	converted 3485 (40%) expressions
1.01/1.85	c 2	converted 4356 (50%) expressions
1.01/1.87	c 2	converted 5228 (60%) expressions
1.01/1.90	c 2	converted 6099 (70%) expressions
1.01/1.92	c 2	converted 6970 (80%) expressions
1.01/1.95	c 2	converted 7841 (90%) expressions
1.01/1.97	c 2	converted 8712 (100%) expressions
1.01/1.97	c 2	CSP : 450 integers, 0 booleans, 8260 clauses, largest domain size 15
1.01/1.97	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.01/1.97	c 2	Propagation in CSP
2.00/2.13	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.00/2.13	c 2	CSP : 450 integers, 0 booleans, 8260 clauses, largest domain size 15
2.00/2.13	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.00/2.13	c 2	Simplifing CSP by introducing new Boolean variables
2.20/2.31	c 2	CSP : 450 integers, 16520 booleans, 24780 clauses, largest domain size 15
2.20/2.31	c 2	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.30/2.41	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.30/2.45	c 2	45 (10%) CSP integer variables are encoded (585 clauses, 6299 bytes)
2.30/2.45	c 2	90 (20%) CSP integer variables are encoded (1170 clauses, 13219 bytes)
2.30/2.45	c 2	135 (30%) CSP integer variables are encoded (1755 clauses, 20824 bytes)
2.30/2.45	c 2	180 (40%) CSP integer variables are encoded (2340 clauses, 28429 bytes)
2.30/2.46	c 2	225 (50%) CSP integer variables are encoded (2925 clauses, 36034 bytes)
2.30/2.46	c 2	270 (60%) CSP integer variables are encoded (3510 clauses, 43639 bytes)
2.30/2.46	c 2	315 (70%) CSP integer variables are encoded (4095 clauses, 51244 bytes)
2.30/2.46	c 2	360 (80%) CSP integer variables are encoded (4680 clauses, 58849 bytes)
2.30/2.47	c 2	405 (90%) CSP integer variables are encoded (5265 clauses, 66454 bytes)
2.30/2.47	c 2	450 (100%) CSP integer variables are encoded (5850 clauses, 74059 bytes)
2.49/2.61	c 2	2478 (10%) CSP clauses are encoded (31456 clauses, 504623 bytes)
2.49/2.69	c 2	4956 (20%) CSP clauses are encoded (57062 clauses, 942571 bytes)
2.59/2.78	c 3	7434 (30%) CSP clauses are encoded (82668 clauses, 1411797 bytes)
2.69/2.88	c 3	9912 (40%) CSP clauses are encoded (108274 clauses, 1900789 bytes)
2.79/2.97	c 3	12390 (50%) CSP clauses are encoded (133880 clauses, 2389781 bytes)
2.89/3.07	c 3	14868 (60%) CSP clauses are encoded (159486 clauses, 2878773 bytes)
2.98/3.16	c 3	17346 (70%) CSP clauses are encoded (185092 clauses, 3367765 bytes)
3.08/3.25	c 3	19824 (80%) CSP clauses are encoded (210698 clauses, 3856757 bytes)
3.18/3.34	c 3	22302 (90%) CSP clauses are encoded (236304 clauses, 4345749 bytes)
3.28/3.43	c 3	24780 (100%) CSP clauses are encoded (261910 clauses, 4834741 bytes)
3.28/3.43	c 3	24780 CSP clauses encoded
3.28/3.43	c 3	Writing map file : HOME/temp.map
3.28/3.45	c 3	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.28/3.45	c 3	SAT : 22820 SAT variables, 261910 SAT clauses, 4834741 bytes
3.28/3.45	c 3	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.28/3.49	c 3	SOLVING HOME/temp.cnf
3.28/3.49	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.28/3.49	c 3	This is MiniSat 2.0 beta
3.28/3.49	c 3	WARNING: for repeatability, setting FPU to use double precision
3.28/3.49	c 3	============================[ Problem Statistics ]=============================
3.28/3.49	c 3	|                                                                             |
3.28/3.50	c 3	|  Number of variables:  22820                                                |
3.28/3.50	c 3	|  Number of clauses:    261910                                               |
3.37/3.65	c 3	|  Parsing time:         0.13         s                                       |
3.37/3.66	c 3	============================[ Search Statistics ]==============================
3.37/3.66	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.37/3.66	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.37/3.66	c 3	===============================================================================
3.37/3.66	c 3	|         0 |   22820   261910   738580 |    87303        0    nan |  0.000 % |
3.37/3.72	c 4	|       103 |   22820   261910   738580 |    96033      103     21 |  0.000 % |
3.37/3.73	c 4	|       255 |   22820   261910   738580 |   105637      255     13 |  0.000 % |
3.37/3.75	c 4	|       481 |   22820   261910   738580 |   116200      481     11 |  0.000 % |
3.37/3.78	c 4	|       818 |   22820   261910   738580 |   127820      818     11 |  0.000 % |
3.37/3.81	c 4	|      1324 |   22820   261910   738580 |   140602     1324     10 |  0.000 % |
3.37/3.85	c 4	|      2084 |   22820   261910   738580 |   154663     2084      9 |  0.000 % |
3.37/3.91	c 4	|      3224 |   22820   261910   738580 |   170129     3224      9 |  0.000 % |
3.37/4.01	c 4	|      4935 |   22820   261910   738580 |   187142     4935      9 |  0.000 % |
3.37/4.21	c 4	|      7497 |   22820   261910   738580 |   205856     7497     10 |  0.000 % |
4.25/4.43	c 4	|     11343 |   22820   261910   738580 |   226442    11343     10 |  0.000 % |
4.75/4.93	c 5	|     17109 |   22820   261910   738580 |   249086    17109     10 |  0.000 % |
5.54/5.76	c 6	|     25758 |   22820   261910   738580 |   273995    25758     11 |  0.000 % |
7.71/7.97	c 8	|     38732 |   22820   261910   738580 |   301394    38732     11 |  0.000 % |
14.85/15.18	c 15	|     58193 |   22820   261910   738580 |   331534    58193     12 |  0.000 % |
23.37/23.79	c 24	|     87385 |   22820   261910   738580 |   364687    87385     12 |  0.000 % |
54.07/54.72	c 55	|    131174 |   22820   261910   738580 |   401156   131174     13 |  0.000 % |
133.60/135.09	c 135	|    196858 |   22820   261910   738580 |   441272   196858     13 |  0.000 % |
321.81/325.05	c 325	|    295384 |   22820   261910   738580 |   485399   295384     13 |  0.000 % |
694.35/701.10	c 701	|    443176 |   22820   261910   738580 |   533939   443176     14 |  0.000 % |
1137.80/1148.84	c 1149	|    664859 |   22820   261910   738580 |   587333   150146     14 |  0.000 % |
1800.02/1816.02	c 1816	DECODING HOME/temp.out WITH HOME/temp.map
1800.02/1816.02	c 1816	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.02/1816.02	c ERROR INTERRUPTED
1800.02/1816.02	s UNKNOWN
1800.02/1816.02	c 1816	CPU 3.19 (0.04 0.01 3.15 0.18)
1800.02/1816.02	c 1816	END Sat Jul  5 16:56:07 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-1089405-1215267951/watcher-1089405-1215267951 -o /tmp/evaluation-result-1089405-1215267951/solver-1089405-1215267951 -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-1089405-1215267951.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.95 1.95 1.93 4/81 30699
/proc/meminfo: memFree=1715144/2055924 swapFree=4180432/4192956
[pid=30699] ppid=30697 vsize=12268 CPUtime=0
/proc/30699/stat : 30699 (sugar) R 30697 30699 29526 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2005770355 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 268583008869 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/30699/statm: 3067 316 241 3 0 167 0

[startup+0.0985031 s]
/proc/loadavg: 1.95 1.95 1.93 4/81 30699
/proc/meminfo: memFree=1715144/2055924 swapFree=4180432/4192956
[pid=30699] ppid=30697 vsize=13600 CPUtime=0.03
/proc/30699/stat : 30699 (sugar) S 30697 30699 29526 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2005770355 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30699/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102429 s]
/proc/loadavg: 1.95 1.95 1.93 4/81 30699
/proc/meminfo: memFree=1715144/2055924 swapFree=4180432/4192956
[pid=30699] ppid=30697 vsize=13600 CPUtime=0.03
/proc/30699/stat : 30699 (sugar) S 30697 30699 29526 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2005770355 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30699/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302466 s]
/proc/loadavg: 1.95 1.95 1.93 4/81 30699
/proc/meminfo: memFree=1715144/2055924 swapFree=4180432/4192956
[pid=30699] ppid=30697 vsize=13600 CPUtime=0.03
/proc/30699/stat : 30699 (sugar) S 30697 30699 29526 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2005770355 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30699/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702552 s]
/proc/loadavg: 1.95 1.95 1.93 4/81 30699
/proc/meminfo: memFree=1715144/2055924 swapFree=4180432/4192956
[pid=30699] ppid=30697 vsize=13600 CPUtime=0.03
/proc/30699/stat : 30699 (sugar) S 30697 30699 29526 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2005770355 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30699/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50171 s]
/proc/loadavg: 1.95 1.95 1.93 3/92 30711
/proc/meminfo: memFree=1694000/2055924 swapFree=4180432/4192956
[pid=30699] ppid=30697 vsize=13600 CPUtime=1.01
/proc/30699/stat : 30699 (sugar) S 30697 30699 29526 0 -1 4194304 973 8549 0 1 3 0 92 6 15 0 1 0 2005770355 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30699/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 13600

[startup+3.10303 s]
/proc/loadavg: 1.95 1.95 1.93 4/92 30721
/proc/meminfo: memFree=1693232/2055924 swapFree=4180432/4192956
[pid=30699] ppid=30697 vsize=13600 CPUtime=1.01
/proc/30699/stat : 30699 (sugar) S 30697 30699 29526 0 -1 4194304 974 8549 0 1 3 0 92 6 15 0 1 0 2005770355 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30699/statm: 3400 797 370 3 0 500 0
[pid=30712] ppid=30699 vsize=5356 CPUtime=0
/proc/30712/stat : 30712 (sh) S 30699 30699 29526 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2005770464 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30712/statm: 1339 233 193 169 0 50 0
[pid=30713] ppid=30712 vsize=868496 CPUtime=1.97
/proc/30713/stat : 30713 (java) S 30712 30699 29526 0 -1 0 9543 0 1 0 188 9 0 0 18 0 9 0 2005770464 889339904 8623 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30713/statm: 217124 8623 2565 9 0 211671 0
[pid=30713/tid=30714] ppid=30712 vsize=868496 CPUtime=1.24
/proc/30713/task/30714/stat : 30714 (java) R 30712 30699 29526 0 -1 64 2947 0 1 0 120 4 0 0 25 0 9 0 2005770465 889339904 8623 996147200 134512640 134550740 4294955952 18446744073709551615 4126476347 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30713/tid=30715] ppid=30712 vsize=868496 CPUtime=0.45
/proc/30713/task/30715/stat : 30715 (java) S 30712 30699 29526 0 -1 64 4412 0 0 0 43 2 0 0 16 0 9 0 2005770466 889339904 8623 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30713/tid=30716] ppid=30712 vsize=868496 CPUtime=0
/proc/30713/task/30716/stat : 30716 (java) S 30712 30699 29526 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2005770466 889339904 8623 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30713/tid=30717] ppid=30712 vsize=868496 CPUtime=0
/proc/30713/task/30717/stat : 30717 (java) S 30712 30699 29526 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2005770466 889339904 8623 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30713/tid=30718] ppid=30712 vsize=868496 CPUtime=0
/proc/30713/task/30718/stat : 30718 (java) S 30712 30699 29526 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2005770468 889339904 8623 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30713/tid=30719] ppid=30712 vsize=868496 CPUtime=0.26
/proc/30713/task/30719/stat : 30719 (java) S 30712 30699 29526 0 -1 64 1491 0 0 0 25 1 0 0 15 0 9 0 2005770468 889339904 8623 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30713/tid=30720] ppid=30712 vsize=868496 CPUtime=0
/proc/30713/task/30720/stat : 30720 (java) S 30712 30699 29526 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2005770468 889339904 8623 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30713/tid=30721] ppid=30712 vsize=868496 CPUtime=0
/proc/30713/task/30721/stat : 30721 (java) S 30712 30699 29526 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2005770469 889339904 8623 996147200 134512640 134550740 4294955952 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) 887452

[startup+6.30166 s]
/proc/loadavg: 1.96 1.95 1.93 3/84 30723
/proc/meminfo: memFree=1690416/2055924 swapFree=4180432/4192956
[pid=30699] ppid=30697 vsize=13600 CPUtime=3.37
/proc/30699/stat : 30699 (sugar) S 30697 30699 29526 0 -1 4194304 1034 18434 0 2 4 1 315 17 15 0 1 0 2005770355 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30699/statm: 3400 799 370 3 0 500 0
[pid=30722] ppid=30699 vsize=5356 CPUtime=0
/proc/30722/stat : 30722 (sh) S 30699 30699 29526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005770705 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30722/statm: 1339 232 193 169 0 50 0
[pid=30723] ppid=30722 vsize=16944 CPUtime=2.76
/proc/30723/stat : 30723 (minisat) R 30722 30699 29526 0 -1 4194304 4021 0 0 0 273 3 0 0 25 0 1 0 2005770705 17350656 4007 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30723/statm: 4236 4007 76 150 0 4083 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 35900

[startup+12.7019 s]
/proc/loadavg: 1.96 1.95 1.93 3/84 30723
/proc/meminfo: memFree=1687728/2055924 swapFree=4180432/4192956
[pid=30699] ppid=30697 vsize=13600 CPUtime=3.37
/proc/30699/stat : 30699 (sugar) S 30697 30699 29526 0 -1 4194304 1034 18434 0 2 4 1 315 17 16 0 1 0 2005770355 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30699/statm: 3400 799 370 3 0 500 0
[pid=30722] ppid=30699 vsize=5356 CPUtime=0
/proc/30722/stat : 30722 (sh) S 30699 30699 29526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005770705 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30722/statm: 1339 232 193 169 0 50 0
[pid=30723] ppid=30722 vsize=18880 CPUtime=9.1
/proc/30723/stat : 30723 (minisat) R 30722 30699 29526 0 -1 4194304 4517 0 0 0 906 4 0 0 25 0 1 0 2005770705 19333120 4503 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/30723/statm: 4720 4503 76 150 0 4567 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 37836

[startup+25.5024 s]
/proc/loadavg: 1.97 1.96 1.93 3/84 30723
/proc/meminfo: memFree=1682544/2055924 swapFree=4180432/4192956
[pid=30699] ppid=30697 vsize=13600 CPUtime=3.37
/proc/30699/stat : 30699 (sugar) S 30697 30699 29526 0 -1 4194304 1034 18434 0 2 4 1 315 17 16 0 1 0 2005770355 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30699/statm: 3400 799 370 3 0 500 0
[pid=30722] ppid=30699 vsize=5356 CPUtime=0
/proc/30722/stat : 30722 (sh) S 30699 30699 29526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005770705 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30722/statm: 1339 232 193 169 0 50 0
[pid=30723] ppid=30722 vsize=22388 CPUtime=21.78
/proc/30723/stat : 30723 (minisat) R 30722 30699 29526 0 -1 4194304 5381 0 0 0 2173 5 0 0 25 0 1 0 2005770705 22925312 5367 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30723/statm: 5597 5367 76 150 0 5444 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 41344

[startup+51.1025 s]
/proc/loadavg: 1.98 1.96 1.93 3/84 30723
/proc/meminfo: memFree=1675056/2055924 swapFree=4180432/4192956
[pid=30699] ppid=30697 vsize=13600 CPUtime=3.37
/proc/30699/stat : 30699 (sugar) S 30697 30699 29526 0 -1 4194304 1034 18434 0 2 4 1 315 17 16 0 1 0 2005770355 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30699/statm: 3400 799 370 3 0 500 0
[pid=30722] ppid=30699 vsize=5356 CPUtime=0
/proc/30722/stat : 30722 (sh) S 30699 30699 29526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005770705 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30722/statm: 1339 232 193 169 0 50 0
[pid=30723] ppid=30722 vsize=25668 CPUtime=47.13
/proc/30723/stat : 30723 (minisat) R 30722 30699 29526 0 -1 4194304 6187 0 0 0 4707 6 0 0 25 0 1 0 2005770705 26284032 6173 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30723/statm: 6417 6173 76 150 0 6264 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 44624

[startup+102.308 s]
/proc/loadavg: 1.99 1.96 1.93 3/84 30723
/proc/meminfo: memFree=1664560/2055924 swapFree=4180432/4192956
[pid=30699] ppid=30697 vsize=13600 CPUtime=3.37
/proc/30699/stat : 30699 (sugar) S 30697 30699 29526 0 -1 4194304 1034 18434 0 2 4 1 315 17 16 0 1 0 2005770355 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30699/statm: 3400 799 370 3 0 500 0
[pid=30722] ppid=30699 vsize=5356 CPUtime=0
/proc/30722/stat : 30722 (sh) S 30699 30699 29526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005770705 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30722/statm: 1339 232 193 169 0 50 0
[pid=30723] ppid=30722 vsize=30368 CPUtime=97.85
/proc/30723/stat : 30723 (minisat) R 30722 30699 29526 0 -1 4194304 7346 0 0 0 9777 8 0 0 25 0 1 0 2005770705 31096832 7332 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30723/statm: 7592 7332 76 150 0 7439 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 49324

[startup+162.302 s]
/proc/loadavg: 1.99 1.97 1.93 3/84 30723
/proc/meminfo: memFree=1658032/2055924 swapFree=4180432/4192956
[pid=30699] ppid=30697 vsize=13600 CPUtime=3.37
/proc/30699/stat : 30699 (sugar) S 30697 30699 29526 0 -1 4194304 1034 18434 0 2 4 1 315 17 16 0 1 0 2005770355 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30699/statm: 3400 799 370 3 0 500 0
[pid=30722] ppid=30699 vsize=5356 CPUtime=0
/proc/30722/stat : 30722 (sh) S 30699 30699 29526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005770705 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30722/statm: 1339 232 193 169 0 50 0
[pid=30723] ppid=30722 vsize=34736 CPUtime=157.27
/proc/30723/stat : 30723 (minisat) R 30722 30699 29526 0 -1 4194304 8322 0 0 0 15718 9 0 0 25 0 1 0 2005770705 35569664 8308 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/30723/statm: 8684 8308 76 150 0 8531 0
Current children cumulated CPU time (s) 160.64
Current children cumulated vsize (KiB) 53692

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.93 3/84 30723
/proc/meminfo: memFree=1652016/2055924 swapFree=4180432/4192956
[pid=30699] ppid=30697 vsize=13600 CPUtime=3.37
/proc/30699/stat : 30699 (sugar) S 30697 30699 29526 0 -1 4194304 1034 18434 0 2 4 1 315 17 16 0 1 0 2005770355 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30699/statm: 3400 799 370 3 0 500 0
[pid=30722] ppid=30699 vsize=5356 CPUtime=0
/proc/30722/stat : 30722 (sh) S 30699 30699 29526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005770705 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30722/statm: 1339 232 193 169 0 50 0
[pid=30723] ppid=30722 vsize=37484 CPUtime=216.7
/proc/30723/stat : 30723 (minisat) R 30722 30699 29526 0 -1 4194304 9029 0 0 0 21660 10 0 0 25 0 1 0 2005770705 38383616 9015 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30723/statm: 9371 9015 76 150 0 9218 0
Current children cumulated CPU time (s) 220.07
Current children cumulated vsize (KiB) 56440

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

/proc/meminfo: memFree=1621168/2055924 swapFree=4180432/4192956
[pid=30699] ppid=30697 vsize=13600 CPUtime=3.37
/proc/30699/stat : 30699 (sugar) S 30697 30699 29526 0 -1 4194304 1034 18434 0 2 4 1 315 17 16 0 1 0 2005770355 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30699/statm: 3400 799 370 3 0 500 0
[pid=30722] ppid=30699 vsize=5356 CPUtime=0
/proc/30722/stat : 30722 (sh) S 30699 30699 29526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005770705 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30722/statm: 1339 232 193 169 0 50 0
[pid=30723] ppid=30722 vsize=64844 CPUtime=1286.48
/proc/30723/stat : 30723 (minisat) R 30722 30699 29526 0 -1 4194304 15576 0 0 0 128631 17 0 0 25 0 1 0 2005770705 66400256 15562 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30723/statm: 16211 15562 76 150 0 16058 0
Current children cumulated CPU time (s) 1289.85
Current children cumulated vsize (KiB) 83800

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/84 30725
/proc/meminfo: memFree=1621168/2055924 swapFree=4180432/4192956
[pid=30699] ppid=30697 vsize=13600 CPUtime=3.37
/proc/30699/stat : 30699 (sugar) S 30697 30699 29526 0 -1 4194304 1034 18434 0 2 4 1 315 17 16 0 1 0 2005770355 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30699/statm: 3400 799 370 3 0 500 0
[pid=30722] ppid=30699 vsize=5356 CPUtime=0
/proc/30722/stat : 30722 (sh) S 30699 30699 29526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005770705 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30722/statm: 1339 232 193 169 0 50 0
[pid=30723] ppid=30722 vsize=64844 CPUtime=1345.91
/proc/30723/stat : 30723 (minisat) R 30722 30699 29526 0 -1 4194304 15584 0 0 0 134574 17 0 0 25 0 1 0 2005770705 66400256 15570 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30723/statm: 16211 15570 76 150 0 16058 0
Current children cumulated CPU time (s) 1349.28
Current children cumulated vsize (KiB) 83800

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/84 30725
/proc/meminfo: memFree=1620848/2055924 swapFree=4180432/4192956
[pid=30699] ppid=30697 vsize=13600 CPUtime=3.37
/proc/30699/stat : 30699 (sugar) S 30697 30699 29526 0 -1 4194304 1034 18434 0 2 4 1 315 17 16 0 1 0 2005770355 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30699/statm: 3400 799 370 3 0 500 0
[pid=30722] ppid=30699 vsize=5356 CPUtime=0
/proc/30722/stat : 30722 (sh) S 30699 30699 29526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005770705 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30722/statm: 1339 232 193 169 0 50 0
[pid=30723] ppid=30722 vsize=65252 CPUtime=1405.34
/proc/30723/stat : 30723 (minisat) R 30722 30699 29526 0 -1 4194304 15671 0 0 0 140517 17 0 0 25 0 1 0 2005770705 66818048 15657 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30723/statm: 16313 15657 76 150 0 16160 0
Current children cumulated CPU time (s) 1408.71
Current children cumulated vsize (KiB) 84208

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/84 30725
/proc/meminfo: memFree=1620720/2055924 swapFree=4180432/4192956
[pid=30699] ppid=30697 vsize=13600 CPUtime=3.37
/proc/30699/stat : 30699 (sugar) S 30697 30699 29526 0 -1 4194304 1034 18434 0 2 4 1 315 17 16 0 1 0 2005770355 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30699/statm: 3400 799 370 3 0 500 0
[pid=30722] ppid=30699 vsize=5356 CPUtime=0
/proc/30722/stat : 30722 (sh) S 30699 30699 29526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005770705 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30722/statm: 1339 232 193 169 0 50 0
[pid=30723] ppid=30722 vsize=65252 CPUtime=1464.78
/proc/30723/stat : 30723 (minisat) R 30722 30699 29526 0 -1 4194304 15681 0 0 0 146461 17 0 0 25 0 1 0 2005770705 66818048 15667 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30723/statm: 16313 15667 76 150 0 16160 0
Current children cumulated CPU time (s) 1468.15
Current children cumulated vsize (KiB) 84208

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/84 30725
/proc/meminfo: memFree=1620656/2055924 swapFree=4180432/4192956
[pid=30699] ppid=30697 vsize=13600 CPUtime=3.37
/proc/30699/stat : 30699 (sugar) S 30697 30699 29526 0 -1 4194304 1034 18434 0 2 4 1 315 17 16 0 1 0 2005770355 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30699/statm: 3400 799 370 3 0 500 0
[pid=30722] ppid=30699 vsize=5356 CPUtime=0
/proc/30722/stat : 30722 (sh) S 30699 30699 29526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005770705 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30722/statm: 1339 232 193 169 0 50 0
[pid=30723] ppid=30722 vsize=65252 CPUtime=1524.2
/proc/30723/stat : 30723 (minisat) R 30722 30699 29526 0 -1 4194304 15687 0 0 0 152403 17 0 0 25 0 1 0 2005770705 66818048 15673 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/30723/statm: 16313 15673 76 150 0 16160 0
Current children cumulated CPU time (s) 1527.57
Current children cumulated vsize (KiB) 84208

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/84 30725
/proc/meminfo: memFree=1620016/2055924 swapFree=4180432/4192956
[pid=30699] ppid=30697 vsize=13600 CPUtime=3.37
/proc/30699/stat : 30699 (sugar) S 30697 30699 29526 0 -1 4194304 1034 18434 0 2 4 1 315 17 16 0 1 0 2005770355 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30699/statm: 3400 799 370 3 0 500 0
[pid=30722] ppid=30699 vsize=5356 CPUtime=0
/proc/30722/stat : 30722 (sh) S 30699 30699 29526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005770705 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30722/statm: 1339 232 193 169 0 50 0
[pid=30723] ppid=30722 vsize=66152 CPUtime=1583.65
/proc/30723/stat : 30723 (minisat) R 30722 30699 29526 0 -1 4194304 15853 0 0 0 158347 18 0 0 25 0 1 0 2005770705 67739648 15839 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/30723/statm: 16538 15839 76 150 0 16385 0
Current children cumulated CPU time (s) 1587.02
Current children cumulated vsize (KiB) 85108

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/84 30725
/proc/meminfo: memFree=1619696/2055924 swapFree=4180432/4192956
[pid=30699] ppid=30697 vsize=13600 CPUtime=3.37
/proc/30699/stat : 30699 (sugar) S 30697 30699 29526 0 -1 4194304 1034 18434 0 2 4 1 315 17 16 0 1 0 2005770355 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30699/statm: 3400 799 370 3 0 500 0
[pid=30722] ppid=30699 vsize=5356 CPUtime=0
/proc/30722/stat : 30722 (sh) S 30699 30699 29526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005770705 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30722/statm: 1339 232 193 169 0 50 0
[pid=30723] ppid=30722 vsize=66396 CPUtime=1643.07
/proc/30723/stat : 30723 (minisat) R 30722 30699 29526 0 -1 4194304 15915 0 0 0 164289 18 0 0 25 0 1 0 2005770705 67989504 15901 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/30723/statm: 16599 15901 76 150 0 16446 0
Current children cumulated CPU time (s) 1646.44
Current children cumulated vsize (KiB) 85352

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/87 30821
/proc/meminfo: memFree=1618088/2055924 swapFree=4180432/4192956
[pid=30699] ppid=30697 vsize=13600 CPUtime=3.37
/proc/30699/stat : 30699 (sugar) S 30697 30699 29526 0 -1 4194304 1034 18434 0 2 4 1 315 17 16 0 1 0 2005770355 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30699/statm: 3400 799 370 3 0 500 0
[pid=30722] ppid=30699 vsize=5356 CPUtime=0
/proc/30722/stat : 30722 (sh) S 30699 30699 29526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005770705 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30722/statm: 1339 232 193 169 0 50 0
[pid=30723] ppid=30722 vsize=66888 CPUtime=1703
/proc/30723/stat : 30723 (minisat) R 30722 30699 29526 0 -1 4194304 16033 0 0 0 170281 19 0 0 25 0 1 0 2005770705 68493312 16019 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 0 0 0
/proc/30723/statm: 16722 16019 76 150 0 16569 0
Current children cumulated CPU time (s) 1706.37
Current children cumulated vsize (KiB) 85844

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/87 30821
/proc/meminfo: memFree=1617512/2055924 swapFree=4180432/4192956
[pid=30699] ppid=30697 vsize=13600 CPUtime=3.37
/proc/30699/stat : 30699 (sugar) S 30697 30699 29526 0 -1 4194304 1034 18434 0 2 4 1 315 17 16 0 1 0 2005770355 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30699/statm: 3400 799 370 3 0 500 0
[pid=30722] ppid=30699 vsize=5356 CPUtime=0
/proc/30722/stat : 30722 (sh) S 30699 30699 29526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005770705 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30722/statm: 1339 232 193 169 0 50 0
[pid=30723] ppid=30722 vsize=67292 CPUtime=1762.96
/proc/30723/stat : 30723 (minisat) R 30722 30699 29526 0 -1 4194304 16140 0 0 0 176277 19 0 0 25 0 1 0 2005770705 68907008 16126 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30723/statm: 16823 16126 76 150 0 16670 0
Current children cumulated CPU time (s) 1766.33
Current children cumulated vsize (KiB) 86248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816 s]
/proc/loadavg: 2.00 2.00 1.94 3/87 30821
/proc/meminfo: memFree=1617448/2055924 swapFree=4180432/4192956
[pid=30699] ppid=30697 vsize=13600 CPUtime=3.37
/proc/30699/stat : 30699 (sugar) S 30697 30699 29526 0 -1 4194304 1034 18434 0 2 4 1 315 17 16 0 1 0 2005770355 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30699/statm: 3400 799 370 3 0 500 0
[pid=30722] ppid=30699 vsize=5356 CPUtime=0
/proc/30722/stat : 30722 (sh) S 30699 30699 29526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005770705 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30722/statm: 1339 232 193 169 0 50 0
[pid=30723] ppid=30722 vsize=67492 CPUtime=1796.65
/proc/30723/stat : 30723 (minisat) R 30722 30699 29526 0 -1 4194304 16167 0 0 0 179646 19 0 0 25 0 1 0 2005770705 69111808 16153 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30723/statm: 16873 16153 76 150 0 16720 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 86448

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 30699 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=200513
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=195970
# CPU time returned by wait4() is 3.39648
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1816.03
CPU time (s): 1800.02
CPU user time (s): 1799.65
CPU system time (s): 0.37
CPU usage (%): 99.1185
Max. virtual memory (cumulated for all children) (KiB): 887528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.20051
system time used= 0.19597
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19868
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= 2989
involuntary context switches= 2935

runsolver used 2.09968 second user time and 6.17906 second system time

The end

Launcher Data (download as text)

Begin job on node6 at 2008-07-05 16:25:51
IDJOB=1089405
IDBENCH=58263
IDSOLVER=346
FILE ID=node6/1089405-1215267951
PBS_JOBID= 7882116
Free space on /tmp= 66488 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 36f7bb4525a596900e07fbeb72405348
RANDOM SEED=1452832964

node6.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.265
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.265
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:      2055924 kB
MemFree:       1715624 kB
Buffers:         36692 kB
Cached:         181920 kB
SwapCached:       6536 kB
Active:         167040 kB
Inactive:       123596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1715624 kB
SwapTotal:     4192956 kB
SwapFree:      4180432 kB
Dirty:            2268 kB
Writeback:           0 kB
Mapped:          88308 kB
Slab:            34620 kB
Committed_AS:  3468384 kB
PageTables:       2104 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= 66488 MiB
End job on node6 at 2008-07-05 16:56:09