Trace number 2085151

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.07 1803.13

General information on the benchmark

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

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 08:46:51 2009
0.00/0.08	c 0	PID 25628
0.07/0.08	c 0	HOST node16.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2085151-1247381210.xml TO HOME/temp.csp
0.07/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-2085151-1247381210.xml' 'HOME/temp.csp'
1.16/1.25	c 1	1 domains, 450 variables, 1 predicates, 0 relations, 16680 constraints
1.16/1.30	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.16/1.30	c 1	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.22/1.38	c 1	Parsing HOME/temp.csp
1.22/1.53	c 1	parsed 10000 expressions
1.22/1.58	c 1	parsed 17132 expressions
1.22/1.59	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.22/1.59	c 1	Converting to clausal form CSP
1.22/1.92	c 1	converted 1714 (10%) expressions
1.22/1.98	c 1	converted 3427 (20%) expressions
2.00/2.10	c 2	converted 5140 (30%) expressions
2.00/2.16	c 2	converted 6853 (40%) expressions
2.10/2.22	c 2	converted 8566 (50%) expressions
2.10/2.28	c 2	converted 10280 (60%) expressions
2.20/2.34	c 2	converted 11993 (70%) expressions
2.29/2.48	c 2	converted 13706 (80%) expressions
2.40/2.55	c 2	converted 15419 (90%) expressions
2.50/2.60	c 2	converted 17132 (100%) expressions
2.50/2.60	c 2	CSP : 450 integers, 0 booleans, 16680 clauses, largest domain size 14
2.50/2.61	c 2	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.50/2.61	c 2	Propagation in CSP
2.50/2.69	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.50/2.69	c 2	CSP : 450 integers, 0 booleans, 16680 clauses, largest domain size 14
2.50/2.69	c 2	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.59/2.71	c 2	Simplifing CSP by introducing new Boolean variables
2.88/3.05	c 2	CSP : 450 integers, 33360 booleans, 50040 clauses, largest domain size 14
2.88/3.05	c 2	Heap : 26 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.09/3.21	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.09/3.24	c 3	45 (10%) CSP integer variables are encoded (540 clauses, 5804 bytes)
3.09/3.25	c 3	90 (20%) CSP integer variables are encoded (1080 clauses, 12059 bytes)
3.09/3.25	c 3	135 (30%) CSP integer variables are encoded (1620 clauses, 19079 bytes)
3.09/3.25	c 3	180 (40%) CSP integer variables are encoded (2160 clauses, 26099 bytes)
3.09/3.25	c 3	225 (50%) CSP integer variables are encoded (2700 clauses, 33119 bytes)
3.09/3.25	c 3	270 (60%) CSP integer variables are encoded (3240 clauses, 40139 bytes)
3.09/3.26	c 3	315 (70%) CSP integer variables are encoded (3780 clauses, 47159 bytes)
3.09/3.26	c 3	360 (80%) CSP integer variables are encoded (4320 clauses, 54179 bytes)
3.09/3.26	c 3	405 (90%) CSP integer variables are encoded (4860 clauses, 61199 bytes)
3.09/3.26	c 3	450 (100%) CSP integer variables are encoded (5400 clauses, 68219 bytes)
3.28/3.42	c 3	5004 (10%) CSP clauses are encoded (53772 clauses, 874033 bytes)
3.38/3.53	c 3	10008 (20%) CSP clauses are encoded (102144 clauses, 1734646 bytes)
3.48/3.63	c 3	15012 (30%) CSP clauses are encoded (150516 clauses, 2610448 bytes)
3.58/3.75	c 3	20016 (40%) CSP clauses are encoded (198888 clauses, 3526186 bytes)
3.68/3.85	c 3	25020 (50%) CSP clauses are encoded (247260 clauses, 4446922 bytes)
3.77/3.96	c 3	30024 (60%) CSP clauses are encoded (295632 clauses, 5367658 bytes)
3.87/4.09	c 4	35028 (70%) CSP clauses are encoded (344004 clauses, 6288394 bytes)
3.97/4.19	c 4	40032 (80%) CSP clauses are encoded (392376 clauses, 7209130 bytes)
4.17/4.30	c 4	45036 (90%) CSP clauses are encoded (440748 clauses, 8129866 bytes)
4.27/4.41	c 4	50040 (100%) CSP clauses are encoded (489120 clauses, 9050602 bytes)
4.27/4.41	c 4	50040 CSP clauses encoded
4.27/4.41	c 4	Writing map file : HOME/temp.map
4.27/4.43	c 4	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.27/4.43	c 4	SAT : 39210 SAT variables, 489120 SAT clauses, 9050602 bytes
4.27/4.43	c 4	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.27/4.48	c 4	SOLVING HOME/temp.cnf
4.27/4.48	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.27/4.49	c 4	This is MiniSat 2.0 beta
4.27/4.49	c 4	WARNING: for repeatability, setting FPU to use double precision
4.27/4.49	c 4	============================[ Problem Statistics ]=============================
4.27/4.49	c 4	|                                                                             |
4.27/4.49	c 4	|  Number of variables:  39210                                                |
4.27/4.49	c 4	|  Number of clauses:    489120                                               |
4.32/4.77	c 4	|  Parsing time:         0.24         s                                       |
4.32/4.78	c 4	============================[ Search Statistics ]==============================
4.32/4.78	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.32/4.78	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.32/4.78	c 4	===============================================================================
4.32/4.78	c 4	|         0 |   39210   489120  1378560 |   163040        0    nan |  0.000 % |
4.32/4.94	c 4	|       100 |   39210   489120  1378560 |   179344      100     34 |  0.000 % |
4.32/4.95	c 4	|       251 |   39210   489120  1378560 |   197278      251     17 |  0.000 % |
4.32/4.99	c 4	|       477 |   39210   489120  1378560 |   217006      477     12 |  0.000 % |
4.32/5.01	c 4	|       816 |   39210   489120  1378560 |   238706      816     11 |  0.000 % |
4.32/5.05	c 4	|      1323 |   39210   489120  1378560 |   262577     1323     10 |  0.000 % |
4.32/5.08	c 5	|      2083 |   39210   489120  1378560 |   288835     2083      9 |  0.000 % |
4.32/5.19	c 5	|      3222 |   39210   489120  1378560 |   317718     3222     10 |  0.000 % |
4.32/5.27	c 5	|      4930 |   39210   489120  1378560 |   349490     4930      9 |  0.000 % |
5.20/5.41	c 5	|      7492 |   39210   489120  1378560 |   384439     7492      9 |  0.000 % |
5.50/5.73	c 5	|     11336 |   39210   489120  1378560 |   422883    11336     10 |  0.000 % |
5.90/6.15	c 6	|     17103 |   39210   489120  1378560 |   465172    17103     10 |  0.000 % |
7.08/7.38	c 7	|     25752 |   39210   489120  1378560 |   511689    25752     11 |  0.000 % |
8.86/9.13	c 9	|     38726 |   39210   489120  1378560 |   562858    38726     11 |  0.000 % |
15.41/15.77	c 15	|     58187 |   39210   489120  1378560 |   619144    58187     12 |  0.000 % |
27.79/28.24	c 28	|     87380 |   39210   489120  1378560 |   681058    87380     13 |  0.000 % |
58.12/58.84	c 58	|    131170 |   39210   489120  1378560 |   749164   131170     13 |  0.000 % |
141.17/142.63	c 142	|    196854 |   39210   489120  1378560 |   824080   196854     14 |  0.000 % |
324.59/327.67	c 327	|    295381 |   39210   489120  1378560 |   906488   295381     14 |  0.000 % |
707.88/710.95	c 710	|    443170 |   39210   489120  1378560 |   997137   443170     13 |  0.000 % |
1647.77/1650.85	c 1650	|    664853 |   39210   489120  1378560 |  1096851   664853     14 |  0.000 % |
1800.07/1803.12	c ERROR INTERRUPTED
1800.07/1803.12	s UNKNOWN
1800.07/1803.12	c 1803	CPU 4.32 (0.06 0.01 4.01 0.24)
1800.07/1803.12	c 1803	END Sun Jul 12 09:16:54 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-2085151-1247381210/watcher-2085151-1247381210 -o /tmp/evaluation-result-2085151-1247381210/solver-2085151-1247381210 -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-2085151-1247381210.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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.85 1.97 1.99 4/74 25628
/proc/meminfo: memFree=1720056/2055920 swapFree=4192812/4192956
[pid=25628] ppid=25626 vsize=12268 CPUtime=0
/proc/25628/stat : 25628 (sugar) R 25626 25628 25591 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 25187899 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 231962540645 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/25628/statm: 3067 316 241 3 0 167 0

