Trace number 1035580

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

General information on the benchmark

Namecsp/frb53-24/
normalized-frb53-24-1_ext.xml
MD5SUM8799afd66e4417bd72843d3fc55d3044
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 benchmark321.702
Satisfiable
(Un)Satisfiability was proved
Number of variables53
Number of constraints585
Maximum constraint arity2
Maximum domain size24
Number of constraints which are defined in extension585
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 00:47:50 2008
0.00/0.05	c 0	PID 14676
0.00/0.05	c 0	HOST node68.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1035580-1214952470.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-1035580-1214952470.xml' 'HOME/temp.csp'
0.03/0.91	c 1	1 domains, 53 variables, 0 predicates, 585 relations, 585 constraints
0.03/0.94	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.94	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.88/1.02	c 1	Parsing HOME/temp.csp
1.71/1.85	c 1	parsed 1224 expressions
1.71/1.86	c 1	Heap : 9 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.71/1.86	c 1	Converting to clausal form CSP
1.71/1.89	c 1	converted 123 (10%) expressions
1.71/1.89	c 1	converted 245 (20%) expressions
1.80/1.90	c 2	converted 368 (30%) expressions
1.80/1.91	c 2	converted 490 (40%) expressions
1.80/1.91	c 2	converted 612 (50%) expressions
1.80/1.96	c 2	converted 735 (60%) expressions
1.92/2.09	c 2	converted 857 (70%) expressions
2.02/2.14	c 2	converted 980 (80%) expressions
2.02/2.18	c 2	converted 1102 (90%) expressions
2.11/2.23	c 2	converted 1224 (100%) expressions
2.11/2.23	c 2	CSP : 53 integers, 0 booleans, 585 clauses, largest domain size 24
2.11/2.24	c 2	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.11/2.24	c 2	Propagation in CSP
2.11/2.24	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.11/2.24	c 2	CSP : 53 integers, 0 booleans, 585 clauses, largest domain size 24
2.11/2.24	c 2	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.11/2.24	c 2	Simplifing CSP by introducing new Boolean variables
2.11/2.24	c 2	CSP : 53 integers, 0 booleans, 585 clauses, largest domain size 24
2.11/2.24	c 2	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.21/2.32	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.21/2.33	c 2	6 (10%) CSP integer variables are encoded (132 clauses, 1310 bytes)
2.21/2.33	c 2	11 (20%) CSP integer variables are encoded (242 clauses, 2520 bytes)
2.21/2.33	c 2	16 (30%) CSP integer variables are encoded (352 clauses, 3730 bytes)
2.21/2.33	c 2	22 (40%) CSP integer variables are encoded (484 clauses, 5182 bytes)
2.21/2.33	c 2	27 (50%) CSP integer variables are encoded (594 clauses, 6392 bytes)
2.21/2.34	c 2	32 (60%) CSP integer variables are encoded (704 clauses, 7602 bytes)
2.21/2.34	c 2	38 (70%) CSP integer variables are encoded (836 clauses, 9054 bytes)
2.21/2.34	c 2	43 (80%) CSP integer variables are encoded (946 clauses, 10264 bytes)
2.21/2.34	c 2	48 (90%) CSP integer variables are encoded (1056 clauses, 11675 bytes)
2.21/2.34	c 2	53 (100%) CSP integer variables are encoded (1166 clauses, 13105 bytes)
2.30/2.41	c 2	59 (10%) CSP clauses are encoded (6875 clauses, 112005 bytes)
2.30/2.45	c 2	117 (20%) CSP clauses are encoded (12452 clauses, 217410 bytes)
2.30/2.49	c 2	176 (30%) CSP clauses are encoded (18152 clauses, 327358 bytes)
2.40/2.52	c 2	234 (40%) CSP clauses are encoded (23799 clauses, 438209 bytes)
2.40/2.56	c 2	293 (50%) CSP clauses are encoded (29570 clauses, 551860 bytes)
2.40/2.59	c 2	351 (60%) CSP clauses are encoded (35220 clauses, 662538 bytes)
2.50/2.63	c 2	410 (70%) CSP clauses are encoded (40951 clauses, 776286 bytes)
2.50/2.66	c 2	468 (80%) CSP clauses are encoded (46614 clauses, 887829 bytes)
2.61/2.70	c 2	527 (90%) CSP clauses are encoded (52324 clauses, 1000917 bytes)
2.61/2.73	c 2	585 (100%) CSP clauses are encoded (57923 clauses, 1118565 bytes)
2.61/2.73	c 2	585 CSP clauses encoded
2.61/2.73	c 2	Writing map file : HOME/temp.map
2.61/2.74	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.61/2.74	c 2	SAT : 1219 SAT variables, 57923 SAT clauses, 1118565 bytes
2.61/2.74	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.61/2.78	c 2	SOLVING HOME/temp.cnf
2.61/2.78	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.61/2.79	c 2	This is MiniSat 2.0 beta
2.61/2.79	c 2	WARNING: for repeatability, setting FPU to use double precision
2.61/2.79	c 2	============================[ Problem Statistics ]=============================
2.61/2.79	c 2	|                                                                             |
2.61/2.79	c 2	|  Number of variables:  1219                                                 |
2.61/2.79	c 2	|  Number of clauses:    57923                                                |
2.66/2.82	c 2	|  Parsing time:         0.03         s                                       |
2.66/2.82	c 2	============================[ Search Statistics ]==============================
2.66/2.82	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.66/2.82	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.66/2.82	c 2	===============================================================================
2.66/2.82	c 2	|         0 |    1219    57923   217522 |    19307        0    nan |  0.000 % |
2.66/2.85	c 2	|       100 |    1219    57923   217522 |    21238      100     13 |  0.000 % |
2.66/2.90	c 2	|       250 |    1219    57923   217522 |    23362      250     13 |  0.002 % |
2.66/2.95	c 3	|       477 |    1219    57923   217522 |    25698      477     12 |  0.002 % |
2.66/3.04	c 3	|       818 |    1219    57923   217522 |    28268      818     12 |  0.004 % |
2.66/3.17	c 3	|      1324 |    1219    57923   217522 |    31095     1324     14 |  0.001 % |
3.15/3.38	c 3	|      2084 |    1219    57923   217522 |    34204     2084     14 |  0.004 % |
3.45/3.66	c 3	|      3223 |    1219    57923   217522 |    37625     3223     15 |  0.002 % |
3.94/4.15	c 4	|      4935 |    1219    57923   217522 |    41387     4935     15 |  0.004 % |
4.64/4.89	c 4	|      7498 |    1219    57923   217522 |    45526     7498     16 |  0.003 % |
5.93/6.17	c 6	|     11342 |    1219    57923   217522 |    50079    11342     16 |  0.003 % |
8.01/8.20	c 8	|     17108 |    1219    57923   217522 |    55087    17108     16 |  0.003 % |
11.88/12.12	c 12	|     25758 |    1219    57923   217522 |    60595    25758     16 |  0.003 % |
19.00/19.33	c 19	|     38732 |    1219    57923   217522 |    66655    38732     17 |  0.003 % |
32.97/33.41	c 33	|     58194 |    1219    57923   217522 |    73320    58194     17 |  0.003 % |
53.48/54.19	c 54	|     87386 |    1219    57923   217522 |    80652    28949     17 |  0.003 % |
88.25/89.24	c 89	|    131176 |    1219    57923   217522 |    88718    72739     19 |  0.003 % |
139.35/140.90	c 140	|    196861 |    1219    57923   217522 |    97590    65888     19 |  0.003 % |
224.35/226.65	c 226	|    295387 |    1219    57923   217522 |   107349    85284     19 |  0.003 % |
355.79/359.35	c 359	|    443177 |    1219    57923   217522 |   118083    53321     21 |  0.003 % |
582.14/587.84	c 587	|    664863 |    1219    57923   217522 |   129892    79928     22 |  0.003 % |
940.50/949.62	c 949	|    997389 |    1219    57923   217522 |   142881    84648     25 |  0.000 % |
1471.89/1483.87	c 1483	|   1496177 |    1219    57923   217522 |   157169    98337     24 |  0.003 % |
1800.05/1812.11	sh: line 1: 14700 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.05/1812.11	c 1812	DECODING HOME/temp.out WITH HOME/temp.map
1800.05/1812.11	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.05/1812.12	c ERROR INTERRUPTED
1800.05/1812.12	s UNKNOWN
1800.05/1812.12	c 1812	CPU 1799.79 (0.03 0.01 1799.76 0.27)
1800.05/1812.12	c 1812	END Wed Jul  2 01:18:02 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-1035580-1214952470/watcher-1035580-1214952470 -o /tmp/evaluation-result-1035580-1214952470/solver-1035580-1214952470 -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-1035580-1214952470.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.92 1.97 1.87 4/74 14676
/proc/meminfo: memFree=1820136/2055920 swapFree=4180444/4192956
[pid=14676] ppid=14674 vsize=12000 CPUtime=0
/proc/14676/stat : 14676 (sugar) R 14674 14676 13879 0 -1 4194304 186 0 0 0 0 0 0 0 20 0 1 0 1974216522 12288000 154 996147200 4194304 4206940 548682068608 18446744073709551615 213111968481 0 0 4224 0 0 0 0 17 1 0 0
/proc/14676/statm: 3000 154 116 3 0 100 0

