Trace number 1088775

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

General information on the benchmark

Namecsp/graphColoring/register/zeroin/
normalized-zeroin-i-2-28.xml
MD5SUMcef54e86dcfce109125762a011634b06
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.12898
Satisfiable
(Un)Satisfiability was proved
Number of variables211
Number of constraints3541
Maximum constraint arity2
Maximum domain size28
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3541
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 14:13:59 2008
0.00/0.04	c 0	PID 15068
0.00/0.05	c 0	HOST node62.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1088775-1215260038.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-1088775-1215260038.xml' 'HOME/temp.csp'
0.03/0.78	c 0	1 domains, 211 variables, 1 predicates, 0 relations, 3541 constraints
0.03/0.78	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.79	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.87	c 0	Parsing HOME/temp.csp
0.95/1.09	c 1	parsed 3754 expressions
0.95/1.10	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.95/1.10	c 1	Converting to clausal form CSP
1.05/1.18	c 1	converted 376 (10%) expressions
1.15/1.29	c 1	converted 751 (20%) expressions
1.24/1.32	c 1	converted 1127 (30%) expressions
1.24/1.33	c 1	converted 1502 (40%) expressions
1.24/1.34	c 1	converted 1877 (50%) expressions
1.24/1.35	c 1	converted 2253 (60%) expressions
1.24/1.36	c 1	converted 2628 (70%) expressions
1.24/1.37	c 1	converted 3004 (80%) expressions
1.24/1.38	c 1	converted 3379 (90%) expressions
1.24/1.39	c 1	converted 3754 (100%) expressions
1.24/1.39	c 1	CSP : 211 integers, 0 booleans, 3541 clauses, largest domain size 28
1.24/1.39	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.24/1.39	c 1	Propagation in CSP
1.34/1.44	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.34/1.44	c 1	CSP : 211 integers, 0 booleans, 3541 clauses, largest domain size 28
1.34/1.44	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.34/1.45	c 1	Simplifing CSP by introducing new Boolean variables
1.45/1.54	c 1	CSP : 211 integers, 7082 booleans, 10623 clauses, largest domain size 28
1.45/1.54	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.45/1.58	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.54/1.60	c 1	22 (10%) CSP integer variables are encoded (572 clauses, 6148 bytes)
1.54/1.61	c 1	43 (20%) CSP integer variables are encoded (1118 clauses, 12466 bytes)
1.54/1.61	c 1	64 (30%) CSP integer variables are encoded (1664 clauses, 19564 bytes)
1.54/1.61	c 1	85 (40%) CSP integer variables are encoded (2210 clauses, 26662 bytes)
1.54/1.61	c 1	106 (50%) CSP integer variables are encoded (2756 clauses, 33760 bytes)
1.54/1.61	c 1	127 (60%) CSP integer variables are encoded (3302 clauses, 40858 bytes)
1.54/1.61	c 1	148 (70%) CSP integer variables are encoded (3848 clauses, 47956 bytes)
1.54/1.61	c 1	169 (80%) CSP integer variables are encoded (4394 clauses, 55054 bytes)
1.54/1.62	c 1	190 (90%) CSP integer variables are encoded (4940 clauses, 62152 bytes)
1.54/1.62	c 1	211 (100%) CSP integer variables are encoded (5486 clauses, 69250 bytes)
1.54/1.69	c 1	1063 (10%) CSP clauses are encoded (25692 clauses, 399219 bytes)
1.64/1.74	c 1	2125 (20%) CSP clauses are encoded (45870 clauses, 743688 bytes)
1.64/1.80	c 1	3187 (30%) CSP clauses are encoded (66048 clauses, 1096068 bytes)
1.74/1.84	c 1	4250 (40%) CSP clauses are encoded (86254 clauses, 1449428 bytes)
1.74/1.88	c 1	5312 (50%) CSP clauses are encoded (106432 clauses, 1802780 bytes)
1.84/1.92	c 1	6374 (60%) CSP clauses are encoded (126610 clauses, 2155754 bytes)
1.84/1.97	c 2	7437 (70%) CSP clauses are encoded (146789 clauses, 2523552 bytes)
1.94/2.02	c 2	8499 (80%) CSP clauses are encoded (166967 clauses, 2896950 bytes)
1.94/2.06	c 2	9561 (90%) CSP clauses are encoded (187145 clauses, 3290328 bytes)
2.04/2.11	c 2	10623 (100%) CSP clauses are encoded (207323 clauses, 3683976 bytes)
2.04/2.11	c 2	10623 CSP clauses encoded
2.04/2.11	c 2	Writing map file : HOME/temp.map
2.04/2.12	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.04/2.12	c 2	SAT : 12779 SAT variables, 207323 SAT clauses, 3683976 bytes
2.04/2.12	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.04/2.15	c 2	SOLVING HOME/temp.cnf
2.04/2.15	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.04/2.16	c 2	This is MiniSat 2.0 beta
2.04/2.16	c 2	WARNING: for repeatability, setting FPU to use double precision
2.04/2.16	c 2	============================[ Problem Statistics ]=============================
2.04/2.16	c 2	|                                                                             |
2.04/2.16	c 2	|  Number of variables:  12779                                                |
2.04/2.16	c 2	|  Number of clauses:    207323                                               |
2.07/2.27	c 2	|  Parsing time:         0.09         s                                       |
2.07/2.27	c 2	============================[ Search Statistics ]==============================
2.07/2.27	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.07/2.27	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.07/2.27	c 2	===============================================================================
2.07/2.27	c 2	|         0 |   12779   207323   598778 |    69107        0    nan |  0.000 % |
2.07/2.33	c 2	|       102 |   12779   207323   598778 |    76018      102     14 |  0.000 % |
2.07/2.37	c 2	|       255 |   12779   207323   598778 |    83620      255      9 |  0.000 % |
2.07/2.39	c 2	|       482 |   12779   207323   598778 |    91982      482      9 |  0.000 % |
2.07/2.44	c 2	|       819 |   12779   207323   598778 |   101180      819     12 |  0.000 % |
2.07/2.48	c 2	|      1326 |   12779   207323   598778 |   111298     1326     11 |  0.000 % |
2.07/2.52	c 2	|      2085 |   12779   207323   598778 |   122428     2085     10 |  0.000 % |
2.07/2.58	c 2	|      3225 |   12779   207323   598778 |   134671     3225      9 |  0.000 % |
2.07/2.66	c 2	|      4934 |   12779   207323   598778 |   148138     4934      9 |  0.000 % |
2.07/2.82	c 2	|      7497 |   12779   207323   598778 |   162952     7497     10 |  0.000 % |
2.07/3.05	c 3	|     11341 |   12779   207323   598778 |   179247    11341     10 |  0.000 % |
3.29/3.48	c 3	|     17108 |   12779   207323   598778 |   197172    17108     11 |  0.000 % |
4.08/4.27	c 4	|     25757 |   12779   207323   598778 |   216889    25757     12 |  0.000 % |
5.17/5.39	c 5	|     38731 |   12779   207323   598778 |   238578    38731     12 |  0.000 % |
7.84/8.04	c 8	|     58192 |   12779   207323   598778 |   262436    58192     12 |  0.000 % |
14.38/14.66	c 14	|     87384 |   12779   207323   598778 |   288679    87384     13 |  0.000 % |
33.60/34.01	c 34	|    131174 |   12779   207323   598778 |   317547   131174     17 |  0.000 % |
122.75/124.06	c 124	|    196858 |   12779   207323   598778 |   349302   196858     23 |  0.000 % |
215.76/217.99	c 218	|    295384 |   12779   207323   598778 |   384232   295384     23 |  0.000 % |
360.97/364.61	c 364	|    443173 |   12779   207323   598778 |   422656    75372     22 |  0.000 % |
550.59/554.31	c 554	|    664857 |   12779   207323   598778 |   464921   297056     17 |  0.000 % |
892.40/896.33	c 896	|    997382 |   12779   207323   598778 |   511414   179990     20 |  0.000 % |
1571.83/1578.60	c 1578	|   1496170 |   12779   207323   598778 |   562555   182439     20 |  0.000 % |
1800.08/1807.81	c ERROR INTERRUPTED
1800.08/1807.82	s UNKNOWN
1800.08/1807.82	c 1807	CPU 1.93 (0.03 0.01 1.9 0.13)
1800.08/1807.82	c 1807	END Sat Jul  5 14:44:06 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-1088775-1215260038/watcher-1088775-1215260038 -o /tmp/evaluation-result-1088775-1215260038/solver-1088775-1215260038 -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-1088775-1215260038.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.95 1.98 4/81 15068
/proc/meminfo: memFree=1740024/2055920 swapFree=4179416/4192956
[pid=15068] ppid=15066 vsize=4708 CPUtime=0
/proc/15068/stat : 15068 (sugar) R 15066 15068 13877 0 -1 4194304 58 0 0 0 0 0 0 0 22 0 1 0 2004975601 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 236435076489 0 0 4096 0 0 0 0 17 1 0 0
/proc/15068/statm: 1177 43 33 3 0 8 0