[startup+0.0838409 s]
/proc/loadavg: 1.85 1.97 1.99 4/74 25628
/proc/meminfo: memFree=1720056/2055920 swapFree=4192812/4192956
[pid=25628] ppid=25626 vsize=16740 CPUtime=0.07
/proc/25628/stat : 25628 (sugar) S 25626 25628 25591 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 25187899 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25628/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101221 s]
/proc/loadavg: 1.85 1.97 1.99 4/74 25628
/proc/meminfo: memFree=1720056/2055920 swapFree=4192812/4192956
[pid=25628] ppid=25626 vsize=16868 CPUtime=0.07
/proc/25628/stat : 25628 (sugar) S 25626 25628 25591 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25187899 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25628/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301153 s]
/proc/loadavg: 1.85 1.97 1.99 4/74 25628
/proc/meminfo: memFree=1720056/2055920 swapFree=4192812/4192956
[pid=25628] ppid=25626 vsize=16868 CPUtime=0.07
/proc/25628/stat : 25628 (sugar) S 25626 25628 25591 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25187899 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25628/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702592 s]
/proc/loadavg: 1.85 1.97 1.99 4/74 25628
/proc/meminfo: memFree=1720056/2055920 swapFree=4192812/4192956
[pid=25628] ppid=25626 vsize=16868 CPUtime=0.07
/proc/25628/stat : 25628 (sugar) S 25626 25628 25591 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25187899 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25628/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50181 s]
/proc/loadavg: 1.85 1.97 1.99 3/85 25640
/proc/meminfo: memFree=1688488/2055920 swapFree=4192812/4192956
[pid=25628] ppid=25626 vsize=16868 CPUtime=1.22
/proc/25628/stat : 25628 (sugar) S 25626 25628 25591 0 -1 4194304 1309 11826 0 1 6 1 106 9 15 0 1 0 25187899 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25628/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 16868

