Trace number 2085382

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.09 1804.22

General information on the benchmark

Namecsp/graphColoring/sgb/
miles/normalized-miles1500-20.xml
MD5SUMee22317071074bd31e8af628e12bd3a3
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.181972
Satisfiable
(Un)Satisfiability was proved
Number of variables128
Number of constraints5198
Maximum constraint arity2
Maximum domain size20
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

0.05/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.08	c 0	BEGIN Sun Jul 12 08:53:05 2009
0.05/0.08	c 0	PID 28523
0.05/0.08	c 0	HOST node40.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2085382-1247381585.xml TO HOME/temp.csp
0.05/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2085382-1247381585.xml' 'HOME/temp.csp'
0.07/0.69	c 0	1 domains, 128 variables, 1 predicates, 0 relations, 5198 constraints
0.07/0.71	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.71	c 0	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'
0.07/0.79	c 1	Parsing HOME/temp.csp
0.66/0.90	c 1	parsed 5328 expressions
0.66/0.91	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.66/0.91	c 1	Converting to clausal form CSP
1.02/1.13	c 1	converted 533 (10%) expressions
1.02/1.17	c 1	converted 1066 (20%) expressions
1.02/1.19	c 1	converted 1599 (30%) expressions
1.12/1.21	c 1	converted 2132 (40%) expressions
1.12/1.23	c 1	converted 2664 (50%) expressions
1.12/1.25	c 1	converted 3197 (60%) expressions
1.12/1.27	c 1	converted 3730 (70%) expressions
1.22/1.33	c 1	converted 4263 (80%) expressions
1.22/1.35	c 1	converted 4796 (90%) expressions
1.22/1.37	c 1	converted 5328 (100%) expressions
1.22/1.37	c 1	CSP : 128 integers, 0 booleans, 5198 clauses, largest domain size 20
1.22/1.37	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.22/1.37	c 1	Propagation in CSP
1.32/1.40	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.32/1.40	c 1	CSP : 128 integers, 0 booleans, 5198 clauses, largest domain size 20
1.32/1.40	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.32/1.41	c 1	Simplifing CSP by introducing new Boolean variables
1.42/1.53	c 1	CSP : 128 integers, 10396 booleans, 15594 clauses, largest domain size 20
1.42/1.53	c 1	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.42/1.59	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.52/1.61	c 1	13 (10%) CSP integer variables are encoded (234 clauses, 2434 bytes)
1.52/1.62	c 1	26 (20%) CSP integer variables are encoded (468 clauses, 5008 bytes)
1.52/1.62	c 1	39 (30%) CSP integer variables are encoded (702 clauses, 7582 bytes)
1.52/1.62	c 1	52 (40%) CSP integer variables are encoded (936 clauses, 10156 bytes)
1.52/1.62	c 1	64 (50%) CSP integer variables are encoded (1152 clauses, 12943 bytes)
1.52/1.62	c 1	77 (60%) CSP integer variables are encoded (1386 clauses, 15985 bytes)
1.52/1.63	c 1	90 (70%) CSP integer variables are encoded (1620 clauses, 19027 bytes)
1.52/1.63	c 1	103 (80%) CSP integer variables are encoded (1854 clauses, 22069 bytes)
1.52/1.63	c 1	116 (90%) CSP integer variables are encoded (2088 clauses, 25111 bytes)
1.52/1.63	c 1	128 (100%) CSP integer variables are encoded (2304 clauses, 27919 bytes)
1.61/1.72	c 1	1560 (10%) CSP clauses are encoded (23624 clauses, 374901 bytes)
1.61/1.78	c 2	3119 (20%) CSP clauses are encoded (44943 clauses, 738353 bytes)
1.71/1.83	c 2	4679 (30%) CSP clauses are encoded (66263 clauses, 1103049 bytes)
1.71/1.88	c 2	6238 (40%) CSP clauses are encoded (87563 clauses, 1468576 bytes)
1.81/1.93	c 2	7797 (50%) CSP clauses are encoded (108863 clauses, 1835281 bytes)
1.81/1.97	c 2	9357 (60%) CSP clauses are encoded (130183 clauses, 2205325 bytes)
1.91/2.02	c 2	10916 (70%) CSP clauses are encoded (151502 clauses, 2594785 bytes)
1.91/2.06	c 2	12476 (80%) CSP clauses are encoded (172822 clauses, 3000554 bytes)
2.01/2.12	c 2	14035 (90%) CSP clauses are encoded (194122 clauses, 3412005 bytes)
2.01/2.17	c 2	15594 (100%) CSP clauses are encoded (215422 clauses, 3823456 bytes)
2.01/2.17	c 2	15594 CSP clauses encoded
2.01/2.17	c 2	Writing map file : HOME/temp.map
2.01/2.18	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.01/2.18	c 2	SAT : 12828 SAT variables, 215422 SAT clauses, 3823456 bytes
2.01/2.18	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.09/2.23	c 2	SOLVING HOME/temp.cnf
2.09/2.23	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.09/2.24	c 2	This is MiniSat 2.0 beta
2.09/2.24	c 2	WARNING: for repeatability, setting FPU to use double precision
2.09/2.24	c 2	============================[ Problem Statistics ]=============================
2.09/2.24	c 2	|                                                                             |
2.09/2.24	c 2	|  Number of variables:  12828                                                |
2.09/2.24	c 2	|  Number of clauses:    215422                                               |
2.12/2.35	c 2	|  Parsing time:         0.10         s                                       |
2.12/2.36	c 2	============================[ Search Statistics ]==============================
2.12/2.36	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.12/2.36	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.12/2.36	c 2	===============================================================================
2.12/2.36	c 2	|         0 |   12828   215422   617972 |    71807        0    nan |  0.000 % |
2.12/2.47	c 2	|       101 |   12828   215422   617972 |    78988      101     10 |  0.000 % |
2.12/2.54	c 2	|       252 |   12828   215422   617972 |    86886      252     11 |  0.000 % |
2.12/2.63	c 2	|       477 |   12828   215422   617972 |    95575      477     10 |  0.000 % |
2.12/2.74	c 3	|       816 |   12828   215422   617972 |   105133      816     10 |  0.000 % |
2.12/2.81	c 3	|      1322 |   12828   215422   617972 |   115646     1322     10 |  0.000 % |
2.12/3.02	c 3	|      2082 |   12828   215422   617972 |   127211     2082     10 |  0.000 % |
3.25/3.46	c 3	|      3221 |   12828   215422   617972 |   139932     3221     10 |  0.000 % |
3.65/3.83	c 4	|      4930 |   12828   215422   617972 |   153925     4930     12 |  0.000 % |
3.94/4.19	c 4	|      7492 |   12828   215422   617972 |   169317     7492     11 |  0.000 % |
4.54/4.75	c 5	|     11337 |   12828   215422   617972 |   186249    11337     11 |  0.000 % |
5.13/5.38	c 5	|     17103 |   12828   215422   617972 |   204874    17103     11 |  0.000 % |
6.61/6.85	c 7	|     25752 |   12828   215422   617972 |   225362    25752     11 |  0.000 % |
8.50/8.79	c 9	|     38726 |   12828   215422   617972 |   247898    38726     12 |  0.000 % |
12.75/13.09	c 13	|     58187 |   12828   215422   617972 |   272688    58187     12 |  0.000 % |
26.52/26.95	c 27	|     87380 |   12828   215422   617972 |   299957    87380     15 |  0.000 % |
41.28/41.83	c 42	|    131170 |   12828   215422   617972 |   329952   131170     15 |  0.000 % |
100.52/101.65	c 101	|    196854 |   12828   215422   617972 |   362948   196854     16 |  0.000 % |
177.09/178.99	c 179	|    295381 |   12828   215422   617972 |   399242   295381     16 |  0.000 % |
419.64/423.26	c 423	|    443170 |   12828   215422   617972 |   439167    63945     20 |  0.000 % |
687.72/691.44	c 691	|    664853 |   12828   215422   617972 |   483083   285628     19 |  0.000 % |
1138.15/1142.09	c 1142	|    997378 |   12828   215422   617972 |   531392   156521     21 |  0.000 % |
1800.09/1804.22	c ERROR INTERRUPTED
1800.09/1804.22	s UNKNOWN
1800.09/1804.22	c 1804	CPU 2.12 (0.06 0.02 1.9 0.14)
1800.09/1804.22	c 1804	END Sun Jul 12 09:23:09 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-2085382-1247381585/watcher-2085382-1247381585 -o /tmp/evaluation-result-2085382-1247381585/solver-2085382-1247381585 -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-2085382-1247381585.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.98 1.97 1.99 4/76 28523
/proc/meminfo: memFree=1088920/2055920 swapFree=4192812/4192956
[pid=28523] ppid=28521 vsize=4708 CPUtime=0
/proc/28523/stat : 28523 (sugar) R 28521 28523 28294 0 -1 4194304 57 0 0 0 0 0 0 0 20 0 1 0 24849757 4820992 42 996147200 4194304 4206940 548682068608 18446744073709551615 264516958548 0 0 4096 0 0 0 0 17 1 0 0
/proc/28523/statm: 1177 42 32 3 0 8 0