[startup+0.051857 s]
/proc/loadavg: 1.92 1.95 1.98 4/81 15068
/proc/meminfo: memFree=1740024/2055920 swapFree=4179416/4192956
[pid=15068] ppid=15066 vsize=13600 CPUtime=0.03
/proc/15068/stat : 15068 (sugar) S 15066 15068 13877 0 -1 4194304 884 127 0 0 2 1 0 0 18 0 1 0 2004975601 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15068/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102333 s]
/proc/loadavg: 1.92 1.95 1.98 4/81 15068
/proc/meminfo: memFree=1740024/2055920 swapFree=4179416/4192956
[pid=15068] ppid=15066 vsize=13600 CPUtime=0.03
/proc/15068/stat : 15068 (sugar) S 15066 15068 13877 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 2004975601 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15068/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301367 s]
/proc/loadavg: 1.92 1.95 1.98 4/81 15068
/proc/meminfo: memFree=1740024/2055920 swapFree=4179416/4192956
[pid=15068] ppid=15066 vsize=13600 CPUtime=0.03
/proc/15068/stat : 15068 (sugar) S 15066 15068 13877 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 2004975601 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15068/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701452 s]
/proc/loadavg: 1.92 1.95 1.98 4/81 15068
/proc/meminfo: memFree=1740024/2055920 swapFree=4179416/4192956
[pid=15068] ppid=15066 vsize=13600 CPUtime=0.03
/proc/15068/stat : 15068 (sugar) S 15066 15068 13877 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 2004975601 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15068/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50261 s]
/proc/loadavg: 1.92 1.95 1.98 3/92 15090
/proc/meminfo: memFree=1732128/2055920 swapFree=4179416/4192956
[pid=15068] ppid=15066 vsize=13600 CPUtime=0.76
/proc/15068/stat : 15068 (sugar) S 15066 15068 13877 0 -1 4194304 974 6766 0 1 3 1 67 5 15 0 1 0 2004975601 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15068/statm: 3400 797 370 3 0 500 0
[pid=15081] ppid=15068 vsize=5356 CPUtime=0
/proc/15081/stat : 15081 (sh) S 15068 15068 13877 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2004975680 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15081/statm: 1339 233 193 169 0 50 0
[pid=15082] ppid=15081 vsize=868416 CPUtime=0.69
/proc/15082/stat : 15082 (java) S 15081 15068 13877 0 -1 0 6175 0 1 0 66 3 0 0 18 0 9 0 2004975681 889257984 5528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15082/statm: 217104 5528 1843 9 0 211679 0
[pid=15082/tid=15083] ppid=15081 vsize=868416 CPUtime=0.37
/proc/15082/task/15083/stat : 15083 (java) R 15081 15068 13877 0 -1 64 2660 0 1 0 36 1 0 0 19 0 9 0 2004975682 889257984 5528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15082/tid=15084] ppid=15081 vsize=868416 CPUtime=0.07
/proc/15082/task/15084/stat : 15084 (java) R 15081 15068 13877 0 -1 64 1356 0 0 0 7 0 0 0 16 0 9 0 2004975683 889257984 5528 996147200 134512640 134550740 4294955952 18446744073709551615 102687504 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15082/tid=15085] ppid=15081 vsize=868416 CPUtime=0
/proc/15082/task/15085/stat : 15085 (java) S 15081 15068 13877 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2004975683 889257984 5528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15082/tid=15086] ppid=15081 vsize=868416 CPUtime=0
/proc/15082/task/15086/stat : 15086 (java) S 15081 15068 13877 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 2004975683 889257984 5528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15082/tid=15087] ppid=15081 vsize=868416 CPUtime=0
/proc/15082/task/15087/stat : 15087 (java) S 15081 15068 13877 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2004975685 889257984 5528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15082/tid=15088] ppid=15081 vsize=868416 CPUtime=0.21
/proc/15082/task/15088/stat : 15088 (java) S 15081 15068 13877 0 -1 64 1468 0 0 0 21 0 0 0 16 0 9 0 2004975685 889257984 5528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15082/tid=15089] ppid=15081 vsize=868416 CPUtime=0
/proc/15082/task/15089/stat : 15089 (java) S 15081 15068 13877 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2004975685 889257984 5528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15082/tid=15090] ppid=15081 vsize=868416 CPUtime=0
/proc/15082/task/15090/stat : 15090 (java) S 15081 15068 13877 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2004975685 889257984 5528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 887372