[startup+0.106873 s]
/proc/loadavg: 1.92 1.97 1.87 4/74 14676
/proc/meminfo: memFree=1820136/2055920 swapFree=4180444/4192956
[pid=14676] ppid=14674 vsize=13600 CPUtime=0.03
/proc/14676/stat : 14676 (sugar) S 14674 14676 13879 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1974216522 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14676/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.202905 s]
/proc/loadavg: 1.92 1.97 1.87 4/74 14676
/proc/meminfo: memFree=1820136/2055920 swapFree=4180444/4192956
[pid=14676] ppid=14674 vsize=13600 CPUtime=0.03
/proc/14676/stat : 14676 (sugar) S 14674 14676 13879 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1974216522 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14676/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301907 s]
/proc/loadavg: 1.92 1.97 1.87 4/74 14676
/proc/meminfo: memFree=1820136/2055920 swapFree=4180444/4192956
[pid=14676] ppid=14674 vsize=13600 CPUtime=0.03
/proc/14676/stat : 14676 (sugar) S 14674 14676 13879 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1974216522 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14676/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701975 s]
/proc/loadavg: 1.92 1.97 1.87 4/74 14676
/proc/meminfo: memFree=1820136/2055920 swapFree=4180444/4192956
[pid=14676] ppid=14674 vsize=13600 CPUtime=0.03
/proc/14676/stat : 14676 (sugar) S 14674 14676 13879 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1974216522 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14676/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50211 s]
/proc/loadavg: 1.92 1.97 1.87 5/85 14698
/proc/meminfo: memFree=1812176/2055920 swapFree=4180444/4192956
[pid=14676] ppid=14674 vsize=13600 CPUtime=0.88
/proc/14676/stat : 14676 (sugar) S 14674 14676 13879 0 -1 4194304 973 5018 0 1 2 1 81 4 16 0 1 0 1974216522 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14676/statm: 3400 797 370 3 0 500 0
[pid=14689] ppid=14676 vsize=5356 CPUtime=0
/proc/14689/stat : 14689 (sh) S 14676 14676 13879 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1974216617 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14689/statm: 1339 233 193 169 0 50 0
[pid=14690] ppid=14689 vsize=864040 CPUtime=0.53
/proc/14690/stat : 14690 (java) S 14689 14676 13879 0 -1 0 4390 0 1 0 51 2 0 0 18 0 9 0 1974216617 884776960 3860 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14690/statm: 216010 3860 1670 9 0 210592 0
[pid=14690/tid=14691] ppid=14689 vsize=864040 CPUtime=0.43
/proc/14690/task/14691/stat : 14691 (java) R 14689 14676 13879 0 -1 64 2448 0 1 0 42 1 0 0 20 0 9 0 1974216618 884776960 3860 996147200 134512640 134550740 4294955952 18446744073709551615 103206960 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14692] ppid=14689 vsize=864040 CPUtime=0.03
/proc/14690/task/14692/stat : 14692 (java) S 14689 14676 13879 0 -1 64 927 0 0 0 3 0 0 0 16 0 9 0 1974216619 884776960 3860 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14693] ppid=14689 vsize=864040 CPUtime=0
/proc/14690/task/14693/stat : 14693 (java) S 14689 14676 13879 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1974216620 884776960 3860 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14694] ppid=14689 vsize=864040 CPUtime=0
/proc/14690/task/14694/stat : 14694 (java) S 14689 14676 13879 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 1974216620 884776960 3860 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14695] ppid=14689 vsize=864040 CPUtime=0
/proc/14690/task/14695/stat : 14695 (java) S 14689 14676 13879 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1974216622 884776960 3860 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14696] ppid=14689 vsize=864040 CPUtime=0.06
/proc/14690/task/14696/stat : 14696 (java) S 14689 14676 13879 0 -1 64 324 0 0 0 6 0 0 0 17 0 9 0 1974216622 884776960 3860 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14697] ppid=14689 vsize=864040 CPUtime=0
/proc/14690/task/14697/stat : 14697 (java) S 14689 14676 13879 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1974216622 884776960 3860 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14698] ppid=14689 vsize=864040 CPUtime=0
/proc/14690/task/14698/stat : 14698 (java) S 14689 14676 13879 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1974216622 884776960 3860 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 882996

