Trace number 1090917

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.01 1816.42

General information on the benchmark

Namecsp/graphColoring/insertion/k-insertion/
normalized-2-insertions-5-4.xml
MD5SUM63aad6b5a5b2006f72e9f222a182abd7
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables597
Number of constraints3936
Maximum constraint arity2
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3936
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 17:41:20 2008
0.00/0.04	c 0	PID 8647
0.03/0.05	c 0	HOST node25.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1090917-1215272479.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1090917-1215272479.xml' 'HOME/temp.csp'
0.03/0.80	c 0	1 domains, 597 variables, 1 predicates, 0 relations, 3936 constraints
0.03/0.83	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.83	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.76/0.91	c 0	Parsing HOME/temp.csp
1.19/1.34	c 1	parsed 4535 expressions
1.19/1.34	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.19/1.34	c 1	Converting to clausal form CSP
1.19/1.37	c 1	converted 454 (10%) expressions
1.40/1.51	c 1	converted 907 (20%) expressions
1.40/1.56	c 1	converted 1361 (30%) expressions
1.40/1.58	c 1	converted 1814 (40%) expressions
1.40/1.59	c 1	converted 2268 (50%) expressions
1.50/1.60	c 1	converted 2721 (60%) expressions
1.50/1.62	c 1	converted 3175 (70%) expressions
1.50/1.63	c 1	converted 3628 (80%) expressions
1.50/1.64	c 1	converted 4082 (90%) expressions
1.50/1.65	c 1	converted 4535 (100%) expressions
1.50/1.65	c 1	CSP : 597 integers, 0 booleans, 3936 clauses, largest domain size 4
1.50/1.65	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.50/1.65	c 1	Propagation in CSP
1.60/1.71	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.60/1.71	c 1	CSP : 597 integers, 0 booleans, 3936 clauses, largest domain size 4
1.60/1.71	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.60/1.71	c 1	Simplifing CSP by introducing new Boolean variables
1.70/1.81	c 1	CSP : 597 integers, 7872 booleans, 11808 clauses, largest domain size 4
1.70/1.81	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.70/1.85	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.70/1.87	c 1	60 (10%) CSP integer variables are encoded (120 clauses, 1240 bytes)
1.70/1.87	c 1	120 (20%) CSP integer variables are encoded (240 clauses, 2560 bytes)
1.70/1.87	c 1	180 (30%) CSP integer variables are encoded (360 clauses, 3880 bytes)
1.70/1.87	c 1	239 (40%) CSP integer variables are encoded (478 clauses, 5178 bytes)
1.70/1.88	c 1	299 (50%) CSP integer variables are encoded (598 clauses, 6498 bytes)
1.70/1.88	c 1	359 (60%) CSP integer variables are encoded (718 clauses, 7922 bytes)
1.70/1.88	c 1	418 (70%) CSP integer variables are encoded (836 clauses, 9456 bytes)
1.70/1.88	c 1	478 (80%) CSP integer variables are encoded (956 clauses, 11016 bytes)
1.70/1.88	c 1	538 (90%) CSP integer variables are encoded (1076 clauses, 12576 bytes)
1.70/1.88	c 1	597 (100%) CSP integer variables are encoded (1194 clauses, 14110 bytes)
1.79/1.93	c 1	1181 (10%) CSP clauses are encoded (4739 clauses, 62324 bytes)
1.79/1.96	c 1	2362 (20%) CSP clauses are encoded (8281 clauses, 113167 bytes)
1.79/1.97	c 1	3543 (30%) CSP clauses are encoded (11823 clauses, 164328 bytes)
1.79/1.98	c 2	4724 (40%) CSP clauses are encoded (15368 clauses, 215536 bytes)
1.90/2.01	c 2	5904 (50%) CSP clauses are encoded (18906 clauses, 267742 bytes)
1.90/2.02	c 2	7085 (60%) CSP clauses are encoded (22451 clauses, 320696 bytes)
1.90/2.03	c 2	8266 (70%) CSP clauses are encoded (25993 clauses, 374218 bytes)
1.90/2.04	c 2	9447 (80%) CSP clauses are encoded (29535 clauses, 428820 bytes)
1.90/2.05	c 2	10628 (90%) CSP clauses are encoded (33080 clauses, 484756 bytes)
1.90/2.06	c 2	11808 (100%) CSP clauses are encoded (36618 clauses, 540574 bytes)
1.90/2.07	c 2	11808 CSP clauses encoded
1.90/2.07	c 2	Writing map file : HOME/temp.map
1.90/2.08	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.90/2.08	c 2	SAT : 9663 SAT variables, 36618 SAT clauses, 540574 bytes
1.90/2.08	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.90/2.09	c 2	SOLVING HOME/temp.cnf
1.90/2.09	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.90/2.09	c 2	This is MiniSat 2.0 beta
1.90/2.09	c 2	WARNING: for repeatability, setting FPU to use double precision
1.90/2.09	c 2	============================[ Problem Statistics ]=============================
1.90/2.09	c 2	|                                                                             |
1.90/2.09	c 2	|  Number of variables:  9663                                                 |
1.90/2.09	c 2	|  Number of clauses:    36618                                                |
2.01/2.12	c 2	|  Parsing time:         0.02         s                                       |
2.01/2.12	c 2	============================[ Search Statistics ]==============================
2.01/2.12	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.01/2.12	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.01/2.12	c 2	===============================================================================
2.01/2.12	c 2	|         0 |    9663    36618    88980 |    12206        0    nan |  0.000 % |
2.01/2.14	c 2	|       100 |    9663    36618    88980 |    13426      100     50 |  0.000 % |
2.01/2.16	c 2	|       250 |    9663    36618    88980 |    14769      250     38 |  0.000 % |
2.10/2.21	c 2	|       476 |    9663    36618    88980 |    16246      476     33 |  0.000 % |
2.10/2.27	c 2	|       817 |    9663    36618    88980 |    17870      817     33 |  0.000 % |
2.20/2.35	c 2	|      1324 |    9663    36618    88980 |    19657     1324     33 |  0.000 % |
2.40/2.50	c 2	|      2083 |    9663    36618    88980 |    21623     2083     33 |  0.000 % |
2.49/2.70	c 2	|      3222 |    9663    36618    88980 |    23786     3222     35 |  0.000 % |
2.79/2.99	c 3	|      4931 |    9663    36618    88980 |    26164     4931     34 |  0.000 % |
3.38/3.53	c 3	|      7494 |    9663    36618    88980 |    28781     7494     38 |  0.000 % |
4.37/4.58	c 4	|     11338 |    9663    36618    88980 |    31659    11338     39 |  0.000 % |
5.86/6.04	c 6	|     17104 |    9663    36618    88980 |    34825    17104     41 |  0.000 % |
8.54/8.75	c 8	|     25753 |    9663    36618    88980 |    38307    25753     43 |  0.000 % |
13.19/13.49	c 13	|     38728 |    9663    36618    88980 |    42138    38728     43 |  0.000 % |
20.52/20.83	c 20	|     58189 |    9663    36618    88980 |    46352    28248     54 |  0.000 % |
32.70/33.14	c 33	|     87382 |    9663    36618    88980 |    50987    23376     58 |  0.000 % |
50.14/50.78	c 50	|    131171 |    9663    36618    88980 |    56086    30092     49 |  0.000 % |
86.79/87.73	c 87	|    196857 |    9663    36618    88980 |    61694    53405     51 |  0.000 % |
146.23/147.76	c 147	|    295383 |    9663    36618    88980 |    67864    57272     60 |  0.000 % |
247.77/250.21	c 250	|    443173 |    9663    36618    88980 |    74650    46997     77 |  0.000 % |
389.63/393.48	c 393	|    664857 |    9663    36618    88980 |    82115    31298     56 |  0.000 % |
638.09/644.21	c 644	|    997384 |    9663    36618    88980 |    90327    37458     54 |  0.000 % |
1015.22/1024.98	c 1024	|   1496172 |    9663    36618    88980 |    99360    23307     53 |  0.000 % |
1631.10/1646.68	c 1646	|   2244355 |    9663    36618    88980 |   109296    24637     50 |  0.000 % |
1800.01/1816.41	c 1816	DECODING HOME/temp.out WITH HOME/temp.map
1800.01/1816.41	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.01/1816.41	c ERROR INTERRUPTED
1800.01/1816.42	s UNKNOWN
1800.01/1816.42	c 1816	CPU 1.9 (0.04 0 1.86 0.11)
1800.01/1816.42	c 1816	END Sat Jul  5 18:11:36 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-1090917-1215272479/watcher-1090917-1215272479 -o /tmp/evaluation-result-1090917-1215272479/solver-1090917-1215272479 -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-1090917-1215272479.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.97 1.98 1.99 4/73 8647
/proc/meminfo: memFree=1718544/2055920 swapFree=4180844/4192956
[pid=8647] ppid=8645 vsize=18572 CPUtime=0
/proc/8647/stat : 8647 (runsolver) R 8645 8647 8407 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2006221987 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 253307186471 0 0 4096 24578 0 0 0 17 1 0 0
/proc/8647/statm: 4643 292 257 25 0 2626 0

