Trace number 1037002

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.07 1812.18

General information on the benchmark

Namecsp/frb45-21/
normalized-frb45-21-1-mgd_ext.xml
MD5SUM44c87b72461534ee5434247b2954af36
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.49401
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of constraints394
Maximum constraint arity2
Maximum domain size21
Number of constraints which are defined in extension394
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 Wed Jul  2 03:01:08 2008
0.00/0.05	c 0	PID 28840
0.00/0.05	c 0	HOST node13.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1037002-1214960468.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1037002-1214960468.xml' 'HOME/temp.csp'
0.03/0.75	c 1	1 domains, 45 variables, 0 predicates, 394 relations, 394 constraints
0.03/0.78	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.78	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.72/0.87	c 1	Parsing HOME/temp.csp
1.11/1.27	c 1	parsed 834 expressions
1.11/1.27	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.11/1.27	c 1	Converting to clausal form CSP
1.21/1.30	c 1	converted 84 (10%) expressions
1.21/1.30	c 1	converted 167 (20%) expressions
1.21/1.31	c 1	converted 251 (30%) expressions
1.21/1.32	c 1	converted 334 (40%) expressions
1.21/1.32	c 1	converted 417 (50%) expressions
1.21/1.35	c 1	converted 501 (60%) expressions
1.31/1.44	c 1	converted 584 (70%) expressions
1.31/1.47	c 1	converted 668 (80%) expressions
1.40/1.50	c 1	converted 751 (90%) expressions
1.40/1.52	c 1	converted 834 (100%) expressions
1.40/1.52	c 1	CSP : 45 integers, 0 booleans, 394 clauses, largest domain size 21
1.40/1.52	c 1	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.40/1.52	c 1	Propagation in CSP
1.40/1.52	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.40/1.52	c 1	CSP : 45 integers, 0 booleans, 394 clauses, largest domain size 21
1.40/1.52	c 1	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.40/1.53	c 1	Simplifing CSP by introducing new Boolean variables
1.40/1.53	c 1	CSP : 45 integers, 0 booleans, 394 clauses, largest domain size 21
1.40/1.53	c 1	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.40/1.58	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.40/1.59	c 1	5 (10%) CSP integer variables are encoded (95 clauses, 903 bytes)
1.40/1.59	c 1	9 (20%) CSP integer variables are encoded (171 clauses, 1739 bytes)
1.40/1.59	c 1	14 (30%) CSP integer variables are encoded (266 clauses, 2784 bytes)
1.40/1.59	c 1	18 (40%) CSP integer variables are encoded (342 clauses, 3620 bytes)
1.40/1.59	c 1	23 (50%) CSP integer variables are encoded (437 clauses, 4665 bytes)
1.40/1.60	c 1	27 (60%) CSP integer variables are encoded (513 clauses, 5501 bytes)
1.40/1.60	c 1	32 (70%) CSP integer variables are encoded (608 clauses, 6546 bytes)
1.40/1.60	c 1	36 (80%) CSP integer variables are encoded (684 clauses, 7382 bytes)
1.50/1.60	c 1	41 (90%) CSP integer variables are encoded (779 clauses, 8427 bytes)
1.50/1.60	c 1	45 (100%) CSP integer variables are encoded (855 clauses, 9263 bytes)
1.50/1.66	c 1	40 (10%) CSP clauses are encoded (3998 clauses, 61463 bytes)
1.50/1.68	c 1	79 (20%) CSP clauses are encoded (7096 clauses, 114659 bytes)
1.60/1.70	c 1	119 (30%) CSP clauses are encoded (10305 clauses, 175145 bytes)
1.60/1.72	c 2	158 (40%) CSP clauses are encoded (13437 clauses, 234306 bytes)
1.60/1.75	c 2	197 (50%) CSP clauses are encoded (16525 clauses, 292594 bytes)
1.60/1.76	c 2	237 (60%) CSP clauses are encoded (19622 clauses, 351196 bytes)
1.60/1.78	c 2	276 (70%) CSP clauses are encoded (22597 clauses, 407537 bytes)
1.70/1.80	c 2	316 (80%) CSP clauses are encoded (25761 clauses, 467276 bytes)
1.70/1.82	c 2	355 (90%) CSP clauses are encoded (28874 clauses, 526066 bytes)
1.70/1.84	c 2	394 (100%) CSP clauses are encoded (31862 clauses, 582548 bytes)
1.70/1.84	c 2	394 CSP clauses encoded
1.70/1.84	c 2	Writing map file : HOME/temp.map
1.70/1.84	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.70/1.84	c 2	SAT : 900 SAT variables, 31862 SAT clauses, 582548 bytes
1.70/1.84	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.70/1.89	c 2	SOLVING HOME/temp.cnf
1.70/1.89	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.70/1.89	c 2	This is MiniSat 2.0 beta
1.70/1.89	c 2	WARNING: for repeatability, setting FPU to use double precision
1.70/1.89	c 2	============================[ Problem Statistics ]=============================
1.70/1.89	c 2	|                                                                             |
1.70/1.89	c 2	|  Number of variables:  900                                                  |
1.70/1.89	c 2	|  Number of clauses:    31862                                                |
1.77/1.91	c 2	|  Parsing time:         0.02         s                                       |
1.77/1.91	c 2	============================[ Search Statistics ]==============================
1.77/1.91	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.77/1.91	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.77/1.91	c 2	===============================================================================
1.77/1.91	c 2	|         0 |     900    31862   118070 |    10620        0    nan |  0.000 % |
1.77/1.92	c 2	|       101 |     900    31862   118070 |    11682      101     10 |  0.000 % |
1.77/1.94	c 2	|       251 |     900    31862   118070 |    12851      251     11 |  0.003 % |
1.77/1.98	c 2	|       478 |     900    31862   118070 |    14136      478     13 |  0.005 % |
1.77/2.02	c 2	|       816 |     900    31862   118070 |    15549      816     14 |  0.004 % |
1.77/2.09	c 2	|      1324 |     900    31862   118070 |    17104     1324     14 |  0.004 % |
1.97/2.20	c 2	|      2084 |     900    31862   118070 |    18815     2084     15 |  0.003 % |
2.16/2.36	c 2	|      3224 |     900    31862   118070 |    20696     3224     14 |  0.005 % |
2.46/2.63	c 2	|      4933 |     900    31862   118070 |    22766     4933     14 |  0.005 % |
2.85/3.07	c 3	|      7495 |     900    31862   118070 |    25042     7495     14 |  0.002 % |
3.54/3.79	c 4	|     11339 |     900    31862   118070 |    27547    11339     15 |  0.005 % |
4.93/5.12	c 5	|     17106 |     900    31862   118070 |    30302    17106     16 |  0.005 % |
7.41/7.68	c 7	|     25757 |     900    31862   118070 |    33332    25757     15 |  0.005 % |
11.57/11.86	c 12	|     38732 |     900    31862   118070 |    36665    17724     16 |  0.002 % |
18.31/18.68	c 18	|     58193 |     900    31862   118070 |    40331    13301     16 |  0.003 % |
28.80/29.21	c 29	|     87385 |     900    31862   118070 |    44365    15585     16 |  0.005 % |
43.95/44.58	c 44	|    131174 |     900    31862   118070 |    48801    28616     17 |  0.005 % |
71.60/72.46	c 72	|    196860 |     900    31862   118070 |    53681    27356     16 |  0.005 % |
114.29/115.51	c 115	|    295386 |     900    31862   118070 |    59050    45933     20 |  0.005 % |
186.80/188.70	c 188	|    443175 |     900    31862   118070 |    64955    20089     18 |  0.005 % |
299.44/302.42	c 302	|    664859 |     900    31862   118070 |    71450    45444     19 |  0.005 % |
477.94/482.69	c 482	|    997386 |     900    31862   118070 |    78595    45539     18 |  0.006 % |
752.25/759.51	c 759	|   1496175 |     900    31862   118070 |    86455    42174     21 |  0.000 % |
1216.36/1228.02	c 1228	|   2244357 |     900    31862   118070 |    95100    20048     19 |  0.002 % |
1800.03/1812.01	sh: line 1: 28864 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.03/1812.01	c 1812	DECODING HOME/temp.out WITH HOME/temp.map
1800.03/1812.01	c 1812	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.03/1812.02	c ERROR INTERRUPTED
1800.03/1812.10	c 1812	Decoding HOME/temp.out
1800.05/1812.12	c 1812	ERROR Exception Unknown Encoder output
1800.05/1812.12	c 1812	jp.ac.kobe_u.cs.sugar.encoder.Encoder.decode(Encoder.java:367)
1800.05/1812.12	c 1812	jp.ac.kobe_u.cs.sugar.SugarMain.decode(SugarMain.java:202)
1800.05/1812.12	c 1812	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:262)
1800.05/1812.12	s UNKNOWN
1800.05/1812.17	c 1812	CPU 1799.85 (0.03 0.01 1799.82 0.19)
1800.05/1812.17	c 1812	END Wed Jul  2 03:31:20 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-1037002-1214960468/watcher-1037002-1214960468 -o /tmp/evaluation-result-1037002-1214960468/solver-1037002-1214960468 -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-1037002-1214960468.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.98 1.97 4/74 28840
/proc/meminfo: memFree=1270120/2055920 swapFree=4180424/4192956
[pid=28840] ppid=28838 vsize=12268 CPUtime=0
/proc/28840/stat : 28840 (sugar) R 28838 28840 27042 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1525718557 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 269766147070 0 0 4224 0 0 0 0 17 1 0 0
/proc/28840/statm: 3067 316 241 3 0 167 0