[startup+0.0682191 s]
/proc/loadavg: 1.98 1.97 1.99 4/76 28523
/proc/meminfo: memFree=1088920/2055920 swapFree=4192812/4192956
[pid=28523] ppid=28521 vsize=16212 CPUtime=0.05
/proc/28523/stat : 28523 (sugar) R 28521 28523 28294 0 -1 4194304 974 0 0 0 3 2 0 0 18 0 1 0 24849757 16601088 942 996147200 4194304 4206940 548682068608 18446744073709551615 264539598267 0 0 4224 0 0 0 0 17 1 0 0
/proc/28523/statm: 4053 942 380 3 0 632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16212

[startup+0.101395 s]
/proc/loadavg: 1.98 1.97 1.99 4/76 28523
/proc/meminfo: memFree=1088920/2055920 swapFree=4192812/4192956
[pid=28523] ppid=28521 vsize=16868 CPUtime=0.07
/proc/28523/stat : 28523 (sugar) S 28521 28523 28294 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24849757 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28523/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301246 s]
/proc/loadavg: 1.98 1.97 1.99 4/76 28523
/proc/meminfo: memFree=1088920/2055920 swapFree=4192812/4192956
[pid=28523] ppid=28521 vsize=16868 CPUtime=0.07
/proc/28523/stat : 28523 (sugar) S 28521 28523 28294 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24849757 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28523/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701295 s]
/proc/loadavg: 1.98 1.97 1.99 4/76 28523
/proc/meminfo: memFree=1088920/2055920 swapFree=4192812/4192956
[pid=28523] ppid=28521 vsize=16868 CPUtime=0.07
/proc/28523/stat : 28523 (sugar) S 28521 28523 28294 0 -1 4194304 1245 128 0 0 5 2 0 0 15 0 1 0 24849757 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28523/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50241 s]
/proc/loadavg: 2.06 1.99 1.99 3/87 28545
/proc/meminfo: memFree=1078272/2055920 swapFree=4192812/4192956
[pid=28523] ppid=28521 vsize=16868 CPUtime=0.66
/proc/28523/stat : 28523 (sugar) S 28521 28523 28294 0 -1 4194304 1310 7419 0 1 5 2 55 4 16 0 1 0 24849757 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28523/statm: 4217 1111 409 3 0 796 0
[pid=28536] ppid=28523 vsize=5356 CPUtime=0
/proc/28536/stat : 28536 (sh) S 28523 28523 28294 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24849829 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28536/statm: 1339 233 193 169 0 50 0
[pid=28537] ppid=28536 vsize=868568 CPUtime=0.76
/proc/28537/stat : 28537 (java) S 28536 28523 28294 0 -1 0 7916 0 1 0 71 5 0 0 18 0 9 0 24849829 889413632 7141 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28537/statm: 217142 7141 2566 9 0 211647 0
[pid=28537/tid=28538] ppid=28536 vsize=868568 CPUtime=0.42
/proc/28537/task/28538/stat : 28538 (java) R 28536 28523 28294 0 -1 64 2687 0 1 0 41 1 0 0 22 0 9 0 24849830 889413632 7141 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28537/tid=28539] ppid=28536 vsize=868568 CPUtime=0.14
/proc/28537/task/28539/stat : 28539 (java) R 28536 28523 28294 0 -1 64 3043 0 0 0 13 1 0 0 16 0 9 0 24849831 889413632 7141 996147200 134512640 134550932 4294955936 18446744073709551615 103733279 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28537/tid=28540] ppid=28536 vsize=868568 CPUtime=0
/proc/28537/task/28540/stat : 28540 (java) S 28536 28523 28294 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24849832 889413632 7141 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28537/tid=28541] ppid=28536 vsize=868568 CPUtime=0
/proc/28537/task/28541/stat : 28541 (java) S 28536 28523 28294 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24849832 889413632 7141 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28537/tid=28542] ppid=28536 vsize=868568 CPUtime=0
/proc/28537/task/28542/stat : 28542 (java) S 28536 28523 28294 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24849834 889413632 7141 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28537/tid=28543] ppid=28536 vsize=868568 CPUtime=0.16
/proc/28537/task/28543/stat : 28543 (java) S 28536 28523 28294 0 -1 64 1487 0 0 0 15 1 0 0 16 0 9 0 24849834 889413632 7141 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28537/tid=28544] ppid=28536 vsize=868568 CPUtime=0
/proc/28537/task/28544/stat : 28544 (java) S 28536 28523 28294 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24849834 889413632 7141 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28537/tid=28545] ppid=28536 vsize=868568 CPUtime=0
/proc/28537/task/28545/stat : 28545 (java) R 28536 28523 28294 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24849834 889413632 7141 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890792