[startup+3.10236 s]
/proc/loadavg: 1.85 1.97 1.99 3/85 25650
/proc/meminfo: memFree=1697064/2055920 swapFree=4192812/4192956
[pid=25628] ppid=25626 vsize=16868 CPUtime=1.22
/proc/25628/stat : 25628 (sugar) S 25626 25628 25591 0 -1 4194304 1310 11826 0 1 6 1 106 9 16 0 1 0 25187899 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25628/statm: 4217 1111 409 3 0 796 0
[pid=25641] ppid=25628 vsize=5356 CPUtime=0
/proc/25641/stat : 25641 (sh) S 25628 25628 25591 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25188029 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25641/statm: 1339 233 193 169 0 50 0
[pid=25642] ppid=25641 vsize=868812 CPUtime=1.77
/proc/25642/stat : 25642 (java) S 25641 25628 25591 0 -1 0 13438 0 1 0 169 8 0 0 18 0 9 0 25188029 889663488 12299 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25642/statm: 217203 12299 2566 9 0 211708 0
[pid=25642/tid=25643] ppid=25641 vsize=868812 CPUtime=0.88
/proc/25642/task/25643/stat : 25643 (java) R 25641 25628 25591 0 -1 64 3044 0 1 0 87 1 0 0 23 0 9 0 25188030 889663488 12299 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25642/tid=25644] ppid=25641 vsize=868812 CPUtime=0.67
/proc/25642/task/25644/stat : 25644 (java) R 25641 25628 25591 0 -1 64 8247 0 0 0 63 4 0 0 16 0 9 0 25188031 889663488 12299 996147200 134512640 134550932 4294955936 18446744073709551615 102758032 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25642/tid=25645] ppid=25641 vsize=868812 CPUtime=0
/proc/25642/task/25645/stat : 25645 (java) S 25641 25628 25591 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25188031 889663488 12299 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25642/tid=25646] ppid=25641 vsize=868812 CPUtime=0
/proc/25642/task/25646/stat : 25646 (java) S 25641 25628 25591 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25188031 889663488 12299 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25642/tid=25647] ppid=25641 vsize=868812 CPUtime=0
/proc/25642/task/25647/stat : 25647 (java) S 25641 25628 25591 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25188034 889663488 12299 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25642/tid=25648] ppid=25641 vsize=868812 CPUtime=0.19
/proc/25642/task/25648/stat : 25648 (java) S 25641 25628 25591 0 -1 64 1448 0 0 0 18 1 0 0 16 0 9 0 25188034 889663488 12299 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25642/tid=25649] ppid=25641 vsize=868812 CPUtime=0
/proc/25642/task/25649/stat : 25649 (java) S 25641 25628 25591 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25188034 889663488 12299 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25642/tid=25650] ppid=25641 vsize=868812 CPUtime=0
/proc/25642/task/25650/stat : 25650 (java) S 25641 25628 25591 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25188034 889663488 12299 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 891036

