Trace number 1102254

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 1806.52

General information on the benchmark

Namecsp/rand-2-50-23-fcd/
normalized-rand-2-50-23-587-230-fcd-31_ext.xml
MD5SUM8abe9e2c8a174ee569de489732c3fca9
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 benchmark11.4633
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints473
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension473
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sun Jul  6 00:39:19 2008
0.00/0.04	c 0	PID 2889
0.03/0.05	c 0	HOST node20.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1102254-1215297559.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-1102254-1215297559.xml' 'HOME/temp.csp'
0.03/0.59	c 1	1 domains, 50 variables, 0 predicates, 473 relations, 473 constraints
0.03/0.63	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.63	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.57/0.71	c 1	Parsing HOME/temp.csp
1.03/1.17	c 1	parsed 997 expressions
1.03/1.18	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.03/1.18	c 1	Converting to clausal form CSP
1.12/1.20	c 1	converted 100 (10%) expressions
1.12/1.21	c 1	converted 200 (20%) expressions
1.12/1.21	c 1	converted 300 (30%) expressions
1.12/1.27	c 1	converted 399 (40%) expressions
1.12/1.28	c 1	converted 499 (50%) expressions
1.22/1.33	c 1	converted 599 (60%) expressions
1.22/1.36	c 1	converted 698 (70%) expressions
1.22/1.40	c 2	converted 798 (80%) expressions
1.32/1.43	c 2	converted 898 (90%) expressions
1.42/1.57	c 2	converted 997 (100%) expressions
1.42/1.57	c 2	CSP : 50 integers, 0 booleans, 473 clauses, largest domain size 23
1.42/1.57	c 2	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.42/1.57	c 2	Propagation in CSP
1.42/1.57	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.42/1.57	c 2	CSP : 50 integers, 0 booleans, 473 clauses, largest domain size 23
1.42/1.57	c 2	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.42/1.57	c 2	Simplifing CSP by introducing new Boolean variables
1.42/1.57	c 2	CSP : 50 integers, 0 booleans, 473 clauses, largest domain size 23
1.42/1.57	c 2	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.52/1.63	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.52/1.64	c 2	5 (10%) CSP integer variables are encoded (105 clauses, 1013 bytes)
1.52/1.64	c 2	10 (20%) CSP integer variables are encoded (210 clauses, 2168 bytes)
1.52/1.65	c 2	15 (30%) CSP integer variables are encoded (315 clauses, 3323 bytes)
1.52/1.65	c 2	20 (40%) CSP integer variables are encoded (420 clauses, 4478 bytes)
1.52/1.65	c 2	25 (50%) CSP integer variables are encoded (525 clauses, 5633 bytes)
1.52/1.65	c 2	30 (60%) CSP integer variables are encoded (630 clauses, 6788 bytes)
1.52/1.65	c 2	35 (70%) CSP integer variables are encoded (735 clauses, 7943 bytes)
1.52/1.65	c 2	40 (80%) CSP integer variables are encoded (840 clauses, 9098 bytes)
1.52/1.65	c 2	45 (90%) CSP integer variables are encoded (945 clauses, 10253 bytes)
1.52/1.65	c 2	50 (100%) CSP integer variables are encoded (1050 clauses, 11601 bytes)
1.62/1.72	c 2	48 (10%) CSP clauses are encoded (5394 clauses, 83900 bytes)
1.62/1.75	c 2	95 (20%) CSP clauses are encoded (9604 clauses, 157641 bytes)
1.62/1.77	c 2	142 (30%) CSP clauses are encoded (14019 clauses, 241738 bytes)
1.71/1.80	c 2	190 (40%) CSP clauses are encoded (18240 clauses, 323345 bytes)
1.71/1.83	c 2	237 (50%) CSP clauses are encoded (22616 clauses, 407245 bytes)
1.71/1.85	c 2	284 (60%) CSP clauses are encoded (26868 clauses, 489493 bytes)
1.71/1.88	c 2	332 (70%) CSP clauses are encoded (31131 clauses, 571721 bytes)
1.82/1.90	c 2	379 (80%) CSP clauses are encoded (35462 clauses, 655860 bytes)
1.82/1.93	c 2	426 (90%) CSP clauses are encoded (39664 clauses, 737793 bytes)
1.82/1.95	c 2	473 (100%) CSP clauses are encoded (43845 clauses, 821809 bytes)
1.82/1.95	c 2	473 CSP clauses encoded
1.82/1.95	c 2	Writing map file : HOME/temp.map
1.82/1.95	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.82/1.95	c 2	SAT : 1100 SAT variables, 43845 SAT clauses, 821809 bytes
1.82/1.95	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.82/1.99	c 2	SOLVING HOME/temp.cnf
1.82/1.99	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.82/1.99	c 2	This is MiniSat 2.0 beta
1.82/1.99	c 2	WARNING: for repeatability, setting FPU to use double precision
1.82/1.99	c 2	============================[ Problem Statistics ]=============================
1.82/1.99	c 2	|                                                                             |
1.82/2.00	c 2	|  Number of variables:  1100                                                 |
1.82/2.00	c 2	|  Number of clauses:    43845                                                |
1.89/2.02	c 2	|  Parsing time:         0.02         s                                       |
1.89/2.02	c 2	============================[ Search Statistics ]==============================
1.89/2.02	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.89/2.02	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.89/2.02	c 2	===============================================================================
1.89/2.02	c 2	|         0 |    1100    43845   163670 |    14615        0    nan |  0.000 % |
1.89/2.04	c 2	|       100 |    1100    43845   163670 |    16076      100     14 |  0.000 % |
1.89/2.07	c 2	|       250 |    1100    43845   163670 |    17684      250     14 |  0.003 % |
1.98/2.11	c 2	|       477 |    1100    43845   163670 |    19452      477     14 |  0.002 % |
1.98/2.16	c 2	|       814 |    1100    43845   163670 |    21397      814     14 |  0.003 % |
2.08/2.24	c 2	|      1320 |    1100    43845   163670 |    23537     1320     14 |  0.003 % |
2.18/2.37	c 2	|      2080 |    1100    43845   163670 |    25891     2080     14 |  0.003 % |
2.38/2.57	c 3	|      3219 |    1100    43845   163670 |    28480     3219     14 |  0.003 % |
2.67/2.89	c 3	|      4927 |    1100    43845   163670 |    31328     4927     15 |  0.003 % |
3.27/3.43	c 4	|      7489 |    1100    43845   163670 |    34461     7489     15 |  0.005 % |
4.17/4.31	c 4	|     11333 |    1100    43845   163670 |    37907    11333     15 |  0.005 % |
5.66/5.86	c 6	|     17102 |    1100    43845   163670 |    41698    17102     16 |  0.005 % |
8.45/8.66	c 9	|     25751 |    1100    43845   163670 |    45868    25751     17 |  0.005 % |
14.12/14.35	c 14	|     38727 |    1100    43845   163670 |    50454    38727     17 |  0.001 % |
23.67/23.98	c 24	|     58189 |    1100    43845   163670 |    55500    22927     16 |  0.005 % |
38.50/38.84	c 39	|     87381 |    1100    43845   163670 |    61050    52119     17 |  0.005 % |
62.37/62.87	c 63	|    131170 |    1100    43845   163670 |    67155    50217     17 |  0.003 % |
100.19/100.83	c 101	|    196854 |    1100    43845   163670 |    73871    63578     18 |  0.005 % |
159.30/160.22	c 160	|    295380 |    1100    43845   163670 |    81258    45954     18 |  0.003 % |
248.17/249.59	c 250	|    443169 |    1100    43845   163670 |    89384    60233     24 |  0.003 % |
390.85/392.95	c 393	|    664853 |    1100    43845   163670 |    98322    64352     19 |  0.003 % |
627.39/630.62	c 631	|    997378 |    1100    43845   163670 |   108154    68621     24 |  0.003 % |
1021.16/1026.37	c 1026	|   1496167 |    1100    43845   163670 |   118970    24599     19 |  0.002 % |
1584.71/1591.03	c 1591	|   2244350 |    1100    43845   163670 |   130867    66112     22 |  0.004 % |
1800.03/1806.51	sh: line 1:  2913 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.03/1806.51	c 1807	DECODING HOME/temp.out WITH HOME/temp.map
1800.03/1806.51	c 1807	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/1806.51	c ERROR INTERRUPTED
1800.03/1806.51	s UNKNOWN
1800.03/1806.51	c 1807	CPU 1799.79 (0.04 0 1799.75 0.27)
1800.03/1806.51	c 1807	END Sun Jul  6 01:09:26 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-1102254-1215297559/watcher-1102254-1215297559 -o /tmp/evaluation-result-1102254-1215297559/solver-1102254-1215297559 -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-1102254-1215297559.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.97 1.99 4/72 2889
/proc/meminfo: memFree=1662344/2055920 swapFree=4122288/4192956
[pid=2889] ppid=2887 vsize=12268 CPUtime=0
/proc/2889/stat : 2889 (sugar) R 2887 2889 2270 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1318001818 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 273952766565 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/2889/statm: 3067 316 241 3 0 167 0