[startup+3.10193 s]
/proc/loadavg: 1.92 1.95 1.98 3/92 15090
/proc/meminfo: memFree=1717024/2055920 swapFree=4179416/4192956
[pid=15068] ppid=15066 vsize=13600 CPUtime=2.07
/proc/15068/stat : 15068 (sugar) S 15066 15068 13877 0 -1 4194304 1034 14723 0 4 3 1 190 13 15 0 1 0 2004975601 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15068/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 13600

[startup+6.30255 s]
/proc/loadavg: 1.93 1.95 1.98 3/84 15092
/proc/meminfo: memFree=1719200/2055920 swapFree=4179416/4192956
[pid=15068] ppid=15066 vsize=13600 CPUtime=2.07
/proc/15068/stat : 15068 (sugar) S 15066 15068 13877 0 -1 4194304 1034 14723 0 4 3 1 190 13 16 0 1 0 2004975601 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15068/statm: 3400 799 370 3 0 500 0
[pid=15091] ppid=15068 vsize=5356 CPUtime=0
/proc/15091/stat : 15091 (sh) S 15068 15068 13877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004975817 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15091/statm: 1339 232 193 169 0 50 0
[pid=15092] ppid=15091 vsize=15480 CPUtime=4.09
/proc/15092/stat : 15092 (minisat) R 15091 15068 13877 0 -1 4194304 3754 0 0 0 407 2 0 0 25 0 1 0 2004975818 15851520 3740 996147200 134512640 135127466 4294956256 18446744073709551615 134530938 0 0 4096 3 0 0 0 17 1 0 0
/proc/15092/statm: 3870 3740 76 150 0 3717 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 34436

