Trace number 1084528

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.01 1804.72

General information on the benchmark

Namecsp/langford2/
normalized-langford-2-25.xml
MD5SUM2c5f399349a6b384e73a7b5ef5bab743
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints1250
Maximum constraint arity2
Maximum domain size50
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1250
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 06:03:35 2008
0.00/0.04	c 0	PID 19836
0.03/0.05	c 0	HOST node45.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1084528-1215230615.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1084528-1215230615.xml' 'HOME/temp.csp'
0.03/0.63	c 0	1 domains, 50 variables, 2 predicates, 0 relations, 1250 constraints
0.03/0.68	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.68	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.61/0.76	c 1	Parsing HOME/temp.csp
0.61/0.90	c 1	parsed 1303 expressions
0.61/0.91	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.61/0.91	c 1	Converting to clausal form CSP
0.61/0.96	c 1	converted 131 (10%) expressions
0.91/1.01	c 1	converted 261 (20%) expressions
0.91/1.08	c 1	converted 391 (30%) expressions
1.01/1.11	c 1	converted 522 (40%) expressions
1.01/1.12	c 1	converted 652 (50%) expressions
1.01/1.12	c 1	converted 782 (60%) expressions
1.01/1.14	c 1	converted 913 (70%) expressions
1.01/1.14	c 1	converted 1043 (80%) expressions
1.01/1.15	c 1	converted 1173 (90%) expressions
1.01/1.15	c 1	converted 1303 (100%) expressions
1.01/1.15	c 1	CSP : 50 integers, 0 booleans, 1275 clauses, largest domain size 50
1.01/1.15	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.01/1.15	c 1	Propagation in CSP
1.01/1.19	c 1	700 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.01/1.19	c 1	CSP : 50 integers, 0 booleans, 1275 clauses, largest domain size 48
1.01/1.19	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.01/1.19	c 1	Simplifing CSP by introducing new Boolean variables
1.10/1.22	c 1	CSP : 50 integers, 2450 booleans, 3725 clauses, largest domain size 48
1.10/1.23	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.10/1.25	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.10/1.27	c 1	5 (10%) CSP integer variables are encoded (220 clauses, 2274 bytes)
1.10/1.27	c 1	10 (20%) CSP integer variables are encoded (415 clauses, 4419 bytes)
1.10/1.27	c 1	15 (30%) CSP integer variables are encoded (585 clauses, 6289 bytes)
1.10/1.27	c 1	20 (40%) CSP integer variables are encoded (730 clauses, 7884 bytes)
1.10/1.27	c 1	25 (50%) CSP integer variables are encoded (850 clauses, 9204 bytes)
1.10/1.27	c 1	30 (60%) CSP integer variables are encoded (1070 clauses, 11821 bytes)
1.10/1.28	c 1	35 (70%) CSP integer variables are encoded (1265 clauses, 14356 bytes)
1.10/1.28	c 1	40 (80%) CSP integer variables are encoded (1435 clauses, 16566 bytes)
1.10/1.28	c 1	45 (90%) CSP integer variables are encoded (1580 clauses, 18451 bytes)
1.10/1.28	c 1	50 (100%) CSP integer variables are encoded (1700 clauses, 20011 bytes)
1.20/1.31	c 1	373 (10%) CSP clauses are encoded (10579 clauses, 162542 bytes)
1.20/1.34	c 1	745 (20%) CSP clauses are encoded (18745 clauses, 302389 bytes)
1.20/1.36	c 1	1118 (30%) CSP clauses are encoded (26339 clauses, 431823 bytes)
1.20/1.38	c 1	1490 (40%) CSP clauses are encoded (33338 clauses, 550827 bytes)
1.29/1.40	c 1	1863 (50%) CSP clauses are encoded (39701 clauses, 658936 bytes)
1.29/1.42	c 1	2235 (60%) CSP clauses are encoded (44911 clauses, 747123 bytes)
1.29/1.43	c 1	2608 (70%) CSP clauses are encoded (49220 clauses, 819826 bytes)
1.29/1.44	c 1	2980 (80%) CSP clauses are encoded (54684 clauses, 914671 bytes)
1.29/1.46	c 1	3353 (90%) CSP clauses are encoded (62981 clauses, 1068736 bytes)
1.29/1.47	c 1	3725 (100%) CSP clauses are encoded (70189 clauses, 1202712 bytes)
1.29/1.48	c 1	3725 CSP clauses encoded
1.29/1.48	c 1	Writing map file : HOME/temp.map
1.29/1.48	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.29/1.48	c 1	SAT : 4200 SAT variables, 70189 SAT clauses, 1202712 bytes
1.29/1.48	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.38/1.52	c 1	SOLVING HOME/temp.cnf
1.38/1.52	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.38/1.52	c 1	This is MiniSat 2.0 beta
1.38/1.52	c 1	WARNING: for repeatability, setting FPU to use double precision
1.38/1.52	c 1	============================[ Problem Statistics ]=============================
1.38/1.52	c 1	|                                                                             |
1.38/1.52	c 1	|  Number of variables:  4200                                                 |
1.38/1.52	c 1	|  Number of clauses:    70189                                                |
1.38/1.56	c 1	|  Parsing time:         0.03         s                                       |
1.38/1.56	c 1	============================[ Search Statistics ]==============================
1.38/1.56	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.38/1.56	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.38/1.56	c 1	===============================================================================
1.38/1.56	c 1	|         0 |    4180    70169   202812 |    23389        0    nan |  0.000 % |
1.38/1.59	c 1	|       100 |    4180    70169   202812 |    25728      100     19 |  0.476 % |
1.40/1.64	c 1	|       252 |    4180    70169   202812 |    28301      252     18 |  0.476 % |
1.40/1.68	c 2	|       477 |    4180    70169   202812 |    31131      477     17 |  0.477 % |
1.40/1.77	c 2	|       814 |    4180    70169   202812 |    34244      814     18 |  0.476 % |
1.40/1.90	c 2	|      1320 |    4180    70169   202812 |    37669     1320     19 |  0.476 % |
1.40/2.03	c 2	|      2081 |    4180    70169   202812 |    41436     2081     20 |  0.477 % |
2.26/2.48	c 2	|      3220 |    4180    70169   202812 |    45579     3220     20 |  0.476 % |
2.65/2.84	c 3	|      4929 |    4180    70169   202812 |    50137     4929     19 |  0.476 % |
3.64/3.88	c 4	|      7492 |    4180    70169   202812 |    55151     7492     21 |  0.476 % |
4.94/5.14	c 5	|     11337 |    4180    70169   202812 |    60666    11337     21 |  0.477 % |
7.91/8.16	c 8	|     17103 |    4180    70169   202812 |    66733    17103     23 |  0.477 % |
10.67/10.93	c 11	|     25753 |    4180    70169   202812 |    73406    25753     24 |  0.477 % |
17.81/18.17	c 18	|     38727 |    4180    70169   202812 |    80747    38727     25 |  0.476 % |
32.08/32.53	c 32	|     58190 |    4180    70169   202812 |    88822    58190     25 |  0.477 % |
52.28/52.92	c 53	|     87382 |    4180    70169   202812 |    97704    87382     25 |  0.477 % |
94.17/95.27	c 95	|    131171 |    4180    70169   202812 |   107474    44666     27 |  0.476 % |
156.79/158.41	c 158	|    196856 |    4180    70169   202812 |   118222   110351     28 |  0.477 % |
249.40/251.91	c 252	|    295382 |    4180    70169   202812 |   130044   100521     35 |  0.476 % |
463.73/467.84	c 468	|    443174 |    4178    70142   202734 |   143049   128971     30 |  0.524 % |
829.96/834.23	c 834	|    664857 |    4178    70142   202734 |   157353    96557     33 |  0.524 % |
1501.25/1505.89	c 1506	|    997382 |    4178    70142   202734 |   173089   146797     26 |  0.524 % |
1800.01/1804.71	c 1805	DECODING HOME/temp.out WITH HOME/temp.map
1800.01/1804.71	c 1805	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.01/1804.72	c ERROR INTERRUPTED
1800.01/1804.72	s UNKNOWN
1800.01/1804.72	c 1805	CPU 1.29 (0.03 0.01 1.26 0.11)
1800.01/1804.72	c 1805	END Sat Jul  5 06:33:40 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-1084528-1215230615/watcher-1084528-1215230615 -o /tmp/evaluation-result-1084528-1215230615/solver-1084528-1215230615 -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-1084528-1215230615.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.00 2.00 2.00 4/73 19836
/proc/meminfo: memFree=1784516/2055920 swapFree=4179816/4192956
[pid=19836] ppid=19834 vsize=12268 CPUtime=0
/proc/19836/stat : 19836 (sugar) R 19834 19836 16531 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2002033859 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 258939255397 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/19836/statm: 3067 316 241 3 0 167 0

