Trace number 1090119

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.02 1815.93

General information on the benchmark

Namecsp/graphColoring/sgb/
miles/normalized-miles1500-30.xml
MD5SUM40adbb832dee2cf2899624108017f675
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.197969
Satisfiable
(Un)Satisfiability was proved
Number of variables128
Number of constraints5198
Maximum constraint arity2
Maximum domain size30
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5198
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 17:05:22 2008
0.00/0.04	c 0	PID 20364
0.00/0.05	c 0	HOST node11.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1090119-1215270322.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-1090119-1215270322.xml' 'HOME/temp.csp'
0.02/0.61	c 1	1 domains, 128 variables, 1 predicates, 0 relations, 5198 constraints
0.02/0.62	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.02/0.62	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.58/0.70	c 1	Parsing HOME/temp.csp
0.58/0.94	c 1	parsed 5328 expressions
0.58/0.94	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.58/0.94	c 1	Converting to clausal form CSP
1.04/1.13	c 1	converted 533 (10%) expressions
1.04/1.17	c 1	converted 1066 (20%) expressions
1.04/1.19	c 1	converted 1599 (30%) expressions
1.13/1.20	c 1	converted 2132 (40%) expressions
1.13/1.22	c 1	converted 2664 (50%) expressions
1.13/1.23	c 1	converted 3197 (60%) expressions
1.13/1.25	c 1	converted 3730 (70%) expressions
1.13/1.27	c 1	converted 4263 (80%) expressions
1.13/1.28	c 1	converted 4796 (90%) expressions
1.23/1.34	c 2	converted 5328 (100%) expressions
1.23/1.34	c 2	CSP : 128 integers, 0 booleans, 5198 clauses, largest domain size 30
1.23/1.34	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.23/1.34	c 2	Propagation in CSP
1.34/1.41	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.34/1.41	c 2	CSP : 128 integers, 0 booleans, 5198 clauses, largest domain size 30
1.34/1.41	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.34/1.41	c 2	Simplifing CSP by introducing new Boolean variables
1.43/1.53	c 2	CSP : 128 integers, 10396 booleans, 15594 clauses, largest domain size 30
1.43/1.53	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.43/1.59	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.52/1.61	c 2	13 (10%) CSP integer variables are encoded (364 clauses, 3860 bytes)
1.52/1.61	c 2	26 (20%) CSP integer variables are encoded (728 clauses, 7864 bytes)
1.52/1.62	c 2	39 (30%) CSP integer variables are encoded (1092 clauses, 12123 bytes)
1.52/1.62	c 2	52 (40%) CSP integer variables are encoded (1456 clauses, 16855 bytes)
1.52/1.62	c 2	64 (50%) CSP integer variables are encoded (1792 clauses, 21223 bytes)
1.52/1.62	c 2	77 (60%) CSP integer variables are encoded (2156 clauses, 25955 bytes)
1.52/1.62	c 2	90 (70%) CSP integer variables are encoded (2520 clauses, 30687 bytes)
1.52/1.62	c 2	103 (80%) CSP integer variables are encoded (2884 clauses, 35419 bytes)
1.52/1.62	c 2	116 (90%) CSP integer variables are encoded (3248 clauses, 40151 bytes)
1.52/1.62	c 2	128 (100%) CSP integer variables are encoded (3584 clauses, 44519 bytes)
1.62/1.73	c 2	1560 (10%) CSP clauses are encoded (35304 clauses, 577863 bytes)
1.73/1.80	c 2	3119 (20%) CSP clauses are encoded (67023 clauses, 1129277 bytes)
1.73/1.87	c 2	4679 (30%) CSP clauses are encoded (98743 clauses, 1683107 bytes)
1.82/1.94	c 2	6238 (40%) CSP clauses are encoded (130433 clauses, 2238327 bytes)
1.92/2.00	c 2	7797 (50%) CSP clauses are encoded (162123 clauses, 2817535 bytes)
1.92/2.06	c 2	9357 (60%) CSP clauses are encoded (193843 clauses, 3405135 bytes)
2.02/2.13	c 2	10916 (70%) CSP clauses are encoded (225562 clauses, 4023442 bytes)
2.02/2.20	c 2	12476 (80%) CSP clauses are encoded (257282 clauses, 4643282 bytes)
2.12/2.26	c 2	14035 (90%) CSP clauses are encoded (288972 clauses, 5262533 bytes)
2.22/2.33	c 3	15594 (100%) CSP clauses are encoded (320662 clauses, 5881784 bytes)
2.22/2.33	c 3	15594 CSP clauses encoded
2.22/2.33	c 3	Writing map file : HOME/temp.map
2.22/2.34	c 3	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.22/2.34	c 3	SAT : 14108 SAT variables, 320662 SAT clauses, 5881784 bytes
2.22/2.34	c 3	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.22/2.34	c 3	SOLVING HOME/temp.cnf
2.22/2.34	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.22/2.35	c 3	This is MiniSat 2.0 beta
2.22/2.35	c 3	WARNING: for repeatability, setting FPU to use double precision
2.22/2.35	c 3	============================[ Problem Statistics ]=============================
2.22/2.35	c 3	|                                                                             |
2.22/2.35	c 3	|  Number of variables:  14108                                                |
2.22/2.35	c 3	|  Number of clauses:    320662                                               |
2.28/2.52	c 3	|  Parsing time:         0.14         s                                       |
2.28/2.52	c 3	============================[ Search Statistics ]==============================
2.28/2.52	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.28/2.52	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.28/2.52	c 3	===============================================================================
2.28/2.52	c 3	|         0 |   14108   320662   932412 |   106887        0    nan |  0.000 % |
2.28/2.66	c 3	|       100 |   14108   320662   932412 |   117576      100     17 |  0.000 % |
2.28/2.74	c 3	|       252 |   14108   320662   932412 |   129333      252     12 |  0.000 % |
2.28/2.83	c 3	|       477 |   14108   320662   932412 |   142267      477     10 |  0.000 % |
2.29/2.92	c 3	|       814 |   14108   320662   932412 |   156493      814     11 |  0.000 % |
2.29/3.12	c 3	|      1320 |   14108   320662   932412 |   172143     1320     13 |  0.000 % |
3.12/3.27	c 3	|      2079 |   14108   320662   932412 |   189357     2079     12 |  0.000 % |
3.31/3.46	c 4	|      3219 |   14108   320662   932412 |   208293     3219     11 |  0.000 % |
3.71/3.88	c 4	|      4927 |   14108   320662   932412 |   229122     4927     11 |  0.000 % |
4.11/4.21	c 4	|      7490 |   14108   320662   932412 |   252034     7490     11 |  0.000 % |
4.90/5.07	c 5	|     11335 |   14108   320662   932412 |   277238    11335     12 |  0.000 % |
5.59/5.71	c 6	|     17103 |   14108   320662   932412 |   304962    17103     12 |  0.000 % |
7.07/7.27	c 7	|     25752 |   14108   320662   932412 |   335458    25752     13 |  0.000 % |
8.77/8.92	c 9	|     38726 |   14108   320662   932412 |   369004    38726     13 |  0.000 % |
11.83/12.09	c 12	|     58188 |   14108   320662   932412 |   405904    58188     13 |  0.000 % |
19.95/20.24	c 20	|     87380 |   14108   320662   932412 |   446494    87380     14 |  0.000 % |
41.94/42.46	c 43	|    131169 |   14108   320662   932412 |   491144   131169     15 |  0.000 % |
77.79/78.64	c 79	|    196853 |   14108   320662   932412 |   540258   196853     16 |  0.000 % |
161.90/163.52	c 164	|    295381 |   14108   320662   932412 |   594284   295381     16 |  0.000 % |
333.29/336.60	c 337	|    443171 |   14108   320662   932412 |   653713   443171     16 |  0.000 % |
707.25/714.06	c 714	|    664855 |   14108   320662   932412 |   719084    27176     16 |  0.000 % |
1136.30/1147.18	c 1147	|    997380 |   14108   320662   932412 |   790992   359701     17 |  0.000 % |
1800.02/1815.91	c ERROR INTERRUPTED
1800.02/1815.92	s UNKNOWN
1800.02/1815.92	c 1816	CPU 2.16 (0.03 0.01 2.13 0.12)
1800.02/1815.92	c 1816	END Sat Jul  5 17:35:38 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-1090119-1215270322/watcher-1090119-1215270322 -o /tmp/evaluation-result-1090119-1215270322/solver-1090119-1215270322 -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-1090119-1215270322.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: 2.26 2.12 2.04 4/80 20364
/proc/meminfo: memFree=1734128/2055920 swapFree=4179968/4192956
[pid=20364] ppid=20362 vsize=12268 CPUtime=0
/proc/20364/stat : 20364 (sugar) D 20362 20364 19505 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 2006007063 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 262910212709 0 2147483391 4224 0 18446744072099781622 0 0 17 0 0 0
/proc/20364/statm: 3067 316 241 3 0 167 0