[startup+3.10139 s]
/proc/loadavg: 1.92 1.97 1.87 4/85 14698
/proc/meminfo: memFree=1793168/2055920 swapFree=4180444/4192956
[pid=14676] ppid=14674 vsize=13600 CPUtime=2.66
/proc/14676/stat : 14676 (sugar) S 14674 14676 13879 0 -1 4194304 1031 14926 0 2 3 1 251 11 15 0 1 0 1974216522 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14676/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 13600

[startup+6.30193 s]
/proc/loadavg: 1.93 1.97 1.87 3/77 14700
/proc/meminfo: memFree=1810960/2055920 swapFree=4180444/4192956
[pid=14676] ppid=14674 vsize=13600 CPUtime=2.66
/proc/14676/stat : 14676 (sugar) S 14674 14676 13879 0 -1 4194304 1031 14926 0 2 3 1 251 11 16 0 1 0 1974216522 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14676/statm: 3400 798 370 3 0 500 0
[pid=14699] ppid=14676 vsize=5356 CPUtime=0
/proc/14699/stat : 14699 (sh) S 14676 14676 13879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974216801 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14699/statm: 1339 232 193 169 0 50 0
[pid=14700] ppid=14699 vsize=5860 CPUtime=3.46
/proc/14700/stat : 14700 (minisat) R 14699 14676 13879 0 -1 4194304 1372 0 0 0 346 0 0 0 25 0 1 0 1974216801 6000640 1358 996147200 134512640 135127466 4294956272 18446744073709551615 134530709 0 0 4096 3 0 0 0 17 1 0 0
/proc/14700/statm: 1465 1358 75 150 0 1312 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 24816