[startup+0.0498261 s]
/proc/loadavg: 1.97 1.98 1.99 4/73 8647
/proc/meminfo: memFree=1718544/2055920 swapFree=4180844/4192956
[pid=8647] ppid=8645 vsize=13600 CPUtime=0.03
/proc/8647/stat : 8647 (sugar) S 8645 8647 8407 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 2006221987 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8647/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102503 s]
/proc/loadavg: 1.97 1.98 1.99 4/73 8647
/proc/meminfo: memFree=1718544/2055920 swapFree=4180844/4192956
[pid=8647] ppid=8645 vsize=13600 CPUtime=0.03
/proc/8647/stat : 8647 (sugar) S 8645 8647 8407 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006221987 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8647/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301516 s]
/proc/loadavg: 1.97 1.98 1.99 4/73 8647
/proc/meminfo: memFree=1718544/2055920 swapFree=4180844/4192956
[pid=8647] ppid=8645 vsize=13600 CPUtime=0.03
/proc/8647/stat : 8647 (sugar) S 8645 8647 8407 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006221987 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8647/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701559 s]
/proc/loadavg: 1.97 1.98 1.99 4/73 8647
/proc/meminfo: memFree=1718544/2055920 swapFree=4180844/4192956
[pid=8647] ppid=8645 vsize=13600 CPUtime=0.03
/proc/8647/stat : 8647 (sugar) S 8645 8647 8407 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006221987 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8647/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50263 s]
/proc/loadavg: 1.97 1.98 1.99 4/84 8669
/proc/meminfo: memFree=1711216/2055920 swapFree=4180844/4192956
[pid=8647] ppid=8645 vsize=13600 CPUtime=0.76
/proc/8647/stat : 8647 (sugar) S 8645 8647 8407 0 -1 4194304 973 7017 0 1 3 0 69 4 15 0 1 0 2006221987 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8647/statm: 3400 797 370 3 0 500 0
[pid=8660] ppid=8647 vsize=5356 CPUtime=0
/proc/8660/stat : 8660 (sh) S 8647 8647 8407 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006222071 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8660/statm: 1339 233 193 169 0 50 0
[pid=8661] ppid=8660 vsize=867736 CPUtime=0.64
/proc/8661/stat : 8661 (java) S 8660 8647 8407 0 -1 0 4915 0 1 0 61 3 0 0 18 0 9 0 2006222071 888561664 4360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8661/statm: 216934 4360 1731 9 0 211509 0
[pid=8661/tid=8662] ppid=8660 vsize=867736 CPUtime=0.45
/proc/8661/task/8662/stat : 8662 (java) R 8660 8647 8407 0 -1 64 2645 0 1 0 44 1 0 0 21 0 9 0 2006222072 888561664 4360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8661/tid=8663] ppid=8660 vsize=867736 CPUtime=0.02
/proc/8661/task/8663/stat : 8663 (java) S 8660 8647 8407 0 -1 64 407 0 0 0 2 0 0 0 16 0 9 0 2006222073 888561664 4360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8661/tid=8664] ppid=8660 vsize=867736 CPUtime=0
/proc/8661/task/8664/stat : 8664 (java) S 8660 8647 8407 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2006222073 888561664 4360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8661/tid=8665] ppid=8660 vsize=867736 CPUtime=0
/proc/8661/task/8665/stat : 8665 (java) S 8660 8647 8407 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2006222073 888561664 4360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8661/tid=8666] ppid=8660 vsize=867736 CPUtime=0
/proc/8661/task/8666/stat : 8666 (java) S 8660 8647 8407 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006222075 888561664 4360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8661/tid=8667] ppid=8660 vsize=867736 CPUtime=0.14
/proc/8661/task/8667/stat : 8667 (java) R 8660 8647 8407 0 -1 64 1171 0 0 0 14 0 0 0 17 0 9 0 2006222075 888561664 4360 996147200 134512640 134550740 4294955952 18446744073709551615 102010178 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8661/tid=8668] ppid=8660 vsize=867736 CPUtime=0
/proc/8661/task/8668/stat : 8668 (java) S 8660 8647 8407 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006222075 888561664 4360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8661/tid=8669] ppid=8660 vsize=867736 CPUtime=0
/proc/8661/task/8669/stat : 8669 (java) S 8660 8647 8407 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006222075 888561664 4360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 886692