[startup+0.04937 s]
/proc/loadavg: 1.99 1.97 1.99 4/72 2889
/proc/meminfo: memFree=1662344/2055920 swapFree=4122288/4192956
[pid=2889] ppid=2887 vsize=13600 CPUtime=0.03
/proc/2889/stat : 2889 (sugar) S 2887 2889 2270 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1318001818 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2889/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101741 s]
/proc/loadavg: 1.99 1.97 1.99 4/72 2889
/proc/meminfo: memFree=1662344/2055920 swapFree=4122288/4192956
[pid=2889] ppid=2887 vsize=13600 CPUtime=0.03
/proc/2889/stat : 2889 (sugar) S 2887 2889 2270 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1318001818 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2889/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30178 s]
/proc/loadavg: 1.99 1.97 1.99 4/72 2889
/proc/meminfo: memFree=1662344/2055920 swapFree=4122288/4192956
[pid=2889] ppid=2887 vsize=13600 CPUtime=0.03
/proc/2889/stat : 2889 (sugar) S 2887 2889 2270 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1318001818 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2889/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701859 s]
/proc/loadavg: 1.99 1.97 1.99 4/72 2889
/proc/meminfo: memFree=1662344/2055920 swapFree=4122288/4192956
[pid=2889] ppid=2887 vsize=13600 CPUtime=0.57
/proc/2889/stat : 2889 (sugar) S 2887 2889 2270 0 -1 4194304 956 4923 0 1 3 0 49 5 16 0 1 0 1318001818 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2889/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 13600