[startup+0.081895 s]
/proc/loadavg: 2.26 2.12 2.04 4/80 20364
/proc/meminfo: memFree=1734128/2055920 swapFree=4179968/4192956
[pid=20364] ppid=20362 vsize=13600 CPUtime=0.02
/proc/20364/stat : 20364 (sugar) S 20362 20364 19505 0 -1 4194304 900 127 0 0 2 0 0 0 16 0 1 0 2006007063 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20364/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.101896 s]
/proc/loadavg: 2.26 2.12 2.04 4/80 20364
/proc/meminfo: memFree=1734128/2055920 swapFree=4179968/4192956
[pid=20364] ppid=20362 vsize=13600 CPUtime=0.02
/proc/20364/stat : 20364 (sugar) S 20362 20364 19505 0 -1 4194304 900 127 0 0 2 0 0 0 16 0 1 0 2006007063 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20364/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.301921 s]
/proc/loadavg: 2.26 2.12 2.04 4/80 20364
/proc/meminfo: memFree=1734128/2055920 swapFree=4179968/4192956
[pid=20364] ppid=20362 vsize=13600 CPUtime=0.02
/proc/20364/stat : 20364 (sugar) S 20362 20364 19505 0 -1 4194304 900 127 0 0 2 0 0 0 16 0 1 0 2006007063 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20364/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.701972 s]
/proc/loadavg: 2.26 2.12 2.04 4/80 20364
/proc/meminfo: memFree=1734128/2055920 swapFree=4179968/4192956
[pid=20364] ppid=20362 vsize=13600 CPUtime=0.58
/proc/20364/stat : 20364 (sugar) S 20362 20364 19505 0 -1 4194304 956 7346 0 1 3 0 52 3 17 0 1 0 2006007063 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20364/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 13600