[startup+0.098982 s]
/proc/loadavg: 1.99 1.98 1.97 4/74 28840
/proc/meminfo: memFree=1270120/2055920 swapFree=4180424/4192956
[pid=28840] ppid=28838 vsize=13600 CPUtime=0.03
/proc/28840/stat : 28840 (sugar) S 28838 28840 27042 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1525718557 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28840/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102978 s]
/proc/loadavg: 1.99 1.98 1.97 4/74 28840
/proc/meminfo: memFree=1270120/2055920 swapFree=4180424/4192956
[pid=28840] ppid=28838 vsize=13600 CPUtime=0.03
/proc/28840/stat : 28840 (sugar) S 28838 28840 27042 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1525718557 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28840/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302016 s]
/proc/loadavg: 1.99 1.98 1.97 4/74 28840
/proc/meminfo: memFree=1270120/2055920 swapFree=4180424/4192956
[pid=28840] ppid=28838 vsize=13600 CPUtime=0.03
/proc/28840/stat : 28840 (sugar) S 28838 28840 27042 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1525718557 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28840/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701061 s]
/proc/loadavg: 1.99 1.98 1.97 4/74 28840
/proc/meminfo: memFree=1270120/2055920 swapFree=4180424/4192956
[pid=28840] ppid=28838 vsize=13600 CPUtime=0.03
/proc/28840/stat : 28840 (sugar) S 28838 28840 27042 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1525718557 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28840/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50117 s]
/proc/loadavg: 2.07 2.00 1.98 3/85 28862
/proc/meminfo: memFree=1261264/2055920 swapFree=4180424/4192956
[pid=28840] ppid=28838 vsize=13600 CPUtime=0.72
/proc/28840/stat : 28840 (sugar) S 28838 28840 27042 0 -1 4194304 973 4815 0 1 3 0 65 4 15 0 1 0 1525718557 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28840/statm: 3400 797 370 3 0 500 0
[pid=28853] ppid=28840 vsize=5356 CPUtime=0
/proc/28853/stat : 28853 (sh) S 28840 28840 27042 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1525718636 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28853/statm: 1339 233 193 169 0 50 0
[pid=28854] ppid=28853 vsize=864324 CPUtime=0.68
/proc/28854/stat : 28854 (java) S 28853 28840 27042 0 -1 0 7315 0 1 0 64 4 0 0 18 0 9 0 1525718636 885067776 6598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28854/statm: 216081 6598 2540 9 0 210656 0
[pid=28854/tid=28855] ppid=28853 vsize=864324 CPUtime=0.38
/proc/28854/task/28855/stat : 28855 (java) R 28853 28840 27042 0 -1 64 2583 0 1 0 37 1 0 0 18 0 9 0 1525718637 885067776 6598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28854/tid=28856] ppid=28853 vsize=864324 CPUtime=0.2
/proc/28854/task/28856/stat : 28856 (java) R 28853 28840 27042 0 -1 64 3698 0 0 0 19 1 0 0 16 0 9 0 1525718638 885067776 6598 996147200 134512640 134550740 4294955952 18446744073709551615 101443072 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28854/tid=28857] ppid=28853 vsize=864324 CPUtime=0
/proc/28854/task/28857/stat : 28857 (java) S 28853 28840 27042 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1525718638 885067776 6598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28854/tid=28858] ppid=28853 vsize=864324 CPUtime=0
/proc/28854/task/28858/stat : 28858 (java) S 28853 28840 27042 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1525718638 885067776 6598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28854/tid=28859] ppid=28853 vsize=864324 CPUtime=0
/proc/28854/task/28859/stat : 28859 (java) S 28853 28840 27042 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1525718640 885067776 6598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28854/tid=28860] ppid=28853 vsize=864324 CPUtime=0.08
/proc/28854/task/28860/stat : 28860 (java) S 28853 28840 27042 0 -1 64 338 0 0 0 8 0 0 0 16 0 9 0 1525718640 885067776 6598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28854/tid=28861] ppid=28853 vsize=864324 CPUtime=0
/proc/28854/task/28861/stat : 28861 (java) S 28853 28840 27042 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1525718640 885067776 6598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28854/tid=28862] ppid=28853 vsize=864324 CPUtime=0
/proc/28854/task/28862/stat : 28862 (java) S 28853 28840 27042 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1525718640 885067776 6598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 883280