[startup+12.702 s]
/proc/loadavg: 1.93 1.97 1.87 3/77 14700
/proc/meminfo: memFree=1809424/2055920 swapFree=4180444/4192956
[pid=14676] ppid=14674 vsize=13600 CPUtime=2.66
/proc/14676/stat : 14676 (sugar) S 14674 14676 13879 0 -1 4194304 1031 14926 0 2 3 1 251 11 16 0 1 0 1974216522 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14676/statm: 3400 798 370 3 0 500 0
[pid=14699] ppid=14676 vsize=5356 CPUtime=0
/proc/14699/stat : 14699 (sh) S 14676 14676 13879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974216801 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14699/statm: 1339 232 193 169 0 50 0
[pid=14700] ppid=14699 vsize=7276 CPUtime=9.81
/proc/14700/stat : 14700 (minisat) R 14699 14676 13879 0 -1 4194304 1740 0 0 0 980 1 0 0 25 0 1 0 1974216801 7450624 1726 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14700/statm: 1819 1726 75 150 0 1666 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 26232

[startup+25.5022 s]
/proc/loadavg: 1.95 1.97 1.87 3/77 14700
/proc/meminfo: memFree=1807120/2055920 swapFree=4180444/4192956
[pid=14676] ppid=14674 vsize=13600 CPUtime=2.66
/proc/14676/stat : 14676 (sugar) S 14674 14676 13879 0 -1 4194304 1031 14926 0 2 3 1 251 11 16 0 1 0 1974216522 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14676/statm: 3400 798 370 3 0 500 0
[pid=14699] ppid=14676 vsize=5356 CPUtime=0
/proc/14699/stat : 14699 (sh) S 14676 14676 13879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974216801 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14699/statm: 1339 232 193 169 0 50 0
[pid=14700] ppid=14699 vsize=9500 CPUtime=22.49
/proc/14700/stat : 14700 (minisat) R 14699 14676 13879 0 -1 4194304 2269 0 0 0 2247 2 0 0 25 0 1 0 1974216801 9728000 2255 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14700/statm: 2375 2255 75 150 0 2222 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 28456

