Trace number 1080185

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? (TO) 1800.05 1845.92

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-41_ext.xml
MD5SUMb5cf0a5cebccc02723b1c0e25cb32a5b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.5773
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints60
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension60
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 00:57:05 2008
0.00/0.05	c 0	PID 16720
0.03/0.05	c 0	HOST node45.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1080185-1215212225.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-1080185-1215212225.xml' 'HOME/temp.csp'
0.04/0.95	c 1	1 domains, 20 variables, 0 predicates, 60 relations, 60 constraints
0.04/0.99	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.99	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.93/1.07	c 2	Parsing HOME/temp.csp
2.31/2.40	c 3	parsed 141 expressions
2.31/2.41	c 3	Heap : 21 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.31/2.41	c 3	Converting to clausal form CSP
2.31/2.43	c 3	converted 15 (10%) expressions
2.51/2.61	c 3	converted 29 (20%) expressions
2.51/2.61	c 3	converted 43 (30%) expressions
2.51/2.62	c 3	converted 57 (40%) expressions
2.51/2.64	c 3	converted 71 (50%) expressions
2.51/2.69	c 3	converted 85 (60%) expressions
2.70/2.81	c 3	converted 99 (70%) expressions
2.80/2.94	c 3	converted 113 (80%) expressions
3.10/3.26	c 4	converted 127 (90%) expressions
3.29/3.43	c 4	converted 141 (100%) expressions
3.29/3.43	c 4	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
3.29/3.43	c 4	Heap : 41 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.29/3.43	c 4	Propagation in CSP
3.29/3.43	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.29/3.44	c 4	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
3.29/3.44	c 4	Heap : 41 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.29/3.44	c 4	Simplifing CSP by introducing new Boolean variables
3.29/3.44	c 4	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
3.29/3.44	c 4	Heap : 41 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.39/3.56	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.39/3.57	c 4	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
3.39/3.57	c 4	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
3.39/3.58	c 4	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
3.39/3.58	c 4	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
3.39/3.58	c 4	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
3.39/3.58	c 4	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
3.39/3.58	c 4	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
3.39/3.58	c 4	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
3.39/3.59	c 4	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
3.39/3.59	c 4	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.60/3.78	c 4	6 (10%) CSP clauses are encoded (11114 clauses, 247660 bytes)
3.79/3.93	c 4	12 (20%) CSP clauses are encoded (21897 clauses, 499307 bytes)
3.89/4.06	c 5	18 (30%) CSP clauses are encoded (32750 clauses, 765909 bytes)
4.09/4.20	c 5	24 (40%) CSP clauses are encoded (43543 clauses, 1030967 bytes)
4.19/4.34	c 5	30 (50%) CSP clauses are encoded (54337 clauses, 1298904 bytes)
4.29/4.48	c 5	36 (60%) CSP clauses are encoded (65152 clauses, 1576371 bytes)
4.48/4.61	c 5	42 (70%) CSP clauses are encoded (75919 clauses, 1860305 bytes)
4.59/4.75	c 5	48 (80%) CSP clauses are encoded (86800 clauses, 2151231 bytes)
4.68/4.89	c 5	54 (90%) CSP clauses are encoded (97679 clauses, 2442257 bytes)
4.87/5.04	c 5	60 (100%) CSP clauses are encoded (108465 clauses, 2730832 bytes)
4.87/5.04	c 5	60 CSP clauses encoded
4.87/5.04	c 5	Writing map file : HOME/temp.map
4.87/5.04	c 5	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.87/5.04	c 5	SAT : 380 SAT variables, 108465 SAT clauses, 2730832 bytes
4.87/5.04	c 5	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.87/5.07	c 6	SOLVING HOME/temp.cnf
4.87/5.07	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.87/5.07	c 6	This is MiniSat 2.0 beta
4.87/5.07	c 6	WARNING: for repeatability, setting FPU to use double precision
4.87/5.07	c 6	============================[ Problem Statistics ]=============================
4.87/5.07	c 6	|                                                                             |
4.87/5.07	c 6	|  Number of variables:  380                                                  |
4.87/5.07	c 6	|  Number of clauses:    108465                                               |
4.95/5.15	c 6	|  Parsing time:         0.06         s                                       |
4.95/5.15	c 6	============================[ Search Statistics ]==============================
4.95/5.15	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.95/5.15	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.95/5.15	c 6	===============================================================================
4.95/5.15	c 6	|         0 |     380   108465   595442 |    36155        0    nan |  0.000 % |
4.95/5.22	c 6	|       100 |     380   108465   595442 |    39770      100      9 |  0.001 % |
4.95/5.33	c 6	|       250 |     380   108465   595442 |    43747      250     10 |  0.013 % |
5.27/5.46	c 6	|       476 |     380   108465   595442 |    48122      476     11 |  0.013 % |
5.46/5.62	c 6	|       813 |     380   108465   595442 |    52934      813     11 |  0.013 % |
5.66/5.84	c 6	|      1320 |     380   108465   595442 |    58227     1320     11 |  0.013 % |
5.95/6.18	c 7	|      2079 |     380   108465   595442 |    64050     2079     11 |  0.013 % |
6.35/6.57	c 7	|      3219 |     380   108465   595442 |    70455     3219     12 |  0.003 % |
7.24/7.42	c 8	|      4928 |     380   108465   595442 |    77501     4928     13 |  0.011 % |
8.73/8.93	c 9	|      7490 |     380   108465   595442 |    85251     7490     13 |  0.013 % |
10.01/10.25	c 11	|     11335 |     380   108465   595442 |    93776    11335     13 |  0.002 % |
13.08/13.31	c 14	|     17102 |     380   108465   595442 |   103154    17102     13 |  0.007 % |
18.83/19.15	c 20	|     25754 |     380   108465   595442 |   113469    25754     13 |  0.015 % |
28.44/28.89	c 29	|     38728 |     380   108465   595442 |   124816    38728     14 |  0.015 % |
44.39/44.95	c 45	|     58190 |     380   108465   595442 |   137298    58190     15 |  0.006 % |
70.74/71.52	c 72	|     87382 |     380   108465   595442 |   151028    87382     15 |  0.011 % |
119.68/120.96	c 121	|    131171 |     380   108465   595442 |   166131   131171     15 |  0.012 % |
199.41/201.45	c 202	|    196855 |     380   108465   595442 |   182744    46309     16 |  0.013 % |
294.10/296.37	c 297	|    295383 |     378   106557   585872 |   201018    48607     15 |  0.527 % |
480.90/483.21	c 484	|    443172 |     375   104758   576659 |   221120    66121     14 |  1.316 % |
797.64/800.10	c 801	|    664857 |     373   102894   567422 |   243232   176773     15 |  1.843 % |
1382.96/1407.66	c 1408	|    997383 |     367    96721   532764 |   267556   111971     16 |  3.422 % |
1800.05/1845.91	c 1846	DECODING HOME/temp.out WITH HOME/temp.map
1800.05/1845.91	c 1846	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.05/1845.92	c ERROR INTERRUPTED
1800.05/1845.92	s UNKNOWN
1800.05/1845.92	c 1846	CPU 4.74 (0.04 0.01 4.7 0.21)
1800.05/1845.92	c 1846	END Sat Jul  5 01:27:51 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-1080185-1215212225/watcher-1080185-1215212225 -o /tmp/evaluation-result-1080185-1215212225/solver-1080185-1215212225 -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-1080185-1215212225.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.06 2.02 2.00 4/74 16720
/proc/meminfo: memFree=1632692/2055920 swapFree=4179816/4192956
[pid=16720] ppid=16718 vsize=12268 CPUtime=0
/proc/16720/stat : 16720 (sugar) R 16718 16720 15971 0 -1 4194304 327 0 0 0 0 0 0 0 20 0 1 0 2000194920 12562432 295 996147200 4194304 4206940 548682068608 18446744073709551615 258958806760 0 0 4224 0 0 0 0 17 1 0 0
/proc/16720/statm: 3067 295 221 3 0 167 0