[startup+0.049936 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 19836
/proc/meminfo: memFree=1784516/2055920 swapFree=4179816/4192956
[pid=19836] ppid=19834 vsize=13600 CPUtime=0.03
/proc/19836/stat : 19836 (sugar) S 19834 19836 16531 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 2002033859 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19836/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102146 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 19836
/proc/meminfo: memFree=1784516/2055920 swapFree=4179816/4192956
[pid=19836] ppid=19834 vsize=13600 CPUtime=0.03
/proc/19836/stat : 19836 (sugar) S 19834 19836 16531 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002033859 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19836/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301178 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 19836
/proc/meminfo: memFree=1784516/2055920 swapFree=4179816/4192956
[pid=19836] ppid=19834 vsize=13600 CPUtime=0.03
/proc/19836/stat : 19836 (sugar) S 19834 19836 16531 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002033859 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19836/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701259 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 19836
/proc/meminfo: memFree=1784516/2055920 swapFree=4179816/4192956
[pid=19836] ppid=19834 vsize=13600 CPUtime=0.61
/proc/19836/stat : 19836 (sugar) S 19834 19836 16531 0 -1 4194304 956 4805 0 1 3 1 54 3 16 0 1 0 2002033859 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19836/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 13600

[startup+1.5024 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 19858
/proc/meminfo: memFree=1775916/2055920 swapFree=4179816/4192956
[pid=19836] ppid=19834 vsize=13600 CPUtime=0.61
/proc/19836/stat : 19836 (sugar) S 19834 19836 16531 0 -1 4194304 974 4805 0 1 3 1 54 3 15 0 1 0 2002033859 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19836/statm: 3400 797 370 3 0 500 0
[pid=19849] ppid=19836 vsize=5356 CPUtime=0
/proc/19849/stat : 19849 (sh) S 19836 19836 16531 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002033927 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19849/statm: 1339 233 193 169 0 50 0
[pid=19850] ppid=19849 vsize=868372 CPUtime=0.77
/proc/19850/stat : 19850 (java) S 19849 19836 16531 0 -1 0 6534 0 1 0 71 6 0 0 18 0 9 0 2002033928 889212928 5738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19850/statm: 217093 5738 2565 9 0 211640 0
[pid=19850/tid=19851] ppid=19849 vsize=868372 CPUtime=0.47
/proc/19850/task/19851/stat : 19851 (java) S 19849 19836 16531 0 -1 64 2747 0 1 0 44 3 0 0 19 0 9 0 2002033929 889212928 5738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19850/tid=19852] ppid=19849 vsize=868372 CPUtime=0.06
/proc/19850/task/19852/stat : 19852 (java) S 19849 19836 16531 0 -1 64 1633 0 0 0 5 1 0 0 16 0 9 0 2002033930 889212928 5738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19850/tid=19853] ppid=19849 vsize=868372 CPUtime=0
/proc/19850/task/19853/stat : 19853 (java) S 19849 19836 16531 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002033930 889212928 5738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19850/tid=19854] ppid=19849 vsize=868372 CPUtime=0
/proc/19850/task/19854/stat : 19854 (java) S 19849 19836 16531 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002033930 889212928 5738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19850/tid=19855] ppid=19849 vsize=868372 CPUtime=0
/proc/19850/task/19855/stat : 19855 (java) S 19849 19836 16531 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002033932 889212928 5738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19850/tid=19856] ppid=19849 vsize=868372 CPUtime=0.21
/proc/19850/task/19856/stat : 19856 (java) S 19849 19836 16531 0 -1 64 1461 0 0 0 21 0 0 0 16 0 9 0 2002033932 889212928 5738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19850/tid=19857] ppid=19849 vsize=868372 CPUtime=0
/proc/19850/task/19857/stat : 19857 (java) S 19849 19836 16531 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002033932 889212928 5738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19850/tid=19858] ppid=19849 vsize=868372 CPUtime=0
/proc/19850/task/19858/stat : 19858 (java) S 19849 19836 16531 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002033932 889212928 5738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 887328

