Trace number 2085063

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisat? (TO) 1800.05 1806.43

General information on the benchmark

Namecsp/graphColoring/leighton/leighton-15/
normalized-lei450-15d-14.xml
MD5SUM90994b11e737cef293bdb82cdb4da065
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.604907
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints16750
Maximum constraint arity2
Maximum domain size14
Number of constraints which are defined in extension0
Number of constraints which are defined in intension16750
Global constraints used (with number of constraints)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.08	c 0	BEGIN Sun Jul 12 08:41:21 2009
0.05/0.08	c 0	PID 26991
0.05/0.08	c 0	HOST node7.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2085063-1247380881.xml TO HOME/temp.csp
0.05/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2085063-1247380881.xml' 'HOME/temp.csp'
1.26/1.37	c 2	1 domains, 450 variables, 1 predicates, 0 relations, 16750 constraints
1.26/1.38	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.26/1.38	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.35/1.46	c 2	Parsing HOME/temp.csp
1.35/1.61	c 2	parsed 10000 expressions
1.35/1.70	c 2	parsed 17202 expressions
1.35/1.71	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.35/1.71	c 2	Converting to clausal form CSP
1.35/1.97	c 2	converted 1721 (10%) expressions
1.35/2.03	c 2	converted 3441 (20%) expressions
2.04/2.15	c 2	converted 5161 (30%) expressions
2.14/2.21	c 2	converted 6881 (40%) expressions
2.14/2.26	c 3	converted 8601 (50%) expressions
2.24/2.32	c 3	converted 10322 (60%) expressions
2.34/2.47	c 3	converted 12042 (70%) expressions
2.44/2.53	c 3	converted 13762 (80%) expressions
2.44/2.59	c 3	converted 15482 (90%) expressions
2.53/2.64	c 3	converted 17202 (100%) expressions
2.53/2.64	c 3	CSP : 450 integers, 0 booleans, 16750 clauses, largest domain size 14
2.53/2.64	c 3	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.53/2.64	c 3	Propagation in CSP
2.64/2.73	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.64/2.73	c 3	CSP : 450 integers, 0 booleans, 16750 clauses, largest domain size 14
2.64/2.73	c 3	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.64/2.74	c 3	Simplifing CSP by introducing new Boolean variables
2.94/3.04	c 3	CSP : 450 integers, 33500 booleans, 50250 clauses, largest domain size 14
2.94/3.04	c 3	Heap : 26 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.03/3.18	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.14/3.22	c 3	45 (10%) CSP integer variables are encoded (540 clauses, 5804 bytes)
3.14/3.22	c 3	90 (20%) CSP integer variables are encoded (1080 clauses, 12059 bytes)
3.14/3.22	c 3	135 (30%) CSP integer variables are encoded (1620 clauses, 19079 bytes)
3.14/3.22	c 3	180 (40%) CSP integer variables are encoded (2160 clauses, 26099 bytes)
3.14/3.23	c 3	225 (50%) CSP integer variables are encoded (2700 clauses, 33119 bytes)
3.14/3.23	c 3	270 (60%) CSP integer variables are encoded (3240 clauses, 40139 bytes)
3.14/3.23	c 3	315 (70%) CSP integer variables are encoded (3780 clauses, 47159 bytes)
3.14/3.23	c 3	360 (80%) CSP integer variables are encoded (4320 clauses, 54179 bytes)
3.14/3.23	c 3	405 (90%) CSP integer variables are encoded (4860 clauses, 61199 bytes)
3.14/3.23	c 3	450 (100%) CSP integer variables are encoded (5400 clauses, 68219 bytes)
3.23/3.39	c 4	5025 (10%) CSP clauses are encoded (53975 clauses, 876075 bytes)
3.32/3.49	c 4	10050 (20%) CSP clauses are encoded (102550 clauses, 1740962 bytes)
3.52/3.60	c 4	15075 (30%) CSP clauses are encoded (151125 clauses, 2620598 bytes)
3.63/3.71	c 4	20100 (40%) CSP clauses are encoded (199700 clauses, 3539654 bytes)
3.72/3.81	c 4	25125 (50%) CSP clauses are encoded (248275 clauses, 4464254 bytes)
3.82/3.92	c 4	30150 (60%) CSP clauses are encoded (296850 clauses, 5388854 bytes)
3.92/4.04	c 4	35175 (70%) CSP clauses are encoded (345425 clauses, 6313454 bytes)
4.02/4.14	c 4	40200 (80%) CSP clauses are encoded (394000 clauses, 7238054 bytes)
4.12/4.24	c 5	45225 (90%) CSP clauses are encoded (442575 clauses, 8162654 bytes)
4.22/4.36	c 5	50250 (100%) CSP clauses are encoded (491150 clauses, 9087254 bytes)
4.22/4.36	c 5	50250 CSP clauses encoded
4.22/4.36	c 5	Writing map file : HOME/temp.map
4.22/4.38	c 5	Heap : 16 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.22/4.38	c 5	SAT : 39350 SAT variables, 491150 SAT clauses, 9087254 bytes
4.22/4.38	c 5	Heap : 16 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.29/4.43	c 5	SOLVING HOME/temp.cnf
4.29/4.43	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.29/4.43	c 5	This is MiniSat 2.0 beta
4.29/4.43	c 5	WARNING: for repeatability, setting FPU to use double precision
4.29/4.43	c 5	============================[ Problem Statistics ]=============================
4.29/4.43	c 5	|                                                                             |
4.29/4.44	c 5	|  Number of variables:  39350                                                |
4.29/4.44	c 5	|  Number of clauses:    491150                                               |
4.30/4.70	c 5	|  Parsing time:         0.23         s                                       |
4.30/4.72	c 5	============================[ Search Statistics ]==============================
4.30/4.72	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.30/4.72	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.30/4.72	c 5	===============================================================================
4.30/4.72	c 5	|         0 |   39350   491150  1384300 |   163716        0    nan |  0.000 % |
4.30/4.91	c 5	|       102 |   39350   491150  1384300 |   180088      102     31 |  0.000 % |
4.30/4.94	c 5	|       253 |   39350   491150  1384300 |   198097      253     18 |  0.000 % |
4.30/4.97	c 5	|       478 |   39350   491150  1384300 |   217906      478     16 |  0.000 % |
4.30/4.99	c 5	|       816 |   39350   491150  1384300 |   239697      816     12 |  0.000 % |
4.30/5.01	c 5	|      1322 |   39350   491150  1384300 |   263667     1322     10 |  0.000 % |
4.30/5.04	c 5	|      2082 |   39350   491150  1384300 |   290034     2082      9 |  0.000 % |
4.30/5.13	c 5	|      3221 |   39350   491150  1384300 |   319037     3221     10 |  0.000 % |
4.30/5.25	c 6	|      4929 |   39350   491150  1384300 |   350941     4929     11 |  0.000 % |
5.25/5.40	c 6	|      7491 |   39350   491150  1384300 |   386035     7491     11 |  0.000 % |
5.63/5.87	c 6	|     11336 |   39350   491150  1384300 |   424638    11336     12 |  0.000 % |
6.23/6.41	c 7	|     17105 |   39350   491150  1384300 |   467102    17105     11 |  0.000 % |
7.71/8.00	c 8	|     25755 |   39350   491150  1384300 |   513813    25755     12 |  0.000 % |
11.38/11.68	c 12	|     38729 |   39350   491150  1384300 |   565194    38729     12 |  0.000 % |
16.33/16.62	c 17	|     58192 |   39350   491150  1384300 |   621713    58192     13 |  0.000 % |
29.32/29.78	c 30	|     87386 |   39350   491150  1384300 |   683885    87386     13 |  0.000 % |
57.34/58.01	c 58	|    131176 |   39350   491150  1384300 |   752273   131176     13 |  0.000 % |
115.29/116.58	c 117	|    196860 |   39350   491150  1384300 |   827501   196860     13 |  0.000 % |
260.12/262.73	c 263	|    295386 |   39350   491150  1384300 |   910251   295386     13 |  0.000 % |
582.46/588.19	c 588	|    443175 |   39350   491150  1384300 |  1001276   443175     13 |  0.000 % |
1365.32/1371.54	c 1372	|    664860 |   39350   491150  1384300 |  1101403   664860     13 |  0.000 % |
1800.05/1806.42	c ERROR INTERRUPTED
1800.05/1806.42	s UNKNOWN
1800.05/1806.42	c 1807	CPU 4.3 (0.05 0.02 4.01 0.22)
1800.05/1806.42	c 1807	END Sun Jul 12 09:11:28 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2085063-1247380881/watcher-2085063-1247380881 -o /tmp/evaluation-result-2085063-1247380881/solver-2085063-1247380881 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2085063-1247380881.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB

[startup+0 s]
/proc/loadavg: 1.94 2.04 2.02 4/74 26991
/proc/meminfo: memFree=1902352/2055920 swapFree=4192812/4192956
[pid=26991] ppid=26989 vsize=18576 CPUtime=0
/proc/26991/stat : 26991 (runsolver) R 26989 26954 26954 0 -1 4194368 12 0 0 0 0 0 0 0 19 0 1 0 25155513 19021824 282 996147200 4194304 4302564 548682068304 18446744073709551615 244670987219 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26991/statm: 4644 282 247 26 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.0663071 s]
/proc/loadavg: 1.94 2.04 2.02 4/74 26991
/proc/meminfo: memFree=1902352/2055920 swapFree=4192812/4192956
[pid=26991] ppid=26989 vsize=16212 CPUtime=0.05
/proc/26991/stat : 26991 (sugar) R 26989 26991 26954 0 -1 4194304 967 0 0 0 3 2 0 0 18 0 1 0 25155513 16601088 935 996147200 4194304 4206940 548682068608 18446744073709551615 244691127426 0 0 4224 0 0 0 0 17 1 0 0
/proc/26991/statm: 4053 935 380 3 0 632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16212

[startup+0.101309 s]
/proc/loadavg: 1.94 2.04 2.02 4/74 26991
/proc/meminfo: memFree=1902352/2055920 swapFree=4192812/4192956
[pid=26991] ppid=26989 vsize=16868 CPUtime=0.07
/proc/26991/stat : 26991 (sugar) S 26989 26991 26954 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25155513 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26991/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301325 s]
/proc/loadavg: 1.94 2.04 2.02 4/74 26991
/proc/meminfo: memFree=1902352/2055920 swapFree=4192812/4192956
[pid=26991] ppid=26989 vsize=16868 CPUtime=0.07
/proc/26991/stat : 26991 (sugar) S 26989 26991 26954 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25155513 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26991/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701374 s]
/proc/loadavg: 1.94 2.04 2.02 4/74 26991
/proc/meminfo: memFree=1902352/2055920 swapFree=4192812/4192956
[pid=26991] ppid=26989 vsize=16868 CPUtime=0.07
/proc/26991/stat : 26991 (sugar) S 26989 26991 26954 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25155513 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26991/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50246 s]
/proc/loadavg: 1.94 2.04 2.02 4/85 27003
/proc/meminfo: memFree=1876280/2055920 swapFree=4192812/4192956
[pid=26991] ppid=26989 vsize=16868 CPUtime=1.35
/proc/26991/stat : 26991 (sugar) S 26989 26991 26954 0 -1 4194304 1309 11848 0 1 5 2 121 7 15 0 1 0 25155513 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26991/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 16868