[startup+0.0514049 s]
/proc/loadavg: 2.06 2.02 2.00 4/74 16720
/proc/meminfo: memFree=1632692/2055920 swapFree=4179816/4192956
[pid=16720] ppid=16718 vsize=13600 CPUtime=0.03
/proc/16720/stat : 16720 (sugar) S 16718 16720 15971 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 2000194920 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16720/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101327 s]
/proc/loadavg: 2.06 2.02 2.00 4/74 16720
/proc/meminfo: memFree=1632692/2055920 swapFree=4179816/4192956
[pid=16720] ppid=16718 vsize=13600 CPUtime=0.04
/proc/16720/stat : 16720 (sugar) S 16718 16720 15971 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2000194920 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16720/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301363 s]
/proc/loadavg: 2.06 2.02 2.00 4/74 16720
/proc/meminfo: memFree=1632692/2055920 swapFree=4179816/4192956
[pid=16720] ppid=16718 vsize=13600 CPUtime=0.04
/proc/16720/stat : 16720 (sugar) S 16718 16720 15971 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2000194920 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16720/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701436 s]
/proc/loadavg: 2.06 2.02 2.00 4/74 16720
/proc/meminfo: memFree=1632692/2055920 swapFree=4179816/4192956
[pid=16720] ppid=16718 vsize=13600 CPUtime=0.04
/proc/16720/stat : 16720 (sugar) S 16718 16720 15971 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2000194920 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16720/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50158 s]
/proc/loadavg: 2.06 2.02 2.00 3/77 16734
/proc/meminfo: memFree=1628764/2055920 swapFree=4179816/4192956
[pid=16720] ppid=16718 vsize=13600 CPUtime=0.93
/proc/16720/stat : 16720 (sugar) S 16718 16720 15971 0 -1 4194304 973 6925 0 1 3 1 83 6 16 0 1 0 2000194920 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16720/statm: 3400 797 370 3 0 500 0
[pid=16733] ppid=16720 vsize=5356 CPUtime=0
/proc/16733/stat : 16733 (sh) S 16720 16720 15971 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000195019 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16733/statm: 1339 233 193 169 0 50 0
[pid=16734] ppid=16733 vsize=864040 CPUtime=0.49
/proc/16734/stat : 16734 (java) S 16733 16720 15971 0 -1 0 4359 0 1 0 46 3 0 0 18 0 9 0 2000195019 884776960 3830 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16734/statm: 216010 3830 1668 9 0 210592 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 882996