[startup+51.1015 s]
/proc/loadavg: 1.96 1.97 1.87 3/77 14700
/proc/meminfo: memFree=1804304/2055920 swapFree=4180444/4192956
[pid=14676] ppid=14674 vsize=13600 CPUtime=2.66
/proc/14676/stat : 14676 (sugar) S 14674 14676 13879 0 -1 4194304 1031 14926 0 2 3 1 251 11 16 0 1 0 1974216522 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14676/statm: 3400 798 370 3 0 500 0
[pid=14699] ppid=14676 vsize=5356 CPUtime=0
/proc/14699/stat : 14699 (sh) S 14676 14676 13879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974216801 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14699/statm: 1339 232 193 169 0 50 0
[pid=14700] ppid=14699 vsize=12300 CPUtime=47.85
/proc/14700/stat : 14700 (minisat) R 14699 14676 13879 0 -1 4194304 2961 0 0 0 4782 3 0 0 25 0 1 0 1974216801 12595200 2947 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14700/statm: 3075 2947 75 150 0 2922 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 31256

[startup+102.301 s]
/proc/loadavg: 1.98 1.97 1.88 3/77 14700
/proc/meminfo: memFree=1801744/2055920 swapFree=4180444/4192956
[pid=14676] ppid=14674 vsize=13600 CPUtime=2.66
/proc/14676/stat : 14676 (sugar) S 14674 14676 13879 0 -1 4194304 1031 14926 0 2 3 1 251 11 16 0 1 0 1974216522 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14676/statm: 3400 798 370 3 0 500 0
[pid=14699] ppid=14676 vsize=5356 CPUtime=0
/proc/14699/stat : 14699 (sh) S 14676 14676 13879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974216801 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14699/statm: 1339 232 193 169 0 50 0
[pid=14700] ppid=14699 vsize=14632 CPUtime=98.56
/proc/14700/stat : 14700 (minisat) R 14699 14676 13879 0 -1 4194304 3548 0 0 0 9852 4 0 0 25 0 1 0 1974216801 14983168 3534 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14700/statm: 3658 3534 75 150 0 3505 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 33588

[startup+162.302 s]
/proc/loadavg: 1.99 1.97 1.88 3/77 14700
/proc/meminfo: memFree=1800080/2055920 swapFree=4180444/4192956
[pid=14676] ppid=14674 vsize=13600 CPUtime=2.66
/proc/14676/stat : 14676 (sugar) S 14674 14676 13879 0 -1 4194304 1031 14926 0 2 3 1 251 11 16 0 1 0 1974216522 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14676/statm: 3400 798 370 3 0 500 0
[pid=14699] ppid=14676 vsize=5356 CPUtime=0
/proc/14699/stat : 14699 (sh) S 14676 14676 13879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974216801 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14699/statm: 1339 232 193 169 0 50 0
[pid=14700] ppid=14699 vsize=15304 CPUtime=157.99
/proc/14700/stat : 14700 (minisat) R 14699 14676 13879 0 -1 4194304 3705 0 0 0 15795 4 0 0 25 0 1 0 1974216801 15671296 3691 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14700/statm: 3826 3691 75 150 0 3673 0
Current children cumulated CPU time (s) 160.65
Current children cumulated vsize (KiB) 34260

[startup+222.308 s]
/proc/loadavg: 1.99 1.97 1.89 3/77 14700
/proc/meminfo: memFree=1796944/2055920 swapFree=4180444/4192956
[pid=14676] ppid=14674 vsize=13600 CPUtime=2.66
/proc/14676/stat : 14676 (sugar) S 14674 14676 13879 0 -1 4194304 1031 14926 0 2 3 1 251 11 16 0 1 0 1974216522 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14676/statm: 3400 798 370 3 0 500 0
[pid=14699] ppid=14676 vsize=5356 CPUtime=0
/proc/14699/stat : 14699 (sh) S 14676 14676 13879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974216801 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14699/statm: 1339 232 193 169 0 50 0
[pid=14700] ppid=14699 vsize=16860 CPUtime=217.43
/proc/14700/stat : 14700 (minisat) R 14699 14676 13879 0 -1 4194304 4058 0 0 0 21738 5 0 0 25 0 1 0 1974216801 17264640 4044 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14700/statm: 4215 4044 75 150 0 4062 0
Current children cumulated CPU time (s) 220.09
Current children cumulated vsize (KiB) 35816

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

