Trace number 1089258

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.05 1817.13

General information on the benchmark

Namecsp/graphColoring/register/mulsol/
normalized-mulsol-i-2-20.xml
MD5SUMee5d5f6300aeed1f2733ccdf2cd5242f
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.141978
Satisfiable
(Un)Satisfiability was proved
Number of variables188
Number of constraints3885
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3885
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 16:16:32 2008
0.00/0.04	c 0	PID 24021
0.00/0.05	c 0	HOST node54.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1089258-1215267392.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-1089258-1215267392.xml' 'HOME/temp.csp'
0.03/0.60	c 1	1 domains, 188 variables, 1 predicates, 0 relations, 3885 constraints
0.03/0.63	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.63	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.59/0.70	c 1	Parsing HOME/temp.csp
0.94/1.04	c 1	parsed 4075 expressions
0.94/1.05	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.94/1.05	c 1	Converting to clausal form CSP
1.04/1.14	c 1	converted 408 (10%) expressions
1.14/1.24	c 1	converted 815 (20%) expressions
1.14/1.27	c 1	converted 1223 (30%) expressions
1.14/1.28	c 1	converted 1630 (40%) expressions
1.14/1.29	c 1	converted 2038 (50%) expressions
1.23/1.30	c 1	converted 2445 (60%) expressions
1.23/1.31	c 1	converted 2853 (70%) expressions
1.23/1.33	c 1	converted 3260 (80%) expressions
1.23/1.34	c 1	converted 3668 (90%) expressions
1.23/1.35	c 1	converted 4075 (100%) expressions
1.23/1.35	c 1	CSP : 188 integers, 0 booleans, 3885 clauses, largest domain size 20
1.23/1.35	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.23/1.35	c 1	Propagation in CSP
1.33/1.40	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.33/1.40	c 1	CSP : 188 integers, 0 booleans, 3885 clauses, largest domain size 20
1.33/1.40	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.33/1.40	c 1	Simplifing CSP by introducing new Boolean variables
1.43/1.50	c 2	CSP : 188 integers, 7770 booleans, 11655 clauses, largest domain size 20
1.43/1.50	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.43/1.55	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.43/1.57	c 2	19 (10%) CSP integer variables are encoded (342 clauses, 3622 bytes)
1.43/1.57	c 2	38 (20%) CSP integer variables are encoded (684 clauses, 7384 bytes)
1.43/1.57	c 2	57 (30%) CSP integer variables are encoded (1026 clauses, 11305 bytes)
1.43/1.57	c 2	76 (40%) CSP integer variables are encoded (1368 clauses, 15751 bytes)
1.43/1.58	c 2	94 (50%) CSP integer variables are encoded (1692 clauses, 19963 bytes)
1.43/1.58	c 2	113 (60%) CSP integer variables are encoded (2034 clauses, 24409 bytes)
1.43/1.58	c 2	132 (70%) CSP integer variables are encoded (2376 clauses, 28855 bytes)
1.43/1.58	c 2	151 (80%) CSP integer variables are encoded (2718 clauses, 33301 bytes)
1.43/1.58	c 2	170 (90%) CSP integer variables are encoded (3060 clauses, 37747 bytes)
1.43/1.58	c 2	188 (100%) CSP integer variables are encoded (3384 clauses, 41959 bytes)
1.53/1.65	c 2	1166 (10%) CSP clauses are encoded (19332 clauses, 297169 bytes)
1.63/1.70	c 2	2331 (20%) CSP clauses are encoded (35241 clauses, 562979 bytes)
1.63/1.73	c 2	3497 (30%) CSP clauses are encoded (51189 clauses, 835737 bytes)
1.63/1.77	c 2	4662 (40%) CSP clauses are encoded (67098 clauses, 1108085 bytes)
1.73/1.80	c 2	5828 (50%) CSP clauses are encoded (83046 clauses, 1382001 bytes)
1.73/1.84	c 2	6993 (60%) CSP clauses are encoded (98955 clauses, 1654409 bytes)
1.73/1.88	c 2	8159 (70%) CSP clauses are encoded (114903 clauses, 1928971 bytes)
1.82/1.91	c 2	9324 (80%) CSP clauses are encoded (130812 clauses, 2203837 bytes)
1.82/1.94	c 2	10490 (90%) CSP clauses are encoded (146760 clauses, 2505236 bytes)
1.82/1.98	c 2	11655 (100%) CSP clauses are encoded (162669 clauses, 2812546 bytes)
1.82/1.98	c 2	11655 CSP clauses encoded
1.82/1.98	c 2	Writing map file : HOME/temp.map
1.82/1.99	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.82/1.99	c 2	SAT : 11342 SAT variables, 162669 SAT clauses, 2812546 bytes
1.82/1.99	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.91/2.04	c 2	SOLVING HOME/temp.cnf
1.91/2.04	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.91/2.04	c 2	This is MiniSat 2.0 beta
1.91/2.04	c 2	WARNING: for repeatability, setting FPU to use double precision
1.91/2.04	c 2	============================[ Problem Statistics ]=============================
1.91/2.04	c 2	|                                                                             |
1.91/2.04	c 2	|  Number of variables:  11342                                                |
1.91/2.04	c 2	|  Number of clauses:    162669                                               |
1.98/2.13	c 2	|  Parsing time:         0.08         s                                       |
1.98/2.14	c 2	============================[ Search Statistics ]==============================
1.98/2.14	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.98/2.14	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.98/2.14	c 2	===============================================================================
1.98/2.14	c 2	|         0 |   11342   162669   465198 |    54223        0    nan |  0.000 % |
1.98/2.17	c 2	|       100 |   11342   162669   465198 |    59645      100      8 |  0.000 % |
1.98/2.18	c 2	|       250 |   11342   162669   465198 |    65609      250      7 |  0.000 % |
2.07/2.20	c 2	|       476 |   11342   162669   465198 |    72170      476      8 |  0.000 % |
2.07/2.23	c 2	|       814 |   11342   162669   465198 |    79387      814      8 |  0.000 % |
2.07/2.27	c 2	|      1321 |   11342   162669   465198 |    87326     1321      9 |  0.000 % |
2.17/2.31	c 2	|      2080 |   11342   162669   465198 |    96059     2080      9 |  0.000 % |
2.17/2.38	c 2	|      3220 |   11342   162669   465198 |   105665     3220      9 |  0.000 % |
2.27/2.49	c 3	|      4928 |   11342   162669   465198 |   116231     4928      9 |  0.000 % |
2.46/2.64	c 3	|      7490 |   11342   162669   465198 |   127854     7490     10 |  0.000 % |
2.86/3.05	c 3	|     11334 |   11342   162669   465198 |   140640    11334     11 |  0.000 % |
3.94/4.16	c 4	|     17101 |   11342   162669   465198 |   154704    17101     13 |  0.000 % |
4.84/5.02	c 5	|     25751 |   11342   162669   465198 |   170175    25751     13 |  0.000 % |
6.33/6.55	c 7	|     38725 |   11342   162669   465198 |   187192    38725     12 |  0.000 % |
8.21/8.43	c 8	|     58186 |   11342   162669   465198 |   205911    58186     12 |  0.000 % |
18.80/19.11	c 19	|     87378 |   11342   162669   465198 |   226502    87378     14 |  0.000 % |
41.68/42.22	c 42	|    131167 |   11342   162669   465198 |   249153   131167     15 |  0.000 % |
88.15/89.16	c 89	|    196851 |   11342   162669   465198 |   274068   196851     15 |  0.000 % |
173.14/174.95	c 175	|    295378 |   11342   162669   465198 |   301475    36868     18 |  0.000 % |
329.84/333.19	c 333	|    443167 |   11342   162669   465198 |   331622   184657     22 |  0.000 % |
526.56/531.78	c 532	|    664850 |   11342   162669   465198 |   364785    98676     17 |  0.000 % |
944.27/953.44	c 954	|    997375 |   11342   162669   465198 |   401263    87505     22 |  0.000 % |
1677.86/1694.06	c 1694	|   1496163 |   11342   162669   465198 |   441390   203569     18 |  0.000 % |
1800.05/1817.12	c 1817	DECODING HOME/temp.out WITH HOME/temp.map
1800.05/1817.12	c 1817	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.05/1817.13	c ERROR INTERRUPTED
1800.05/1817.13	s UNKNOWN
1800.05/1817.13	c 1817	CPU 1.8 (0.03 0.01 1.77 0.13)
1800.05/1817.13	c 1817	END Sat Jul  5 16:46:49 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-1089258-1215267392/watcher-1089258-1215267392 -o /tmp/evaluation-result-1089258-1215267392/solver-1089258-1215267392 -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-1089258-1215267392.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.98 2.00 4/75 24021
/proc/meminfo: memFree=1786040/2055920 swapFree=4179680/4192956
[pid=24021] ppid=24019 vsize=18572 CPUtime=0
/proc/24021/stat : 24021 (runsolver) R 24019 24021 23823 0 -1 4194368 15 0 0 0 0 0 0 0 23 0 1 0 2005711850 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 234211568935 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24021/statm: 4643 292 257 25 0 2626 0