[startup+3.10288 s]
/proc/loadavg: 2.06 2.02 2.00 3/85 16742
/proc/meminfo: memFree=1608988/2055920 swapFree=4179816/4192956
[pid=16720] ppid=16718 vsize=13600 CPUtime=0.93
/proc/16720/stat : 16720 (sugar) S 16718 16720 15971 0 -1 4194304 973 6925 0 1 3 1 83 6 15 0 1 0 2000194920 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16720/statm: 3400 797 370 3 0 500 0
[pid=16733] ppid=16720 vsize=5356 CPUtime=0
/proc/16733/stat : 16733 (sh) S 16720 16720 15971 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000195019 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16733/statm: 1339 233 193 169 0 50 0
[pid=16734] ppid=16733 vsize=864304 CPUtime=2.07
/proc/16734/stat : 16734 (java) S 16733 16720 15971 0 -1 0 14306 0 1 0 199 8 0 0 18 0 9 0 2000195019 885047296 13560 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16734/statm: 216076 13560 2540 9 0 210651 0
[pid=16734/tid=16735] ppid=16733 vsize=864304 CPUtime=1.21
/proc/16734/task/16735/stat : 16735 (java) R 16733 16720 15971 0 -1 64 2899 0 1 0 119 2 0 0 25 0 9 0 2000195021 885047296 13560 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16734/tid=16736] ppid=16733 vsize=864304 CPUtime=0.79
/proc/16734/task/16736/stat : 16736 (java) R 16733 16720 15971 0 -1 64 10396 0 0 0 74 5 0 0 16 0 9 0 2000195022 885047296 13560 996147200 134512640 134550740 4294955952 18446744073709551615 102721922 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16734/tid=16737] ppid=16733 vsize=864304 CPUtime=0
/proc/16734/task/16737/stat : 16737 (java) S 16733 16720 15971 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000195022 885047296 13560 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16734/tid=16738] ppid=16733 vsize=864304 CPUtime=0
/proc/16734/task/16738/stat : 16738 (java) S 16733 16720 15971 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2000195022 885047296 13560 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16734/tid=16739] ppid=16733 vsize=864304 CPUtime=0
/proc/16734/task/16739/stat : 16739 (java) S 16733 16720 15971 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000195024 885047296 13560 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16734/tid=16740] ppid=16733 vsize=864304 CPUtime=0.06
/proc/16734/task/16740/stat : 16740 (java) S 16733 16720 15971 0 -1 64 315 0 0 0 6 0 0 0 16 0 9 0 2000195024 885047296 13560 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16734/tid=16741] ppid=16733 vsize=864304 CPUtime=0
/proc/16734/task/16741/stat : 16741 (java) S 16733 16720 15971 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000195024 885047296 13560 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16734/tid=16742] ppid=16733 vsize=864304 CPUtime=0
/proc/16734/task/16742/stat : 16742 (java) S 16733 16720 15971 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000195024 885047296 13560 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 883260