[startup+6.30243 s]
/proc/loadavg: 1.86 1.97 1.99 3/77 25652
/proc/meminfo: memFree=1682216/2055920 swapFree=4192812/4192956
[pid=25628] ppid=25626 vsize=16868 CPUtime=4.32
/proc/25628/stat : 25628 (sugar) S 25626 25628 25591 0 -1 4194304 1376 25768 0 2 6 1 401 24 15 0 1 0 25187899 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25628/statm: 4217 1113 409 3 0 796 0
[pid=25651] ppid=25628 vsize=5356 CPUtime=0
/proc/25651/stat : 25651 (sh) S 25628 25628 25591 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25188348 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25651/statm: 1339 232 193 169 0 50 0
[pid=25652] ppid=25651 vsize=27204 CPUtime=1.77
/proc/25652/stat : 25652 (minisat) R 25651 25628 25591 0 -1 4194304 6439 0 0 0 172 5 0 0 25 0 1 0 25188348 27856896 6425 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25652/statm: 6801 6425 76 150 0 6648 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 49428

[startup+12.7016 s]
/proc/loadavg: 1.87 1.97 1.99 3/77 25652
/proc/meminfo: memFree=1678824/2055920 swapFree=4192812/4192956
[pid=25628] ppid=25626 vsize=16868 CPUtime=4.32
/proc/25628/stat : 25628 (sugar) S 25626 25628 25591 0 -1 4194304 1376 25768 0 2 6 1 401 24 16 0 1 0 25187899 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25628/statm: 4217 1113 409 3 0 796 0
[pid=25651] ppid=25628 vsize=5356 CPUtime=0
/proc/25651/stat : 25651 (sh) S 25628 25628 25591 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25188348 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25651/statm: 1339 232 193 169 0 50 0
[pid=25652] ppid=25651 vsize=29856 CPUtime=8.12
/proc/25652/stat : 25652 (minisat) R 25651 25628 25591 0 -1 4194304 7110 0 0 0 806 6 0 0 25 0 1 0 25188348 30572544 7096 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/25652/statm: 7464 7096 76 150 0 7311 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 52080

[startup+25.5019 s]
/proc/loadavg: 1.90 1.97 1.99 3/77 25652
/proc/meminfo: memFree=1675560/2055920 swapFree=4192812/4192956
[pid=25628] ppid=25626 vsize=16868 CPUtime=4.32
/proc/25628/stat : 25628 (sugar) S 25626 25628 25591 0 -1 4194304 1376 25768 0 2 6 1 401 24 16 0 1 0 25187899 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25628/statm: 4217 1113 409 3 0 796 0
[pid=25651] ppid=25628 vsize=5356 CPUtime=0
/proc/25651/stat : 25651 (sh) S 25628 25628 25591 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25188348 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25651/statm: 1339 232 193 169 0 50 0
[pid=25652] ppid=25651 vsize=32816 CPUtime=20.8
/proc/25652/stat : 25652 (minisat) R 25651 25628 25591 0 -1 4194304 7835 0 0 0 2073 7 0 0 25 0 1 0 25188348 33603584 7821 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 1 0 0
/proc/25652/statm: 8204 7821 76 150 0 8051 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 55040