[startup+0.0948519 s]
/proc/loadavg: 1.92 1.98 2.00 4/75 24021
/proc/meminfo: memFree=1786040/2055920 swapFree=4179680/4192956
[pid=24021] ppid=24019 vsize=13600 CPUtime=0.03
/proc/24021/stat : 24021 (sugar) S 24019 24021 23823 0 -1 4194304 900 127 0 0 2 1 0 0 24 0 1 0 2005711850 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24021/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102352 s]
/proc/loadavg: 1.92 1.98 2.00 4/75 24021
/proc/meminfo: memFree=1786040/2055920 swapFree=4179680/4192956
[pid=24021] ppid=24019 vsize=13600 CPUtime=0.03
/proc/24021/stat : 24021 (sugar) S 24019 24021 23823 0 -1 4194304 900 127 0 0 2 1 0 0 24 0 1 0 2005711850 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24021/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301395 s]
/proc/loadavg: 1.92 1.98 2.00 4/75 24021
/proc/meminfo: memFree=1786040/2055920 swapFree=4179680/4192956
[pid=24021] ppid=24019 vsize=13600 CPUtime=0.03
/proc/24021/stat : 24021 (sugar) S 24019 24021 23823 0 -1 4194304 900 127 0 0 2 1 0 0 24 0 1 0 2005711850 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24021/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701476 s]
/proc/loadavg: 1.92 1.98 2.00 4/75 24021
/proc/meminfo: memFree=1786040/2055920 swapFree=4179680/4192956
[pid=24021] ppid=24019 vsize=13600 CPUtime=0.59
/proc/24021/stat : 24021 (sugar) S 24019 24021 23823 0 -1 4194304 956 6892 0 1 3 1 51 4 16 0 1 0 2005711850 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24021/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 13600