[startup+3.10278 s]
/proc/loadavg: 1.97 1.98 1.99 3/76 8671
/proc/meminfo: memFree=1714480/2055920 swapFree=4180844/4192956
[pid=8647] ppid=8645 vsize=13600 CPUtime=2.01
/proc/8647/stat : 8647 (sugar) S 8645 8647 8407 0 -1 4194304 1034 15071 0 2 4 0 186 11 15 0 1 0 2006221987 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8647/statm: 3400 799 370 3 0 500 0
[pid=8670] ppid=8647 vsize=5356 CPUtime=0
/proc/8670/stat : 8670 (sh) S 8647 8647 8407 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006222196 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8670/statm: 1339 232 193 169 0 50 0
[pid=8671] ppid=8670 vsize=5088 CPUtime=0.98
/proc/8671/stat : 8671 (minisat) R 8670 8647 8407 0 -1 4194304 1044 0 0 0 98 0 0 0 25 0 1 0 2006222197 5210112 1030 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/8671/statm: 1272 1030 76 150 0 1119 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 24044

[startup+6.30107 s]
/proc/loadavg: 1.97 1.98 1.99 3/76 8671
/proc/meminfo: memFree=1709744/2055920 swapFree=4180844/4192956
[pid=8647] ppid=8645 vsize=13600 CPUtime=2.01
/proc/8647/stat : 8647 (sugar) S 8645 8647 8407 0 -1 4194304 1034 15071 0 2 4 0 186 11 16 0 1 0 2006221987 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8647/statm: 3400 799 370 3 0 500 0
[pid=8670] ppid=8647 vsize=5356 CPUtime=0
/proc/8670/stat : 8670 (sh) S 8647 8647 8407 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006222196 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8670/statm: 1339 232 193 169 0 50 0
[pid=8671] ppid=8670 vsize=7860 CPUtime=4.15
/proc/8671/stat : 8671 (minisat) R 8670 8647 8407 0 -1 4194304 1707 0 0 0 414 1 0 0 25 0 1 0 2006222197 8048640 1693 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/8671/statm: 1965 1693 76 150 0 1812 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 26816