[startup+6.30147 s]
/proc/loadavg: 2.06 2.01 2.00 3/77 16744
/proc/meminfo: memFree=1618396/2055920 swapFree=4179816/4192956
[pid=16720] ppid=16718 vsize=13600 CPUtime=4.95
/proc/16720/stat : 16720 (sugar) S 16718 16720 15971 0 -1 4194304 1031 23026 0 2 3 1 470 21 15 0 1 0 2000194920 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16720/statm: 3400 798 370 3 0 500 0
[pid=16743] ppid=16720 vsize=5356 CPUtime=0
/proc/16743/stat : 16743 (sh) S 16720 16720 15971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000195427 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16743/statm: 1339 232 193 169 0 50 0
[pid=16744] ppid=16743 vsize=8448 CPUtime=1.2
/proc/16744/stat : 16744 (minisat) R 16743 16720 15971 0 -1 4194304 1996 0 0 0 119 1 0 0 25 0 1 0 2000195427 8650752 1982 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/16744/statm: 2112 1982 75 150 0 1959 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 27404

[startup+12.7026 s]
/proc/loadavg: 2.05 2.01 2.00 3/77 16744
/proc/meminfo: memFree=1616924/2055920 swapFree=4179816/4192956
[pid=16720] ppid=16718 vsize=13600 CPUtime=4.95
/proc/16720/stat : 16720 (sugar) S 16718 16720 15971 0 -1 4194304 1031 23026 0 2 3 1 470 21 16 0 1 0 2000194920 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16720/statm: 3400 798 370 3 0 500 0
[pid=16743] ppid=16720 vsize=5356 CPUtime=0
/proc/16743/stat : 16743 (sh) S 16720 16720 15971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000195427 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16743/statm: 1339 232 193 169 0 50 0
[pid=16744] ppid=16743 vsize=9836 CPUtime=7.54
/proc/16744/stat : 16744 (minisat) R 16743 16720 15971 0 -1 4194304 2332 0 0 0 753 1 0 0 25 0 1 0 2000195427 10072064 2318 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/16744/statm: 2459 2318 75 150 0 2306 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 28792

[startup+25.502 s]
/proc/loadavg: 2.04 2.01 2.00 3/77 16744
/proc/meminfo: memFree=1615324/2055920 swapFree=4179816/4192956
[pid=16720] ppid=16718 vsize=13600 CPUtime=4.96
/proc/16720/stat : 16720 (sugar) S 16718 16720 15971 0 -1 4194304 1031 23026 0 2 4 1 470 21 16 0 1 0 2000194920 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16720/statm: 3400 798 370 3 0 500 0
[pid=16743] ppid=16720 vsize=5356 CPUtime=0
/proc/16743/stat : 16743 (sh) S 16720 16720 15971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000195427 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16743/statm: 1339 232 193 169 0 50 0
[pid=16744] ppid=16743 vsize=11484 CPUtime=20.21
/proc/16744/stat : 16744 (minisat) R 16743 16720 15971 0 -1 4194304 2736 0 0 0 2019 2 0 0 25 0 1 0 2000195427 11759616 2722 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/16744/statm: 2871 2722 75 150 0 2718 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 30440