[startup+1.50264 s]
/proc/loadavg: 1.92 1.98 2.00 3/86 24043
/proc/meminfo: memFree=1777632/2055920 swapFree=4179680/4192956
[pid=24021] ppid=24019 vsize=13600 CPUtime=0.59
/proc/24021/stat : 24021 (sugar) S 24019 24021 23823 0 -1 4194304 974 6892 0 1 3 1 51 4 15 0 1 0 2005711850 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24021/statm: 3400 797 370 3 0 500 0
[pid=24034] ppid=24021 vsize=5356 CPUtime=0
/proc/24034/stat : 24034 (sh) S 24021 24021 23823 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2005711914 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24034/statm: 1339 233 193 169 0 50 0
[pid=24035] ppid=24034 vsize=868368 CPUtime=0.84
/proc/24035/stat : 24035 (java) S 24034 24021 23823 0 -1 0 7478 0 1 0 80 4 0 0 19 0 9 0 2005711914 889208832 6695 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24035/statm: 217092 6695 2540 9 0 211667 0
[pid=24035/tid=24036] ppid=24034 vsize=868368 CPUtime=0.5
/proc/24035/task/24036/stat : 24036 (java) R 24034 24021 23823 0 -1 64 2666 0 1 0 49 1 0 0 21 0 9 0 2005711915 889208832 6695 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24035/tid=24037] ppid=24034 vsize=868368 CPUtime=0.11
/proc/24035/task/24037/stat : 24037 (java) R 24034 24021 23823 0 -1 64 2651 0 0 0 10 1 0 0 16 0 9 0 2005711916 889208832 6695 996147200 134512640 134550740 4294955952 18446744073709551615 103829552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24035/tid=24038] ppid=24034 vsize=868368 CPUtime=0
/proc/24035/task/24038/stat : 24038 (java) S 24034 24021 23823 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2005711916 889208832 6695 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24035/tid=24039] ppid=24034 vsize=868368 CPUtime=0
/proc/24035/task/24039/stat : 24039 (java) S 24034 24021 23823 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2005711916 889208832 6695 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24035/tid=24040] ppid=24034 vsize=868368 CPUtime=0
/proc/24035/task/24040/stat : 24040 (java) S 24034 24021 23823 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2005711918 889208832 6695 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24035/tid=24041] ppid=24034 vsize=868368 CPUtime=0.19
/proc/24035/task/24041/stat : 24041 (java) S 24034 24021 23823 0 -1 64 1468 0 0 0 19 0 0 0 16 0 9 0 2005711918 889208832 6695 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24035/tid=24042] ppid=24034 vsize=868368 CPUtime=0
/proc/24035/task/24042/stat : 24042 (java) S 24034 24021 23823 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2005711918 889208832 6695 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24035/tid=24043] ppid=24034 vsize=868368 CPUtime=0
/proc/24035/task/24043/stat : 24043 (java) S 24034 24021 23823 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2005711918 889208832 6695 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887324