[startup+12.7016 s]
/proc/loadavg: 1.97 1.98 1.99 3/76 8671
/proc/meminfo: memFree=1705328/2055920 swapFree=4180844/4192956
[pid=8647] ppid=8645 vsize=13600 CPUtime=2.01
/proc/8647/stat : 8647 (sugar) S 8645 8647 8407 0 -1 4194304 1034 15071 0 2 4 0 186 11 16 0 1 0 2006221987 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8647/statm: 3400 799 370 3 0 500 0
[pid=8670] ppid=8647 vsize=5356 CPUtime=0
/proc/8670/stat : 8670 (sh) S 8647 8647 8407 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006222196 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8670/statm: 1339 232 193 169 0 50 0
[pid=8671] ppid=8670 vsize=11864 CPUtime=10.49
/proc/8671/stat : 8671 (minisat) R 8670 8647 8407 0 -1 4194304 2722 0 0 0 1047 2 0 0 25 0 1 0 2006222197 12148736 2708 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8671/statm: 2966 2708 76 150 0 2813 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 30820

[startup+25.5018 s]
/proc/loadavg: 1.98 1.98 1.99 3/76 8671
/proc/meminfo: memFree=1702384/2055920 swapFree=4180844/4192956
[pid=8647] ppid=8645 vsize=13600 CPUtime=2.01
/proc/8647/stat : 8647 (sugar) S 8645 8647 8407 0 -1 4194304 1034 15071 0 2 4 0 186 11 16 0 1 0 2006221987 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8647/statm: 3400 799 370 3 0 500 0
[pid=8670] ppid=8647 vsize=5356 CPUtime=0
/proc/8670/stat : 8670 (sh) S 8647 8647 8407 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006222196 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8670/statm: 1339 232 193 169 0 50 0
[pid=8671] ppid=8670 vsize=14584 CPUtime=23.17
/proc/8671/stat : 8671 (minisat) R 8670 8647 8407 0 -1 4194304 3389 0 0 0 2314 3 0 0 25 0 1 0 2006222197 14934016 3375 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8671/statm: 3646 3375 76 150 0 3493 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 33540