[startup+1.50207 s]
/proc/loadavg: 2.26 2.12 2.04 3/91 20386
/proc/meminfo: memFree=1724496/2055920 swapFree=4179968/4192956
[pid=20364] ppid=20362 vsize=13600 CPUtime=0.58
/proc/20364/stat : 20364 (sugar) S 20362 20364 19505 0 -1 4194304 974 7346 0 1 3 0 52 3 15 0 1 0 2006007063 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20364/statm: 3400 797 370 3 0 500 0
[pid=20377] ppid=20364 vsize=5356 CPUtime=0
/proc/20377/stat : 20377 (sh) S 20364 20364 19505 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006007125 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20377/statm: 1339 233 193 169 0 50 0
[pid=20378] ppid=20377 vsize=868368 CPUtime=0.85
/proc/20378/stat : 20378 (java) S 20377 20364 19505 0 -1 0 7952 0 1 0 81 4 0 0 18 0 9 0 2006007125 889208832 7171 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20378/statm: 217092 7171 2540 9 0 211667 0
[pid=20378/tid=20379] ppid=20377 vsize=868368 CPUtime=0.47
/proc/20378/task/20379/stat : 20379 (java) R 20377 20364 19505 0 -1 64 2678 0 1 0 46 1 0 0 23 0 9 0 2006007126 889208832 7171 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20378/tid=20380] ppid=20377 vsize=868368 CPUtime=0.15
/proc/20378/task/20380/stat : 20380 (java) R 20377 20364 19505 0 -1 64 3116 0 0 0 15 0 0 0 16 0 9 0 2006007127 889208832 7171 996147200 134512640 134550740 4294955952 18446744073709551615 103829169 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20378/tid=20381] ppid=20377 vsize=868368 CPUtime=0
/proc/20378/task/20381/stat : 20381 (java) S 20377 20364 19505 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006007128 889208832 7171 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20378/tid=20382] ppid=20377 vsize=868368 CPUtime=0
/proc/20378/task/20382/stat : 20382 (java) S 20377 20364 19505 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006007128 889208832 7171 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20378/tid=20383] ppid=20377 vsize=868368 CPUtime=0
/proc/20378/task/20383/stat : 20383 (java) S 20377 20364 19505 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2006007129 889208832 7171 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20378/tid=20384] ppid=20377 vsize=868368 CPUtime=0.19
/proc/20378/task/20384/stat : 20384 (java) S 20377 20364 19505 0 -1 64 1465 0 0 0 19 0 0 0 16 0 9 0 2006007130 889208832 7171 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20378/tid=20385] ppid=20377 vsize=868368 CPUtime=0
/proc/20378/task/20385/stat : 20385 (java) S 20377 20364 19505 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2006007130 889208832 7171 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20378/tid=20386] ppid=20377 vsize=868368 CPUtime=0
/proc/20378/task/20386/stat : 20386 (java) S 20377 20364 19505 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006007130 889208832 7171 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.10126 s]
/proc/loadavg: 2.26 2.12 2.04 3/91 20386
/proc/meminfo: memFree=1708304/2055920 swapFree=4179968/4192956
[pid=20364] ppid=20362 vsize=13600 CPUtime=2.29
/proc/20364/stat : 20364 (sugar) S 20362 20364 19505 0 -1 4194304 1032 16071 0 2 3 1 213 12 15 0 1 0 2006007063 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20364/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 13600