[startup+51.1016 s]
/proc/loadavg: 2.02 2.01 2.00 3/77 16744
/proc/meminfo: memFree=1612444/2055920 swapFree=4179816/4192956
[pid=16720] ppid=16718 vsize=13600 CPUtime=4.96
/proc/16720/stat : 16720 (sugar) S 16718 16720 15971 0 -1 4194304 1031 23026 0 2 4 1 470 21 16 0 1 0 2000194920 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16720/statm: 3400 798 370 3 0 500 0
[pid=16743] ppid=16720 vsize=5356 CPUtime=0
/proc/16743/stat : 16743 (sh) S 16720 16720 15971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000195427 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16743/statm: 1339 232 193 169 0 50 0
[pid=16744] ppid=16743 vsize=14612 CPUtime=45.58
/proc/16744/stat : 16744 (minisat) R 16743 16720 15971 0 -1 4194304 3496 0 0 0 4554 4 0 0 25 0 1 0 2000195427 14962688 3482 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16744/statm: 3653 3482 75 150 0 3500 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 33568

[startup+102.307 s]
/proc/loadavg: 2.01 2.00 2.00 3/77 16744
/proc/meminfo: memFree=1606492/2055920 swapFree=4179816/4192956
[pid=16720] ppid=16718 vsize=13600 CPUtime=4.96
/proc/16720/stat : 16720 (sugar) S 16718 16720 15971 0 -1 4194304 1031 23026 0 2 4 1 470 21 16 0 1 0 2000194920 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16720/statm: 3400 798 370 3 0 500 0
[pid=16743] ppid=16720 vsize=5356 CPUtime=0
/proc/16743/stat : 16743 (sh) S 16720 16720 15971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000195427 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16743/statm: 1339 232 193 169 0 50 0
[pid=16744] ppid=16743 vsize=19236 CPUtime=96.29
/proc/16744/stat : 16744 (minisat) R 16743 16720 15971 0 -1 4194304 4673 0 0 0 9624 5 0 0 25 0 1 0 2000195427 19697664 4659 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16744/statm: 4809 4659 75 150 0 4656 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 38192

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 16744
/proc/meminfo: memFree=1598876/2055920 swapFree=4179816/4192956
[pid=16720] ppid=16718 vsize=13600 CPUtime=4.96
/proc/16720/stat : 16720 (sugar) S 16718 16720 15971 0 -1 4194304 1031 23026 0 2 4 1 470 21 16 0 1 0 2000194920 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16720/statm: 3400 798 370 3 0 500 0
[pid=16743] ppid=16720 vsize=5356 CPUtime=0
/proc/16743/stat : 16743 (sh) S 16720 16720 15971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000195427 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16743/statm: 1339 232 193 169 0 50 0
[pid=16744] ppid=16743 vsize=23704 CPUtime=155.72
/proc/16744/stat : 16744 (minisat) R 16743 16720 15971 0 -1 4194304 5734 0 0 0 15565 7 0 0 25 0 1 0 2000195427 24272896 5720 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16744/statm: 5926 5720 75 150 0 5773 0
Current children cumulated CPU time (s) 160.68
Current children cumulated vsize (KiB) 42660