[startup+3.10163 s]
/proc/loadavg: 2.02 2.05 2.02 4/85 27013
/proc/meminfo: memFree=1879800/2055920 swapFree=4192812/4192956
[pid=26991] ppid=26989 vsize=16868 CPUtime=1.35
/proc/26991/stat : 26991 (sugar) S 26989 26991 26954 0 -1 4194304 1310 11848 0 1 5 2 121 7 15 0 1 0 25155513 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26991/statm: 4217 1111 409 3 0 796 0
[pid=27004] ppid=26991 vsize=5356 CPUtime=0
/proc/27004/stat : 27004 (sh) S 26991 26991 26954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25155652 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27004/statm: 1339 233 193 169 0 50 0
[pid=27005] ppid=27004 vsize=868812 CPUtime=1.68
/proc/27005/stat : 27005 (java) S 27004 26991 26954 0 -1 0 13609 0 1 0 162 6 0 0 18 0 9 0 25155652 889663488 12441 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27005/statm: 217203 12441 2566 9 0 211708 0
[pid=27005/tid=27006] ppid=27004 vsize=868812 CPUtime=0.85
/proc/27005/task/27006/stat : 27006 (java) R 27004 26991 26954 0 -1 64 2905 0 1 0 84 1 0 0 23 0 9 0 25155653 889663488 12441 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27005/tid=27007] ppid=27004 vsize=868812 CPUtime=0.62
/proc/27005/task/27007/stat : 27007 (java) R 27004 26991 26954 0 -1 64 8524 0 0 0 59 3 0 0 16 0 9 0 25155654 889663488 12441 996147200 134512640 134550932 4294955936 18446744073709551615 104189919 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27005/tid=27008] ppid=27004 vsize=868812 CPUtime=0
/proc/27005/task/27008/stat : 27008 (java) S 27004 26991 26954 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25155655 889663488 12441 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27005/tid=27009] ppid=27004 vsize=868812 CPUtime=0
/proc/27005/task/27009/stat : 27009 (java) S 27004 26991 26954 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25155655 889663488 12441 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27005/tid=27010] ppid=27004 vsize=868812 CPUtime=0
/proc/27005/task/27010/stat : 27010 (java) S 27004 26991 26954 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25155657 889663488 12441 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27005/tid=27011] ppid=27004 vsize=868812 CPUtime=0.17
/proc/27005/task/27011/stat : 27011 (java) S 27004 26991 26954 0 -1 64 1477 0 0 0 17 0 0 0 16 0 9 0 25155657 889663488 12441 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27005/tid=27012] ppid=27004 vsize=868812 CPUtime=0
/proc/27005/task/27012/stat : 27012 (java) S 27004 26991 26954 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25155657 889663488 12441 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27005/tid=27013] ppid=27004 vsize=868812 CPUtime=0
/proc/27005/task/27013/stat : 27013 (java) S 27004 26991 26954 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25155657 889663488 12441 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 891036