[pid=14676] ppid=14674 vsize=13600 CPUtime=2.66
/proc/14676/stat : 14676 (sugar) S 14674 14676 13879 0 -1 4194304 1031 14926 0 2 3 1 251 11 16 0 1 0 1974216522 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14676/statm: 3400 798 370 3 0 500 0
[pid=14699] ppid=14676 vsize=5356 CPUtime=0
/proc/14699/stat : 14699 (sh) S 14676 14676 13879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974216801 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14699/statm: 1339 232 193 169 0 50 0
[pid=14700] ppid=14699 vsize=28728 CPUtime=1227.84
/proc/14700/stat : 14700 (minisat) R 14699 14676 13879 0 -1 4194304 6940 0 0 0 122771 13 0 0 25 0 1 0 1974216801 29417472 6926 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14700/statm: 7182 6926 75 150 0 7029 0
Current children cumulated CPU time (s) 1230.5
Current children cumulated vsize (KiB) 47684

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 1.95 3/76 14820
/proc/meminfo: memFree=1779544/2055920 swapFree=4180444/4192956
[pid=14676] ppid=14674 vsize=13600 CPUtime=2.66
/proc/14676/stat : 14676 (sugar) S 14674 14676 13879 0 -1 4194304 1031 14926 0 2 3 1 251 11 16 0 1 0 1974216522 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14676/statm: 3400 798 370 3 0 500 0
[pid=14699] ppid=14676 vsize=5356 CPUtime=0
/proc/14699/stat : 14699 (sh) S 14676 14676 13879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974216801 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14699/statm: 1339 232 193 169 0 50 0
[pid=14700] ppid=14699 vsize=29288 CPUtime=1287.81
/proc/14700/stat : 14700 (minisat) R 14699 14676 13879 0 -1 4194304 7064 0 0 0 128768 13 0 0 25 0 1 0 1974216801 29990912 7050 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14700/statm: 7322 7050 75 150 0 7169 0
Current children cumulated CPU time (s) 1290.47
Current children cumulated vsize (KiB) 48244

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 1.95 3/76 14820
/proc/meminfo: memFree=1760088/2055920 swapFree=4180444/4192956
[pid=14676] ppid=14674 vsize=13600 CPUtime=2.66
/proc/14676/stat : 14676 (sugar) S 14674 14676 13879 0 -1 4194304 1031 14926 0 2 3 1 251 11 16 0 1 0 1974216522 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14676/statm: 3400 798 370 3 0 500 0
[pid=14699] ppid=14676 vsize=5356 CPUtime=0
/proc/14699/stat : 14699 (sh) S 14676 14676 13879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974216801 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14699/statm: 1339 232 193 169 0 50 0
[pid=14700] ppid=14699 vsize=29476 CPUtime=1347.78
/proc/14700/stat : 14700 (minisat) R 14699 14676 13879 0 -1 4194304 7094 0 0 0 134765 13 0 0 25 0 1 0 1974216801 30183424 7080 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14700/statm: 7369 7080 75 150 0 7216 0
Current children cumulated CPU time (s) 1350.44
Current children cumulated vsize (KiB) 48432