[startup+3.10261 s]
/proc/loadavg: 2.06 1.99 1.99 3/87 28545
/proc/meminfo: memFree=1062720/2055920 swapFree=4192812/4192956
[pid=28523] ppid=28521 vsize=16868 CPUtime=2.12
/proc/28523/stat : 28523 (sugar) S 28521 28523 28294 0 -1 4194304 1376 16040 0 2 6 2 190 14 15 0 1 0 24849757 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28523/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30103 s]
/proc/loadavg: 2.06 1.99 1.99 3/79 28549
/proc/meminfo: memFree=1068672/2055920 swapFree=4192812/4192956
[pid=28523] ppid=28521 vsize=16868 CPUtime=2.12
/proc/28523/stat : 28523 (sugar) S 28521 28523 28294 0 -1 4194304 1376 16040 0 2 6 2 190 14 15 0 1 0 24849757 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28523/statm: 4217 1113 409 3 0 796 0
[pid=28546] ppid=28523 vsize=5356 CPUtime=0
/proc/28546/stat : 28546 (sh) S 28523 28523 28294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24849981 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28546/statm: 1339 232 193 169 0 50 0
[pid=28547] ppid=28546 vsize=14168 CPUtime=4
/proc/28547/stat : 28547 (minisat) R 28546 28523 28294 0 -1 4194304 3319 0 0 0 398 2 0 0 25 0 1 0 24849981 14508032 3305 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/28547/statm: 3542 3305 76 150 0 3389 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 36392