[startup+6.30196 s]
/proc/loadavg: 2.02 2.05 2.02 3/77 27015
/proc/meminfo: memFree=1864312/2055920 swapFree=4192812/4192956
[pid=26991] ppid=26989 vsize=16868 CPUtime=4.3
/proc/26991/stat : 26991 (sugar) S 26989 26991 26954 0 -1 4194304 1376 25973 0 2 5 2 401 22 15 0 1 0 25155513 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26991/statm: 4217 1113 409 3 0 796 0
[pid=27014] ppid=26991 vsize=5356 CPUtime=0
/proc/27014/stat : 27014 (sh) S 26991 26991 26954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25155957 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27014/statm: 1339 232 193 169 0 50 0
[pid=27015] ppid=27014 vsize=27212 CPUtime=1.83
/proc/27015/stat : 27015 (minisat) R 27014 26991 26954 0 -1 4194304 6452 0 0 0 180 3 0 0 25 0 1 0 25155957 27865088 6438 996147200 134512640 135127466 4294956256 18446744073709551615 134531043 0 0 4096 3 0 0 0 17 1 0 0
/proc/27015/statm: 6803 6438 76 150 0 6650 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 49436

[startup+12.7016 s]
/proc/loadavg: 2.02 2.05 2.02 3/77 27015
/proc/meminfo: memFree=1861368/2055920 swapFree=4192812/4192956
[pid=26991] ppid=26989 vsize=16868 CPUtime=4.3
/proc/26991/stat : 26991 (sugar) S 26989 26991 26954 0 -1 4194304 1376 25973 0 2 5 2 401 22 16 0 1 0 25155513 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26991/statm: 4217 1113 409 3 0 796 0
[pid=27014] ppid=26991 vsize=5356 CPUtime=0
/proc/27014/stat : 27014 (sh) S 26991 26991 26954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25155957 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27014/statm: 1339 232 193 169 0 50 0
[pid=27015] ppid=27014 vsize=29716 CPUtime=8.17
/proc/27015/stat : 27015 (minisat) R 27014 26991 26954 0 -1 4194304 7071 0 0 0 814 3 0 0 25 0 1 0 25155957 30429184 7057 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 1 0 0
/proc/27015/statm: 7429 7057 76 150 0 7276 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 51940