[startup+51.1026 s]
/proc/loadavg: 1.93 1.97 1.99 3/77 25652
/proc/meminfo: memFree=1670888/2055920 swapFree=4192812/4192956
[pid=25628] ppid=25626 vsize=16868 CPUtime=4.32
/proc/25628/stat : 25628 (sugar) S 25626 25628 25591 0 -1 4194304 1376 25768 0 2 6 1 401 24 16 0 1 0 25187899 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25628/statm: 4217 1113 409 3 0 796 0
[pid=25651] ppid=25628 vsize=5356 CPUtime=0
/proc/25651/stat : 25651 (sh) S 25628 25628 25591 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25188348 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25651/statm: 1339 232 193 169 0 50 0
[pid=25652] ppid=25651 vsize=36592 CPUtime=46.17
/proc/25652/stat : 25652 (minisat) R 25651 25628 25591 0 -1 4194304 8778 0 0 0 4609 8 0 0 25 0 1 0 25188348 37470208 8764 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25652/statm: 9148 8764 76 150 0 8995 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 58816

[startup+102.308 s]
/proc/loadavg: 2.06 2.00 2.00 3/77 25652
/proc/meminfo: memFree=1664872/2055920 swapFree=4192812/4192956
[pid=25628] ppid=25626 vsize=16868 CPUtime=4.32
/proc/25628/stat : 25628 (sugar) S 25626 25628 25591 0 -1 4194304 1376 25768 0 2 6 1 401 24 16 0 1 0 25187899 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25628/statm: 4217 1113 409 3 0 796 0
[pid=25651] ppid=25628 vsize=5356 CPUtime=0
/proc/25651/stat : 25651 (sh) S 25628 25628 25591 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25188348 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25651/statm: 1339 232 193 169 0 50 0
[pid=25652] ppid=25651 vsize=41128 CPUtime=96.92
/proc/25652/stat : 25652 (minisat) R 25651 25628 25591 0 -1 4194304 9863 0 0 0 9683 9 0 0 25 0 1 0 25188348 42115072 9849 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25652/statm: 10282 9849 76 150 0 10129 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 63352

[startup+162.302 s]
/proc/loadavg: 2.02 2.00 2.00 3/77 25652
/proc/meminfo: memFree=1658984/2055920 swapFree=4192812/4192956
[pid=25628] ppid=25626 vsize=16868 CPUtime=4.32
/proc/25628/stat : 25628 (sugar) S 25626 25628 25591 0 -1 4194304 1376 25768 0 2 6 1 401 24 16 0 1 0 25187899 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25628/statm: 4217 1113 409 3 0 796 0
[pid=25651] ppid=25628 vsize=5356 CPUtime=0
/proc/25651/stat : 25651 (sh) S 25628 25628 25591 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25188348 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25651/statm: 1339 232 193 169 0 50 0
[pid=25652] ppid=25651 vsize=45020 CPUtime=156.38
/proc/25652/stat : 25652 (minisat) R 25651 25628 25591 0 -1 4194304 10833 0 0 0 15628 10 0 0 25 0 1 0 25188348 46100480 10819 996147200 134512640 135127466 4294956256 18446744073709551615 134530647 0 0 4096 3 0 0 0 17 1 0 0
/proc/25652/statm: 11255 10819 76 150 0 11102 0
Current children cumulated CPU time (s) 160.7
Current children cumulated vsize (KiB) 67244