[startup+12.7019 s]
/proc/loadavg: 2.05 1.99 1.99 3/79 28549
/proc/meminfo: memFree=1065664/2055920 swapFree=4192812/4192956
[pid=28523] ppid=28521 vsize=16868 CPUtime=2.12
/proc/28523/stat : 28523 (sugar) S 28521 28523 28294 0 -1 4194304 1376 16040 0 2 6 2 190 14 16 0 1 0 24849757 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28523/statm: 4217 1113 409 3 0 796 0
[pid=28546] ppid=28523 vsize=5356 CPUtime=0
/proc/28546/stat : 28546 (sh) S 28523 28523 28294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24849981 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28546/statm: 1339 232 193 169 0 50 0
[pid=28547] ppid=28546 vsize=17060 CPUtime=10.33
/proc/28547/stat : 28547 (minisat) R 28546 28523 28294 0 -1 4194304 4066 0 0 0 1030 3 0 0 25 0 1 0 24849981 17469440 4052 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/28547/statm: 4265 4052 76 150 0 4112 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 39284

[startup+25.5015 s]
/proc/loadavg: 2.04 1.99 1.99 3/79 28549
/proc/meminfo: memFree=1062400/2055920 swapFree=4192812/4192956
[pid=28523] ppid=28521 vsize=16868 CPUtime=2.12
/proc/28523/stat : 28523 (sugar) S 28521 28523 28294 0 -1 4194304 1376 16040 0 2 6 2 190 14 16 0 1 0 24849757 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28523/statm: 4217 1113 409 3 0 796 0
[pid=28546] ppid=28523 vsize=5356 CPUtime=0
/proc/28546/stat : 28546 (sh) S 28523 28523 28294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24849981 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28546/statm: 1339 232 193 169 0 50 0
[pid=28547] ppid=28546 vsize=20224 CPUtime=23.01
/proc/28547/stat : 28547 (minisat) R 28546 28523 28294 0 -1 4194304 4854 0 0 0 2298 3 0 0 25 0 1 0 24849981 20709376 4840 996147200 134512640 135127466 4294956256 18446744073709551615 134528433 0 0 4096 3 0 0 0 17 1 0 0
/proc/28547/statm: 5056 4840 76 150 0 4903 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 42448