[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/76 14820
/proc/meminfo: memFree=1754648/2055920 swapFree=4180444/4192956
[pid=14676] ppid=14674 vsize=13600 CPUtime=2.66
/proc/14676/stat : 14676 (sugar) S 14674 14676 13879 0 -1 4194304 1031 14926 0 2 3 1 251 11 16 0 1 0 1974216522 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14676/statm: 3400 798 370 3 0 500 0
[pid=14699] ppid=14676 vsize=5356 CPUtime=0
/proc/14699/stat : 14699 (sh) S 14676 14676 13879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974216801 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14699/statm: 1339 232 193 169 0 50 0
[pid=14700] ppid=14699 vsize=29912 CPUtime=1407.76
/proc/14700/stat : 14700 (minisat) R 14699 14676 13879 0 -1 4194304 7199 0 0 0 140763 13 0 0 25 0 1 0 1974216801 30629888 7185 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14700/statm: 7478 7185 75 150 0 7325 0
Current children cumulated CPU time (s) 1410.42
Current children cumulated vsize (KiB) 48868

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/76 14820
/proc/meminfo: memFree=1738584/2055920 swapFree=4180444/4192956
[pid=14676] ppid=14674 vsize=13600 CPUtime=2.66
/proc/14676/stat : 14676 (sugar) S 14674 14676 13879 0 -1 4194304 1031 14926 0 2 3 1 251 11 16 0 1 0 1974216522 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14676/statm: 3400 798 370 3 0 500 0
[pid=14699] ppid=14676 vsize=5356 CPUtime=0
/proc/14699/stat : 14699 (sh) S 14676 14676 13879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974216801 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14699/statm: 1339 232 193 169 0 50 0
[pid=14700] ppid=14699 vsize=30044 CPUtime=1467.73
/proc/14700/stat : 14700 (minisat) R 14699 14676 13879 0 -1 4194304 7247 0 0 0 146759 14 0 0 25 0 1 0 1974216801 30765056 7233 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14700/statm: 7511 7233 75 150 0 7358 0
Current children cumulated CPU time (s) 1470.39
Current children cumulated vsize (KiB) 49000

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 1.95 3/76 14820
/proc/meminfo: memFree=1738392/2055920 swapFree=4180444/4192956
[pid=14676] ppid=14674 vsize=13600 CPUtime=2.66
/proc/14676/stat : 14676 (sugar) S 14674 14676 13879 0 -1 4194304 1031 14926 0 2 3 1 251 11 16 0 1 0 1974216522 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14676/statm: 3400 798 370 3 0 500 0
[pid=14699] ppid=14676 vsize=5356 CPUtime=0
/proc/14699/stat : 14699 (sh) S 14676 14676 13879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974216801 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14699/statm: 1339 232 193 169 0 50 0
[pid=14700] ppid=14699 vsize=30180 CPUtime=1527.71
/proc/14700/stat : 14700 (minisat) R 14699 14676 13879 0 -1 4194304 7290 0 0 0 152757 14 0 0 25 0 1 0 1974216801 30904320 7276 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14700/statm: 7545 7276 75 150 0 7392 0
Current children cumulated CPU time (s) 1530.37
Current children cumulated vsize (KiB) 49136

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/76 14820
/proc/meminfo: memFree=1722968/2055920 swapFree=4180444/4192956
[pid=14676] ppid=14674 vsize=13600 CPUtime=2.66
/proc/14676/stat : 14676 (sugar) S 14674 14676 13879 0 -1 4194304 1031 14926 0 2 3 1 251 11 16 0 1 0 1974216522 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14676/statm: 3400 798 370 3 0 500 0
[pid=14699] ppid=14676 vsize=5356 CPUtime=0
/proc/14699/stat : 14699 (sh) S 14676 14676 13879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974216801 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14699/statm: 1339 232 193 169 0 50 0
[pid=14700] ppid=14699 vsize=31764 CPUtime=1587.68
/proc/14700/stat : 14700 (minisat) R 14699 14676 13879 0 -1 4194304 7676 0 0 0 158753 15 0 0 25 0 1 0 1974216801 32526336 7662 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/14700/statm: 7941 7662 75 150 0 7788 0
Current children cumulated CPU time (s) 1590.34
Current children cumulated vsize (KiB) 50720

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/76 14820
/proc/meminfo: memFree=1722776/2055920 swapFree=4180444/4192956
[pid=14676] ppid=14674 vsize=13600 CPUtime=2.66
/proc/14676/stat : 14676 (sugar) S 14674 14676 13879 0 -1 4194304 1031 14926 0 2 3 1 251 11 16 0 1 0 1974216522 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14676/statm: 3400 798 370 3 0 500 0
[pid=14699] ppid=14676 vsize=5356 CPUtime=0
/proc/14699/stat : 14699 (sh) S 14676 14676 13879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974216801 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14699/statm: 1339 232 193 169 0 50 0
[pid=14700] ppid=14699 vsize=31764 CPUtime=1647.65
/proc/14700/stat : 14700 (minisat) R 14699 14676 13879 0 -1 4194304 7696 0 0 0 164750 15 0 0 25 0 1 0 1974216801 32526336 7682 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/14700/statm: 7941 7682 75 150 0 7788 0
Current children cumulated CPU time (s) 1650.31
Current children cumulated vsize (KiB) 50720

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/76 14820
/proc/meminfo: memFree=1721240/2055920 swapFree=4180444/4192956
[pid=14676] ppid=14674 vsize=13600 CPUtime=2.66
/proc/14676/stat : 14676 (sugar) S 14674 14676 13879 0 -1 4194304 1031 14926 0 2 3 1 251 11 16 0 1 0 1974216522 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14676/statm: 3400 798 370 3 0 500 0
[pid=14699] ppid=14676 vsize=5356 CPUtime=0
/proc/14699/stat : 14699 (sh) S 14676 14676 13879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974216801 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14699/statm: 1339 232 193 169 0 50 0
[pid=14700] ppid=14699 vsize=32072 CPUtime=1707.62
/proc/14700/stat : 14700 (minisat) R 14699 14676 13879 0 -1 4194304 7763 0 0 0 170747 15 0 0 25 0 1 0 1974216801 32841728 7749 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/14700/statm: 8018 7749 75 150 0 7865 0
Current children cumulated CPU time (s) 1710.28
Current children cumulated vsize (KiB) 51028

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/76 14820
/proc/meminfo: memFree=1708312/2055920 swapFree=4180444/4192956
[pid=14676] ppid=14674 vsize=13600 CPUtime=2.66
/proc/14676/stat : 14676 (sugar) S 14674 14676 13879 0 -1 4194304 1031 14926 0 2 3 1 251 11 16 0 1 0 1974216522 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14676/statm: 3400 798 370 3 0 500 0
[pid=14699] ppid=14676 vsize=5356 CPUtime=0
/proc/14699/stat : 14699 (sh) S 14676 14676 13879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974216801 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14699/statm: 1339 232 193 169 0 50 0
[pid=14700] ppid=14699 vsize=32236 CPUtime=1767.6
/proc/14700/stat : 14700 (minisat) R 14699 14676 13879 0 -1 4194304 7772 0 0 0 176745 15 0 0 25 0 1 0 1974216801 33009664 7758 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/14700/statm: 8059 7758 75 150 0 7906 0
Current children cumulated CPU time (s) 1770.26
Current children cumulated vsize (KiB) 51192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.1 s]
/proc/loadavg: 2.00 2.00 1.95 3/76 14820
/proc/meminfo: memFree=1708120/2055920 swapFree=4180444/4192956
[pid=14676] ppid=14674 vsize=13600 CPUtime=2.66
/proc/14676/stat : 14676 (sugar) S 14674 14676 13879 0 -1 4194304 1031 14926 0 2 3 1 251 11 16 0 1 0 1974216522 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14676/statm: 3400 798 370 3 0 500 0
[pid=14699] ppid=14676 vsize=5356 CPUtime=0
/proc/14699/stat : 14699 (sh) S 14676 14676 13879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974216801 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14699/statm: 1339 232 193 169 0 50 0
[pid=14700] ppid=14699 vsize=32400 CPUtime=1797.39
/proc/14700/stat : 14700 (minisat) R 14699 14676 13879 0 -1 4194304 7831 0 0 0 179724 15 0 0 25 0 1 0 1974216801 33177600 7817 996147200 134512640 135127466 4294956272 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/14700/statm: 8100 7817 75 150 0 7947 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 51356

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

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