[startup+3.10297 s]
/proc/loadavg: 1.92 1.98 2.00 3/78 24045
/proc/meminfo: memFree=1775072/2055920 swapFree=4179680/4192956
[pid=24021] ppid=24019 vsize=13600 CPUtime=1.93
/proc/24021/stat : 24021 (sugar) S 24019 24021 23823 0 -1 4194304 1032 14943 0 2 3 1 177 12 15 0 1 0 2005711850 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24021/statm: 3400 798 370 3 0 500 0
[pid=24044] ppid=24021 vsize=5356 CPUtime=0
/proc/24044/stat : 24044 (sh) S 24021 24021 23823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005712055 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24044/statm: 1339 232 193 169 0 50 0
[pid=24045] ppid=24044 vsize=10512 CPUtime=1.02
/proc/24045/stat : 24045 (minisat) R 24044 24021 23823 0 -1 4194304 2476 0 0 0 102 0 0 0 25 0 1 0 2005712055 10764288 2462 996147200 134512640 135127466 4294956256 18446744073709551615 134530809 0 0 4096 3 0 0 0 17 1 0 0
/proc/24045/statm: 2628 2462 76 150 0 2475 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 29468

[startup+6.30164 s]
/proc/loadavg: 1.93 1.98 2.00 3/78 24045
/proc/meminfo: memFree=1769184/2055920 swapFree=4179680/4192956
[pid=24021] ppid=24019 vsize=13600 CPUtime=1.93
/proc/24021/stat : 24021 (sugar) S 24019 24021 23823 0 -1 4194304 1032 14943 0 2 3 1 177 12 16 0 1 0 2005711850 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24021/statm: 3400 798 370 3 0 500 0
[pid=24044] ppid=24021 vsize=5356 CPUtime=0
/proc/24044/stat : 24044 (sh) S 24021 24021 23823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005712055 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24044/statm: 1339 232 193 169 0 50 0
[pid=24045] ppid=24044 vsize=12788 CPUtime=4.2
/proc/24045/stat : 24045 (minisat) R 24044 24021 23823 0 -1 4194304 3047 0 0 0 419 1 0 0 25 0 1 0 2005712055 13094912 3033 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24045/statm: 3197 3033 76 150 0 3044 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 31744

[startup+12.703 s]
/proc/loadavg: 1.93 1.98 2.00 3/78 24045
/proc/meminfo: memFree=1764960/2055920 swapFree=4179680/4192956
[pid=24021] ppid=24019 vsize=13600 CPUtime=1.93
/proc/24021/stat : 24021 (sugar) S 24019 24021 23823 0 -1 4194304 1032 14943 0 2 3 1 177 12 16 0 1 0 2005711850 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24021/statm: 3400 798 370 3 0 500 0
[pid=24044] ppid=24021 vsize=5356 CPUtime=0
/proc/24044/stat : 24044 (sh) S 24021 24021 23823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005712055 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24044/statm: 1339 232 193 169 0 50 0
[pid=24045] ppid=24044 vsize=16296 CPUtime=10.53
/proc/24045/stat : 24045 (minisat) R 24044 24021 23823 0 -1 4194304 3924 0 0 0 1052 1 0 0 25 0 1 0 2005712055 16687104 3910 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/24045/statm: 4074 3910 76 150 0 3921 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 35252