[startup+25.503 s]
/proc/loadavg: 2.01 2.05 2.02 3/77 27015
/proc/meminfo: memFree=1857912/2055920 swapFree=4192812/4192956
[pid=26991] ppid=26989 vsize=16868 CPUtime=4.3
/proc/26991/stat : 26991 (sugar) S 26989 26991 26954 0 -1 4194304 1376 25973 0 2 5 2 401 22 16 0 1 0 25155513 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26991/statm: 4217 1113 409 3 0 796 0
[pid=27014] ppid=26991 vsize=5356 CPUtime=0
/proc/27014/stat : 27014 (sh) S 26991 26991 26954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25155957 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27014/statm: 1339 232 193 169 0 50 0
[pid=27015] ppid=27014 vsize=33044 CPUtime=20.84
/proc/27015/stat : 27015 (minisat) R 27014 26991 26954 0 -1 4194304 7918 0 0 0 2080 4 0 0 25 0 1 0 25155957 33837056 7904 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27015/statm: 8261 7904 76 150 0 8108 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 55268

[startup+51.1026 s]
/proc/loadavg: 2.01 2.05 2.02 3/77 27015
/proc/meminfo: memFree=1854136/2055920 swapFree=4192812/4192956
[pid=26991] ppid=26989 vsize=16868 CPUtime=4.3
/proc/26991/stat : 26991 (sugar) S 26989 26991 26954 0 -1 4194304 1376 25973 0 2 5 2 401 22 16 0 1 0 25155513 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26991/statm: 4217 1113 409 3 0 796 0
[pid=27014] ppid=26991 vsize=5356 CPUtime=0
/proc/27014/stat : 27014 (sh) S 26991 26991 26954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25155957 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27014/statm: 1339 232 193 169 0 50 0
[pid=27015] ppid=27014 vsize=37208 CPUtime=46.2
/proc/27015/stat : 27015 (minisat) R 27014 26991 26954 0 -1 4194304 8910 0 0 0 4614 6 0 0 25 0 1 0 25155957 38100992 8896 996147200 134512640 135127466 4294956256 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 1 0 0
/proc/27015/statm: 9302 8896 76 150 0 9149 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 59432

[startup+102.307 s]
/proc/loadavg: 2.00 2.04 2.02 3/77 27015
/proc/meminfo: memFree=1848824/2055920 swapFree=4192812/4192956
[pid=26991] ppid=26989 vsize=16868 CPUtime=4.3
/proc/26991/stat : 26991 (sugar) S 26989 26991 26954 0 -1 4194304 1376 25973 0 2 5 2 401 22 16 0 1 0 25155513 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26991/statm: 4217 1113 409 3 0 796 0
[pid=27014] ppid=26991 vsize=5356 CPUtime=0
/proc/27014/stat : 27014 (sh) S 26991 26991 26954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25155957 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27014/statm: 1339 232 193 169 0 50 0
[pid=27015] ppid=27014 vsize=42452 CPUtime=96.92
/proc/27015/stat : 27015 (minisat) R 27014 26991 26954 0 -1 4194304 10176 0 0 0 9685 7 0 0 25 0 1 0 25155957 43470848 10162 996147200 134512640 135127466 4294956256 18446744073709551615 134528023 0 0 4096 3 0 0 0 17 1 0 0
/proc/27015/statm: 10613 10162 76 150 0 10460 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 64676

[startup+162.301 s]
/proc/loadavg: 2.00 2.03 2.01 3/77 27015
/proc/meminfo: memFree=1844472/2055920 swapFree=4192812/4192956
[pid=26991] ppid=26989 vsize=16868 CPUtime=4.3
/proc/26991/stat : 26991 (sugar) S 26989 26991 26954 0 -1 4194304 1376 25973 0 2 5 2 401 22 16 0 1 0 25155513 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26991/statm: 4217 1113 409 3 0 796 0
[pid=27014] ppid=26991 vsize=5356 CPUtime=0
/proc/27014/stat : 27014 (sh) S 26991 26991 26954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25155957 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27014/statm: 1339 232 193 169 0 50 0
[pid=27015] ppid=27014 vsize=46992 CPUtime=156.35
/proc/27015/stat : 27015 (minisat) R 27014 26991 26954 0 -1 4194304 11249 0 0 0 15627 8 0 0 25 0 1 0 25155957 48119808 11235 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 1 0 0
/proc/27015/statm: 11748 11235 76 150 0 11595 0
Current children cumulated CPU time (s) 160.65
Current children cumulated vsize (KiB) 69216