[startup+3.10138 s]
/proc/loadavg: 2.07 2.00 1.98 3/77 28864
/proc/meminfo: memFree=1264464/2055920 swapFree=4180424/4192956
[pid=28840] ppid=28838 vsize=13600 CPUtime=1.77
/proc/28840/stat : 28840 (sugar) S 28838 28840 27042 0 -1 4194304 1031 12701 0 2 3 1 163 10 15 0 1 0 1525718557 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28840/statm: 3400 798 370 3 0 500 0
[pid=28863] ppid=28840 vsize=5356 CPUtime=0
/proc/28863/stat : 28863 (sh) S 28840 28840 27042 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525718746 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28863/statm: 1339 232 193 169 0 50 0
[pid=28864] ppid=28863 vsize=4160 CPUtime=1.18
/proc/28864/stat : 28864 (minisat) R 28863 28840 27042 0 -1 4194304 823 0 0 0 118 0 0 0 25 0 1 0 1525718746 4259840 809 996147200 134512640 135127466 4294956272 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/28864/statm: 1040 809 75 150 0 887 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 23116

[startup+6.30281 s]
/proc/loadavg: 2.07 2.00 1.98 3/77 28864
/proc/meminfo: memFree=1262672/2055920 swapFree=4180424/4192956
[pid=28840] ppid=28838 vsize=13600 CPUtime=1.77
/proc/28840/stat : 28840 (sugar) S 28838 28840 27042 0 -1 4194304 1031 12701 0 2 3 1 163 10 16 0 1 0 1525718557 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28840/statm: 3400 798 370 3 0 500 0
[pid=28863] ppid=28840 vsize=5356 CPUtime=0
/proc/28863/stat : 28863 (sh) S 28840 28840 27042 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525718746 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28863/statm: 1339 232 193 169 0 50 0
[pid=28864] ppid=28863 vsize=5432 CPUtime=4.35
/proc/28864/stat : 28864 (minisat) R 28863 28840 27042 0 -1 4194304 1150 0 0 0 435 0 0 0 25 0 1 0 1525718746 5562368 1136 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28864/statm: 1358 1136 75 150 0 1205 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 24388