[startup+6.30263 s]
/proc/loadavg: 2.32 2.13 2.04 3/83 20388
/proc/meminfo: memFree=1708688/2055920 swapFree=4179968/4192956
[pid=20364] ppid=20362 vsize=13600 CPUtime=2.29
/proc/20364/stat : 20364 (sugar) S 20362 20364 19505 0 -1 4194304 1032 16071 0 2 3 1 213 12 15 0 1 0 2006007063 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20364/statm: 3400 798 370 3 0 500 0
[pid=20387] ppid=20364 vsize=5356 CPUtime=0
/proc/20387/stat : 20387 (sh) S 20364 20364 19505 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006007297 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20387/statm: 1339 232 193 169 0 50 0
[pid=20388] ppid=20387 vsize=18716 CPUtime=3.9
/proc/20388/stat : 20388 (minisat) R 20387 20364 19505 0 -1 4194304 4407 0 0 0 388 2 0 0 25 0 1 0 2006007298 19165184 4393 996147200 134512640 135127466 4294956256 18446744073709551615 134521733 0 0 4096 3 0 0 0 17 1 0 0
/proc/20388/statm: 4679 4393 76 150 0 4526 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 37672

[startup+12.7014 s]
/proc/loadavg: 2.29 2.13 2.04 3/83 20388
/proc/meminfo: memFree=1704848/2055920 swapFree=4179968/4192956
[pid=20364] ppid=20362 vsize=13600 CPUtime=2.29
/proc/20364/stat : 20364 (sugar) S 20362 20364 19505 0 -1 4194304 1032 16071 0 2 3 1 213 12 16 0 1 0 2006007063 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20364/statm: 3400 798 370 3 0 500 0
[pid=20387] ppid=20364 vsize=5356 CPUtime=0
/proc/20387/stat : 20387 (sh) S 20364 20364 19505 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006007297 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20387/statm: 1339 232 193 169 0 50 0
[pid=20388] ppid=20387 vsize=22536 CPUtime=10.23
/proc/20388/stat : 20388 (minisat) R 20387 20364 19505 0 -1 4194304 5366 0 0 0 1020 3 0 0 25 0 1 0 2006007298 23076864 5352 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20388/statm: 5634 5352 76 150 0 5481 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 41492

[startup+25.5019 s]
/proc/loadavg: 2.46 2.17 2.06 3/83 20388
/proc/meminfo: memFree=1700944/2055920 swapFree=4179968/4192956
[pid=20364] ppid=20362 vsize=13600 CPUtime=2.29
/proc/20364/stat : 20364 (sugar) S 20362 20364 19505 0 -1 4194304 1032 16071 0 2 3 1 213 12 16 0 1 0 2006007063 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20364/statm: 3400 798 370 3 0 500 0
[pid=20387] ppid=20364 vsize=5356 CPUtime=0
/proc/20387/stat : 20387 (sh) S 20364 20364 19505 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006007297 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20387/statm: 1339 232 193 169 0 50 0
[pid=20388] ppid=20387 vsize=26588 CPUtime=22.92
/proc/20388/stat : 20388 (minisat) R 20387 20364 19505 0 -1 4194304 6315 0 0 0 2287 5 0 0 25 0 1 0 2006007298 27226112 6301 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20388/statm: 6647 6301 76 150 0 6494 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 45544