[startup+25.5016 s]
/proc/loadavg: 2.01 2.00 2.00 3/78 24045
/proc/meminfo: memFree=1761632/2055920 swapFree=4179680/4192956
[pid=24021] ppid=24019 vsize=13600 CPUtime=1.93
/proc/24021/stat : 24021 (sugar) S 24019 24021 23823 0 -1 4194304 1032 14943 0 2 3 1 177 12 16 0 1 0 2005711850 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24021/statm: 3400 798 370 3 0 500 0
[pid=24044] ppid=24021 vsize=5356 CPUtime=0
/proc/24044/stat : 24044 (sh) S 24021 24021 23823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005712055 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24044/statm: 1339 232 193 169 0 50 0
[pid=24045] ppid=24044 vsize=19124 CPUtime=23.21
/proc/24045/stat : 24045 (minisat) R 24044 24021 23823 0 -1 4194304 4607 0 0 0 2319 2 0 0 25 0 1 0 2005712055 19582976 4593 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24045/statm: 4781 4593 76 150 0 4628 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 38080

[startup+51.1019 s]
/proc/loadavg: 2.01 2.00 2.00 3/78 24045
/proc/meminfo: memFree=1754976/2055920 swapFree=4179680/4192956
[pid=24021] ppid=24019 vsize=13600 CPUtime=1.93
/proc/24021/stat : 24021 (sugar) S 24019 24021 23823 0 -1 4194304 1032 14943 0 2 3 1 177 12 16 0 1 0 2005711850 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24021/statm: 3400 798 370 3 0 500 0
[pid=24044] ppid=24021 vsize=5356 CPUtime=0
/proc/24044/stat : 24044 (sh) S 24021 24021 23823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005712055 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24044/statm: 1339 232 193 169 0 50 0
[pid=24045] ppid=24044 vsize=25160 CPUtime=48.57
/proc/24045/stat : 24045 (minisat) R 24044 24021 23823 0 -1 4194304 6083 0 0 0 4854 3 0 0 25 0 1 0 2005712055 25763840 6069 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24045/statm: 6290 6069 76 150 0 6137 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 44116

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 24045
/proc/meminfo: memFree=1748000/2055920 swapFree=4179680/4192956
[pid=24021] ppid=24019 vsize=13600 CPUtime=1.93
/proc/24021/stat : 24021 (sugar) S 24019 24021 23823 0 -1 4194304 1032 14943 0 2 3 1 177 12 16 0 1 0 2005711850 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24021/statm: 3400 798 370 3 0 500 0
[pid=24044] ppid=24021 vsize=5356 CPUtime=0
/proc/24044/stat : 24044 (sh) S 24021 24021 23823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005712055 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24044/statm: 1339 232 193 169 0 50 0
[pid=24045] ppid=24044 vsize=30876 CPUtime=99.28
/proc/24045/stat : 24045 (minisat) R 24044 24021 23823 0 -1 4194304 7460 0 0 0 9923 5 0 0 25 0 1 0 2005712055 31617024 7446 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24045/statm: 7719 7446 76 150 0 7566 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 49832

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 24045
/proc/meminfo: memFree=1740512/2055920 swapFree=4179680/4192956
[pid=24021] ppid=24019 vsize=13600 CPUtime=1.93
/proc/24021/stat : 24021 (sugar) S 24019 24021 23823 0 -1 4194304 1032 14943 0 2 3 1 177 12 16 0 1 0 2005711850 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24021/statm: 3400 798 370 3 0 500 0
[pid=24044] ppid=24021 vsize=5356 CPUtime=0
/proc/24044/stat : 24044 (sh) S 24021 24021 23823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005712055 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24044/statm: 1339 232 193 169 0 50 0
[pid=24045] ppid=24044 vsize=36980 CPUtime=158.72
/proc/24045/stat : 24045 (minisat) R 24044 24021 23823 0 -1 4194304 9007 0 0 0 15866 6 0 0 25 0 1 0 2005712055 37867520 8993 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/24045/statm: 9245 8993 76 150 0 9092 0
Current children cumulated CPU time (s) 160.65
Current children cumulated vsize (KiB) 55936

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 24045
/proc/meminfo: memFree=1738784/2055920 swapFree=4179680/4192956
[pid=24021] ppid=24019 vsize=13600 CPUtime=1.93
/proc/24021/stat : 24021 (sugar) S 24019 24021 23823 0 -1 4194304 1032 14943 0 2 3 1 177 12 16 0 1 0 2005711850 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24021/statm: 3400 798 370 3 0 500 0
[pid=24044] ppid=24021 vsize=5356 CPUtime=0
/proc/24044/stat : 24044 (sh) S 24021 24021 23823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005712055 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=1703264/2055920 swapFree=4179680/4192956
[pid=24021] ppid=24019 vsize=13600 CPUtime=1.93
/proc/24021/stat : 24021 (sugar) S 24019 24021 23823 0 -1 4194304 1032 14943 0 2 3 1 177 12 16 0 1 0 2005711850 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24021/statm: 3400 798 370 3 0 500 0
[pid=24044] ppid=24021 vsize=5356 CPUtime=0
/proc/24044/stat : 24044 (sh) S 24021 24021 23823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005712055 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24044/statm: 1339 232 193 169 0 50 0
[pid=24045] ppid=24044 vsize=64688 CPUtime=1347.37
/proc/24045/stat : 24045 (minisat) R 24044 24021 23823 0 -1 4194304 15621 0 0 0 134723 14 0 0 25 0 1 0 2005712055 66240512 15607 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/24045/statm: 16172 15607 76 150 0 16019 0
Current children cumulated CPU time (s) 1349.3
Current children cumulated vsize (KiB) 83644

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 24045
/proc/meminfo: memFree=1703136/2055920 swapFree=4179680/4192956
[pid=24021] ppid=24019 vsize=13600 CPUtime=1.93
/proc/24021/stat : 24021 (sugar) S 24019 24021 23823 0 -1 4194304 1032 14943 0 2 3 1 177 12 16 0 1 0 2005711850 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24021/statm: 3400 798 370 3 0 500 0
[pid=24044] ppid=24021 vsize=5356 CPUtime=0
/proc/24044/stat : 24044 (sh) S 24021 24021 23823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005712055 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24044/statm: 1339 232 193 169 0 50 0
[pid=24045] ppid=24044 vsize=64944 CPUtime=1406.81
/proc/24045/stat : 24045 (minisat) R 24044 24021 23823 0 -1 4194304 15659 0 0 0 140667 14 0 0 25 0 1 0 2005712055 66502656 15645 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/24045/statm: 16236 15645 76 150 0 16083 0
Current children cumulated CPU time (s) 1408.74
Current children cumulated vsize (KiB) 83900

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 24045
/proc/meminfo: memFree=1702112/2055920 swapFree=4179680/4192956
[pid=24021] ppid=24019 vsize=13600 CPUtime=1.93
/proc/24021/stat : 24021 (sugar) S 24019 24021 23823 0 -1 4194304 1032 14943 0 2 3 1 177 12 16 0 1 0 2005711850 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24021/statm: 3400 798 370 3 0 500 0
[pid=24044] ppid=24021 vsize=5356 CPUtime=0
/proc/24044/stat : 24044 (sh) S 24021 24021 23823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005712055 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24044/statm: 1339 232 193 169 0 50 0
[pid=24045] ppid=24044 vsize=65900 CPUtime=1466.24
/proc/24045/stat : 24045 (minisat) R 24044 24021 23823 0 -1 4194304 15906 0 0 0 146610 14 0 0 25 0 1 0 2005712055 67481600 15892 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24045/statm: 16475 15892 76 150 0 16322 0
Current children cumulated CPU time (s) 1468.17
Current children cumulated vsize (KiB) 84856

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 24045
/proc/meminfo: memFree=1701408/2055920 swapFree=4179680/4192956
[pid=24021] ppid=24019 vsize=13600 CPUtime=1.93
/proc/24021/stat : 24021 (sugar) S 24019 24021 23823 0 -1 4194304 1032 14943 0 2 3 1 177 12 16 0 1 0 2005711850 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24021/statm: 3400 798 370 3 0 500 0
[pid=24044] ppid=24021 vsize=5356 CPUtime=0
/proc/24044/stat : 24044 (sh) S 24021 24021 23823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005712055 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24044/statm: 1339 232 193 169 0 50 0
[pid=24045] ppid=24044 vsize=66064 CPUtime=1525.66
/proc/24045/stat : 24045 (minisat) R 24044 24021 23823 0 -1 4194304 15962 0 0 0 152552 14 0 0 25 0 1 0 2005712055 67649536 15948 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24045/statm: 16516 15948 76 150 0 16363 0
Current children cumulated CPU time (s) 1527.59
Current children cumulated vsize (KiB) 85020

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 24045
/proc/meminfo: memFree=1700128/2055920 swapFree=4179680/4192956
[pid=24021] ppid=24019 vsize=13600 CPUtime=1.93
/proc/24021/stat : 24021 (sugar) S 24019 24021 23823 0 -1 4194304 1032 14943 0 2 3 1 177 12 16 0 1 0 2005711850 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24021/statm: 3400 798 370 3 0 500 0
[pid=24044] ppid=24021 vsize=5356 CPUtime=0
/proc/24044/stat : 24044 (sh) S 24021 24021 23823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005712055 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24044/statm: 1339 232 193 169 0 50 0
[pid=24045] ppid=24044 vsize=66064 CPUtime=1585.1
/proc/24045/stat : 24045 (minisat) R 24044 24021 23823 0 -1 4194304 15962 0 0 0 158496 14 0 0 25 0 1 0 2005712055 67649536 15948 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 1 0 0
/proc/24045/statm: 16516 15948 76 150 0 16363 0
Current children cumulated CPU time (s) 1587.03
Current children cumulated vsize (KiB) 85020

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 24045
/proc/meminfo: memFree=1697440/2055920 swapFree=4179680/4192956
[pid=24021] ppid=24019 vsize=13600 CPUtime=1.93
/proc/24021/stat : 24021 (sugar) S 24019 24021 23823 0 -1 4194304 1032 14943 0 2 3 1 177 12 16 0 1 0 2005711850 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24021/statm: 3400 798 370 3 0 500 0
[pid=24044] ppid=24021 vsize=5356 CPUtime=0
/proc/24044/stat : 24044 (sh) S 24021 24021 23823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005712055 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24044/statm: 1339 232 193 169 0 50 0
[pid=24045] ppid=24044 vsize=66064 CPUtime=1644.53
/proc/24045/stat : 24045 (minisat) R 24044 24021 23823 0 -1 4194304 15962 0 0 0 164439 14 0 0 25 0 1 0 2005712055 67649536 15948 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24045/statm: 16516 15948 76 150 0 16363 0
Current children cumulated CPU time (s) 1646.46
Current children cumulated vsize (KiB) 85020

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 24045
/proc/meminfo: memFree=1697376/2055920 swapFree=4179680/4192956
[pid=24021] ppid=24019 vsize=13600 CPUtime=1.93
/proc/24021/stat : 24021 (sugar) S 24019 24021 23823 0 -1 4194304 1032 14943 0 2 3 1 177 12 16 0 1 0 2005711850 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24021/statm: 3400 798 370 3 0 500 0
[pid=24044] ppid=24021 vsize=5356 CPUtime=0
/proc/24044/stat : 24044 (sh) S 24021 24021 23823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005712055 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24044/statm: 1339 232 193 169 0 50 0
[pid=24045] ppid=24044 vsize=66064 CPUtime=1703.97
/proc/24045/stat : 24045 (minisat) R 24044 24021 23823 0 -1 4194304 15970 0 0 0 170382 15 0 0 25 0 1 0 2005712055 67649536 15956 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24045/statm: 16516 15956 76 150 0 16363 0
Current children cumulated CPU time (s) 1705.9
Current children cumulated vsize (KiB) 85020

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 24045
/proc/meminfo: memFree=1697888/2055920 swapFree=4179680/4192956
[pid=24021] ppid=24019 vsize=13600 CPUtime=1.93
/proc/24021/stat : 24021 (sugar) S 24019 24021 23823 0 -1 4194304 1032 14943 0 2 3 1 177 12 16 0 1 0 2005711850 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24021/statm: 3400 798 370 3 0 500 0
[pid=24044] ppid=24021 vsize=5356 CPUtime=0
/proc/24044/stat : 24044 (sh) S 24021 24021 23823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005712055 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24044/statm: 1339 232 193 169 0 50 0
[pid=24045] ppid=24044 vsize=66064 CPUtime=1763.4
/proc/24045/stat : 24045 (minisat) R 24044 24021 23823 0 -1 4194304 15970 0 0 0 176325 15 0 0 25 0 1 0 2005712055 67649536 15956 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24045/statm: 16516 15956 76 150 0 16363 0
Current children cumulated CPU time (s) 1765.33
Current children cumulated vsize (KiB) 85020



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.1 s]
/proc/loadavg: 1.95 1.98 1.99 4/85 24118
/proc/meminfo: memFree=1707304/2055920 swapFree=4179680/4192956
[pid=24021] ppid=24019 vsize=13600 CPUtime=1.93
/proc/24021/stat : 24021 (sugar) S 24019 24021 23823 0 -1 4194304 1032 14943 0 2 3 1 177 12 16 0 1 0 2005711850 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24021/statm: 3400 798 370 3 0 500 0
[pid=24044] ppid=24021 vsize=5356 CPUtime=0
/proc/24044/stat : 24044 (sh) S 24021 24021 23823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005712055 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24044/statm: 1339 232 193 169 0 50 0
[pid=24045] ppid=24044 vsize=66064 CPUtime=1798.12
/proc/24045/stat : 24045 (minisat) R 24044 24021 23823 0 -1 4194304 15973 0 0 0 179796 16 0 0 25 0 1 0 2005712055 67649536 15959 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24045/statm: 16516 15959 76 150 0 16363 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 85020

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

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