[startup+12.7028 s]
/proc/loadavg: 1.93 1.95 1.98 3/84 15092
/proc/meminfo: memFree=1715488/2055920 swapFree=4179416/4192956
[pid=15068] ppid=15066 vsize=13600 CPUtime=2.07
/proc/15068/stat : 15068 (sugar) S 15066 15068 13877 0 -1 4194304 1034 14723 0 4 3 1 190 13 16 0 1 0 2004975601 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15068/statm: 3400 799 370 3 0 500 0
[pid=15091] ppid=15068 vsize=5356 CPUtime=0
/proc/15091/stat : 15091 (sh) S 15068 15068 13877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004975817 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15091/statm: 1339 232 193 169 0 50 0
[pid=15092] ppid=15091 vsize=18784 CPUtime=10.43
/proc/15092/stat : 15092 (minisat) R 15091 15068 13877 0 -1 4194304 4587 0 0 0 1040 3 0 0 25 0 1 0 2004975818 19234816 4573 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15092/statm: 4696 4573 76 150 0 4543 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 37740

[startup+25.5013 s]
/proc/loadavg: 1.95 1.95 1.98 3/84 15092
/proc/meminfo: memFree=1711456/2055920 swapFree=4179416/4192956
[pid=15068] ppid=15066 vsize=13600 CPUtime=2.07
/proc/15068/stat : 15068 (sugar) S 15066 15068 13877 0 -1 4194304 1034 14723 0 4 3 1 190 13 16 0 1 0 2004975601 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15068/statm: 3400 799 370 3 0 500 0
[pid=15091] ppid=15068 vsize=5356 CPUtime=0
/proc/15091/stat : 15091 (sh) S 15068 15068 13877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004975817 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15091/statm: 1339 232 193 169 0 50 0
[pid=15092] ppid=15091 vsize=22848 CPUtime=23.1
/proc/15092/stat : 15092 (minisat) R 15091 15068 13877 0 -1 4194304 5583 0 0 0 2306 4 0 0 25 0 1 0 2004975818 23396352 5569 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15092/statm: 5712 5569 76 150 0 5559 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 41804