[startup+12.7017 s]
/proc/loadavg: 2.14 2.02 1.98 3/77 28864
/proc/meminfo: memFree=1261200/2055920 swapFree=4180424/4192956
[pid=28840] ppid=28838 vsize=13600 CPUtime=1.77
/proc/28840/stat : 28840 (sugar) S 28838 28840 27042 0 -1 4194304 1031 12701 0 2 3 1 163 10 16 0 1 0 1525718557 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28840/statm: 3400 798 370 3 0 500 0
[pid=28863] ppid=28840 vsize=5356 CPUtime=0
/proc/28863/stat : 28863 (sh) S 28840 28840 27042 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525718746 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28863/statm: 1339 232 193 169 0 50 0
[pid=28864] ppid=28863 vsize=6672 CPUtime=10.69
/proc/28864/stat : 28864 (minisat) R 28863 28840 27042 0 -1 4194304 1466 0 0 0 1068 1 0 0 25 0 1 0 1525718746 6832128 1452 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28864/statm: 1668 1452 75 150 0 1515 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 25628

[startup+25.5023 s]
/proc/loadavg: 2.11 2.02 1.98 3/77 28864
/proc/meminfo: memFree=1260432/2055920 swapFree=4180424/4192956
[pid=28840] ppid=28838 vsize=13600 CPUtime=1.77
/proc/28840/stat : 28840 (sugar) S 28838 28840 27042 0 -1 4194304 1031 12701 0 2 3 1 163 10 16 0 1 0 1525718557 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28840/statm: 3400 798 370 3 0 500 0
[pid=28863] ppid=28840 vsize=5356 CPUtime=0
/proc/28863/stat : 28863 (sh) S 28840 28840 27042 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525718746 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28863/statm: 1339 232 193 169 0 50 0
[pid=28864] ppid=28863 vsize=7468 CPUtime=23.37
/proc/28864/stat : 28864 (minisat) R 28863 28840 27042 0 -1 4194304 1642 0 0 0 2336 1 0 0 25 0 1 0 1525718746 7647232 1628 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/28864/statm: 1867 1628 75 150 0 1714 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 26424