[startup+51.1018 s]
/proc/loadavg: 2.02 1.99 1.99 3/79 28549
/proc/meminfo: memFree=1056384/2055920 swapFree=4192812/4192956
[pid=28523] ppid=28521 vsize=16868 CPUtime=2.12
/proc/28523/stat : 28523 (sugar) S 28521 28523 28294 0 -1 4194304 1376 16040 0 2 6 2 190 14 16 0 1 0 24849757 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28523/statm: 4217 1113 409 3 0 796 0
[pid=28546] ppid=28523 vsize=5356 CPUtime=0
/proc/28546/stat : 28546 (sh) S 28523 28523 28294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24849981 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28546/statm: 1339 232 193 169 0 50 0
[pid=28547] ppid=28546 vsize=26272 CPUtime=48.37
/proc/28547/stat : 28547 (minisat) R 28546 28523 28294 0 -1 4194304 6312 0 0 0 4833 4 0 0 25 0 1 0 24849981 26902528 6298 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28547/statm: 6568 6298 76 150 0 6415 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 48496

[startup+102.307 s]
/proc/loadavg: 2.01 1.99 1.99 3/79 28549
/proc/meminfo: memFree=1050304/2055920 swapFree=4192812/4192956
[pid=28523] ppid=28521 vsize=16868 CPUtime=2.12
/proc/28523/stat : 28523 (sugar) S 28521 28523 28294 0 -1 4194304 1376 16040 0 2 6 2 190 14 16 0 1 0 24849757 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28523/statm: 4217 1113 409 3 0 796 0
[pid=28546] ppid=28523 vsize=5356 CPUtime=0
/proc/28546/stat : 28546 (sh) S 28523 28523 28294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24849981 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28546/statm: 1339 232 193 169 0 50 0
[pid=28547] ppid=28546 vsize=31620 CPUtime=99.09
/proc/28547/stat : 28547 (minisat) R 28546 28523 28294 0 -1 4194304 7669 0 0 0 9904 5 0 0 25 0 1 0 24849981 32378880 7655 996147200 134512640 135127466 4294956256 18446744073709551615 134530684 0 0 4096 3 0 0 0 17 1 0 0
/proc/28547/statm: 7905 7655 76 150 0 7752 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 53844