[startup+51.1013 s]
/proc/loadavg: 1.96 1.95 1.98 3/84 15092
/proc/meminfo: memFree=1705824/2055920 swapFree=4179416/4192956
[pid=15068] ppid=15066 vsize=13600 CPUtime=2.07
/proc/15068/stat : 15068 (sugar) S 15066 15068 13877 0 -1 4194304 1034 14723 0 4 3 1 190 13 16 0 1 0 2004975601 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15068/statm: 3400 799 370 3 0 500 0
[pid=15091] ppid=15068 vsize=5356 CPUtime=0
/proc/15091/stat : 15091 (sh) S 15068 15068 13877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004975817 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15091/statm: 1339 232 193 169 0 50 0
[pid=15092] ppid=15091 vsize=28732 CPUtime=48.46
/proc/15092/stat : 15092 (minisat) R 15091 15068 13877 0 -1 4194304 7009 0 0 0 4841 5 0 0 25 0 1 0 2004975818 29421568 6995 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15092/statm: 7183 6995 76 150 0 7030 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 47688

[startup+102.306 s]
/proc/loadavg: 1.98 1.95 1.98 3/84 15092
/proc/meminfo: memFree=1698976/2055920 swapFree=4179416/4192956
[pid=15068] ppid=15066 vsize=13600 CPUtime=2.07
/proc/15068/stat : 15068 (sugar) S 15066 15068 13877 0 -1 4194304 1034 14723 0 4 3 1 190 13 16 0 1 0 2004975601 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15068/statm: 3400 799 370 3 0 500 0
[pid=15091] ppid=15068 vsize=5356 CPUtime=0
/proc/15091/stat : 15091 (sh) S 15068 15068 13877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004975817 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15091/statm: 1339 232 193 169 0 50 0
[pid=15092] ppid=15091 vsize=35272 CPUtime=99.17
/proc/15092/stat : 15092 (minisat) R 15091 15068 13877 0 -1 4194304 8678 0 0 0 9911 6 0 0 25 0 1 0 2004975818 36118528 8664 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15092/statm: 8818 8664 76 150 0 8665 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 54228

[startup+162.301 s]
/proc/loadavg: 1.99 1.96 1.98 3/84 15092
/proc/meminfo: memFree=1690528/2055920 swapFree=4179416/4192956
[pid=15068] ppid=15066 vsize=13600 CPUtime=2.07
/proc/15068/stat : 15068 (sugar) S 15066 15068 13877 0 -1 4194304 1034 14723 0 4 3 1 190 13 16 0 1 0 2004975601 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15068/statm: 3400 799 370 3 0 500 0
[pid=15091] ppid=15068 vsize=5356 CPUtime=0
/proc/15091/stat : 15091 (sh) S 15068 15068 13877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004975817 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15091/statm: 1339 232 193 169 0 50 0
[pid=15092] ppid=15091 vsize=43988 CPUtime=158.61
/proc/15092/stat : 15092 (minisat) R 15091 15068 13877 0 -1 4194304 10778 0 0 0 15853 8 0 0 25 0 1 0 2004975818 45043712 10764 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 1 0 0
/proc/15092/statm: 10997 10764 76 150 0 10844 0
Current children cumulated CPU time (s) 160.68
Current children cumulated vsize (KiB) 62944

[startup+222.302 s]
/proc/loadavg: 1.99 1.97 1.98 3/84 15092
/proc/meminfo: memFree=1683360/2055920 swapFree=4179416/4192956
[pid=15068] ppid=15066 vsize=13600 CPUtime=2.07
/proc/15068/stat : 15068 (sugar) S 15066 15068 13877 0 -1 4194304 1034 14723 0 4 3 1 190 13 16 0 1 0 2004975601 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15068/statm: 3400 799 370 3 0 500 0
[pid=15091] ppid=15068 vsize=5356 CPUtime=0
/proc/15091/stat : 15091 (sh) S 15068 15068 13877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004975817 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15091/statm: 1339 232 193 169 0 50 0
[pid=15092] ppid=15091 vsize=50924 CPUtime=218.04
/proc/15092/stat : 15092 (minisat) R 15091 15068 13877 0 -1 4194304 12559 0 0 0 21794 10 0 0 25 0 1 0 2004975818 52146176 12545 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15092/statm: 12731 12545 76 150 0 12578 0
Current children cumulated CPU time (s) 220.11
Current children cumulated vsize (KiB) 69880

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