[startup+51.1027 s]
/proc/loadavg: 2.07 2.01 1.98 3/77 28864
/proc/meminfo: memFree=1259280/2055920 swapFree=4180424/4192956
[pid=28840] ppid=28838 vsize=13600 CPUtime=1.77
/proc/28840/stat : 28840 (sugar) S 28838 28840 27042 0 -1 4194304 1031 12701 0 2 3 1 163 10 16 0 1 0 1525718557 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28840/statm: 3400 798 370 3 0 500 0
[pid=28863] ppid=28840 vsize=5356 CPUtime=0
/proc/28863/stat : 28863 (sh) S 28840 28840 27042 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525718746 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28863/statm: 1339 232 193 169 0 50 0
[pid=28864] ppid=28863 vsize=8612 CPUtime=48.72
/proc/28864/stat : 28864 (minisat) R 28863 28840 27042 0 -1 4194304 1935 0 0 0 4871 1 0 0 25 0 1 0 1525718746 8818688 1921 996147200 134512640 135127466 4294956272 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 1 0 0
/proc/28864/statm: 2153 1921 75 150 0 2000 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 27568

[startup+102.308 s]
/proc/loadavg: 2.07 2.02 1.99 3/77 28864
/proc/meminfo: memFree=1256656/2055920 swapFree=4180424/4192956
[pid=28840] ppid=28838 vsize=13600 CPUtime=1.77
/proc/28840/stat : 28840 (sugar) S 28838 28840 27042 0 -1 4194304 1031 12701 0 2 3 1 163 10 16 0 1 0 1525718557 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28840/statm: 3400 798 370 3 0 500 0
[pid=28863] ppid=28840 vsize=5356 CPUtime=0
/proc/28863/stat : 28863 (sh) S 28840 28840 27042 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525718746 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28863/statm: 1339 232 193 169 0 50 0
[pid=28864] ppid=28863 vsize=10512 CPUtime=99.45
/proc/28864/stat : 28864 (minisat) R 28863 28840 27042 0 -1 4194304 2421 0 0 0 9943 2 0 0 25 0 1 0 1525718746 10764288 2407 996147200 134512640 135127466 4294956272 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/28864/statm: 2628 2407 75 150 0 2475 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 29468

[startup+162.302 s]
/proc/loadavg: 2.02 2.02 1.99 3/77 28864
/proc/meminfo: memFree=1255056/2055920 swapFree=4180424/4192956
[pid=28840] ppid=28838 vsize=13600 CPUtime=1.77
/proc/28840/stat : 28840 (sugar) S 28838 28840 27042 0 -1 4194304 1031 12701 0 2 3 1 163 10 16 0 1 0 1525718557 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28840/statm: 3400 798 370 3 0 500 0
[pid=28863] ppid=28840 vsize=5356 CPUtime=0
/proc/28863/stat : 28863 (sh) S 28840 28840 27042 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525718746 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28863/statm: 1339 232 193 169 0 50 0
[pid=28864] ppid=28863 vsize=11992 CPUtime=158.88
/proc/28864/stat : 28864 (minisat) R 28863 28840 27042 0 -1 4194304 2761 0 0 0 15886 2 0 0 25 0 1 0 1525718746 12279808 2747 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28864/statm: 2998 2747 75 150 0 2845 0
Current children cumulated CPU time (s) 160.65
Current children cumulated vsize (KiB) 30948