[startup+51.1019 s]
/proc/loadavg: 2.51 2.20 2.07 3/83 20388
/proc/meminfo: memFree=1695184/2055920 swapFree=4179968/4192956
[pid=20364] ppid=20362 vsize=13600 CPUtime=2.29
/proc/20364/stat : 20364 (sugar) S 20362 20364 19505 0 -1 4194304 1032 16071 0 2 3 1 213 12 16 0 1 0 2006007063 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20364/statm: 3400 798 370 3 0 500 0
[pid=20387] ppid=20364 vsize=5356 CPUtime=0
/proc/20387/stat : 20387 (sh) S 20364 20364 19505 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006007297 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20387/statm: 1339 232 193 169 0 50 0
[pid=20388] ppid=20387 vsize=32288 CPUtime=48.27
/proc/20388/stat : 20388 (minisat) R 20387 20364 19505 0 -1 4194304 7723 0 0 0 4820 7 0 0 25 0 1 0 2006007298 33062912 7709 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20388/statm: 8072 7709 76 150 0 7919 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 51244

[startup+102.307 s]
/proc/loadavg: 2.49 2.25 2.09 3/83 20388
/proc/meminfo: memFree=1687440/2055920 swapFree=4179968/4192956
[pid=20364] ppid=20362 vsize=13600 CPUtime=2.29
/proc/20364/stat : 20364 (sugar) S 20362 20364 19505 0 -1 4194304 1032 16071 0 2 3 1 213 12 16 0 1 0 2006007063 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20364/statm: 3400 798 370 3 0 500 0
[pid=20387] ppid=20364 vsize=5356 CPUtime=0
/proc/20387/stat : 20387 (sh) S 20364 20364 19505 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006007297 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20387/statm: 1339 232 193 169 0 50 0
[pid=20388] ppid=20387 vsize=40168 CPUtime=98.99
/proc/20388/stat : 20388 (minisat) R 20387 20364 19505 0 -1 4194304 9649 0 0 0 9891 8 0 0 25 0 1 0 2006007298 41132032 9635 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20388/statm: 10042 9635 76 150 0 9889 0
Current children cumulated CPU time (s) 101.28
Current children cumulated vsize (KiB) 59124

[startup+162.302 s]
/proc/loadavg: 2.46 2.28 2.11 3/83 20388
/proc/meminfo: memFree=1681104/2055920 swapFree=4179968/4192956
[pid=20364] ppid=20362 vsize=13600 CPUtime=2.29
/proc/20364/stat : 20364 (sugar) S 20362 20364 19505 0 -1 4194304 1032 16071 0 2 3 1 213 12 16 0 1 0 2006007063 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20364/statm: 3400 798 370 3 0 500 0
[pid=20387] ppid=20364 vsize=5356 CPUtime=0
/proc/20387/stat : 20387 (sh) S 20364 20364 19505 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006007297 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20387/statm: 1339 232 193 169 0 50 0
[pid=20388] ppid=20387 vsize=46376 CPUtime=158.43
/proc/20388/stat : 20388 (minisat) R 20387 20364 19505 0 -1 4194304 11227 0 0 0 15833 10 0 0 25 0 1 0 2006007298 47489024 11213 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/20388/statm: 11594 11213 76 150 0 11441 0
Current children cumulated CPU time (s) 160.72
Current children cumulated vsize (KiB) 65332

[startup+222.302 s]
/proc/loadavg: 2.55 2.33 2.13 3/83 20388
/proc/meminfo: memFree=1673872/2055920 swapFree=4179968/4192956
[pid=20364] ppid=20362 vsize=13600 CPUtime=2.29
/proc/20364/stat : 20364 (sugar) S 20362 20364 19505 0 -1 4194304 1032 16071 0 2 3 1 213 12 16 0 1 0 2006007063 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20364/statm: 3400 798 370 3 0 500 0
[pid=20387] ppid=20364 vsize=5356 CPUtime=0
/proc/20387/stat : 20387 (sh) S 20364 20364 19505 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006007297 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20387/statm: 1339 232 193 169 0 50 0
[pid=20388] ppid=20387 vsize=53976 CPUtime=217.87
/proc/20388/stat : 20388 (minisat) R 20387 20364 19505 0 -1 4194304 13005 0 0 0 21775 12 0 0 25 0 1 0 2006007298 55271424 12991 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/20388/statm: 13494 12991 76 150 0 13341 0
Current children cumulated CPU time (s) 220.16
Current children cumulated vsize (KiB) 72932

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