/proc/meminfo: memFree=1280200/2055920 swapFree=4179416/4192956
[pid=15068] ppid=15066 vsize=13600 CPUtime=2.07
/proc/15068/stat : 15068 (sugar) S 15066 15068 13877 0 -1 4194304 1034 14723 0 4 3 1 190 13 16 0 1 0 2004975601 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15068/statm: 3400 799 370 3 0 500 0
[pid=15091] ppid=15068 vsize=5356 CPUtime=0
/proc/15091/stat : 15091 (sh) S 15068 15068 13877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004975817 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15091/statm: 1339 232 193 169 0 50 0
[pid=15092] ppid=15091 vsize=77724 CPUtime=1294.61
/proc/15092/stat : 15092 (minisat) R 15091 15068 13877 0 -1 4194304 18775 0 0 0 129441 20 0 0 25 0 1 0 2004975818 79589376 18761 996147200 134512640 135127466 4294956256 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 0 0 0
/proc/15092/statm: 19431 18761 76 150 0 19278 0
Current children cumulated CPU time (s) 1296.68
Current children cumulated vsize (KiB) 96680

[startup+1362.3 s]
/proc/loadavg: 2.00 1.99 1.98 3/87 15188
/proc/meminfo: memFree=1277512/2055920 swapFree=4179416/4192956
[pid=15068] ppid=15066 vsize=13600 CPUtime=2.07
/proc/15068/stat : 15068 (sugar) S 15066 15068 13877 0 -1 4194304 1034 14723 0 4 3 1 190 13 16 0 1 0 2004975601 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15068/statm: 3400 799 370 3 0 500 0
[pid=15091] ppid=15068 vsize=5356 CPUtime=0
/proc/15091/stat : 15091 (sh) S 15068 15068 13877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004975817 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15091/statm: 1339 232 193 169 0 50 0
[pid=15092] ppid=15091 vsize=80232 CPUtime=1354.35
/proc/15092/stat : 15092 (minisat) R 15091 15068 13877 0 -1 4194304 19438 0 0 0 135415 20 0 0 25 0 1 0 2004975818 82157568 19424 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15092/statm: 20058 19424 76 150 0 19905 0
Current children cumulated CPU time (s) 1356.42
Current children cumulated vsize (KiB) 99188