[startup+222.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16791
/proc/meminfo: memFree=1580580/2055920 swapFree=4179816/4192956
[pid=16720] ppid=16718 vsize=13600 CPUtime=4.96
/proc/16720/stat : 16720 (sugar) S 16718 16720 15971 0 -1 4194304 1031 23026 0 2 4 1 470 21 16 0 1 0 2000194920 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16720/statm: 3400 798 370 3 0 500 0
[pid=16743] ppid=16720 vsize=5356 CPUtime=0
/proc/16743/stat : 16743 (sh) S 16720 16720 15971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000195427 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=918236/2055920 swapFree=4179816/4192956
[pid=16720] ppid=16718 vsize=13600 CPUtime=4.96
/proc/16720/stat : 16720 (sugar) S 16718 16720 15971 0 -1 4194304 1031 23026 0 2 4 1 470 21 16 0 1 0 2000194920 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16720/statm: 3400 798 370 3 0 500 0
[pid=16743] ppid=16720 vsize=5356 CPUtime=0
/proc/16743/stat : 16743 (sh) S 16720 16720 15971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000195427 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16743/statm: 1339 232 193 169 0 50 0
[pid=16744] ppid=16743 vsize=36848 CPUtime=1391.6
/proc/16744/stat : 16744 (minisat) R 16743 16720 15971 0 -1 4194304 8913 0 0 0 139137 23 0 0 25 0 1 0 2000195427 37732352 8891 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16744/statm: 9212 8891 75 150 0 9059 0
Current children cumulated CPU time (s) 1396.56
Current children cumulated vsize (KiB) 55804

[startup+1482.3 s]
/proc/loadavg: 2.12 2.21 2.14 3/86 17077
/proc/meminfo: memFree=918108/2055920 swapFree=4179816/4192956
[pid=16720] ppid=16718 vsize=13600 CPUtime=4.96
/proc/16720/stat : 16720 (sugar) S 16718 16720 15971 0 -1 4194304 1031 23026 0 2 4 1 470 21 16 0 1 0 2000194920 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16720/statm: 3400 798 370 3 0 500 0
[pid=16743] ppid=16720 vsize=5356 CPUtime=0
/proc/16743/stat : 16743 (sh) S 16720 16720 15971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000195427 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16743/statm: 1339 232 193 169 0 50 0
[pid=16744] ppid=16743 vsize=37004 CPUtime=1448.69
/proc/16744/stat : 16744 (minisat) R 16743 16720 15971 0 -1 4194304 8933 0 0 0 144846 23 0 0 25 0 1 0 2000195427 37892096 8911 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16744/statm: 9251 8911 75 150 0 9098 0
Current children cumulated CPU time (s) 1453.65
Current children cumulated vsize (KiB) 55960

[startup+1542.3 s]
/proc/loadavg: 2.20 2.20 2.14 3/86 17077
/proc/meminfo: memFree=915740/2055920 swapFree=4179816/4192956
[pid=16720] ppid=16718 vsize=13600 CPUtime=4.96
/proc/16720/stat : 16720 (sugar) S 16718 16720 15971 0 -1 4194304 1031 23026 0 2 4 1 470 21 16 0 1 0 2000194920 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16720/statm: 3400 798 370 3 0 500 0
[pid=16743] ppid=16720 vsize=5356 CPUtime=0
/proc/16743/stat : 16743 (sh) S 16720 16720 15971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000195427 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16743/statm: 1339 232 193 169 0 50 0
[pid=16744] ppid=16743 vsize=37500 CPUtime=1505.57
/proc/16744/stat : 16744 (minisat) R 16743 16720 15971 0 -1 4194304 9041 0 0 0 150534 23 0 0 25 0 1 0 2000195427 38400000 9019 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16744/statm: 9375 9019 75 150 0 9222 0
Current children cumulated CPU time (s) 1510.53
Current children cumulated vsize (KiB) 56456

[startup+1602.3 s]
/proc/loadavg: 2.16 2.19 2.14 3/86 17077
/proc/meminfo: memFree=915164/2055920 swapFree=4179816/4192956
[pid=16720] ppid=16718 vsize=13600 CPUtime=4.96
/proc/16720/stat : 16720 (sugar) S 16718 16720 15971 0 -1 4194304 1031 23026 0 2 4 1 470 21 16 0 1 0 2000194920 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16720/statm: 3400 798 370 3 0 500 0
[pid=16743] ppid=16720 vsize=5356 CPUtime=0
/proc/16743/stat : 16743 (sh) S 16720 16720 15971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000195427 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16743/statm: 1339 232 193 169 0 50 0
[pid=16744] ppid=16743 vsize=37808 CPUtime=1562.46
/proc/16744/stat : 16744 (minisat) R 16743 16720 15971 0 -1 4194304 9145 0 0 0 156223 23 0 0 25 0 1 0 2000195427 38715392 9123 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16744/statm: 9452 9123 75 150 0 9299 0
Current children cumulated CPU time (s) 1567.42
Current children cumulated vsize (KiB) 56764

[startup+1662.3 s]
/proc/loadavg: 2.13 2.18 2.14 3/86 17077
/proc/meminfo: memFree=914844/2055920 swapFree=4179816/4192956
[pid=16720] ppid=16718 vsize=13600 CPUtime=4.96
/proc/16720/stat : 16720 (sugar) S 16718 16720 15971 0 -1 4194304 1031 23026 0 2 4 1 470 21 16 0 1 0 2000194920 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16720/statm: 3400 798 370 3 0 500 0
[pid=16743] ppid=16720 vsize=5356 CPUtime=0
/proc/16743/stat : 16743 (sh) S 16720 16720 15971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000195427 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16743/statm: 1339 232 193 169 0 50 0
[pid=16744] ppid=16743 vsize=38284 CPUtime=1619.69
/proc/16744/stat : 16744 (minisat) R 16743 16720 15971 0 -1 4194304 9223 0 0 0 161945 24 0 0 25 0 1 0 2000195427 39202816 9201 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16744/statm: 9571 9201 75 150 0 9418 0
Current children cumulated CPU time (s) 1624.65
Current children cumulated vsize (KiB) 57240

[startup+1722.3 s]
/proc/loadavg: 2.05 2.14 2.13 5/86 17077
/proc/meminfo: memFree=918748/2055920 swapFree=4179816/4192956
[pid=16720] ppid=16718 vsize=13600 CPUtime=4.96
/proc/16720/stat : 16720 (sugar) S 16718 16720 15971 0 -1 4194304 1031 23026 0 2 4 1 470 21 16 0 1 0 2000194920 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16720/statm: 3400 798 370 3 0 500 0
[pid=16743] ppid=16720 vsize=5356 CPUtime=0
/proc/16743/stat : 16743 (sh) S 16720 16720 15971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000195427 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16743/statm: 1339 232 193 169 0 50 0
[pid=16744] ppid=16743 vsize=38284 CPUtime=1676.6
/proc/16744/stat : 16744 (minisat) R 16743 16720 15971 0 -1 4194304 9239 0 0 0 167636 24 0 0 25 0 1 0 2000195427 39202816 9217 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16744/statm: 9571 9217 75 150 0 9418 0
Current children cumulated CPU time (s) 1681.56
Current children cumulated vsize (KiB) 57240

[startup+1782.3 s]
/proc/loadavg: 2.02 2.12 2.12 3/86 17077
/proc/meminfo: memFree=914588/2055920 swapFree=4179816/4192956
[pid=16720] ppid=16718 vsize=13600 CPUtime=4.96
/proc/16720/stat : 16720 (sugar) S 16718 16720 15971 0 -1 4194304 1031 23026 0 2 4 1 470 21 16 0 1 0 2000194920 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16720/statm: 3400 798 370 3 0 500 0
[pid=16743] ppid=16720 vsize=5356 CPUtime=0
/proc/16743/stat : 16743 (sh) S 16720 16720 15971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000195427 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16743/statm: 1339 232 193 169 0 50 0
[pid=16744] ppid=16743 vsize=38284 CPUtime=1733.94
/proc/16744/stat : 16744 (minisat) R 16743 16720 15971 0 -1 4194304 9239 0 0 0 173370 24 0 0 25 0 1 0 2000195427 39202816 9217 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16744/statm: 9571 9217 75 150 0 9418 0
Current children cumulated CPU time (s) 1738.9
Current children cumulated vsize (KiB) 57240

[startup+1842.3 s]
/proc/loadavg: 2.24 2.17 2.13 3/86 17077
/proc/meminfo: memFree=916764/2055920 swapFree=4179816/4192956
[pid=16720] ppid=16718 vsize=13600 CPUtime=4.96
/proc/16720/stat : 16720 (sugar) S 16718 16720 15971 0 -1 4194304 1031 23026 0 2 4 1 470 21 16 0 1 0 2000194920 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16720/statm: 3400 798 370 3 0 500 0
[pid=16743] ppid=16720 vsize=5356 CPUtime=0
/proc/16743/stat : 16743 (sh) S 16720 16720 15971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000195427 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16743/statm: 1339 232 193 169 0 50 0
[pid=16744] ppid=16743 vsize=38284 CPUtime=1791.71
/proc/16744/stat : 16744 (minisat) R 16743 16720 15971 0 -1 4194304 9239 0 0 0 179147 24 0 0 25 0 1 0 2000195427 39202816 9217 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/16744/statm: 9571 9217 75 150 0 9418 0
Current children cumulated CPU time (s) 1796.67
Current children cumulated vsize (KiB) 57240



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1845.9 s]
/proc/loadavg: 2.22 2.16 2.13 3/86 17077
/proc/meminfo: memFree=914780/2055920 swapFree=4179816/4192956
[pid=16720] ppid=16718 vsize=13600 CPUtime=4.96
/proc/16720/stat : 16720 (sugar) S 16718 16720 15971 0 -1 4194304 1031 23026 0 2 4 1 470 21 16 0 1 0 2000194920 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16720/statm: 3400 798 370 3 0 500 0
[pid=16743] ppid=16720 vsize=5356 CPUtime=0
/proc/16743/stat : 16743 (sh) S 16720 16720 15971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000195427 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16743/statm: 1339 232 193 169 0 50 0
[pid=16744] ppid=16743 vsize=38448 CPUtime=1795.09
/proc/16744/stat : 16744 (minisat) R 16743 16720 15971 0 -1 4194304 9275 0 0 0 179485 24 0 0 25 0 1 0 2000195427 39370752 9253 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16744/statm: 9612 9253 75 150 0 9459 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 57404

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

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