/proc/meminfo: memFree=1639696/2055920 swapFree=4179968/4192956
[pid=20364] ppid=20362 vsize=13600 CPUtime=2.29
/proc/20364/stat : 20364 (sugar) S 20362 20364 19505 0 -1 4194304 1032 16071 0 2 3 1 213 12 16 0 1 0 2006007063 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20364/statm: 3400 798 370 3 0 500 0
[pid=20387] ppid=20364 vsize=5356 CPUtime=0
/proc/20387/stat : 20387 (sh) S 20364 20364 19505 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006007297 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20387/statm: 1339 232 193 169 0 50 0
[pid=20388] ppid=20387 vsize=88340 CPUtime=1347.19
/proc/20388/stat : 20388 (minisat) R 20387 20364 19505 0 -1 4194304 21408 0 0 0 134699 20 0 0 25 0 1 0 2006007298 90460160 21394 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/20388/statm: 22085 21394 76 150 0 21932 0
Current children cumulated CPU time (s) 1349.48
Current children cumulated vsize (KiB) 107296

[startup+1422.31 s]
/proc/loadavg: 2.09 2.11 2.13 3/83 20388
/proc/meminfo: memFree=1636240/2055920 swapFree=4179968/4192956
[pid=20364] ppid=20362 vsize=13600 CPUtime=2.29
/proc/20364/stat : 20364 (sugar) S 20362 20364 19505 0 -1 4194304 1032 16071 0 2 3 1 213 12 16 0 1 0 2006007063 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20364/statm: 3400 798 370 3 0 500 0
[pid=20387] ppid=20364 vsize=5356 CPUtime=0
/proc/20387/stat : 20387 (sh) S 20364 20364 19505 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006007297 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20387/statm: 1339 232 193 169 0 50 0
[pid=20388] ppid=20387 vsize=92092 CPUtime=1406.64
/proc/20388/stat : 20388 (minisat) R 20387 20364 19505 0 -1 4194304 22289 0 0 0 140643 21 0 0 25 0 1 0 2006007298 94302208 22275 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20388/statm: 23023 22275 76 150 0 22870 0
Current children cumulated CPU time (s) 1408.93
Current children cumulated vsize (KiB) 111048

[startup+1482.3 s]
/proc/loadavg: 2.08 2.10 2.13 3/83 20388
/proc/meminfo: memFree=1633104/2055920 swapFree=4179968/4192956
[pid=20364] ppid=20362 vsize=13600 CPUtime=2.29
/proc/20364/stat : 20364 (sugar) S 20362 20364 19505 0 -1 4194304 1032 16071 0 2 3 1 213 12 16 0 1 0 2006007063 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20364/statm: 3400 798 370 3 0 500 0
[pid=20387] ppid=20364 vsize=5356 CPUtime=0
/proc/20387/stat : 20387 (sh) S 20364 20364 19505 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006007297 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20387/statm: 1339 232 193 169 0 50 0
[pid=20388] ppid=20387 vsize=95448 CPUtime=1466.07
/proc/20388/stat : 20388 (minisat) R 20387 20364 19505 0 -1 4194304 23060 0 0 0 146585 22 0 0 25 0 1 0 2006007298 97738752 23046 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20388/statm: 23862 23046 76 150 0 23709 0
Current children cumulated CPU time (s) 1468.36
Current children cumulated vsize (KiB) 114404

[startup+1542.3 s]
/proc/loadavg: 2.08 2.10 2.12 3/83 20388
/proc/meminfo: memFree=1630160/2055920 swapFree=4179968/4192956
[pid=20364] ppid=20362 vsize=13600 CPUtime=2.29
/proc/20364/stat : 20364 (sugar) S 20362 20364 19505 0 -1 4194304 1032 16071 0 2 3 1 213 12 16 0 1 0 2006007063 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20364/statm: 3400 798 370 3 0 500 0
[pid=20387] ppid=20364 vsize=5356 CPUtime=0
/proc/20387/stat : 20387 (sh) S 20364 20364 19505 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006007297 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20387/statm: 1339 232 193 169 0 50 0
[pid=20388] ppid=20387 vsize=98348 CPUtime=1525.51
/proc/20388/stat : 20388 (minisat) R 20387 20364 19505 0 -1 4194304 23804 0 0 0 152529 22 0 0 25 0 1 0 2006007298 100708352 23790 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20388/statm: 24587 23790 76 150 0 24434 0
Current children cumulated CPU time (s) 1527.8
Current children cumulated vsize (KiB) 117304