[startup+222.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/77 25654
/proc/meminfo: memFree=1653864/2055920 swapFree=4192812/4192956
[pid=25628] ppid=25626 vsize=16868 CPUtime=4.32
/proc/25628/stat : 25628 (sugar) S 25626 25628 25591 0 -1 4194304 1376 25768 0 2 6 1 401 24 16 0 1 0 25187899 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25628/statm: 4217 1113 409 3 0 796 0
[pid=25651] ppid=25628 vsize=5356 CPUtime=0
/proc/25651/stat : 25651 (sh) S 25628 25628 25591 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25188348 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25651/statm: 1339 232 193 169 0 50 0
[pid=25652] ppid=25651 vsize=48392 CPUtime=215.84
/proc/25652/stat : 25652 (minisat) R 25651 25628 25591 0 -1 4194304 11575 0 0 0 21573 11 0 0 25 0 1 0 25188348 49553408 11561 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25652/statm: 12098 11561 76 150 0 11945 0
Current children cumulated CPU time (s) 220.16
Current children cumulated vsize (KiB) 70616


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

/proc/meminfo: memFree=1798248/2055920 swapFree=4192812/4192956
[pid=25628] ppid=25626 vsize=16868 CPUtime=4.32
/proc/25628/stat : 25628 (sugar) S 25626 25628 25591 0 -1 4194304 1376 25768 0 2 6 1 401 24 16 0 1 0 25187899 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25628/statm: 4217 1113 409 3 0 796 0
[pid=25651] ppid=25628 vsize=5356 CPUtime=0
/proc/25651/stat : 25651 (sh) S 25628 25628 25591 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25188348 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25651/statm: 1339 232 193 169 0 50 0
[pid=25652] ppid=25651 vsize=82264 CPUtime=1354.95
/proc/25652/stat : 25652 (minisat) R 25651 25628 25591 0 -1 4194304 19638 0 0 0 135466 29 0 0 25 0 1 0 25188348 84238336 19624 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25652/statm: 20566 19624 76 150 0 20413 0
Current children cumulated CPU time (s) 1359.27
Current children cumulated vsize (KiB) 104488

[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/84 26027
/proc/meminfo: memFree=1797032/2055920 swapFree=4192812/4192956
[pid=25628] ppid=25626 vsize=16868 CPUtime=4.32
/proc/25628/stat : 25628 (sugar) S 25626 25628 25591 0 -1 4194304 1376 25768 0 2 6 1 401 24 16 0 1 0 25187899 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25628/statm: 4217 1113 409 3 0 796 0
[pid=25651] ppid=25628 vsize=5356 CPUtime=0
/proc/25651/stat : 25651 (sh) S 25628 25628 25591 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25188348 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25651/statm: 1339 232 193 169 0 50 0
[pid=25652] ppid=25651 vsize=83332 CPUtime=1414.96
/proc/25652/stat : 25652 (minisat) R 25651 25628 25591 0 -1 4194304 19931 0 0 0 141467 29 0 0 25 0 1 0 25188348 85331968 19917 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25652/statm: 20833 19917 76 150 0 20680 0
Current children cumulated CPU time (s) 1419.28
Current children cumulated vsize (KiB) 105556

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 26027
/proc/meminfo: memFree=1796008/2055920 swapFree=4192812/4192956
[pid=25628] ppid=25626 vsize=16868 CPUtime=4.32
/proc/25628/stat : 25628 (sugar) S 25626 25628 25591 0 -1 4194304 1376 25768 0 2 6 1 401 24 16 0 1 0 25187899 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25628/statm: 4217 1113 409 3 0 796 0
[pid=25651] ppid=25628 vsize=5356 CPUtime=0
/proc/25651/stat : 25651 (sh) S 25628 25628 25591 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25188348 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25651/statm: 1339 232 193 169 0 50 0
[pid=25652] ppid=25651 vsize=84452 CPUtime=1474.95
/proc/25652/stat : 25652 (minisat) R 25651 25628 25591 0 -1 4194304 20182 0 0 0 147466 29 0 0 25 0 1 0 25188348 86478848 20168 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/25652/statm: 21113 20168 76 150 0 20960 0
Current children cumulated CPU time (s) 1479.27
Current children cumulated vsize (KiB) 106676

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26027
/proc/meminfo: memFree=1794856/2055920 swapFree=4192812/4192956
[pid=25628] ppid=25626 vsize=16868 CPUtime=4.32
/proc/25628/stat : 25628 (sugar) S 25626 25628 25591 0 -1 4194304 1376 25768 0 2 6 1 401 24 16 0 1 0 25187899 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25628/statm: 4217 1113 409 3 0 796 0
[pid=25651] ppid=25628 vsize=5356 CPUtime=0
/proc/25651/stat : 25651 (sh) S 25628 25628 25591 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25188348 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25651/statm: 1339 232 193 169 0 50 0
[pid=25652] ppid=25651 vsize=85404 CPUtime=1534.96
/proc/25652/stat : 25652 (minisat) R 25651 25628 25591 0 -1 4194304 20434 0 0 0 153466 30 0 0 25 0 1 0 25188348 87453696 20420 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25652/statm: 21351 20420 76 150 0 21198 0
Current children cumulated CPU time (s) 1539.28
Current children cumulated vsize (KiB) 107628

[startup+1602.3 s]
/proc/loadavg: 2.07 2.03 2.01 4/84 26027
/proc/meminfo: memFree=1793064/2055920 swapFree=4192812/4192956
[pid=25628] ppid=25626 vsize=16868 CPUtime=4.32
/proc/25628/stat : 25628 (sugar) S 25626 25628 25591 0 -1 4194304 1376 25768 0 2 6 1 401 24 16 0 1 0 25187899 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25628/statm: 4217 1113 409 3 0 796 0
[pid=25651] ppid=25628 vsize=5356 CPUtime=0
/proc/25651/stat : 25651 (sh) S 25628 25628 25591 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25188348 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25651/statm: 1339 232 193 169 0 50 0
[pid=25652] ppid=25651 vsize=87304 CPUtime=1594.96
/proc/25652/stat : 25652 (minisat) R 25651 25628 25591 0 -1 4194304 20838 0 0 0 159466 30 0 0 25 0 1 0 25188348 89399296 20824 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25652/statm: 21826 20824 76 150 0 21673 0
Current children cumulated CPU time (s) 1599.28
Current children cumulated vsize (KiB) 109528

[startup+1662.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/84 26027
/proc/meminfo: memFree=1791528/2055920 swapFree=4192812/4192956
[pid=25628] ppid=25626 vsize=16868 CPUtime=4.32
/proc/25628/stat : 25628 (sugar) S 25626 25628 25591 0 -1 4194304 1376 25768 0 2 6 1 401 24 16 0 1 0 25187899 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25628/statm: 4217 1113 409 3 0 796 0
[pid=25651] ppid=25628 vsize=5356 CPUtime=0
/proc/25651/stat : 25651 (sh) S 25628 25628 25591 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25188348 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25651/statm: 1339 232 193 169 0 50 0
[pid=25652] ppid=25651 vsize=88680 CPUtime=1654.95
/proc/25652/stat : 25652 (minisat) R 25651 25628 25591 0 -1 4194304 21198 0 0 0 165465 30 0 0 25 0 1 0 25188348 90808320 21184 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25652/statm: 22170 21184 76 150 0 22017 0
Current children cumulated CPU time (s) 1659.27
Current children cumulated vsize (KiB) 110904

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 26027
/proc/meminfo: memFree=1789992/2055920 swapFree=4192812/4192956
[pid=25628] ppid=25626 vsize=16868 CPUtime=4.32
/proc/25628/stat : 25628 (sugar) S 25626 25628 25591 0 -1 4194304 1376 25768 0 2 6 1 401 24 16 0 1 0 25187899 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25628/statm: 4217 1113 409 3 0 796 0
[pid=25651] ppid=25628 vsize=5356 CPUtime=0
/proc/25651/stat : 25651 (sh) S 25628 25628 25591 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25188348 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25651/statm: 1339 232 193 169 0 50 0
[pid=25652] ppid=25651 vsize=90112 CPUtime=1714.95
/proc/25652/stat : 25652 (minisat) R 25651 25628 25591 0 -1 4194304 21573 0 0 0 171464 31 0 0 25 0 1 0 25188348 92274688 21559 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25652/statm: 22528 21559 76 150 0 22375 0
Current children cumulated CPU time (s) 1719.27
Current children cumulated vsize (KiB) 112336

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 26027
/proc/meminfo: memFree=1789032/2055920 swapFree=4192812/4192956
[pid=25628] ppid=25626 vsize=16868 CPUtime=4.32
/proc/25628/stat : 25628 (sugar) S 25626 25628 25591 0 -1 4194304 1376 25768 0 2 6 1 401 24 16 0 1 0 25187899 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25628/statm: 4217 1113 409 3 0 796 0
[pid=25651] ppid=25628 vsize=5356 CPUtime=0
/proc/25651/stat : 25651 (sh) S 25628 25628 25591 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25188348 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25651/statm: 1339 232 193 169 0 50 0
[pid=25652] ppid=25651 vsize=90972 CPUtime=1774.95
/proc/25652/stat : 25652 (minisat) R 25651 25628 25591 0 -1 4194304 21802 0 0 0 177464 31 0 0 25 0 1 0 25188348 93155328 21788 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25652/statm: 22743 21788 76 150 0 22590 0
Current children cumulated CPU time (s) 1779.27
Current children cumulated vsize (KiB) 113196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 26027
/proc/meminfo: memFree=1788712/2055920 swapFree=4192812/4192956
[pid=25628] ppid=25626 vsize=16868 CPUtime=4.32
/proc/25628/stat : 25628 (sugar) S 25626 25628 25591 0 -1 4194304 1376 25768 0 2 6 1 401 24 16 0 1 0 25187899 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25628/statm: 4217 1113 409 3 0 796 0
[pid=25651] ppid=25628 vsize=5356 CPUtime=0
/proc/25651/stat : 25651 (sh) S 25628 25628 25591 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25188348 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25651/statm: 1339 232 193 169 0 50 0
[pid=25652] ppid=25651 vsize=91236 CPUtime=1795.75
/proc/25652/stat : 25652 (minisat) R 25651 25628 25591 0 -1 4194304 21887 0 0 0 179544 31 0 0 25 0 1 0 25188348 93425664 21873 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25652/statm: 22809 21873 76 150 0 22656 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 113460

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1803.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 26027
/proc/meminfo: memFree=1788712/2055920 swapFree=4192812/4192956
[pid=25628] ppid=25626 vsize=16868 CPUtime=4.32
/proc/25628/stat : 25628 (sugar) S 25626 25628 25591 0 -1 4194304 1376 25768 0 2 6 1 401 24 16 0 1 0 25187899 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25628/statm: 4217 1113 409 3 0 796 0
[pid=25651] ppid=25628 vsize=5356 CPUtime=0
/proc/25651/stat : 25651 (sh) S 25628 25628 25591 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25188348 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25651/statm: 1339 232 193 169 0 50 0
[pid=25652] ppid=25651 vsize=91236 CPUtime=1795.75
/proc/25652/stat : 25652 (minisat) R 25651 25628 25591 0 -1 4194304 21887 0 0 0 179544 31 0 0 25 0 1 0 25188348 93425664 21873 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25652/statm: 22809 21873 76 150 0 22656 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 113460

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25628 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=82379
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=273958
# CPU time returned by wait4() is 4.35634
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1803.13
CPU time (s): 1800.07
CPU user time (s): 1799.51
CPU system time (s): 0.56
CPU usage (%): 99.8304
Max. virtual memory (cumulated for all children) (KiB): 891036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.08238
system time used= 0.273958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27527
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= 3743
involuntary context switches= 3661

runsolver used 2.20167 second user time and 6.38903 second system time

The end

Launcher Data

Begin job on node16 at 2009-07-12 08:46:50
IDJOB=2085151
IDBENCH=58299
IDSOLVER=739
FILE ID=node16/2085151-1247381210
PBS_JOBID= 9507284
Free space on /tmp= 66428 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/graphColoring/leighton/leighton-15/normalized-lei450-15c-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-2085151-1247381210/watcher-2085151-1247381210 -o /tmp/evaluation-result-2085151-1247381210/solver-2085151-1247381210 -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-2085151-1247381210.xml

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

MD5SUM BENCH= 2bd39fc824a9aa9825590a76be10fd6c
RANDOM SEED=1869525137

node16.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:       1720536 kB
Buffers:          5888 kB
Cached:          80608 kB
SwapCached:          0 kB
Active:         268680 kB
Inactive:        16952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1720536 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3476 kB
Writeback:           0 kB
Mapped:         210336 kB
Slab:            34672 kB
Committed_AS:   350752 kB
PageTables:       2252 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= 66456 MiB
End job on node16 at 2009-07-12 09:16:56