[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 1.98 3/87 15188
/proc/meminfo: memFree=1274952/2055920 swapFree=4179416/4192956
[pid=15068] ppid=15066 vsize=13600 CPUtime=2.07
/proc/15068/stat : 15068 (sugar) S 15066 15068 13877 0 -1 4194304 1034 14723 0 4 3 1 190 13 16 0 1 0 2004975601 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15068/statm: 3400 799 370 3 0 500 0
[pid=15091] ppid=15068 vsize=5356 CPUtime=0
/proc/15091/stat : 15091 (sh) S 15068 15068 13877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004975817 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15091/statm: 1339 232 193 169 0 50 0
[pid=15092] ppid=15091 vsize=82992 CPUtime=1414.11
/proc/15092/stat : 15092 (minisat) R 15091 15068 13877 0 -1 4194304 20071 0 0 0 141390 21 0 0 25 0 1 0 2004975818 84983808 20057 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15092/statm: 20748 20057 76 150 0 20595 0
Current children cumulated CPU time (s) 1416.18
Current children cumulated vsize (KiB) 101948

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.98 3/87 15188
/proc/meminfo: memFree=1274632/2055920 swapFree=4179416/4192956
[pid=15068] ppid=15066 vsize=13600 CPUtime=2.07
/proc/15068/stat : 15068 (sugar) S 15066 15068 13877 0 -1 4194304 1034 14723 0 4 3 1 190 13 16 0 1 0 2004975601 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15068/statm: 3400 799 370 3 0 500 0
[pid=15091] ppid=15068 vsize=5356 CPUtime=0
/proc/15091/stat : 15091 (sh) S 15068 15068 13877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004975817 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15091/statm: 1339 232 193 169 0 50 0
[pid=15092] ppid=15091 vsize=83416 CPUtime=1473.86
/proc/15092/stat : 15092 (minisat) R 15091 15068 13877 0 -1 4194304 20175 0 0 0 147365 21 0 0 25 0 1 0 2004975818 85417984 20161 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/15092/statm: 20854 20161 76 150 0 20701 0
Current children cumulated CPU time (s) 1475.93
Current children cumulated vsize (KiB) 102372

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.98 3/87 15188
/proc/meminfo: memFree=1249800/2055920 swapFree=4179416/4192956
[pid=15068] ppid=15066 vsize=13600 CPUtime=2.07
/proc/15068/stat : 15068 (sugar) S 15066 15068 13877 0 -1 4194304 1034 14723 0 4 3 1 190 13 16 0 1 0 2004975601 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15068/statm: 3400 799 370 3 0 500 0
[pid=15091] ppid=15068 vsize=5356 CPUtime=0
/proc/15091/stat : 15091 (sh) S 15068 15068 13877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004975817 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15091/statm: 1339 232 193 169 0 50 0
[pid=15092] ppid=15091 vsize=83536 CPUtime=1533.61
/proc/15092/stat : 15092 (minisat) R 15091 15068 13877 0 -1 4194304 20198 0 0 0 153340 21 0 0 25 0 1 0 2004975818 85540864 20184 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15092/statm: 20884 20184 76 150 0 20731 0
Current children cumulated CPU time (s) 1535.68
Current children cumulated vsize (KiB) 102492

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.98 3/87 15188
/proc/meminfo: memFree=1249608/2055920 swapFree=4179416/4192956
[pid=15068] ppid=15066 vsize=13600 CPUtime=2.07
/proc/15068/stat : 15068 (sugar) S 15066 15068 13877 0 -1 4194304 1034 14723 0 4 3 1 190 13 16 0 1 0 2004975601 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15068/statm: 3400 799 370 3 0 500 0
[pid=15091] ppid=15068 vsize=5356 CPUtime=0
/proc/15091/stat : 15091 (sh) S 15068 15068 13877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004975817 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15091/statm: 1339 232 193 169 0 50 0
[pid=15092] ppid=15091 vsize=83536 CPUtime=1593.36
/proc/15092/stat : 15092 (minisat) R 15091 15068 13877 0 -1 4194304 20211 0 0 0 159315 21 0 0 25 0 1 0 2004975818 85540864 20197 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15092/statm: 20884 20197 76 150 0 20731 0
Current children cumulated CPU time (s) 1595.43
Current children cumulated vsize (KiB) 102492

[startup+1662.3 s]
/proc/loadavg: 2.06 2.00 1.98 3/87 15188
/proc/meminfo: memFree=1249544/2055920 swapFree=4179416/4192956
[pid=15068] ppid=15066 vsize=13600 CPUtime=2.07
/proc/15068/stat : 15068 (sugar) S 15066 15068 13877 0 -1 4194304 1034 14723 0 4 3 1 190 13 16 0 1 0 2004975601 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15068/statm: 3400 799 370 3 0 500 0
[pid=15091] ppid=15068 vsize=5356 CPUtime=0
/proc/15091/stat : 15091 (sh) S 15068 15068 13877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004975817 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15091/statm: 1339 232 193 169 0 50 0
[pid=15092] ppid=15091 vsize=83536 CPUtime=1653.11
/proc/15092/stat : 15092 (minisat) R 15091 15068 13877 0 -1 4194304 20211 0 0 0 165290 21 0 0 25 0 1 0 2004975818 85540864 20197 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15092/statm: 20884 20197 76 150 0 20731 0
Current children cumulated CPU time (s) 1655.18
Current children cumulated vsize (KiB) 102492

[startup+1722.3 s]
/proc/loadavg: 2.02 2.00 1.98 3/87 15188
/proc/meminfo: memFree=1249544/2055920 swapFree=4179416/4192956
[pid=15068] ppid=15066 vsize=13600 CPUtime=2.07
/proc/15068/stat : 15068 (sugar) S 15066 15068 13877 0 -1 4194304 1034 14723 0 4 3 1 190 13 16 0 1 0 2004975601 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15068/statm: 3400 799 370 3 0 500 0
[pid=15091] ppid=15068 vsize=5356 CPUtime=0
/proc/15091/stat : 15091 (sh) S 15068 15068 13877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004975817 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15091/statm: 1339 232 193 169 0 50 0
[pid=15092] ppid=15091 vsize=83536 CPUtime=1712.87
/proc/15092/stat : 15092 (minisat) R 15091 15068 13877 0 -1 4194304 20212 0 0 0 171266 21 0 0 25 0 1 0 2004975818 85540864 20198 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15092/statm: 20884 20198 76 150 0 20731 0
Current children cumulated CPU time (s) 1714.94
Current children cumulated vsize (KiB) 102492

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 1.98 3/87 15190
/proc/meminfo: memFree=1249352/2055920 swapFree=4179416/4192956
[pid=15068] ppid=15066 vsize=13600 CPUtime=2.07
/proc/15068/stat : 15068 (sugar) S 15066 15068 13877 0 -1 4194304 1034 14723 0 4 3 1 190 13 16 0 1 0 2004975601 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15068/statm: 3400 799 370 3 0 500 0
[pid=15091] ppid=15068 vsize=5356 CPUtime=0
/proc/15091/stat : 15091 (sh) S 15068 15068 13877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004975817 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15091/statm: 1339 232 193 169 0 50 0
[pid=15092] ppid=15091 vsize=83536 CPUtime=1772.61
/proc/15092/stat : 15092 (minisat) R 15091 15068 13877 0 -1 4194304 20217 0 0 0 177240 21 0 0 25 0 1 0 2004975818 85540864 20203 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15092/statm: 20884 20203 76 150 0 20731 0
Current children cumulated CPU time (s) 1774.68
Current children cumulated vsize (KiB) 102492



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.8 s]
/proc/loadavg: 2.00 2.00 1.98 3/87 15190
/proc/meminfo: memFree=1249352/2055920 swapFree=4179416/4192956
[pid=15068] ppid=15066 vsize=13600 CPUtime=2.07
/proc/15068/stat : 15068 (sugar) S 15066 15068 13877 0 -1 4194304 1034 14723 0 4 3 1 190 13 16 0 1 0 2004975601 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15068/statm: 3400 799 370 3 0 500 0
[pid=15091] ppid=15068 vsize=5356 CPUtime=0
/proc/15091/stat : 15091 (sh) S 15068 15068 13877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004975817 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15091/statm: 1339 232 193 169 0 50 0
[pid=15092] ppid=15091 vsize=83536 CPUtime=1798.01
/proc/15092/stat : 15092 (minisat) R 15091 15068 13877 0 -1 4194304 20217 0 0 0 179780 21 0 0 25 0 1 0 2004975818 85540864 20203 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/15092/statm: 20884 20203 76 150 0 20731 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 102492

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