Child status: 0
Real time (s): 1812.12
CPU time (s): 1800.09
CPU user time (s): 1799.8
CPU system time (s): 0.293955
CPU usage (%): 99.336
Max. virtual memory (cumulated for all children) (KiB): 883260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.8
system time used= 0.293955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24404
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= 1943
involuntary context switches= 30714

runsolver used 2.09268 second user time and 6.15906 second system time

The end

Launcher Data (download as text)

Begin job on node68 at 2008-07-02 00:47:50
IDJOB=1035580
IDBENCH=53405
IDSOLVER=346
FILE ID=node68/1035580-1214952470
PBS_JOBID= 7870197
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/frb53-24/normalized-frb53-24-1_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-1035580-1214952470/watcher-1035580-1214952470 -o /tmp/evaluation-result-1035580-1214952470/solver-1035580-1214952470 -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-1035580-1214952470.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8799afd66e4417bd72843d3fc55d3044
RANDOM SEED=1274983140

node68.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.261
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.261
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:       1820616 kB
Buffers:         14820 kB
Cached:         124112 kB
SwapCached:       6520 kB
Active:          97388 kB
Inactive:        75336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1820616 kB
SwapTotal:     4192956 kB
SwapFree:      4180444 kB
Dirty:            1780 kB
Writeback:           0 kB
Mapped:          40872 kB
Slab:            47784 kB
Committed_AS:  4068856 kB
PageTables:       1808 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= 66540 MiB
End job on node68 at 2008-07-02 01:18:04