[startup+222.302 s]
/proc/loadavg: 2.04 2.03 1.99 3/77 28864
/proc/meminfo: memFree=1254032/2055920 swapFree=4180424/4192956
[pid=28840] ppid=28838 vsize=13600 CPUtime=1.77
/proc/28840/stat : 28840 (sugar) S 28838 28840 27042 0 -1 4194304 1031 12701 0 2 3 1 163 10 16 0 1 0 1525718557 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28840/statm: 3400 798 370 3 0 500 0
[pid=28863] ppid=28840 vsize=5356 CPUtime=0
/proc/28863/stat : 28863 (sh) S 28840 28840 27042 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525718746 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1230.56
Current children cumulated vsize (KiB) 40296

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/75 28894
/proc/meminfo: memFree=1254376/2055920 swapFree=4180424/4192956
[pid=28840] ppid=28838 vsize=13600 CPUtime=1.77
/proc/28840/stat : 28840 (sugar) S 28838 28840 27042 0 -1 4194304 1031 12701 0 2 3 1 163 10 16 0 1 0 1525718557 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28840/statm: 3400 798 370 3 0 500 0
[pid=28863] ppid=28840 vsize=5356 CPUtime=0
/proc/28863/stat : 28863 (sh) S 28840 28840 27042 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525718746 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28863/statm: 1339 232 193 169 0 50 0
[pid=28864] ppid=28863 vsize=21920 CPUtime=1288.77
/proc/28864/stat : 28864 (minisat) R 28863 28840 27042 0 -1 4194304 5132 0 0 0 128871 6 0 0 25 0 1 0 1525718746 22446080 5118 996147200 134512640 135127466 4294956272 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/28864/statm: 5480 5118 75 150 0 5327 0
Current children cumulated CPU time (s) 1290.54
Current children cumulated vsize (KiB) 40876

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/75 28894
/proc/meminfo: memFree=1253608/2055920 swapFree=4180424/4192956
[pid=28840] ppid=28838 vsize=13600 CPUtime=1.77
/proc/28840/stat : 28840 (sugar) S 28838 28840 27042 0 -1 4194304 1031 12701 0 2 3 1 163 10 16 0 1 0 1525718557 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28840/statm: 3400 798 370 3 0 500 0
[pid=28863] ppid=28840 vsize=5356 CPUtime=0
/proc/28863/stat : 28863 (sh) S 28840 28840 27042 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525718746 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28863/statm: 1339 232 193 169 0 50 0
[pid=28864] ppid=28863 vsize=22544 CPUtime=1348.74
/proc/28864/stat : 28864 (minisat) R 28863 28840 27042 0 -1 4194304 5290 0 0 0 134868 6 0 0 25 0 1 0 1525718746 23085056 5276 996147200 134512640 135127466 4294956272 18446744073709551615 134523392 0 0 4096 3 0 0 0 17 0 0 0
/proc/28864/statm: 5636 5276 75 150 0 5483 0
Current children cumulated CPU time (s) 1350.51
Current children cumulated vsize (KiB) 41500

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.99 3/75 28894
/proc/meminfo: memFree=1253480/2055920 swapFree=4180424/4192956
[pid=28840] ppid=28838 vsize=13600 CPUtime=1.77
/proc/28840/stat : 28840 (sugar) S 28838 28840 27042 0 -1 4194304 1031 12701 0 2 3 1 163 10 16 0 1 0 1525718557 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28840/statm: 3400 798 370 3 0 500 0
[pid=28863] ppid=28840 vsize=5356 CPUtime=0
/proc/28863/stat : 28863 (sh) S 28840 28840 27042 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525718746 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28863/statm: 1339 232 193 169 0 50 0
[pid=28864] ppid=28863 vsize=22692 CPUtime=1408.72
/proc/28864/stat : 28864 (minisat) R 28863 28840 27042 0 -1 4194304 5319 0 0 0 140866 6 0 0 25 0 1 0 1525718746 23236608 5305 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28864/statm: 5673 5305 75 150 0 5520 0
Current children cumulated CPU time (s) 1410.49
Current children cumulated vsize (KiB) 41648

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/75 28894
/proc/meminfo: memFree=1253416/2055920 swapFree=4180424/4192956
[pid=28840] ppid=28838 vsize=13600 CPUtime=1.77
/proc/28840/stat : 28840 (sugar) S 28838 28840 27042 0 -1 4194304 1031 12701 0 2 3 1 163 10 16 0 1 0 1525718557 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28840/statm: 3400 798 370 3 0 500 0
[pid=28863] ppid=28840 vsize=5356 CPUtime=0
/proc/28863/stat : 28863 (sh) S 28840 28840 27042 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525718746 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28863/statm: 1339 232 193 169 0 50 0
[pid=28864] ppid=28863 vsize=22692 CPUtime=1468.68
/proc/28864/stat : 28864 (minisat) R 28863 28840 27042 0 -1 4194304 5332 0 0 0 146862 6 0 0 25 0 1 0 1525718746 23236608 5318 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28864/statm: 5673 5318 75 150 0 5520 0
Current children cumulated CPU time (s) 1470.45
Current children cumulated vsize (KiB) 41648

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/75 28894
/proc/meminfo: memFree=1253160/2055920 swapFree=4180424/4192956
[pid=28840] ppid=28838 vsize=13600 CPUtime=1.77
/proc/28840/stat : 28840 (sugar) S 28838 28840 27042 0 -1 4194304 1031 12701 0 2 3 1 163 10 16 0 1 0 1525718557 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28840/statm: 3400 798 370 3 0 500 0
[pid=28863] ppid=28840 vsize=5356 CPUtime=0
/proc/28863/stat : 28863 (sh) S 28840 28840 27042 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525718746 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28863/statm: 1339 232 193 169 0 50 0
[pid=28864] ppid=28863 vsize=22996 CPUtime=1528.66
/proc/28864/stat : 28864 (minisat) R 28863 28840 27042 0 -1 4194304 5391 0 0 0 152860 6 0 0 25 0 1 0 1525718746 23547904 5377 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28864/statm: 5749 5377 75 150 0 5596 0
Current children cumulated CPU time (s) 1530.43
Current children cumulated vsize (KiB) 41952

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/75 28921
/proc/meminfo: memFree=1251368/2055920 swapFree=4180424/4192956
[pid=28840] ppid=28838 vsize=13600 CPUtime=1.77
/proc/28840/stat : 28840 (sugar) S 28838 28840 27042 0 -1 4194304 1031 12701 0 2 3 1 163 10 16 0 1 0 1525718557 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28840/statm: 3400 798 370 3 0 500 0
[pid=28863] ppid=28840 vsize=5356 CPUtime=0
/proc/28863/stat : 28863 (sh) S 28840 28840 27042 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525718746 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28863/statm: 1339 232 193 169 0 50 0
[pid=28864] ppid=28863 vsize=23528 CPUtime=1588.64
/proc/28864/stat : 28864 (minisat) R 28863 28840 27042 0 -1 4194304 5521 0 0 0 158857 7 0 0 25 0 1 0 1525718746 24092672 5507 996147200 134512640 135127466 4294956272 18446744073709551615 134530802 0 0 4096 3 0 0 0 17 0 0 0
/proc/28864/statm: 5882 5507 75 150 0 5729 0
Current children cumulated CPU time (s) 1590.41
Current children cumulated vsize (KiB) 42484

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/76 28970
/proc/meminfo: memFree=1245664/2055920 swapFree=4180424/4192956
[pid=28840] ppid=28838 vsize=13600 CPUtime=1.77
/proc/28840/stat : 28840 (sugar) S 28838 28840 27042 0 -1 4194304 1031 12701 0 2 3 1 163 10 16 0 1 0 1525718557 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28840/statm: 3400 798 370 3 0 500 0
[pid=28863] ppid=28840 vsize=5356 CPUtime=0
/proc/28863/stat : 28863 (sh) S 28840 28840 27042 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525718746 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28863/statm: 1339 232 193 169 0 50 0
[pid=28864] ppid=28863 vsize=23700 CPUtime=1648.61
/proc/28864/stat : 28864 (minisat) R 28863 28840 27042 0 -1 4194304 5580 0 0 0 164854 7 0 0 25 0 1 0 1525718746 24268800 5566 996147200 134512640 135127466 4294956272 18446744073709551615 134530823 0 0 4096 3 0 0 0 17 0 0 0
/proc/28864/statm: 5925 5566 75 150 0 5772 0
Current children cumulated CPU time (s) 1650.38
Current children cumulated vsize (KiB) 42656

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/76 28970
/proc/meminfo: memFree=1230176/2055920 swapFree=4180424/4192956
[pid=28840] ppid=28838 vsize=13600 CPUtime=1.77
/proc/28840/stat : 28840 (sugar) S 28838 28840 27042 0 -1 4194304 1031 12701 0 2 3 1 163 10 16 0 1 0 1525718557 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28840/statm: 3400 798 370 3 0 500 0
[pid=28863] ppid=28840 vsize=5356 CPUtime=0
/proc/28863/stat : 28863 (sh) S 28840 28840 27042 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525718746 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28863/statm: 1339 232 193 169 0 50 0
[pid=28864] ppid=28863 vsize=24188 CPUtime=1708.58
/proc/28864/stat : 28864 (minisat) R 28863 28840 27042 0 -1 4194304 5672 0 0 0 170851 7 0 0 25 0 1 0 1525718746 24768512 5658 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28864/statm: 6047 5658 75 150 0 5894 0
Current children cumulated CPU time (s) 1710.35
Current children cumulated vsize (KiB) 43144

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/76 28970
/proc/meminfo: memFree=1222688/2055920 swapFree=4180424/4192956
[pid=28840] ppid=28838 vsize=13600 CPUtime=1.77
/proc/28840/stat : 28840 (sugar) S 28838 28840 27042 0 -1 4194304 1031 12701 0 2 3 1 163 10 16 0 1 0 1525718557 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28840/statm: 3400 798 370 3 0 500 0
[pid=28863] ppid=28840 vsize=5356 CPUtime=0
/proc/28863/stat : 28863 (sh) S 28840 28840 27042 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525718746 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28863/statm: 1339 232 193 169 0 50 0
[pid=28864] ppid=28863 vsize=24496 CPUtime=1768.56
/proc/28864/stat : 28864 (minisat) R 28863 28840 27042 0 -1 4194304 5754 0 0 0 176849 7 0 0 25 0 1 0 1525718746 25083904 5740 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28864/statm: 6124 5740 75 150 0 5971 0
Current children cumulated CPU time (s) 1770.33
Current children cumulated vsize (KiB) 43452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812 s]
/proc/loadavg: 2.00 2.00 1.99 3/76 28970
/proc/meminfo: memFree=1218272/2055920 swapFree=4180424/4192956
[pid=28840] ppid=28838 vsize=13600 CPUtime=1.77
/proc/28840/stat : 28840 (sugar) S 28838 28840 27042 0 -1 4194304 1031 12701 0 2 3 1 163 10 16 0 1 0 1525718557 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28840/statm: 3400 798 370 3 0 500 0
[pid=28863] ppid=28840 vsize=5356 CPUtime=0
/proc/28863/stat : 28863 (sh) S 28840 28840 27042 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525718746 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28863/statm: 1339 232 193 169 0 50 0
[pid=28864] ppid=28863 vsize=25508 CPUtime=1798.26
/proc/28864/stat : 28864 (minisat) R 28863 28840 27042 0 -1 4194304 5987 0 0 0 179818 8 0 0 25 0 1 0 1525718746 26120192 5973 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28864/statm: 6377 5973 75 150 0 6224 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 44464

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

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