[startup+3.1017 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 19860
/proc/meminfo: memFree=1776300/2055920 swapFree=4179816/4192956
[pid=19836] ppid=19834 vsize=13600 CPUtime=1.4
/proc/19836/stat : 19836 (sugar) S 19834 19836 16531 0 -1 4194304 1032 11631 0 2 3 1 126 10 15 0 1 0 2002033859 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19836/statm: 3400 798 370 3 0 500 0
[pid=19859] ppid=19836 vsize=5356 CPUtime=0
/proc/19859/stat : 19859 (sh) S 19836 19836 16531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002034011 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19859/statm: 1339 232 193 169 0 50 0
[pid=19860] ppid=19859 vsize=5748 CPUtime=1.55
/proc/19860/stat : 19860 (minisat) R 19859 19836 16531 0 -1 4194304 1334 0 0 0 155 0 0 0 25 0 1 0 2002034012 5885952 1320 996147200 134512640 135127466 4294956256 18446744073709551615 134526039 0 0 4096 3 0 0 0 17 1 0 0
/proc/19860/statm: 1437 1320 75 150 0 1284 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 24704

[startup+6.30128 s]
/proc/loadavg: 2.08 2.02 2.01 3/76 19860
/proc/meminfo: memFree=1775084/2055920 swapFree=4179816/4192956
[pid=19836] ppid=19834 vsize=13600 CPUtime=1.4
/proc/19836/stat : 19836 (sugar) S 19834 19836 16531 0 -1 4194304 1032 11631 0 2 3 1 126 10 16 0 1 0 2002033859 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19836/statm: 3400 798 370 3 0 500 0
[pid=19859] ppid=19836 vsize=5356 CPUtime=0
/proc/19859/stat : 19859 (sh) S 19836 19836 16531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002034011 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19859/statm: 1339 232 193 169 0 50 0
[pid=19860] ppid=19859 vsize=6804 CPUtime=4.73
/proc/19860/stat : 19860 (minisat) R 19859 19836 16531 0 -1 4194304 1592 0 0 0 472 1 0 0 25 0 1 0 2002034012 6967296 1578 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19860/statm: 1701 1578 75 150 0 1548 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 25760

[startup+12.7024 s]
/proc/loadavg: 2.07 2.02 2.00 3/76 19860
/proc/meminfo: memFree=1772844/2055920 swapFree=4179816/4192956
[pid=19836] ppid=19834 vsize=13600 CPUtime=1.4
/proc/19836/stat : 19836 (sugar) S 19834 19836 16531 0 -1 4194304 1032 11631 0 2 3 1 126 10 16 0 1 0 2002033859 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19836/statm: 3400 798 370 3 0 500 0
[pid=19859] ppid=19836 vsize=5356 CPUtime=0
/proc/19859/stat : 19859 (sh) S 19836 19836 16531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002034011 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19859/statm: 1339 232 193 169 0 50 0
[pid=19860] ppid=19859 vsize=9084 CPUtime=11.06
/proc/19860/stat : 19860 (minisat) R 19859 19836 16531 0 -1 4194304 2130 0 0 0 1105 1 0 0 25 0 1 0 2002034012 9302016 2116 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19860/statm: 2271 2116 75 150 0 2118 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 28040

[startup+25.5018 s]
/proc/loadavg: 2.06 2.01 2.00 3/76 19860
/proc/meminfo: memFree=1770092/2055920 swapFree=4179816/4192956
[pid=19836] ppid=19834 vsize=13600 CPUtime=1.4
/proc/19836/stat : 19836 (sugar) S 19834 19836 16531 0 -1 4194304 1032 11631 0 2 3 1 126 10 16 0 1 0 2002033859 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19836/statm: 3400 798 370 3 0 500 0
[pid=19859] ppid=19836 vsize=5356 CPUtime=0
/proc/19859/stat : 19859 (sh) S 19836 19836 16531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002034011 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19859/statm: 1339 232 193 169 0 50 0
[pid=19860] ppid=19859 vsize=11808 CPUtime=23.73
/proc/19860/stat : 19860 (minisat) R 19859 19836 16531 0 -1 4194304 2811 0 0 0 2371 2 0 0 25 0 1 0 2002034012 12091392 2797 996147200 134512640 135127466 4294956256 18446744073709551615 134527101 0 0 4096 3 0 0 0 17 1 0 0
/proc/19860/statm: 2952 2797 75 150 0 2799 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 30764

[startup+51.1014 s]
/proc/loadavg: 2.04 2.01 2.00 3/76 19860
/proc/meminfo: memFree=1765228/2055920 swapFree=4179816/4192956
[pid=19836] ppid=19834 vsize=13600 CPUtime=1.4
/proc/19836/stat : 19836 (sugar) S 19834 19836 16531 0 -1 4194304 1032 11631 0 2 3 1 126 10 16 0 1 0 2002033859 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19836/statm: 3400 798 370 3 0 500 0
[pid=19859] ppid=19836 vsize=5356 CPUtime=0
/proc/19859/stat : 19859 (sh) S 19836 19836 16531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002034011 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19859/statm: 1339 232 193 169 0 50 0
[pid=19860] ppid=19859 vsize=16548 CPUtime=49.09
/proc/19860/stat : 19860 (minisat) R 19859 19836 16531 0 -1 4194304 4025 0 0 0 4906 3 0 0 25 0 1 0 2002034012 16945152 4011 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/19860/statm: 4137 4011 75 150 0 3984 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 35504

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/76 19860
/proc/meminfo: memFree=1762924/2055920 swapFree=4179816/4192956
[pid=19836] ppid=19834 vsize=13600 CPUtime=1.4
/proc/19836/stat : 19836 (sugar) S 19834 19836 16531 0 -1 4194304 1032 11631 0 2 3 1 126 10 16 0 1 0 2002033859 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19836/statm: 3400 798 370 3 0 500 0
[pid=19859] ppid=19836 vsize=5356 CPUtime=0
/proc/19859/stat : 19859 (sh) S 19836 19836 16531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002034011 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19859/statm: 1339 232 193 169 0 50 0
[pid=19860] ppid=19859 vsize=18840 CPUtime=99.81
/proc/19860/stat : 19860 (minisat) R 19859 19836 16531 0 -1 4194304 4541 0 0 0 9977 4 0 0 25 0 1 0 2002034012 19292160 4527 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/19860/statm: 4710 4527 75 150 0 4557 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 37796

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 19860
/proc/meminfo: memFree=1758508/2055920 swapFree=4179816/4192956
[pid=19836] ppid=19834 vsize=13600 CPUtime=1.4
/proc/19836/stat : 19836 (sugar) S 19834 19836 16531 0 -1 4194304 1032 11631 0 2 3 1 126 10 16 0 1 0 2002033859 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19836/statm: 3400 798 370 3 0 500 0
[pid=19859] ppid=19836 vsize=5356 CPUtime=0
/proc/19859/stat : 19859 (sh) S 19836 19836 16531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002034011 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19859/statm: 1339 232 193 169 0 50 0
[pid=19860] ppid=19859 vsize=23352 CPUtime=159.25
/proc/19860/stat : 19860 (minisat) R 19859 19836 16531 0 -1 4194304 5687 0 0 0 15919 6 0 0 25 0 1 0 2002034012 23912448 5673 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19860/statm: 5838 5673 75 150 0 5685 0
Current children cumulated CPU time (s) 160.65
Current children cumulated vsize (KiB) 42308

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 19860
/proc/meminfo: memFree=1757484/2055920 swapFree=4179816/4192956
[pid=19836] ppid=19834 vsize=13600 CPUtime=1.4
/proc/19836/stat : 19836 (sugar) S 19834 19836 16531 0 -1 4194304 1032 11631 0 2 3 1 126 10 16 0 1 0 2002033859 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19836/statm: 3400 798 370 3 0 500 0
[pid=19859] ppid=19836 vsize=5356 CPUtime=0
/proc/19859/stat : 19859 (sh) S 19836 19836 16531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002034011 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=1731180/2055920 swapFree=4179816/4192956
[pid=19836] ppid=19834 vsize=13600 CPUtime=1.4
/proc/19836/stat : 19836 (sugar) S 19834 19836 16531 0 -1 4194304 1032 11631 0 2 3 1 126 10 16 0 1 0 2002033859 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19836/statm: 3400 798 370 3 0 500 0
[pid=19859] ppid=19836 vsize=5356 CPUtime=0
/proc/19859/stat : 19859 (sh) S 19836 19836 16531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002034011 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19859/statm: 1339 232 193 169 0 50 0
[pid=19860] ppid=19859 vsize=36156 CPUtime=1356.41
/proc/19860/stat : 19860 (minisat) R 19859 19836 16531 0 -1 4194304 8791 0 0 0 135629 12 0 0 25 0 1 0 2002034012 37023744 8777 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19860/statm: 9039 8777 75 150 0 8886 0
Current children cumulated CPU time (s) 1357.81
Current children cumulated vsize (KiB) 55112

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 19938
/proc/meminfo: memFree=1730476/2055920 swapFree=4179816/4192956
[pid=19836] ppid=19834 vsize=13600 CPUtime=1.4
/proc/19836/stat : 19836 (sugar) S 19834 19836 16531 0 -1 4194304 1032 11631 0 2 3 1 126 10 16 0 1 0 2002033859 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19836/statm: 3400 798 370 3 0 500 0
[pid=19859] ppid=19836 vsize=5356 CPUtime=0
/proc/19859/stat : 19859 (sh) S 19836 19836 16531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002034011 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19859/statm: 1339 232 193 169 0 50 0
[pid=19860] ppid=19859 vsize=36156 CPUtime=1416.39
/proc/19860/stat : 19860 (minisat) R 19859 19836 16531 0 -1 4194304 8791 0 0 0 141627 12 0 0 25 0 1 0 2002034012 37023744 8777 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19860/statm: 9039 8777 75 150 0 8886 0
Current children cumulated CPU time (s) 1417.79
Current children cumulated vsize (KiB) 55112

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 19938
/proc/meminfo: memFree=1727980/2055920 swapFree=4179816/4192956
[pid=19836] ppid=19834 vsize=13600 CPUtime=1.4
/proc/19836/stat : 19836 (sugar) S 19834 19836 16531 0 -1 4194304 1032 11631 0 2 3 1 126 10 16 0 1 0 2002033859 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19836/statm: 3400 798 370 3 0 500 0
[pid=19859] ppid=19836 vsize=5356 CPUtime=0
/proc/19859/stat : 19859 (sh) S 19836 19836 16531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002034011 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19859/statm: 1339 232 193 169 0 50 0
[pid=19860] ppid=19859 vsize=36156 CPUtime=1476.36
/proc/19860/stat : 19860 (minisat) R 19859 19836 16531 0 -1 4194304 8792 0 0 0 147624 12 0 0 25 0 1 0 2002034012 37023744 8778 996147200 134512640 135127466 4294956256 18446744073709551615 134528355 0 0 4096 3 0 0 0 17 0 0 0
/proc/19860/statm: 9039 8778 75 150 0 8886 0
Current children cumulated CPU time (s) 1477.76
Current children cumulated vsize (KiB) 55112

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 19938
/proc/meminfo: memFree=1726956/2055920 swapFree=4179816/4192956
[pid=19836] ppid=19834 vsize=13600 CPUtime=1.4
/proc/19836/stat : 19836 (sugar) S 19834 19836 16531 0 -1 4194304 1032 11631 0 2 3 1 126 10 16 0 1 0 2002033859 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19836/statm: 3400 798 370 3 0 500 0
[pid=19859] ppid=19836 vsize=5356 CPUtime=0
/proc/19859/stat : 19859 (sh) S 19836 19836 16531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002034011 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19859/statm: 1339 232 193 169 0 50 0
[pid=19860] ppid=19859 vsize=37088 CPUtime=1536.33
/proc/19860/stat : 19860 (minisat) R 19859 19836 16531 0 -1 4194304 9032 0 0 0 153620 13 0 0 25 0 1 0 2002034012 37978112 9018 996147200 134512640 135127466 4294956256 18446744073709551615 134530837 0 0 4096 3 0 0 0 17 0 0 0
/proc/19860/statm: 9272 9018 75 150 0 9119 0
Current children cumulated CPU time (s) 1537.73
Current children cumulated vsize (KiB) 56044

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 19938
/proc/meminfo: memFree=1725164/2055920 swapFree=4179816/4192956
[pid=19836] ppid=19834 vsize=13600 CPUtime=1.4
/proc/19836/stat : 19836 (sugar) S 19834 19836 16531 0 -1 4194304 1032 11631 0 2 3 1 126 10 16 0 1 0 2002033859 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19836/statm: 3400 798 370 3 0 500 0
[pid=19859] ppid=19836 vsize=5356 CPUtime=0
/proc/19859/stat : 19859 (sh) S 19836 19836 16531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002034011 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19859/statm: 1339 232 193 169 0 50 0
[pid=19860] ppid=19859 vsize=38540 CPUtime=1596.3
/proc/19860/stat : 19860 (minisat) R 19859 19836 16531 0 -1 4194304 9413 0 0 0 159617 13 0 0 25 0 1 0 2002034012 39464960 9399 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19860/statm: 9635 9399 75 150 0 9482 0
Current children cumulated CPU time (s) 1597.7
Current children cumulated vsize (KiB) 57496

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 19938
/proc/meminfo: memFree=1724460/2055920 swapFree=4179816/4192956
[pid=19836] ppid=19834 vsize=13600 CPUtime=1.4
/proc/19836/stat : 19836 (sugar) S 19834 19836 16531 0 -1 4194304 1032 11631 0 2 3 1 126 10 16 0 1 0 2002033859 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19836/statm: 3400 798 370 3 0 500 0
[pid=19859] ppid=19836 vsize=5356 CPUtime=0
/proc/19859/stat : 19859 (sh) S 19836 19836 16531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002034011 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19859/statm: 1339 232 193 169 0 50 0
[pid=19860] ppid=19859 vsize=38540 CPUtime=1656.27
/proc/19860/stat : 19860 (minisat) R 19859 19836 16531 0 -1 4194304 9422 0 0 0 165614 13 0 0 25 0 1 0 2002034012 39464960 9408 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19860/statm: 9635 9408 75 150 0 9482 0
Current children cumulated CPU time (s) 1657.67
Current children cumulated vsize (KiB) 57496

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 19938
/proc/meminfo: memFree=1723692/2055920 swapFree=4179816/4192956
[pid=19836] ppid=19834 vsize=13600 CPUtime=1.4
/proc/19836/stat : 19836 (sugar) S 19834 19836 16531 0 -1 4194304 1032 11631 0 2 3 1 126 10 16 0 1 0 2002033859 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19836/statm: 3400 798 370 3 0 500 0
[pid=19859] ppid=19836 vsize=5356 CPUtime=0
/proc/19859/stat : 19859 (sh) S 19836 19836 16531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002034011 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19859/statm: 1339 232 193 169 0 50 0
[pid=19860] ppid=19859 vsize=38988 CPUtime=1716.24
/proc/19860/stat : 19860 (minisat) R 19859 19836 16531 0 -1 4194304 9499 0 0 0 171611 13 0 0 25 0 1 0 2002034012 39923712 9485 996147200 134512640 135127466 4294956256 18446744073709551615 134528963 0 0 4096 3 0 0 0 17 0 0 0
/proc/19860/statm: 9747 9485 75 150 0 9594 0
Current children cumulated CPU time (s) 1717.64
Current children cumulated vsize (KiB) 57944

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 19938
/proc/meminfo: memFree=1718124/2055920 swapFree=4179816/4192956
[pid=19836] ppid=19834 vsize=13600 CPUtime=1.4
/proc/19836/stat : 19836 (sugar) S 19834 19836 16531 0 -1 4194304 1032 11631 0 2 3 1 126 10 16 0 1 0 2002033859 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19836/statm: 3400 798 370 3 0 500 0
[pid=19859] ppid=19836 vsize=5356 CPUtime=0
/proc/19859/stat : 19859 (sh) S 19836 19836 16531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002034011 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19859/statm: 1339 232 193 169 0 50 0
[pid=19860] ppid=19859 vsize=41368 CPUtime=1776.21
/proc/19860/stat : 19860 (minisat) R 19859 19836 16531 0 -1 4194304 10109 0 0 0 177607 14 0 0 25 0 1 0 2002034012 42360832 10095 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19860/statm: 10342 10095 75 150 0 10189 0
Current children cumulated CPU time (s) 1777.61
Current children cumulated vsize (KiB) 60324



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 19938
/proc/meminfo: memFree=1716332/2055920 swapFree=4179816/4192956
[pid=19836] ppid=19834 vsize=13600 CPUtime=1.4
/proc/19836/stat : 19836 (sugar) S 19834 19836 16531 0 -1 4194304 1032 11631 0 2 3 1 126 10 16 0 1 0 2002033859 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19836/statm: 3400 798 370 3 0 500 0
[pid=19859] ppid=19836 vsize=5356 CPUtime=0
/proc/19859/stat : 19859 (sh) S 19836 19836 16531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002034011 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19859/statm: 1339 232 193 169 0 50 0
[pid=19860] ppid=19859 vsize=42848 CPUtime=1798.61
/proc/19860/stat : 19860 (minisat) R 19859 19836 16531 0 -1 4194304 10483 0 0 0 179847 14 0 0 25 0 1 0 2002034012 43876352 10469 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/19860/statm: 10712 10469 75 150 0 10559 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 61804

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

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

[startup+1804.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 19938
/proc/meminfo: memFree=1716332/2055920 swapFree=4179816/4192956
[pid=19836] ppid=19834 vsize=13600 CPUtime=1.4
/proc/19836/stat : 19836 (sugar) S 19834 19836 16531 0 -1 4194304 1032 11631 0 2 3 1 126 10 16 0 1 0 2002033859 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19836/statm: 3400 798 370 3 0 500 0
[pid=19859] ppid=19836 vsize=5356 CPUtime=0
/proc/19859/stat : 19859 (sh) S 19836 19836 16531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002034011 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19859/statm: 1339 232 193 169 0 50 0
[pid=19860] ppid=19859 vsize=42848 CPUtime=1798.61
/proc/19860/stat : 19860 (minisat) R 19859 19836 16531 0 -1 4194304 10483 0 0 0 179847 14 0 0 25 0 1 0 2002034012 43876352 10469 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/19860/statm: 10712 10469 75 150 0 10559 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 61804

Child status: 0

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

Real time (s): 1804.72
CPU time (s): 1800.01
CPU user time (s): 1799.76
CPU system time (s): 0.25
CPU usage (%): 99.7389
Max. virtual memory (cumulated for all children) (KiB): 887328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.2958
system time used= 0.12898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13096
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= 1900
involuntary context switches= 1741

runsolver used 2.16567 second user time and 5.71813 second system time

The end

Launcher Data (download as text)

Begin job on node45 at 2008-07-05 06:03:35
IDJOB=1084528
IDBENCH=57570
IDSOLVER=346
FILE ID=node45/1084528-1215230615
PBS_JOBID= 7881810
Free space on /tmp= 66460 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/langford2/normalized-langford-2-25.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-1084528-1215230615/watcher-1084528-1215230615 -o /tmp/evaluation-result-1084528-1215230615/solver-1084528-1215230615 -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-1084528-1215230615.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2c5f399349a6b384e73a7b5ef5bab743
RANDOM SEED=1709910085

node45.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.268
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.268
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:       1784996 kB
Buffers:         19976 kB
Cached:         177376 kB
SwapCached:       6920 kB
Active:         163016 kB
Inactive:        47168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1784996 kB
SwapTotal:     4192956 kB
SwapFree:      4179816 kB
Dirty:            1408 kB
Writeback:           0 kB
Mapped:          20420 kB
Slab:            46060 kB
Committed_AS:  3818624 kB
PageTables:       1772 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= 66488 MiB
End job on node45 at 2008-07-05 06:33:42