[startup+1817.1 s]
/proc/loadavg: 1.95 1.98 1.99 4/85 24118
/proc/meminfo: memFree=1707304/2055920 swapFree=4179680/4192956
[pid=24021] ppid=24019 vsize=13600 CPUtime=1.93
/proc/24021/stat : 24021 (sugar) S 24019 24021 23823 0 -1 4194304 1032 14943 0 2 3 1 177 12 16 0 1 0 2005711850 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24021/statm: 3400 798 370 3 0 500 0
[pid=24044] ppid=24021 vsize=5356 CPUtime=0
/proc/24044/stat : 24044 (sh) S 24021 24021 23823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005712055 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24044/statm: 1339 232 193 169 0 50 0
[pid=24045] ppid=24044 vsize=66064 CPUtime=1798.12
/proc/24045/stat : 24045 (minisat) R 24044 24021 23823 0 -1 4194304 15973 0 0 0 179796 16 0 0 25 0 1 0 2005712055 67649536 15959 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24045/statm: 16516 15959 76 150 0 16363 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 85020

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24021 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=811724
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=150977
# CPU time returned by wait4() is 1.9627
# 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): 1817.13
CPU time (s): 1800.05
CPU user time (s): 1799.76
CPU system time (s): 0.29
CPU usage (%): 99.0599
Max. virtual memory (cumulated for all children) (KiB): 887436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.81172
system time used= 0.150977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16698
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= 2557
involuntary context switches= 2486

runsolver used 2.41563 second user time and 5.87711 second system time

The end

Launcher Data (download as text)

Begin job on node54 at 2008-07-05 16:16:32
IDJOB=1089258
IDBENCH=58243
IDSOLVER=346
FILE ID=node54/1089258-1215267392
PBS_JOBID= 7882186
Free space on /tmp= 66524 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ee5d5f6300aeed1f2733ccdf2cd5242f
RANDOM SEED=101796732

node54.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.279
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.279
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:       1786520 kB
Buffers:         33052 kB
Cached:         161500 kB
SwapCached:       6932 kB
Active:         124120 kB
Inactive:        92444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1786520 kB
SwapTotal:     4192956 kB
SwapFree:      4179680 kB
Dirty:            6632 kB
Writeback:           0 kB
Mapped:          28668 kB
Slab:            38120 kB
Committed_AS:  3957204 kB
PageTables:       1788 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= 66524 MiB
End job on node54 at 2008-07-05 16:46:51