[startup+1602.3 s]
/proc/loadavg: 2.07 2.09 2.12 3/83 20388
/proc/meminfo: memFree=1627344/2055920 swapFree=4179968/4192956
[pid=20364] ppid=20362 vsize=13600 CPUtime=2.29
/proc/20364/stat : 20364 (sugar) S 20362 20364 19505 0 -1 4194304 1032 16071 0 2 3 1 213 12 16 0 1 0 2006007063 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20364/statm: 3400 798 370 3 0 500 0
[pid=20387] ppid=20364 vsize=5356 CPUtime=0
/proc/20387/stat : 20387 (sh) S 20364 20364 19505 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006007297 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20387/statm: 1339 232 193 169 0 50 0
[pid=20388] ppid=20387 vsize=101240 CPUtime=1584.95
/proc/20388/stat : 20388 (minisat) R 20387 20364 19505 0 -1 4194304 24499 0 0 0 158472 23 0 0 25 0 1 0 2006007298 103669760 24485 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20388/statm: 25310 24485 76 150 0 25157 0
Current children cumulated CPU time (s) 1587.24
Current children cumulated vsize (KiB) 120196

[startup+1662.3 s]
/proc/loadavg: 2.07 2.09 2.11 3/83 20388
/proc/meminfo: memFree=1624848/2055920 swapFree=4179968/4192956
[pid=20364] ppid=20362 vsize=13600 CPUtime=2.29
/proc/20364/stat : 20364 (sugar) S 20362 20364 19505 0 -1 4194304 1032 16071 0 2 3 1 213 12 16 0 1 0 2006007063 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20364/statm: 3400 798 370 3 0 500 0
[pid=20387] ppid=20364 vsize=5356 CPUtime=0
/proc/20387/stat : 20387 (sh) S 20364 20364 19505 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006007297 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20387/statm: 1339 232 193 169 0 50 0
[pid=20388] ppid=20387 vsize=104916 CPUtime=1644.38
/proc/20388/stat : 20388 (minisat) R 20387 20364 19505 0 -1 4194304 25099 0 0 0 164415 23 0 0 25 0 1 0 2006007298 107433984 25085 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20388/statm: 26229 25085 76 150 0 26076 0
Current children cumulated CPU time (s) 1646.67
Current children cumulated vsize (KiB) 123872

[startup+1722.3 s]
/proc/loadavg: 2.14 2.10 2.11 3/83 20429
/proc/meminfo: memFree=1585432/2055920 swapFree=4179968/4192956
[pid=20364] ppid=20362 vsize=13600 CPUtime=2.29
/proc/20364/stat : 20364 (sugar) S 20362 20364 19505 0 -1 4194304 1032 16071 0 2 3 1 213 12 16 0 1 0 2006007063 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20364/statm: 3400 798 370 3 0 500 0
[pid=20387] ppid=20364 vsize=5356 CPUtime=0
/proc/20387/stat : 20387 (sh) S 20364 20364 19505 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006007297 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20387/statm: 1339 232 193 169 0 50 0
[pid=20388] ppid=20387 vsize=108056 CPUtime=1704.17
/proc/20388/stat : 20388 (minisat) R 20387 20364 19505 0 -1 4194304 25859 0 0 0 170392 25 0 0 25 0 1 0 2006007298 110649344 25845 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20388/statm: 27014 25845 76 150 0 26861 0
Current children cumulated CPU time (s) 1706.46
Current children cumulated vsize (KiB) 127012