[startup+51.1011 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 8671
/proc/meminfo: memFree=1698992/2055920 swapFree=4180844/4192956
[pid=8647] ppid=8645 vsize=13600 CPUtime=2.01
/proc/8647/stat : 8647 (sugar) S 8645 8647 8407 0 -1 4194304 1034 15071 0 2 4 0 186 11 16 0 1 0 2006221987 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8647/statm: 3400 799 370 3 0 500 0
[pid=8670] ppid=8647 vsize=5356 CPUtime=0
/proc/8670/stat : 8670 (sh) S 8647 8647 8407 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006222196 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8670/statm: 1339 232 193 169 0 50 0
[pid=8671] ppid=8670 vsize=17776 CPUtime=48.52
/proc/8671/stat : 8671 (minisat) R 8670 8647 8407 0 -1 4194304 4205 0 0 0 4848 4 0 0 25 0 1 0 2006222197 18202624 4191 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8671/statm: 4444 4191 76 150 0 4291 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 36732

[startup+102.307 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 8671
/proc/meminfo: memFree=1695664/2055920 swapFree=4180844/4192956
[pid=8647] ppid=8645 vsize=13600 CPUtime=2.01
/proc/8647/stat : 8647 (sugar) S 8645 8647 8407 0 -1 4194304 1034 15071 0 2 4 0 186 11 16 0 1 0 2006221987 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8647/statm: 3400 799 370 3 0 500 0
[pid=8670] ppid=8647 vsize=5356 CPUtime=0
/proc/8670/stat : 8670 (sh) S 8647 8647 8407 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006222196 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8670/statm: 1339 232 193 169 0 50 0
[pid=8671] ppid=8670 vsize=21252 CPUtime=99.24
/proc/8671/stat : 8671 (minisat) R 8670 8647 8407 0 -1 4194304 5012 0 0 0 9919 5 0 0 25 0 1 0 2006222197 21762048 4998 996147200 134512640 135127466 4294956256 18446744073709551615 134530755 0 0 4096 3 0 0 0 17 1 0 0
/proc/8671/statm: 5313 4998 76 150 0 5160 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 40208

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 8671
/proc/meminfo: memFree=1690608/2055920 swapFree=4180844/4192956
[pid=8647] ppid=8645 vsize=13600 CPUtime=2.01
/proc/8647/stat : 8647 (sugar) S 8645 8647 8407 0 -1 4194304 1034 15071 0 2 4 0 186 11 16 0 1 0 2006221987 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8647/statm: 3400 799 370 3 0 500 0
[pid=8670] ppid=8647 vsize=5356 CPUtime=0
/proc/8670/stat : 8670 (sh) S 8647 8647 8407 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006222196 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8670/statm: 1339 232 193 169 0 50 0
[pid=8671] ppid=8670 vsize=26188 CPUtime=158.69
/proc/8671/stat : 8671 (minisat) R 8670 8647 8407 0 -1 4194304 6262 0 0 0 15862 7 0 0 25 0 1 0 2006222197 26816512 6248 996147200 134512640 135127466 4294956256 18446744073709551615 134530957 0 0 4096 3 0 0 0 17 1 0 0
/proc/8671/statm: 6547 6248 76 150 0 6394 0
Current children cumulated CPU time (s) 160.7
Current children cumulated vsize (KiB) 45144

[startup+222.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 8671
/proc/meminfo: memFree=1688816/2055920 swapFree=4180844/4192956
[pid=8647] ppid=8645 vsize=13600 CPUtime=2.01
/proc/8647/stat : 8647 (sugar) S 8645 8647 8407 0 -1 4194304 1034 15071 0 2 4 0 186 11 16 0 1 0 2006221987 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8647/statm: 3400 799 370 3 0 500 0
[pid=8670] ppid=8647 vsize=5356 CPUtime=0
/proc/8670/stat : 8670 (sh) S 8647 8647 8407 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006222196 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=1671344/2055920 swapFree=4180844/4192956
[pid=8647] ppid=8645 vsize=13600 CPUtime=2.01
/proc/8647/stat : 8647 (sugar) S 8645 8647 8407 0 -1 4194304 1034 15071 0 2 4 0 186 11 16 0 1 0 2006221987 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8647/statm: 3400 799 370 3 0 500 0
[pid=8670] ppid=8647 vsize=5356 CPUtime=0
/proc/8670/stat : 8670 (sh) S 8647 8647 8407 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006222196 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8670/statm: 1339 232 193 169 0 50 0
[pid=8671] ppid=8670 vsize=45520 CPUtime=1288
/proc/8671/stat : 8671 (minisat) R 8670 8647 8407 0 -1 4194304 10934 0 0 0 128786 14 0 0 25 0 1 0 2006222197 46612480 10920 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/8671/statm: 11380 10920 76 150 0 11227 0
Current children cumulated CPU time (s) 1290.01
Current children cumulated vsize (KiB) 64476

[startup+1362.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/76 8677
/proc/meminfo: memFree=1670960/2055920 swapFree=4180844/4192956
[pid=8647] ppid=8645 vsize=13600 CPUtime=2.01
/proc/8647/stat : 8647 (sugar) S 8645 8647 8407 0 -1 4194304 1034 15071 0 2 4 0 186 11 16 0 1 0 2006221987 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8647/statm: 3400 799 370 3 0 500 0
[pid=8670] ppid=8647 vsize=5356 CPUtime=0
/proc/8670/stat : 8670 (sh) S 8647 8647 8407 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006222196 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8670/statm: 1339 232 193 169 0 50 0
[pid=8671] ppid=8670 vsize=45928 CPUtime=1347.44
/proc/8671/stat : 8671 (minisat) R 8670 8647 8407 0 -1 4194304 11017 0 0 0 134730 14 0 0 25 0 1 0 2006222197 47030272 11003 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/8671/statm: 11482 11003 76 150 0 11329 0
Current children cumulated CPU time (s) 1349.45
Current children cumulated vsize (KiB) 64884

[startup+1422.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/76 8677
/proc/meminfo: memFree=1669232/2055920 swapFree=4180844/4192956
[pid=8647] ppid=8645 vsize=13600 CPUtime=2.01
/proc/8647/stat : 8647 (sugar) S 8645 8647 8407 0 -1 4194304 1034 15071 0 2 4 0 186 11 16 0 1 0 2006221987 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8647/statm: 3400 799 370 3 0 500 0
[pid=8670] ppid=8647 vsize=5356 CPUtime=0
/proc/8670/stat : 8670 (sh) S 8647 8647 8407 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006222196 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8670/statm: 1339 232 193 169 0 50 0
[pid=8671] ppid=8670 vsize=47776 CPUtime=1406.87
/proc/8671/stat : 8671 (minisat) R 8670 8647 8407 0 -1 4194304 11499 0 0 0 140673 14 0 0 25 0 1 0 2006222197 48922624 11485 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8671/statm: 11944 11485 76 150 0 11791 0
Current children cumulated CPU time (s) 1408.88
Current children cumulated vsize (KiB) 66732

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/76 8677
/proc/meminfo: memFree=1668464/2055920 swapFree=4180844/4192956
[pid=8647] ppid=8645 vsize=13600 CPUtime=2.01
/proc/8647/stat : 8647 (sugar) S 8645 8647 8407 0 -1 4194304 1034 15071 0 2 4 0 186 11 16 0 1 0 2006221987 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8647/statm: 3400 799 370 3 0 500 0
[pid=8670] ppid=8647 vsize=5356 CPUtime=0
/proc/8670/stat : 8670 (sh) S 8647 8647 8407 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006222196 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8670/statm: 1339 232 193 169 0 50 0
[pid=8671] ppid=8670 vsize=48536 CPUtime=1466.31
/proc/8671/stat : 8671 (minisat) R 8670 8647 8407 0 -1 4194304 11663 0 0 0 146617 14 0 0 25 0 1 0 2006222197 49700864 11649 996147200 134512640 135127466 4294956256 18446744073709551615 134530799 0 0 4096 3 0 0 0 17 1 0 0
/proc/8671/statm: 12134 11649 76 150 0 11981 0
Current children cumulated CPU time (s) 1468.32
Current children cumulated vsize (KiB) 67492

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 8677
/proc/meminfo: memFree=1668272/2055920 swapFree=4180844/4192956
[pid=8647] ppid=8645 vsize=13600 CPUtime=2.01
/proc/8647/stat : 8647 (sugar) S 8645 8647 8407 0 -1 4194304 1034 15071 0 2 4 0 186 11 16 0 1 0 2006221987 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8647/statm: 3400 799 370 3 0 500 0
[pid=8670] ppid=8647 vsize=5356 CPUtime=0
/proc/8670/stat : 8670 (sh) S 8647 8647 8407 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006222196 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8670/statm: 1339 232 193 169 0 50 0
[pid=8671] ppid=8670 vsize=48676 CPUtime=1525.75
/proc/8671/stat : 8671 (minisat) R 8670 8647 8407 0 -1 4194304 11703 0 0 0 152561 14 0 0 25 0 1 0 2006222197 49844224 11689 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8671/statm: 12169 11689 76 150 0 12016 0
Current children cumulated CPU time (s) 1527.76
Current children cumulated vsize (KiB) 67632

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 8677
/proc/meminfo: memFree=1668272/2055920 swapFree=4180844/4192956
[pid=8647] ppid=8645 vsize=13600 CPUtime=2.01
/proc/8647/stat : 8647 (sugar) S 8645 8647 8407 0 -1 4194304 1034 15071 0 2 4 0 186 11 16 0 1 0 2006221987 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8647/statm: 3400 799 370 3 0 500 0
[pid=8670] ppid=8647 vsize=5356 CPUtime=0
/proc/8670/stat : 8670 (sh) S 8647 8647 8407 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006222196 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8670/statm: 1339 232 193 169 0 50 0
[pid=8671] ppid=8670 vsize=48676 CPUtime=1585.2
/proc/8671/stat : 8671 (minisat) R 8670 8647 8407 0 -1 4194304 11706 0 0 0 158505 15 0 0 25 0 1 0 2006222197 49844224 11692 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8671/statm: 12169 11692 76 150 0 12016 0
Current children cumulated CPU time (s) 1587.21
Current children cumulated vsize (KiB) 67632

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 8677
/proc/meminfo: memFree=1668272/2055920 swapFree=4180844/4192956
[pid=8647] ppid=8645 vsize=13600 CPUtime=2.01
/proc/8647/stat : 8647 (sugar) S 8645 8647 8407 0 -1 4194304 1034 15071 0 2 4 0 186 11 16 0 1 0 2006221987 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8647/statm: 3400 799 370 3 0 500 0
[pid=8670] ppid=8647 vsize=5356 CPUtime=0
/proc/8670/stat : 8670 (sh) S 8647 8647 8407 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006222196 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8670/statm: 1339 232 193 169 0 50 0
[pid=8671] ppid=8670 vsize=48676 CPUtime=1644.63
/proc/8671/stat : 8671 (minisat) R 8670 8647 8407 0 -1 4194304 11713 0 0 0 164448 15 0 0 25 0 1 0 2006222197 49844224 11699 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/8671/statm: 12169 11699 76 150 0 12016 0
Current children cumulated CPU time (s) 1646.64
Current children cumulated vsize (KiB) 67632

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 8677
/proc/meminfo: memFree=1668144/2055920 swapFree=4180844/4192956
[pid=8647] ppid=8645 vsize=13600 CPUtime=2.01
/proc/8647/stat : 8647 (sugar) S 8645 8647 8407 0 -1 4194304 1034 15071 0 2 4 0 186 11 16 0 1 0 2006221987 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8647/statm: 3400 799 370 3 0 500 0
[pid=8670] ppid=8647 vsize=5356 CPUtime=0
/proc/8670/stat : 8670 (sh) S 8647 8647 8407 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006222196 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8670/statm: 1339 232 193 169 0 50 0
[pid=8671] ppid=8670 vsize=48676 CPUtime=1704.07
/proc/8671/stat : 8671 (minisat) R 8670 8647 8407 0 -1 4194304 11727 0 0 0 170392 15 0 0 25 0 1 0 2006222197 49844224 11713 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/8671/statm: 12169 11713 76 150 0 12016 0
Current children cumulated CPU time (s) 1706.08
Current children cumulated vsize (KiB) 67632

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 8706
/proc/meminfo: memFree=1707120/2055920 swapFree=4180844/4192956
[pid=8647] ppid=8645 vsize=13600 CPUtime=2.01
/proc/8647/stat : 8647 (sugar) S 8645 8647 8407 0 -1 4194304 1034 15071 0 2 4 0 186 11 16 0 1 0 2006221987 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8647/statm: 3400 799 370 3 0 500 0
[pid=8670] ppid=8647 vsize=5356 CPUtime=0
/proc/8670/stat : 8670 (sh) S 8647 8647 8407 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006222196 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8670/statm: 1339 232 193 169 0 50 0
[pid=8671] ppid=8670 vsize=48676 CPUtime=1763.9
/proc/8671/stat : 8671 (minisat) R 8670 8647 8407 0 -1 4194304 11728 0 0 0 176375 15 0 0 25 0 1 0 2006222197 49844224 11714 996147200 134512640 135127466 4294956256 18446744073709551615 134530736 0 0 4096 3 0 0 0 17 0 0 0
/proc/8671/statm: 12169 11714 76 150 0 12016 0
Current children cumulated CPU time (s) 1765.91
Current children cumulated vsize (KiB) 67632



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 8706
/proc/meminfo: memFree=1707120/2055920 swapFree=4180844/4192956
[pid=8647] ppid=8645 vsize=13600 CPUtime=2.01
/proc/8647/stat : 8647 (sugar) S 8645 8647 8407 0 -1 4194304 1034 15071 0 2 4 0 186 11 16 0 1 0 2006221987 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8647/statm: 3400 799 370 3 0 500 0
[pid=8670] ppid=8647 vsize=5356 CPUtime=0
/proc/8670/stat : 8670 (sh) S 8647 8647 8407 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006222196 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8670/statm: 1339 232 193 169 0 50 0
[pid=8671] ppid=8670 vsize=48676 CPUtime=1798
/proc/8671/stat : 8671 (minisat) R 8670 8647 8407 0 -1 4194304 11736 0 0 0 179785 15 0 0 25 0 1 0 2006222197 49844224 11722 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 0 0 0
/proc/8671/statm: 12169 11722 76 150 0 12016 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 67632

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 8647 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=911709
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=125980
# CPU time returned by wait4() is 2.03769
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1816.42
CPU time (s): 1800.01
CPU user time (s): 1799.75
CPU system time (s): 0.26
CPU usage (%): 99.0965
Max. virtual memory (cumulated for all children) (KiB): 887456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.91171
system time used= 0.12598
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16544
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= 1903
involuntary context switches= 1761

runsolver used 1.9497 second user time and 6.25405 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-05 17:41:19
IDJOB=1090917
IDBENCH=58508
IDSOLVER=346
FILE ID=node25/1090917-1215272479
PBS_JOBID= 7882233
Free space on /tmp= 66500 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/insertion/k-insertion/normalized-2-insertions-5-4.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-1090917-1215272479/watcher-1090917-1215272479 -o /tmp/evaluation-result-1090917-1215272479/solver-1090917-1215272479 -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-1090917-1215272479.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 63aad6b5a5b2006f72e9f222a182abd7
RANDOM SEED=842937978

node25.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.234
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.234
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:       1719024 kB
Buffers:         38272 kB
Cached:         224716 kB
SwapCached:       5952 kB
Active:         189452 kB
Inactive:        95736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1719024 kB
SwapTotal:     4192956 kB
SwapFree:      4180844 kB
Dirty:           23716 kB
Writeback:           0 kB
Mapped:          29508 kB
Slab:            36668 kB
Committed_AS:  3562532 kB
PageTables:       2024 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= 66528 MiB
End job on node25 at 2008-07-05 18:11:38