[startup+162.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/79 28549
/proc/meminfo: memFree=1041984/2055920 swapFree=4192812/4192956
[pid=28523] ppid=28521 vsize=16868 CPUtime=2.12
/proc/28523/stat : 28523 (sugar) S 28521 28523 28294 0 -1 4194304 1376 16040 0 2 6 2 190 14 16 0 1 0 24849757 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28523/statm: 4217 1113 409 3 0 796 0
[pid=28546] ppid=28523 vsize=5356 CPUtime=0
/proc/28546/stat : 28546 (sh) S 28523 28523 28294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24849981 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28546/statm: 1339 232 193 169 0 50 0
[pid=28547] ppid=28546 vsize=40036 CPUtime=158.52
/proc/28547/stat : 28547 (minisat) R 28546 28523 28294 0 -1 4194304 9756 0 0 0 15845 7 0 0 25 0 1 0 24849981 40996864 9742 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/28547/statm: 10009 9742 76 150 0 9856 0
Current children cumulated CPU time (s) 160.64
Current children cumulated vsize (KiB) 62260

[startup+222.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/79 28549
/proc/meminfo: memFree=1036096/2055920 swapFree=4192812/4192956
[pid=28523] ppid=28521 vsize=16868 CPUtime=2.12
/proc/28523/stat : 28523 (sugar) S 28521 28523 28294 0 -1 4194304 1376 16040 0 2 6 2 190 14 16 0 1 0 24849757 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28523/statm: 4217 1113 409 3 0 796 0
[pid=28546] ppid=28523 vsize=5356 CPUtime=0
/proc/28546/stat : 28546 (sh) S 28523 28523 28294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24849981 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28546/statm: 1339 232 193 169 0 50 0
[pid=28547] ppid=28546 vsize=46144 CPUtime=217.96
/proc/28547/stat : 28547 (minisat) R 28546 28523 28294 0 -1 4194304 11136 0 0 0 21787 9 0 0 25 0 1 0 24849981 47251456 11122 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/28547/statm: 11536 11122 76 150 0 11383 0
Current children cumulated CPU time (s) 220.08
Current children cumulated vsize (KiB) 68368

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

/proc/meminfo: memFree=980040/2055920 swapFree=4192812/4192956
[pid=28523] ppid=28521 vsize=16868 CPUtime=2.12
/proc/28523/stat : 28523 (sugar) S 28521 28523 28294 0 -1 4194304 1376 16040 0 2 6 2 190 14 16 0 1 0 24849757 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28523/statm: 4217 1113 409 3 0 796 0
[pid=28546] ppid=28523 vsize=5356 CPUtime=0
/proc/28546/stat : 28546 (sh) S 28523 28523 28294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24849981 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28546/statm: 1339 232 193 169 0 50 0
[pid=28547] ppid=28546 vsize=73232 CPUtime=1296.27
/proc/28547/stat : 28547 (minisat) R 28546 28523 28294 0 -1 4194304 17599 0 0 0 129608 19 0 0 25 0 1 0 24849981 74989568 17585 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/28547/statm: 18308 17585 76 150 0 18155 0
Current children cumulated CPU time (s) 1298.39
Current children cumulated vsize (KiB) 95456

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 28653
/proc/meminfo: memFree=979016/2055920 swapFree=4192812/4192956
[pid=28523] ppid=28521 vsize=16868 CPUtime=2.12
/proc/28523/stat : 28523 (sugar) S 28521 28523 28294 0 -1 4194304 1376 16040 0 2 6 2 190 14 16 0 1 0 24849757 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28523/statm: 4217 1113 409 3 0 796 0
[pid=28546] ppid=28523 vsize=5356 CPUtime=0
/proc/28546/stat : 28546 (sh) S 28523 28523 28294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24849981 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28546/statm: 1339 232 193 169 0 50 0
[pid=28547] ppid=28546 vsize=74536 CPUtime=1356.24
/proc/28547/stat : 28547 (minisat) R 28546 28523 28294 0 -1 4194304 17858 0 0 0 135605 19 0 0 25 0 1 0 24849981 76324864 17844 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28547/statm: 18634 17844 76 150 0 18481 0
Current children cumulated CPU time (s) 1358.36
Current children cumulated vsize (KiB) 96760

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 28653
/proc/meminfo: memFree=977544/2055920 swapFree=4192812/4192956
[pid=28523] ppid=28521 vsize=16868 CPUtime=2.12
/proc/28523/stat : 28523 (sugar) S 28521 28523 28294 0 -1 4194304 1376 16040 0 2 6 2 190 14 16 0 1 0 24849757 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28523/statm: 4217 1113 409 3 0 796 0
[pid=28546] ppid=28523 vsize=5356 CPUtime=0
/proc/28546/stat : 28546 (sh) S 28523 28523 28294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24849981 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28546/statm: 1339 232 193 169 0 50 0
[pid=28547] ppid=28546 vsize=76032 CPUtime=1416.22
/proc/28547/stat : 28547 (minisat) R 28546 28523 28294 0 -1 4194304 18217 0 0 0 141603 19 0 0 25 0 1 0 24849981 77856768 18203 996147200 134512640 135127466 4294956256 18446744073709551615 134522484 0 0 4096 3 0 0 0 17 0 0 0
/proc/28547/statm: 19008 18203 76 150 0 18855 0
Current children cumulated CPU time (s) 1418.34
Current children cumulated vsize (KiB) 98256

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 28653
/proc/meminfo: memFree=976200/2055920 swapFree=4192812/4192956
[pid=28523] ppid=28521 vsize=16868 CPUtime=2.12
/proc/28523/stat : 28523 (sugar) S 28521 28523 28294 0 -1 4194304 1376 16040 0 2 6 2 190 14 16 0 1 0 24849757 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28523/statm: 4217 1113 409 3 0 796 0
[pid=28546] ppid=28523 vsize=5356 CPUtime=0
/proc/28546/stat : 28546 (sh) S 28523 28523 28294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24849981 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28546/statm: 1339 232 193 169 0 50 0
[pid=28547] ppid=28546 vsize=77892 CPUtime=1476.2
/proc/28547/stat : 28547 (minisat) R 28546 28523 28294 0 -1 4194304 18586 0 0 0 147600 20 0 0 25 0 1 0 24849981 79761408 18572 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28547/statm: 19473 18572 76 150 0 19320 0
Current children cumulated CPU time (s) 1478.32
Current children cumulated vsize (KiB) 100116

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 28653
/proc/meminfo: memFree=975176/2055920 swapFree=4192812/4192956
[pid=28523] ppid=28521 vsize=16868 CPUtime=2.12
/proc/28523/stat : 28523 (sugar) S 28521 28523 28294 0 -1 4194304 1376 16040 0 2 6 2 190 14 16 0 1 0 24849757 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28523/statm: 4217 1113 409 3 0 796 0
[pid=28546] ppid=28523 vsize=5356 CPUtime=0
/proc/28546/stat : 28546 (sh) S 28523 28523 28294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24849981 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28546/statm: 1339 232 193 169 0 50 0
[pid=28547] ppid=28546 vsize=78924 CPUtime=1536.17
/proc/28547/stat : 28547 (minisat) R 28546 28523 28294 0 -1 4194304 18817 0 0 0 153597 20 0 0 25 0 1 0 24849981 80818176 18803 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28547/statm: 19731 18803 76 150 0 19578 0
Current children cumulated CPU time (s) 1538.29
Current children cumulated vsize (KiB) 101148

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 28653
/proc/meminfo: memFree=974920/2055920 swapFree=4192812/4192956
[pid=28523] ppid=28521 vsize=16868 CPUtime=2.12
/proc/28523/stat : 28523 (sugar) S 28521 28523 28294 0 -1 4194304 1376 16040 0 2 6 2 190 14 16 0 1 0 24849757 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28523/statm: 4217 1113 409 3 0 796 0
[pid=28546] ppid=28523 vsize=5356 CPUtime=0
/proc/28546/stat : 28546 (sh) S 28523 28523 28294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24849981 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28546/statm: 1339 232 193 169 0 50 0
[pid=28547] ppid=28546 vsize=79220 CPUtime=1596.15
/proc/28547/stat : 28547 (minisat) R 28546 28523 28294 0 -1 4194304 18883 0 0 0 159595 20 0 0 25 0 1 0 24849981 81121280 18869 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28547/statm: 19805 18869 76 150 0 19652 0
Current children cumulated CPU time (s) 1598.27
Current children cumulated vsize (KiB) 101444

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 28653
/proc/meminfo: memFree=974344/2055920 swapFree=4192812/4192956
[pid=28523] ppid=28521 vsize=16868 CPUtime=2.12
/proc/28523/stat : 28523 (sugar) S 28521 28523 28294 0 -1 4194304 1376 16040 0 2 6 2 190 14 16 0 1 0 24849757 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28523/statm: 4217 1113 409 3 0 796 0
[pid=28546] ppid=28523 vsize=5356 CPUtime=0
/proc/28546/stat : 28546 (sh) S 28523 28523 28294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24849981 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28546/statm: 1339 232 193 169 0 50 0
[pid=28547] ppid=28546 vsize=79860 CPUtime=1656.13
/proc/28547/stat : 28547 (minisat) R 28546 28523 28294 0 -1 4194304 19028 0 0 0 165593 20 0 0 25 0 1 0 24849981 81776640 19014 996147200 134512640 135127466 4294956256 18446744073709551615 134530825 0 0 4096 3 0 0 0 17 0 0 0
/proc/28547/statm: 19965 19014 76 150 0 19812 0
Current children cumulated CPU time (s) 1658.25
Current children cumulated vsize (KiB) 102084

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 28653
/proc/meminfo: memFree=973000/2055920 swapFree=4192812/4192956
[pid=28523] ppid=28521 vsize=16868 CPUtime=2.12
/proc/28523/stat : 28523 (sugar) S 28521 28523 28294 0 -1 4194304 1376 16040 0 2 6 2 190 14 16 0 1 0 24849757 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28523/statm: 4217 1113 409 3 0 796 0
[pid=28546] ppid=28523 vsize=5356 CPUtime=0
/proc/28546/stat : 28546 (sh) S 28523 28523 28294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24849981 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28546/statm: 1339 232 193 169 0 50 0
[pid=28547] ppid=28546 vsize=80412 CPUtime=1716.09
/proc/28547/stat : 28547 (minisat) R 28546 28523 28294 0 -1 4194304 19191 0 0 0 171589 20 0 0 25 0 1 0 24849981 82341888 19177 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28547/statm: 20103 19177 76 150 0 19950 0
Current children cumulated CPU time (s) 1718.21
Current children cumulated vsize (KiB) 102636

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 28653
/proc/meminfo: memFree=971464/2055920 swapFree=4192812/4192956
[pid=28523] ppid=28521 vsize=16868 CPUtime=2.12
/proc/28523/stat : 28523 (sugar) S 28521 28523 28294 0 -1 4194304 1376 16040 0 2 6 2 190 14 16 0 1 0 24849757 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28523/statm: 4217 1113 409 3 0 796 0
[pid=28546] ppid=28523 vsize=5356 CPUtime=0
/proc/28546/stat : 28546 (sh) S 28523 28523 28294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24849981 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28546/statm: 1339 232 193 169 0 50 0
[pid=28547] ppid=28546 vsize=81896 CPUtime=1776.08
/proc/28547/stat : 28547 (minisat) R 28546 28523 28294 0 -1 4194304 19562 0 0 0 177587 21 0 0 25 0 1 0 24849981 83861504 19548 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28547/statm: 20474 19548 76 150 0 20321 0
Current children cumulated CPU time (s) 1778.2
Current children cumulated vsize (KiB) 104120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 28653
/proc/meminfo: memFree=970952/2055920 swapFree=4192812/4192956
[pid=28523] ppid=28521 vsize=16868 CPUtime=2.12
/proc/28523/stat : 28523 (sugar) S 28521 28523 28294 0 -1 4194304 1376 16040 0 2 6 2 190 14 16 0 1 0 24849757 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28523/statm: 4217 1113 409 3 0 796 0
[pid=28546] ppid=28523 vsize=5356 CPUtime=0
/proc/28546/stat : 28546 (sh) S 28523 28523 28294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24849981 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28546/statm: 1339 232 193 169 0 50 0
[pid=28547] ppid=28546 vsize=82528 CPUtime=1797.97
/proc/28547/stat : 28547 (minisat) R 28546 28523 28294 0 -1 4194304 19693 0 0 0 179776 21 0 0 25 0 1 0 24849981 84508672 19679 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28547/statm: 20632 19679 76 150 0 20479 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 104752

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28523 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=963701
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=173973
# CPU time returned by wait4() is 2.13767
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1804.22
CPU time (s): 1800.09
CPU user time (s): 1799.72
CPU system time (s): 0.37
CPU usage (%): 99.7709
Max. virtual memory (cumulated for all children) (KiB): 890904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.9637
system time used= 0.173973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17799
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= 3169
involuntary context switches= 3085

runsolver used 2.15167 second user time and 6.07408 second system time

The end

Launcher Data

Begin job on node40 at 2009-07-12 08:53:05
IDJOB=2085382
IDBENCH=58401
IDSOLVER=739
FILE ID=node40/2085382-1247381585
PBS_JOBID= 9507299
Free space on /tmp= 66252 MiB

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

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

MD5SUM BENCH= ee22317071074bd31e8af628e12bd3a3
RANDOM SEED=323773430

node40.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.213
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.213
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:       1089400 kB
Buffers:         88820 kB
Cached:         761452 kB
SwapCached:          0 kB
Active:         231992 kB
Inactive:       655100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1089400 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1900 kB
Writeback:           0 kB
Mapped:          48200 kB
Slab:            64408 kB
Committed_AS:   224656 kB
PageTables:       1940 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= 66244 MiB
End job on node40 at 2009-07-12 09:23:11