[startup+1.50302 s]
/proc/loadavg: 1.99 1.97 1.99 4/83 2911
/proc/meminfo: memFree=1649968/2055920 swapFree=4122288/4192956
[pid=2889] ppid=2887 vsize=13600 CPUtime=0.57
/proc/2889/stat : 2889 (sugar) S 2887 2889 2270 0 -1 4194304 973 4923 0 1 3 0 49 5 15 0 1 0 1318001818 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2889/statm: 3400 797 370 3 0 500 0
[pid=2902] ppid=2889 vsize=5356 CPUtime=0
/proc/2902/stat : 2902 (sh) S 2889 2889 2270 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1318001881 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2902/statm: 1339 233 193 169 0 50 0
[pid=2903] ppid=2902 vsize=864136 CPUtime=0.85
/proc/2903/stat : 2903 (java) S 2902 2889 2270 0 -1 0 8269 0 1 0 80 5 0 0 18 0 9 0 1318001881 884875264 7523 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2903/statm: 216034 7523 2540 9 0 210609 0
[pid=2903/tid=2904] ppid=2902 vsize=864136 CPUtime=0.44
/proc/2903/task/2904/stat : 2904 (java) R 2902 2889 2270 0 -1 64 2588 0 1 0 43 1 0 0 23 0 9 0 1318001882 884875264 7523 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2903/tid=2905] ppid=2902 vsize=864136 CPUtime=0.29
/proc/2903/task/2905/stat : 2905 (java) R 2902 2889 2270 0 -1 64 4645 0 0 0 27 2 0 0 16 0 9 0 1318001883 884875264 7523 996147200 134512640 134550740 4294955952 18446744073709551615 103737199 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2903/tid=2906] ppid=2902 vsize=864136 CPUtime=0
/proc/2903/task/2906/stat : 2906 (java) S 2902 2889 2270 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1318001883 884875264 7523 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2903/tid=2907] ppid=2902 vsize=864136 CPUtime=0
/proc/2903/task/2907/stat : 2907 (java) S 2902 2889 2270 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1318001883 884875264 7523 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2903/tid=2908] ppid=2902 vsize=864136 CPUtime=0
/proc/2903/task/2908/stat : 2908 (java) S 2902 2889 2270 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1318001885 884875264 7523 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2903/tid=2909] ppid=2902 vsize=864136 CPUtime=0.08
/proc/2903/task/2909/stat : 2909 (java) S 2902 2889 2270 0 -1 64 340 0 0 0 8 0 0 0 16 0 9 0 1318001885 884875264 7523 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2903/tid=2910] ppid=2902 vsize=864136 CPUtime=0
/proc/2903/task/2910/stat : 2910 (java) S 2902 2889 2270 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1318001885 884875264 7523 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2903/tid=2911] ppid=2902 vsize=864136 CPUtime=0
/proc/2903/task/2911/stat : 2911 (java) S 2902 2889 2270 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1318001885 884875264 7523 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 883092