[startup+222.303 s]
/proc/loadavg: 2.00 2.02 2.00 3/78 27016
/proc/meminfo: memFree=1841136/2055920 swapFree=4192812/4192956
[pid=26991] ppid=26989 vsize=16868 CPUtime=4.3
/proc/26991/stat : 26991 (sugar) S 26989 26991 26954 0 -1 4194304 1376 25973 0 2 5 2 401 22 16 0 1 0 25155513 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26991/statm: 4217 1113 409 3 0 796 0
[pid=27014] ppid=26991 vsize=5356 CPUtime=0
/proc/27014/stat : 27014 (sh) S 26991 26991 26954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25155957 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27014/statm: 1339 232 193 169 0 50 0
[pid=27015] ppid=27014 vsize=50156 CPUtime=215.79
/proc/27015/stat : 27015 (minisat) R 27014 26991 26954 0 -1 4194304 12042 0 0 0 21570 9 0 0 25 0 1 0 25155957 51359744 12028 996147200 134512640 135127466 4294956256 18446744073709551615 134710625 0 0 4096 3 0 0 0 17 1 0 0
/proc/27015/statm: 12539 12028 76 150 0 12386 0
Current children cumulated CPU time (s) 220.09
Current children cumulated vsize (KiB) 72380


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

/proc/meminfo: memFree=1799416/2055920 swapFree=4192812/4192956
[pid=26991] ppid=26989 vsize=16868 CPUtime=4.3
/proc/26991/stat : 26991 (sugar) S 26989 26991 26954 0 -1 4194304 1376 25973 0 2 5 2 401 22 16 0 1 0 25155513 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26991/statm: 4217 1113 409 3 0 796 0
[pid=27014] ppid=26991 vsize=5356 CPUtime=0
/proc/27014/stat : 27014 (sh) S 26991 26991 26954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25155957 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27014/statm: 1339 232 193 169 0 50 0
[pid=27015] ppid=27014 vsize=83892 CPUtime=1291.84
/proc/27015/stat : 27015 (minisat) R 27014 26991 26954 0 -1 4194304 20073 0 0 0 129163 21 0 0 25 0 1 0 25155957 85905408 20059 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27015/statm: 20973 20059 76 150 0 20820 0
Current children cumulated CPU time (s) 1296.14
Current children cumulated vsize (KiB) 106116

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27257
/proc/meminfo: memFree=1798072/2055920 swapFree=4192812/4192956
[pid=26991] ppid=26989 vsize=16868 CPUtime=4.3
/proc/26991/stat : 26991 (sugar) S 26989 26991 26954 0 -1 4194304 1376 25973 0 2 5 2 401 22 16 0 1 0 25155513 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26991/statm: 4217 1113 409 3 0 796 0
[pid=27014] ppid=26991 vsize=5356 CPUtime=0
/proc/27014/stat : 27014 (sh) S 26991 26991 26954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25155957 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27014/statm: 1339 232 193 169 0 50 0
[pid=27015] ppid=27014 vsize=85228 CPUtime=1351.82
/proc/27015/stat : 27015 (minisat) R 27014 26991 26954 0 -1 4194304 20393 0 0 0 135160 22 0 0 25 0 1 0 25155957 87273472 20379 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27015/statm: 21307 20379 76 150 0 21154 0
Current children cumulated CPU time (s) 1356.12
Current children cumulated vsize (KiB) 107452

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27257
/proc/meminfo: memFree=1795832/2055920 swapFree=4192812/4192956
[pid=26991] ppid=26989 vsize=16868 CPUtime=4.3
/proc/26991/stat : 26991 (sugar) S 26989 26991 26954 0 -1 4194304 1376 25973 0 2 5 2 401 22 16 0 1 0 25155513 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26991/statm: 4217 1113 409 3 0 796 0
[pid=27014] ppid=26991 vsize=5356 CPUtime=0
/proc/27014/stat : 27014 (sh) S 26991 26991 26954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25155957 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27014/statm: 1339 232 193 169 0 50 0
[pid=27015] ppid=27014 vsize=87440 CPUtime=1411.79
/proc/27015/stat : 27015 (minisat) R 27014 26991 26954 0 -1 4194304 20959 0 0 0 141157 22 0 0 25 0 1 0 25155957 89538560 20945 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/27015/statm: 21860 20945 76 150 0 21707 0
Current children cumulated CPU time (s) 1416.09
Current children cumulated vsize (KiB) 109664

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27257
/proc/meminfo: memFree=1794424/2055920 swapFree=4192812/4192956
[pid=26991] ppid=26989 vsize=16868 CPUtime=4.3
/proc/26991/stat : 26991 (sugar) S 26989 26991 26954 0 -1 4194304 1376 25973 0 2 5 2 401 22 16 0 1 0 25155513 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26991/statm: 4217 1113 409 3 0 796 0
[pid=27014] ppid=26991 vsize=5356 CPUtime=0
/proc/27014/stat : 27014 (sh) S 26991 26991 26954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25155957 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27014/statm: 1339 232 193 169 0 50 0
[pid=27015] ppid=27014 vsize=88636 CPUtime=1471.77
/proc/27015/stat : 27015 (minisat) R 27014 26991 26954 0 -1 4194304 21282 0 0 0 147154 23 0 0 25 0 1 0 25155957 90763264 21268 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27015/statm: 22159 21268 76 150 0 22006 0
Current children cumulated CPU time (s) 1476.07
Current children cumulated vsize (KiB) 110860

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27257
/proc/meminfo: memFree=1793272/2055920 swapFree=4192812/4192956
[pid=26991] ppid=26989 vsize=16868 CPUtime=4.3
/proc/26991/stat : 26991 (sugar) S 26989 26991 26954 0 -1 4194304 1376 25973 0 2 5 2 401 22 16 0 1 0 25155513 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26991/statm: 4217 1113 409 3 0 796 0
[pid=27014] ppid=26991 vsize=5356 CPUtime=0
/proc/27014/stat : 27014 (sh) S 26991 26991 26954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25155957 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27014/statm: 1339 232 193 169 0 50 0
[pid=27015] ppid=27014 vsize=91164 CPUtime=1531.75
/proc/27015/stat : 27015 (minisat) R 27014 26991 26954 0 -1 4194304 21572 0 0 0 153152 23 0 0 25 0 1 0 25155957 93351936 21558 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27015/statm: 22791 21558 76 150 0 22638 0
Current children cumulated CPU time (s) 1536.05
Current children cumulated vsize (KiB) 113388

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27257
/proc/meminfo: memFree=1792184/2055920 swapFree=4192812/4192956
[pid=26991] ppid=26989 vsize=16868 CPUtime=4.3
/proc/26991/stat : 26991 (sugar) S 26989 26991 26954 0 -1 4194304 1376 25973 0 2 5 2 401 22 16 0 1 0 25155513 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26991/statm: 4217 1113 409 3 0 796 0
[pid=27014] ppid=26991 vsize=5356 CPUtime=0
/proc/27014/stat : 27014 (sh) S 26991 26991 26954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25155957 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27014/statm: 1339 232 193 169 0 50 0
[pid=27015] ppid=27014 vsize=92212 CPUtime=1591.72
/proc/27015/stat : 27015 (minisat) R 27014 26991 26954 0 -1 4194304 21840 0 0 0 159149 23 0 0 25 0 1 0 25155957 94425088 21826 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27015/statm: 23053 21826 76 150 0 22900 0
Current children cumulated CPU time (s) 1596.02
Current children cumulated vsize (KiB) 114436

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27257
/proc/meminfo: memFree=1791224/2055920 swapFree=4192812/4192956
[pid=26991] ppid=26989 vsize=16868 CPUtime=4.3
/proc/26991/stat : 26991 (sugar) S 26989 26991 26954 0 -1 4194304 1376 25973 0 2 5 2 401 22 16 0 1 0 25155513 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26991/statm: 4217 1113 409 3 0 796 0
[pid=27014] ppid=26991 vsize=5356 CPUtime=0
/proc/27014/stat : 27014 (sh) S 26991 26991 26954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25155957 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27014/statm: 1339 232 193 169 0 50 0
[pid=27015] ppid=27014 vsize=93208 CPUtime=1651.7
/proc/27015/stat : 27015 (minisat) R 27014 26991 26954 0 -1 4194304 22065 0 0 0 165147 23 0 0 25 0 1 0 25155957 95444992 22051 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 0 0 0
/proc/27015/statm: 23302 22051 76 150 0 23149 0
Current children cumulated CPU time (s) 1656
Current children cumulated vsize (KiB) 115432

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27257
/proc/meminfo: memFree=1790072/2055920 swapFree=4192812/4192956
[pid=26991] ppid=26989 vsize=16868 CPUtime=4.3
/proc/26991/stat : 26991 (sugar) S 26989 26991 26954 0 -1 4194304 1376 25973 0 2 5 2 401 22 16 0 1 0 25155513 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26991/statm: 4217 1113 409 3 0 796 0
[pid=27014] ppid=26991 vsize=5356 CPUtime=0
/proc/27014/stat : 27014 (sh) S 26991 26991 26954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25155957 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27014/statm: 1339 232 193 169 0 50 0
[pid=27015] ppid=27014 vsize=94756 CPUtime=1711.68
/proc/27015/stat : 27015 (minisat) R 27014 26991 26954 0 -1 4194304 22360 0 0 0 171144 24 0 0 25 0 1 0 25155957 97030144 22346 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27015/statm: 23689 22346 76 150 0 23536 0
Current children cumulated CPU time (s) 1715.98
Current children cumulated vsize (KiB) 116980

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27257
/proc/meminfo: memFree=1788920/2055920 swapFree=4192812/4192956
[pid=26991] ppid=26989 vsize=16868 CPUtime=4.3
/proc/26991/stat : 26991 (sugar) S 26989 26991 26954 0 -1 4194304 1376 25973 0 2 5 2 401 22 16 0 1 0 25155513 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26991/statm: 4217 1113 409 3 0 796 0
[pid=27014] ppid=26991 vsize=5356 CPUtime=0
/proc/27014/stat : 27014 (sh) S 26991 26991 26954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25155957 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27014/statm: 1339 232 193 169 0 50 0
[pid=27015] ppid=27014 vsize=95760 CPUtime=1771.65
/proc/27015/stat : 27015 (minisat) R 27014 26991 26954 0 -1 4194304 22618 0 0 0 177141 24 0 0 25 0 1 0 25155957 98058240 22604 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/27015/statm: 23940 22604 76 150 0 23787 0
Current children cumulated CPU time (s) 1775.95
Current children cumulated vsize (KiB) 117984



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27257
/proc/meminfo: memFree=1788536/2055920 swapFree=4192812/4192956
[pid=26991] ppid=26989 vsize=16868 CPUtime=4.3
/proc/26991/stat : 26991 (sugar) S 26989 26991 26954 0 -1 4194304 1376 25973 0 2 5 2 401 22 16 0 1 0 25155513 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26991/statm: 4217 1113 409 3 0 796 0
[pid=27014] ppid=26991 vsize=5356 CPUtime=0
/proc/27014/stat : 27014 (sh) S 26991 26991 26954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25155957 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27014/statm: 1339 232 193 169 0 50 0
[pid=27015] ppid=27014 vsize=96024 CPUtime=1795.75
/proc/27015/stat : 27015 (minisat) R 27014 26991 26954 0 -1 4194304 22713 0 0 0 179551 24 0 0 25 0 1 0 25155957 98328576 22699 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27015/statm: 24006 22699 76 150 0 23853 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 118248

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 26991 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=74380
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=263959
# CPU time returned by wait4() is 4.33834
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1806.43
CPU time (s): 1800.05
CPU user time (s): 1799.57
CPU system time (s): 0.48
CPU usage (%): 99.6468
Max. virtual memory (cumulated for all children) (KiB): 891036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.07438
system time used= 0.263959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27732
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= 3642
involuntary context switches= 3536

runsolver used 2.15167 second user time and 6.07508 second system time

The end

Launcher Data

Begin job on node7 at 2009-07-12 08:41:21
IDJOB=2085063
IDBENCH=58281
IDSOLVER=739
FILE ID=node7/2085063-1247380881
PBS_JOBID= 9507271
Free space on /tmp= 66132 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/graphColoring/leighton/leighton-15/normalized-lei450-15d-14.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2085063-1247380881/watcher-2085063-1247380881 -o /tmp/evaluation-result-2085063-1247380881/solver-2085063-1247380881 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2085063-1247380881.xml

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

MD5SUM BENCH= 90994b11e737cef293bdb82cdb4da065
RANDOM SEED=2065279210

node7.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.231
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.231
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:       1902896 kB
Buffers:          6928 kB
Cached:          64336 kB
SwapCached:          0 kB
Active:          83068 kB
Inactive:        18632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1902896 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3512 kB
Writeback:           0 kB
Mapped:          41100 kB
Slab:            36816 kB
Committed_AS:   261568 kB
PageTables:       1848 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= 66132 MiB
End job on node7 at 2009-07-12 09:11:30