[startup+1782.3 s]
/proc/loadavg: 2.05 2.08 2.10 3/83 20429
/proc/meminfo: memFree=1582488/2055920 swapFree=4179968/4192956
[pid=20364] ppid=20362 vsize=13600 CPUtime=2.29
/proc/20364/stat : 20364 (sugar) S 20362 20364 19505 0 -1 4194304 1032 16071 0 2 3 1 213 12 16 0 1 0 2006007063 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20364/statm: 3400 798 370 3 0 500 0
[pid=20387] ppid=20364 vsize=5356 CPUtime=0
/proc/20387/stat : 20387 (sh) S 20364 20364 19505 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006007297 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20387/statm: 1339 232 193 169 0 50 0
[pid=20388] ppid=20387 vsize=110424 CPUtime=1764.14
/proc/20388/stat : 20388 (minisat) R 20387 20364 19505 0 -1 4194304 26493 0 0 0 176388 26 0 0 25 0 1 0 2006007298 113074176 26479 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20388/statm: 27606 26479 76 150 0 27453 0
Current children cumulated CPU time (s) 1766.43
Current children cumulated vsize (KiB) 129380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.9 s]
/proc/loadavg: 2.03 2.07 2.09 3/83 20429
/proc/meminfo: memFree=1581592/2055920 swapFree=4179968/4192956
[pid=20364] ppid=20362 vsize=13600 CPUtime=2.29
/proc/20364/stat : 20364 (sugar) S 20362 20364 19505 0 -1 4194304 1032 16071 0 2 3 1 213 12 16 0 1 0 2006007063 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20364/statm: 3400 798 370 3 0 500 0
[pid=20387] ppid=20364 vsize=5356 CPUtime=0
/proc/20387/stat : 20387 (sh) S 20364 20364 19505 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006007297 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20387/statm: 1339 232 193 169 0 50 0
[pid=20388] ppid=20387 vsize=111592 CPUtime=1797.73
/proc/20388/stat : 20388 (minisat) R 20387 20364 19505 0 -1 4194304 26762 0 0 0 179747 26 0 0 25 0 1 0 2006007298 114270208 26748 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20388/statm: 27898 26748 76 150 0 27745 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 130548

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

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

[startup+1815.9 s]
/proc/loadavg: 2.03 2.07 2.09 3/83 20429
/proc/meminfo: memFree=1581592/2055920 swapFree=4179968/4192956
[pid=20364] ppid=20362 vsize=13600 CPUtime=2.29
/proc/20364/stat : 20364 (sugar) S 20362 20364 19505 0 -1 4194304 1032 16071 0 2 3 1 213 12 16 0 1 0 2006007063 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20364/statm: 3400 798 370 3 0 500 0
[pid=20387] ppid=20364 vsize=5356 CPUtime=0
/proc/20387/stat : 20387 (sh) S 20364 20364 19505 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006007297 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20387/statm: 1339 232 193 169 0 50 0
[pid=20388] ppid=20387 vsize=111592 CPUtime=1797.73
/proc/20388/stat : 20388 (minisat) R 20387 20364 19505 0 -1 4194304 26762 0 0 0 179747 26 0 0 25 0 1 0 2006007298 114270208 26748 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20388/statm: 27898 26748 76 150 0 27745 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 130548

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20364 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=168670
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=143978
# CPU time returned by wait4() is 2.31265
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1815.93
CPU time (s): 1800.02
CPU user time (s): 1799.63
CPU system time (s): 0.39
CPU usage (%): 99.124
Max. virtual memory (cumulated for all children) (KiB): 887436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.16867
system time used= 0.143978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17446
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= 3417
involuntary context switches= 3307

runsolver used 2.85956 second user time and 5.41618 second system time

The end

Launcher Data (download as text)

Begin job on node11 at 2008-07-05 17:05:22
IDJOB=1090119
IDBENCH=58394
IDSOLVER=346
FILE ID=node11/1090119-1215270322
PBS_JOBID= 7882178
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/sgb/miles/normalized-miles1500-30.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-1090119-1215270322/watcher-1090119-1215270322 -o /tmp/evaluation-result-1090119-1215270322/solver-1090119-1215270322 -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-1090119-1215270322.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 40adbb832dee2cf2899624108017f675
RANDOM SEED=173145107

node11.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.224
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.224
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:       1734608 kB
Buffers:         35504 kB
Cached:         177916 kB
SwapCached:       7036 kB
Active:         180872 kB
Inactive:        87656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1734608 kB
SwapTotal:     4192956 kB
SwapFree:      4179968 kB
Dirty:            1892 kB
Writeback:           0 kB
Mapped:          71512 kB
Slab:            37912 kB
Committed_AS:  4126084 kB
PageTables:       1956 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= 66552 MiB
End job on node11 at 2008-07-05 17:35:40