[startup+3.10134 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 2913
/proc/meminfo: memFree=1655600/2055920 swapFree=4122288/4192956
[pid=2889] ppid=2887 vsize=13600 CPUtime=1.89
/proc/2889/stat : 2889 (sugar) S 2887 2889 2270 0 -1 4194304 1031 13953 0 2 3 0 174 12 15 0 1 0 1318001818 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2889/statm: 3400 798 370 3 0 500 0
[pid=2912] ppid=2889 vsize=5356 CPUtime=0
/proc/2912/stat : 2912 (sh) S 2889 2889 2270 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1318002017 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2912/statm: 1339 232 193 169 0 50 0
[pid=2913] ppid=2912 vsize=4656 CPUtime=1.08
/proc/2913/stat : 2913 (minisat) R 2912 2889 2270 0 -1 4194304 998 0 0 0 108 0 0 0 25 0 1 0 1318002017 4767744 984 996147200 134512640 135127466 4294956256 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 1 0 0
/proc/2913/statm: 1164 984 75 150 0 1011 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 23612

[startup+6.30297 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 2913
/proc/meminfo: memFree=1654064/2055920 swapFree=4122288/4192956
[pid=2889] ppid=2887 vsize=13600 CPUtime=1.89
/proc/2889/stat : 2889 (sugar) S 2887 2889 2270 0 -1 4194304 1031 13953 0 2 3 0 174 12 16 0 1 0 1318001818 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2889/statm: 3400 798 370 3 0 500 0
[pid=2912] ppid=2889 vsize=5356 CPUtime=0
/proc/2912/stat : 2912 (sh) S 2889 2889 2270 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1318002017 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2912/statm: 1339 232 193 169 0 50 0
[pid=2913] ppid=2912 vsize=5856 CPUtime=4.27
/proc/2913/stat : 2913 (minisat) R 2912 2889 2270 0 -1 4194304 1312 0 0 0 426 1 0 0 25 0 1 0 1318002017 5996544 1298 996147200 134512640 135127466 4294956256 18446744073709551615 134531095 0 0 4096 3 0 0 0 17 1 0 0
/proc/2913/statm: 1464 1298 75 150 0 1311 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 24812

[startup+12.7012 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 2913
/proc/meminfo: memFree=1652144/2055920 swapFree=4122288/4192956
[pid=2889] ppid=2887 vsize=13600 CPUtime=1.89
/proc/2889/stat : 2889 (sugar) S 2887 2889 2270 0 -1 4194304 1031 13953 0 2 3 0 174 12 16 0 1 0 1318001818 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2889/statm: 3400 798 370 3 0 500 0
[pid=2912] ppid=2889 vsize=5356 CPUtime=0
/proc/2912/stat : 2912 (sh) S 2889 2889 2270 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1318002017 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2912/statm: 1339 232 193 169 0 50 0
[pid=2913] ppid=2912 vsize=7612 CPUtime=10.64
/proc/2913/stat : 2913 (minisat) R 2912 2889 2270 0 -1 4194304 1741 0 0 0 1063 1 0 0 25 0 1 0 1318002017 7794688 1727 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2913/statm: 1903 1727 75 150 0 1750 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 26568

[startup+25.5017 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 2913
/proc/meminfo: memFree=1650288/2055920 swapFree=4122288/4192956
[pid=2889] ppid=2887 vsize=13600 CPUtime=1.89
/proc/2889/stat : 2889 (sugar) S 2887 2889 2270 0 -1 4194304 1031 13953 0 2 3 0 174 12 16 0 1 0 1318001818 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2889/statm: 3400 798 370 3 0 500 0
[pid=2912] ppid=2889 vsize=5356 CPUtime=0
/proc/2912/stat : 2912 (sh) S 2889 2889 2270 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1318002017 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2912/statm: 1339 232 193 169 0 50 0
[pid=2913] ppid=2912 vsize=9288 CPUtime=23.37
/proc/2913/stat : 2913 (minisat) R 2912 2889 2270 0 -1 4194304 2163 0 0 0 2335 2 0 0 25 0 1 0 1318002017 9510912 2149 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2913/statm: 2322 2149 75 150 0 2169 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 28244

[startup+51.1028 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 2913
/proc/meminfo: memFree=1648944/2055920 swapFree=4122288/4192956
[pid=2889] ppid=2887 vsize=13600 CPUtime=1.89
/proc/2889/stat : 2889 (sugar) S 2887 2889 2270 0 -1 4194304 1031 13953 0 2 3 0 174 12 16 0 1 0 1318001818 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2889/statm: 3400 798 370 3 0 500 0
[pid=2912] ppid=2889 vsize=5356 CPUtime=0
/proc/2912/stat : 2912 (sh) S 2889 2889 2270 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1318002017 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2912/statm: 1339 232 193 169 0 50 0
[pid=2913] ppid=2912 vsize=10752 CPUtime=48.84
/proc/2913/stat : 2913 (minisat) R 2912 2889 2270 0 -1 4194304 2531 0 0 0 4882 2 0 0 25 0 1 0 1318002017 11010048 2517 996147200 134512640 135127466 4294956256 18446744073709551615 134531110 0 0 4096 3 0 0 0 17 1 0 0
/proc/2913/statm: 2688 2517 75 150 0 2535 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 29708

[startup+102.307 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 2913
/proc/meminfo: memFree=1647600/2055920 swapFree=4122288/4192956
[pid=2889] ppid=2887 vsize=13600 CPUtime=1.89
/proc/2889/stat : 2889 (sugar) S 2887 2889 2270 0 -1 4194304 1031 13953 0 2 3 0 174 12 16 0 1 0 1318001818 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2889/statm: 3400 798 370 3 0 500 0
[pid=2912] ppid=2889 vsize=5356 CPUtime=0
/proc/2912/stat : 2912 (sh) S 2889 2889 2270 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1318002017 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2912/statm: 1339 232 193 169 0 50 0
[pid=2913] ppid=2912 vsize=11972 CPUtime=99.8
/proc/2913/stat : 2913 (minisat) R 2912 2889 2270 0 -1 4194304 2811 0 0 0 9977 3 0 0 25 0 1 0 1318002017 12259328 2797 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/2913/statm: 2993 2797 75 150 0 2840 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 30928

[startup+162.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 2913
/proc/meminfo: memFree=1646384/2055920 swapFree=4122288/4192956
[pid=2889] ppid=2887 vsize=13600 CPUtime=1.89
/proc/2889/stat : 2889 (sugar) S 2887 2889 2270 0 -1 4194304 1031 13953 0 2 3 0 174 12 16 0 1 0 1318001818 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2889/statm: 3400 798 370 3 0 500 0
[pid=2912] ppid=2889 vsize=5356 CPUtime=0
/proc/2912/stat : 2912 (sh) S 2889 2889 2270 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1318002017 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2912/statm: 1339 232 193 169 0 50 0
[pid=2913] ppid=2912 vsize=13352 CPUtime=159.5
/proc/2913/stat : 2913 (minisat) R 2912 2889 2270 0 -1 4194304 3135 0 0 0 15947 3 0 0 25 0 1 0 1318002017 13672448 3121 996147200 134512640 135127466 4294956256 18446744073709551615 134527234 0 0 4096 3 0 0 0 17 1 0 0
/proc/2913/statm: 3338 3121 75 150 0 3185 0
Current children cumulated CPU time (s) 161.39
Current children cumulated vsize (KiB) 32308

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 2913
/proc/meminfo: memFree=1643760/2055920 swapFree=4122288/4192956
[pid=2889] ppid=2887 vsize=13600 CPUtime=1.89
/proc/2889/stat : 2889 (sugar) S 2887 2889 2270 0 -1 4194304 1031 13953 0 2 3 0 174 12 16 0 1 0 1318001818 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2889/statm: 3400 798 370 3 0 500 0
[pid=2912] ppid=2889 vsize=5356 CPUtime=0
/proc/2912/stat : 2912 (sh) S 2889 2889 2270 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1318002017 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

[pid=2889] ppid=2887 vsize=13600 CPUtime=1.89
/proc/2889/stat : 2889 (sugar) S 2887 2889 2270 0 -1 4194304 1031 13953 0 2 3 0 174 12 16 0 1 0 1318001818 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2889/statm: 3400 798 370 3 0 500 0
[pid=2912] ppid=2889 vsize=5356 CPUtime=0
/proc/2912/stat : 2912 (sh) S 2889 2889 2270 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1318002017 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2912/statm: 1339 232 193 169 0 50 0
[pid=2913] ppid=2912 vsize=25920 CPUtime=1294.37
/proc/2913/stat : 2913 (minisat) R 2912 2889 2270 0 -1 4194304 6149 0 0 0 129425 12 0 0 25 0 1 0 1318002017 26542080 6135 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2913/statm: 6480 6135 75 150 0 6327 0
Current children cumulated CPU time (s) 1296.26
Current children cumulated vsize (KiB) 44876

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/83 2955
/proc/meminfo: memFree=1568160/2055920 swapFree=4122288/4192956
[pid=2889] ppid=2887 vsize=13600 CPUtime=1.89
/proc/2889/stat : 2889 (sugar) S 2887 2889 2270 0 -1 4194304 1031 13953 0 2 3 0 174 12 16 0 1 0 1318001818 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2889/statm: 3400 798 370 3 0 500 0
[pid=2912] ppid=2889 vsize=5356 CPUtime=0
/proc/2912/stat : 2912 (sh) S 2889 2889 2270 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1318002017 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2912/statm: 1339 232 193 169 0 50 0
[pid=2913] ppid=2912 vsize=26364 CPUtime=1354.31
/proc/2913/stat : 2913 (minisat) R 2912 2889 2270 0 -1 4194304 6268 0 0 0 135419 12 0 0 25 0 1 0 1318002017 26996736 6254 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2913/statm: 6591 6254 75 150 0 6438 0
Current children cumulated CPU time (s) 1356.2
Current children cumulated vsize (KiB) 45320

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.98 3/83 2955
/proc/meminfo: memFree=1567712/2055920 swapFree=4122288/4192956
[pid=2889] ppid=2887 vsize=13600 CPUtime=1.89
/proc/2889/stat : 2889 (sugar) S 2887 2889 2270 0 -1 4194304 1031 13953 0 2 3 0 174 12 16 0 1 0 1318001818 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2889/statm: 3400 798 370 3 0 500 0
[pid=2912] ppid=2889 vsize=5356 CPUtime=0
/proc/2912/stat : 2912 (sh) S 2889 2889 2270 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1318002017 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2912/statm: 1339 232 193 169 0 50 0
[pid=2913] ppid=2912 vsize=26768 CPUtime=1414.26
/proc/2913/stat : 2913 (minisat) R 2912 2889 2270 0 -1 4194304 6381 0 0 0 141414 12 0 0 25 0 1 0 1318002017 27410432 6367 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/2913/statm: 6692 6367 75 150 0 6539 0
Current children cumulated CPU time (s) 1416.15
Current children cumulated vsize (KiB) 45724

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/83 2955
/proc/meminfo: memFree=1565024/2055920 swapFree=4122288/4192956
[pid=2889] ppid=2887 vsize=13600 CPUtime=1.89
/proc/2889/stat : 2889 (sugar) S 2887 2889 2270 0 -1 4194304 1031 13953 0 2 3 0 174 12 16 0 1 0 1318001818 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2889/statm: 3400 798 370 3 0 500 0
[pid=2912] ppid=2889 vsize=5356 CPUtime=0
/proc/2912/stat : 2912 (sh) S 2889 2889 2270 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1318002017 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2912/statm: 1339 232 193 169 0 50 0
[pid=2913] ppid=2912 vsize=27048 CPUtime=1474.2
/proc/2913/stat : 2913 (minisat) R 2912 2889 2270 0 -1 4194304 6448 0 0 0 147408 12 0 0 25 0 1 0 1318002017 27697152 6434 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2913/statm: 6762 6434 75 150 0 6609 0
Current children cumulated CPU time (s) 1476.09
Current children cumulated vsize (KiB) 46004

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/83 2955
/proc/meminfo: memFree=1564384/2055920 swapFree=4122288/4192956
[pid=2889] ppid=2887 vsize=13600 CPUtime=1.89
/proc/2889/stat : 2889 (sugar) S 2887 2889 2270 0 -1 4194304 1031 13953 0 2 3 0 174 12 16 0 1 0 1318001818 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2889/statm: 3400 798 370 3 0 500 0
[pid=2912] ppid=2889 vsize=5356 CPUtime=0
/proc/2912/stat : 2912 (sh) S 2889 2889 2270 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1318002017 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2912/statm: 1339 232 193 169 0 50 0
[pid=2913] ppid=2912 vsize=27772 CPUtime=1534.16
/proc/2913/stat : 2913 (minisat) R 2912 2889 2270 0 -1 4194304 6599 0 0 0 153403 13 0 0 25 0 1 0 1318002017 28438528 6585 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 0 0 0
/proc/2913/statm: 6943 6585 75 150 0 6790 0
Current children cumulated CPU time (s) 1536.05
Current children cumulated vsize (KiB) 46728

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/83 2955
/proc/meminfo: memFree=1564064/2055920 swapFree=4122288/4192956
[pid=2889] ppid=2887 vsize=13600 CPUtime=1.89
/proc/2889/stat : 2889 (sugar) S 2887 2889 2270 0 -1 4194304 1031 13953 0 2 3 0 174 12 16 0 1 0 1318001818 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2889/statm: 3400 798 370 3 0 500 0
[pid=2912] ppid=2889 vsize=5356 CPUtime=0
/proc/2912/stat : 2912 (sh) S 2889 2889 2270 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1318002017 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2912/statm: 1339 232 193 169 0 50 0
[pid=2913] ppid=2912 vsize=27944 CPUtime=1594.1
/proc/2913/stat : 2913 (minisat) R 2912 2889 2270 0 -1 4194304 6670 0 0 0 159397 13 0 0 25 0 1 0 1318002017 28614656 6656 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2913/statm: 6986 6656 75 150 0 6833 0
Current children cumulated CPU time (s) 1595.99
Current children cumulated vsize (KiB) 46900

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/83 2957
/proc/meminfo: memFree=1562856/2055920 swapFree=4122288/4192956
[pid=2889] ppid=2887 vsize=13600 CPUtime=1.89
/proc/2889/stat : 2889 (sugar) S 2887 2889 2270 0 -1 4194304 1031 13953 0 2 3 0 174 12 16 0 1 0 1318001818 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2889/statm: 3400 798 370 3 0 500 0
[pid=2912] ppid=2889 vsize=5356 CPUtime=0
/proc/2912/stat : 2912 (sh) S 2889 2889 2270 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1318002017 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2912/statm: 1339 232 193 169 0 50 0
[pid=2913] ppid=2912 vsize=29060 CPUtime=1654.05
/proc/2913/stat : 2913 (minisat) R 2912 2889 2270 0 -1 4194304 6955 0 0 0 165392 13 0 0 25 0 1 0 1318002017 29757440 6941 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2913/statm: 7265 6941 75 150 0 7112 0
Current children cumulated CPU time (s) 1655.94
Current children cumulated vsize (KiB) 48016

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/83 2957
/proc/meminfo: memFree=1562536/2055920 swapFree=4122288/4192956
[pid=2889] ppid=2887 vsize=13600 CPUtime=1.89
/proc/2889/stat : 2889 (sugar) S 2887 2889 2270 0 -1 4194304 1031 13953 0 2 3 0 174 12 16 0 1 0 1318001818 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2889/statm: 3400 798 370 3 0 500 0
[pid=2912] ppid=2889 vsize=5356 CPUtime=0
/proc/2912/stat : 2912 (sh) S 2889 2889 2270 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1318002017 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2912/statm: 1339 232 193 169 0 50 0
[pid=2913] ppid=2912 vsize=29524 CPUtime=1714
/proc/2913/stat : 2913 (minisat) R 2912 2889 2270 0 -1 4194304 7036 0 0 0 171386 14 0 0 25 0 1 0 1318002017 30232576 7022 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2913/statm: 7381 7022 75 150 0 7228 0
Current children cumulated CPU time (s) 1715.89
Current children cumulated vsize (KiB) 48480

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/83 2957
/proc/meminfo: memFree=1562408/2055920 swapFree=4122288/4192956
[pid=2889] ppid=2887 vsize=13600 CPUtime=1.89
/proc/2889/stat : 2889 (sugar) S 2887 2889 2270 0 -1 4194304 1031 13953 0 2 3 0 174 12 16 0 1 0 1318001818 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2889/statm: 3400 798 370 3 0 500 0
[pid=2912] ppid=2889 vsize=5356 CPUtime=0
/proc/2912/stat : 2912 (sh) S 2889 2889 2270 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1318002017 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2912/statm: 1339 232 193 169 0 50 0
[pid=2913] ppid=2912 vsize=29524 CPUtime=1773.95
/proc/2913/stat : 2913 (minisat) R 2912 2889 2270 0 -1 4194304 7037 0 0 0 177381 14 0 0 25 0 1 0 1318002017 30232576 7023 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2913/statm: 7381 7023 75 150 0 7228 0
Current children cumulated CPU time (s) 1775.84
Current children cumulated vsize (KiB) 48480



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.5 s]
/proc/loadavg: 1.99 1.97 1.98 3/83 2957
/proc/meminfo: memFree=1562152/2055920 swapFree=4122288/4192956
[pid=2889] ppid=2887 vsize=13600 CPUtime=1.89
/proc/2889/stat : 2889 (sugar) S 2887 2889 2270 0 -1 4194304 1031 13953 0 2 3 0 174 12 16 0 1 0 1318001818 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2889/statm: 3400 798 370 3 0 500 0
[pid=2912] ppid=2889 vsize=5356 CPUtime=0
/proc/2912/stat : 2912 (sh) S 2889 2889 2270 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1318002017 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2912/statm: 1339 232 193 169 0 50 0
[pid=2913] ppid=2912 vsize=29688 CPUtime=1798.14
/proc/2913/stat : 2913 (minisat) R 2912 2889 2270 0 -1 4194304 7105 0 0 0 179800 14 0 0 25 0 1 0 1318002017 30400512 7091 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2913/statm: 7422 7091 75 150 0 7269 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 48644

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

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

[startup+1806.5 s]
/proc/loadavg: 1.99 1.97 1.98 3/83 2957
/proc/meminfo: memFree=1562152/2055920 swapFree=4122288/4192956
[pid=2889] ppid=2887 vsize=13600 CPUtime=1.89
/proc/2889/stat : 2889 (sugar) S 2887 2889 2270 0 -1 4194304 1031 13953 0 2 3 0 174 12 16 0 1 0 1318001818 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2889/statm: 3400 798 370 3 0 500 0
[pid=2912] ppid=2889 vsize=5356 CPUtime=0
/proc/2912/stat : 2912 (sh) S 2889 2889 2270 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1318002017 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2912/statm: 1339 232 193 169 0 50 0
[pid=2913] ppid=2912 vsize=29688 CPUtime=1798.14
/proc/2913/stat : 2913 (minisat) R 2912 2889 2270 0 -1 4194304 7105 0 0 0 179800 14 0 0 25 0 1 0 1318002017 30400512 7091 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2913/statm: 7422 7091 75 150 0 7269 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 48644

Child status: 0
Real time (s): 1806.52
CPU time (s): 1800.07
CPU user time (s): 1799.79
CPU system time (s): 0.281957
CPU usage (%): 99.6432
Max. virtual memory (cumulated for all children) (KiB): 883204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.79
system time used= 0.281957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22705
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= 2273
involuntary context switches= 18227

runsolver used 2.57961 second user time and 5.53116 second system time

The end

Launcher Data (download as text)

Begin job on node20 at 2008-07-06 00:39:19
IDJOB=1102254
IDBENCH=60113
IDSOLVER=346
FILE ID=node20/1102254-1215297559
PBS_JOBID= 7882364
Free space on /tmp= 66500 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-2-50-23-fcd/normalized-rand-2-50-23-587-230-fcd-31_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-1102254-1215297559/watcher-1102254-1215297559 -o /tmp/evaluation-result-1102254-1215297559/solver-1102254-1215297559 -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-1102254-1215297559.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8abe9e2c8a174ee569de489732c3fca9
RANDOM SEED=423181124

node20.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.263
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.263
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:       1662824 kB
Buffers:         56960 kB
Cached:         188260 kB
SwapCached:      64316 kB
Active:         242992 kB
Inactive:        94396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1662824 kB
SwapTotal:     4192956 kB
SwapFree:      4122288 kB
Dirty:            1752 kB
Writeback:           0 kB
Mapped:          99736 kB
Slab:            40924 kB
Committed_AS:  2744444 kB
PageTables:       1912 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= 66496 MiB
End job on node20 at 2008-07-06 01:09:28