Real time (s): 1807.82
CPU time (s): 1800.08
CPU user time (s): 1799.73
CPU system time (s): 0.35
CPU usage (%): 99.5717
Max. virtual memory (cumulated for all children) (KiB): 887420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.9417
system time used= 0.154976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16100
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2771
involuntary context switches= 2671

runsolver used 2.04269 second user time and 5.84511 second system time

The end

Launcher Data (download as text)

Begin job on node62 at 2008-07-05 14:13:59
IDJOB=1088775
IDBENCH=58104
IDSOLVER=346
FILE ID=node62/1088775-1215260038
PBS_JOBID= 7882024
Free space on /tmp= 65252 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/register/zeroin/normalized-zeroin-i-2-28.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-1088775-1215260038/watcher-1088775-1215260038 -o /tmp/evaluation-result-1088775-1215260038/solver-1088775-1215260038 -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-1088775-1215260038.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cef54e86dcfce109125762a011634b06
RANDOM SEED=1687042870

node62.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.259
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.259
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:       1740504 kB
Buffers:         19772 kB
Cached:         187744 kB
SwapCached:       7024 kB
Active:         129260 kB
Inactive:       130168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1740504 kB
SwapTotal:     4192956 kB
SwapFree:      4179416 kB
Dirty:            1916 kB
Writeback:           0 kB
Mapped:          67684 kB
Slab:            40764 kB
Committed_AS:  4155644 kB
PageTables:       2016 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65252 MiB
End job on node62 at 2008-07-05 14:44:08