[startup+1812.12 s]
/proc/loadavg: 2.00 2.00 1.99 3/76 28970
/proc/meminfo: memFree=1218272/2055920 swapFree=4180424/4192956
[pid=28840] ppid=28838 vsize=13600 CPUtime=1800.05
/proc/28840/stat : 28840 (sugar) S 28838 28840 27042 0 -1 4194304 1098 18977 0 2 3 1 179982 19 16 0 1 0 1525718557 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/28840/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1812.18
CPU time (s): 1800.07
CPU user time (s): 1799.86
CPU system time (s): 0.206968
CPU usage (%): 99.3316
Max. virtual memory (cumulated for all children) (KiB): 883392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.86
system time used= 0.206968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20391
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= 2070
involuntary context switches= 30627

runsolver used 2.04569 second user time and 5.8901 second system time

The end

Launcher Data (download as text)

Begin job on node13 at 2008-07-02 03:01:08
IDJOB=1037002
IDBENCH=53484
IDSOLVER=346
FILE ID=node13/1037002-1214960468
PBS_JOBID= 7870308
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/frb45-21/normalized-frb45-21-1-mgd_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-1037002-1214960468/watcher-1037002-1214960468 -o /tmp/evaluation-result-1037002-1214960468/solver-1037002-1214960468 -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-1037002-1214960468.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 44c87b72461534ee5434247b2954af36
RANDOM SEED=332327204

node13.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.238
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.238
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:       1270600 kB
Buffers:         48428 kB
Cached:         643040 kB
SwapCached:       6620 kB
Active:          83892 kB
Inactive:       626728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1270600 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            1672 kB
Writeback:           0 kB
Mapped:          26252 kB
Slab:            59716 kB
Committed_AS:  2849084 kB
PageTables:       1968 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= 66548 MiB
End job on node13 at 2008-07-02 03:31:22