[startup+1845.9 s]
/proc/loadavg: 2.22 2.16 2.13 3/86 17077
/proc/meminfo: memFree=914780/2055920 swapFree=4179816/4192956
[pid=16720] ppid=16718 vsize=13600 CPUtime=4.96
/proc/16720/stat : 16720 (sugar) S 16718 16720 15971 0 -1 4194304 1031 23026 0 2 4 1 470 21 16 0 1 0 2000194920 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16720/statm: 3400 798 370 3 0 500 0
[pid=16743] ppid=16720 vsize=5356 CPUtime=0
/proc/16743/stat : 16743 (sh) S 16720 16720 15971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000195427 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16743/statm: 1339 232 193 169 0 50 0
[pid=16744] ppid=16743 vsize=38448 CPUtime=1795.09
/proc/16744/stat : 16744 (minisat) R 16743 16720 15971 0 -1 4194304 9275 0 0 0 179485 24 0 0 25 0 1 0 2000195427 39370752 9253 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16744/statm: 9612 9253 75 150 0 9459 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 57404

Child status: 0

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

Real time (s): 1845.92
CPU time (s): 1800.05
CPU user time (s): 1799.59
CPU system time (s): 0.46
CPU usage (%): 97.5149
Max. virtual memory (cumulated for all children) (KiB): 883372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.74628
system time used= 0.230964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24484
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= 2245
involuntary context switches= 2220

runsolver used 2.16867 second user time and 6.21406 second system time

The end

Launcher Data (download as text)

Begin job on node45 at 2008-07-05 00:57:05
IDJOB=1080185
IDBENCH=56941
IDSOLVER=346
FILE ID=node45/1080185-1215212225
PBS_JOBID= 7881753
Free space on /tmp= 66484 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-41_ext.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-1080185-1215212225/watcher-1080185-1215212225 -o /tmp/evaluation-result-1080185-1215212225/solver-1080185-1215212225 -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-1080185-1215212225.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b5cf0a5cebccc02723b1c0e25cb32a5b
RANDOM SEED=987953824

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:       1633172 kB
Buffers:         71540 kB
Cached:         252712 kB
SwapCached:       7180 kB
Active:         211792 kB
Inactive:       148884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1633172 kB
SwapTotal:     4192956 kB
SwapFree:      4179816 kB
Dirty:            2668 kB
Writeback:           0 kB
Mapped:          43208 kB
Slab:            47304 kB
Committed_AS:  3820252 kB
PageTables:       1832 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 01:27:53