Trace number 1101264

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.08 1813.72

General information on the benchmark

Namecsp/rand-2-50-23/
normalized-rand-2-50-23-587-230-4_ext.xml
MD5SUM274bc3c7f3eccd61347ae734f6a75470
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 benchmark84.8711
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints470
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension470
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.05	c 0	BEGIN Sat Jul  5 23:09:50 2008
0.00/0.05	c 0	PID 19650
0.00/0.05	c 0	HOST node29.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1101264-1215292190.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-1101264-1215292190.xml' 'HOME/temp.csp'
0.04/0.86	c 1	1 domains, 50 variables, 0 predicates, 470 relations, 470 constraints
0.04/0.89	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.89	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.84/0.97	c 1	Parsing HOME/temp.csp
1.33/1.45	c 1	parsed 991 expressions
1.33/1.46	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.33/1.46	c 1	Converting to clausal form CSP
1.33/1.48	c 1	converted 100 (10%) expressions
1.33/1.49	c 1	converted 199 (20%) expressions
1.42/1.55	c 2	converted 298 (30%) expressions
1.42/1.56	c 2	converted 397 (40%) expressions
1.42/1.56	c 2	converted 496 (50%) expressions
1.52/1.60	c 2	converted 595 (60%) expressions
1.52/1.64	c 2	converted 694 (70%) expressions
1.52/1.67	c 2	converted 793 (80%) expressions
1.63/1.71	c 2	converted 892 (90%) expressions
1.73/1.83	c 2	converted 991 (100%) expressions
1.73/1.83	c 2	CSP : 50 integers, 0 booleans, 470 clauses, largest domain size 23
1.73/1.83	c 2	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.73/1.83	c 2	Propagation in CSP
1.73/1.83	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.73/1.83	c 2	CSP : 50 integers, 0 booleans, 470 clauses, largest domain size 23
1.73/1.83	c 2	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.73/1.83	c 2	Simplifing CSP by introducing new Boolean variables
1.73/1.83	c 2	CSP : 50 integers, 0 booleans, 470 clauses, largest domain size 23
1.73/1.83	c 2	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.73/1.89	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.82/1.90	c 2	5 (10%) CSP integer variables are encoded (105 clauses, 1013 bytes)
1.82/1.90	c 2	10 (20%) CSP integer variables are encoded (210 clauses, 2168 bytes)
1.82/1.91	c 2	15 (30%) CSP integer variables are encoded (315 clauses, 3323 bytes)
1.82/1.91	c 2	20 (40%) CSP integer variables are encoded (420 clauses, 4478 bytes)
1.82/1.91	c 2	25 (50%) CSP integer variables are encoded (525 clauses, 5633 bytes)
1.82/1.91	c 2	30 (60%) CSP integer variables are encoded (630 clauses, 6788 bytes)
1.82/1.92	c 2	35 (70%) CSP integer variables are encoded (735 clauses, 7943 bytes)
1.82/1.92	c 2	40 (80%) CSP integer variables are encoded (840 clauses, 9098 bytes)
1.82/1.92	c 2	45 (90%) CSP integer variables are encoded (945 clauses, 10253 bytes)
1.82/1.92	c 2	50 (100%) CSP integer variables are encoded (1050 clauses, 11601 bytes)
1.82/1.98	c 2	47 (10%) CSP clauses are encoded (5168 clauses, 81467 bytes)
1.92/2.01	c 2	94 (20%) CSP clauses are encoded (9468 clauses, 157915 bytes)
1.92/2.04	c 2	141 (30%) CSP clauses are encoded (13641 clauses, 238212 bytes)
1.92/2.07	c 2	188 (40%) CSP clauses are encoded (18020 clauses, 321783 bytes)
1.92/2.09	c 2	235 (50%) CSP clauses are encoded (22324 clauses, 404349 bytes)
2.01/2.13	c 2	282 (60%) CSP clauses are encoded (26685 clauses, 488097 bytes)
2.01/2.15	c 2	329 (70%) CSP clauses are encoded (30846 clauses, 569494 bytes)
2.01/2.18	c 2	376 (80%) CSP clauses are encoded (35255 clauses, 654615 bytes)
2.12/2.20	c 2	423 (90%) CSP clauses are encoded (39558 clauses, 737956 bytes)
2.12/2.23	c 2	470 (100%) CSP clauses are encoded (43847 clauses, 823238 bytes)
2.12/2.23	c 2	470 CSP clauses encoded
2.12/2.23	c 2	Writing map file : HOME/temp.map
2.12/2.23	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.12/2.23	c 2	SAT : 1100 SAT variables, 43847 SAT clauses, 823238 bytes
2.12/2.23	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.12/2.25	c 2	SOLVING HOME/temp.cnf
2.12/2.25	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.12/2.25	c 2	This is MiniSat 2.0 beta
2.12/2.25	c 2	WARNING: for repeatability, setting FPU to use double precision
2.12/2.25	c 2	============================[ Problem Statistics ]=============================
2.12/2.25	c 2	|                                                                             |
2.12/2.25	c 2	|  Number of variables:  1100                                                 |
2.12/2.25	c 2	|  Number of clauses:    43847                                                |
2.12/2.28	c 2	|  Parsing time:         0.02         s                                       |
2.12/2.28	c 2	============================[ Search Statistics ]==============================
2.12/2.28	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.12/2.28	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.12/2.28	c 2	===============================================================================
2.12/2.28	c 2	|         0 |    1100    43847   163696 |    14615        0    nan |  0.000 % |
2.16/2.31	c 2	|       102 |    1100    43847   163696 |    16077      102     14 |  0.000 % |
2.16/2.34	c 2	|       252 |    1100    43847   163696 |    17684      252     14 |  0.003 % |
2.16/2.38	c 2	|       477 |    1100    43847   163696 |    19453      477     14 |  0.003 % |
2.16/2.44	c 2	|       814 |    1100    43847   163696 |    21398      814     15 |  0.000 % |
2.16/2.54	c 3	|      1320 |    1100    43847   163696 |    23538     1320     15 |  0.004 % |
2.16/2.69	c 3	|      2079 |    1100    43847   163696 |    25892     2079     16 |  0.004 % |
2.16/2.94	c 3	|      3218 |    1100    43847   163696 |    28481     3218     16 |  0.003 % |
3.18/3.33	c 3	|      4927 |    1100    43847   163696 |    31329     4927     16 |  0.003 % |
3.78/3.97	c 4	|      7490 |    1100    43847   163696 |    34462     7490     16 |  0.004 % |
4.77/4.97	c 5	|     11335 |    1100    43847   163696 |    37909    11335     16 |  0.003 % |
6.46/6.63	c 7	|     17101 |    1100    43847   163696 |    41700    17101     17 |  0.004 % |
9.52/9.71	c 10	|     25750 |    1100    43847   163696 |    45870    25750     16 |  0.004 % |
15.36/15.63	c 16	|     38724 |    1100    43847   163696 |    50457    38724     17 |  0.002 % |
24.39/24.78	c 25	|     58185 |    1100    43847   163696 |    55502    19832     18 |  0.003 % |
36.86/37.37	c 37	|     87378 |    1100    43847   163696 |    61053    49025     19 |  0.001 % |
58.37/59.01	c 59	|    131167 |    1100    43847   163696 |    67158    43988     18 |  0.001 % |
100.17/101.21	c 101	|    196852 |    1100    43847   163696 |    73874    57462     19 |  0.004 % |
162.68/164.32	c 164	|    295379 |    1100    43847   163696 |    81261    39353     20 |  0.003 % |
263.72/266.36	c 266	|    443168 |    1100    43847   163696 |    89388    58837     22 |  0.004 % |
426.70/430.81	c 431	|    664851 |    1100    43847   163696 |    98326    64210     20 |  0.004 % |
672.88/679.31	c 679	|    997376 |    1100    43847   163696 |   108159    68665     23 |  0.004 % |
1065.49/1075.68	c 1076	|   1496165 |    1100    43847   163696 |   118975   107529     24 |  0.000 % |
1660.77/1674.41	c 1674	|   2244347 |    1100    43847   163696 |   130873    37066     21 |  0.002 % |
1800.04/1813.71	sh: line 1: 19674 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.04/1813.71	c 1814	DECODING HOME/temp.out WITH HOME/temp.map
1800.04/1813.71	c 1814	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.04/1813.72	c ERROR INTERRUPTED
1800.04/1813.72	s UNKNOWN
1800.04/1813.72	c 1814	CPU 1799.83 (0.03 0.01 1799.8 0.21)
1800.04/1813.72	c 1814	END Sat Jul  5 23:40:04 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-1101264-1215292190/watcher-1101264-1215292190 -o /tmp/evaluation-result-1101264-1215292190/solver-1101264-1215292190 -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-1101264-1215292190.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 2.00 2.00 4/72 19650
/proc/meminfo: memFree=1744616/2055920 swapFree=4180452/4192956
[pid=19650] ppid=19648 vsize=12268 CPUtime=0
/proc/19650/stat : 19650 (sugar) D 19648 19650 16448 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2008192790 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 221780867685 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/19650/statm: 3067 316 241 3 0 167 0

[startup+0.090402 s]
/proc/loadavg: 1.99 2.00 2.00 4/72 19650
/proc/meminfo: memFree=1744616/2055920 swapFree=4180452/4192956
[pid=19650] ppid=19648 vsize=13600 CPUtime=0.04
/proc/19650/stat : 19650 (sugar) S 19648 19650 16448 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2008192790 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19650/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102404 s]
/proc/loadavg: 1.99 2.00 2.00 4/72 19650
/proc/meminfo: memFree=1744616/2055920 swapFree=4180452/4192956
[pid=19650] ppid=19648 vsize=13600 CPUtime=0.04
/proc/19650/stat : 19650 (sugar) S 19648 19650 16448 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2008192790 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19650/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301404 s]
/proc/loadavg: 1.99 2.00 2.00 4/72 19650
/proc/meminfo: memFree=1744616/2055920 swapFree=4180452/4192956
[pid=19650] ppid=19648 vsize=13600 CPUtime=0.04
/proc/19650/stat : 19650 (sugar) S 19648 19650 16448 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2008192790 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19650/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.70143 s]
/proc/loadavg: 1.99 2.00 2.00 4/72 19650
/proc/meminfo: memFree=1744616/2055920 swapFree=4180452/4192956
[pid=19650] ppid=19648 vsize=13600 CPUtime=0.04
/proc/19650/stat : 19650 (sugar) S 19648 19650 16448 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2008192790 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19650/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50148 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 19672
/proc/meminfo: memFree=1737360/2055920 swapFree=4180452/4192956
[pid=19650] ppid=19648 vsize=13600 CPUtime=0.84
/proc/19650/stat : 19650 (sugar) S 19648 19650 16448 0 -1 4194304 973 4924 0 1 3 1 76 4 15 0 1 0 2008192790 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19650/statm: 3400 797 370 3 0 500 0
[pid=19663] ppid=19650 vsize=5356 CPUtime=0
/proc/19663/stat : 19663 (sh) S 19650 19650 16448 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2008192879 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19663/statm: 1339 233 193 169 0 50 0
[pid=19664] ppid=19663 vsize=864320 CPUtime=0.58
/proc/19664/stat : 19664 (java) S 19663 19650 16448 0 -1 0 6842 0 1 0 55 3 0 0 18 0 9 0 2008192880 885063680 6127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19664/statm: 216080 6127 2540 9 0 210655 0
[pid=19664/tid=19665] ppid=19663 vsize=864320 CPUtime=0.37
/proc/19664/task/19665/stat : 19665 (java) R 19663 19650 16448 0 -1 64 2575 0 1 0 36 1 0 0 22 0 9 0 2008192881 885063680 6127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19664/tid=19666] ppid=19663 vsize=864320 CPUtime=0.12
/proc/19664/task/19666/stat : 19666 (java) R 19663 19650 16448 0 -1 64 3233 0 0 0 11 1 0 0 16 0 9 0 2008192882 885063680 6127 996147200 134512640 134550740 4294955952 18446744073709551615 102496052 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19664/tid=19667] ppid=19663 vsize=864320 CPUtime=0
/proc/19664/task/19667/stat : 19667 (java) S 19663 19650 16448 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2008192882 885063680 6127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19664/tid=19668] ppid=19663 vsize=864320 CPUtime=0
/proc/19664/task/19668/stat : 19668 (java) S 19663 19650 16448 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2008192882 885063680 6127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19664/tid=19669] ppid=19663 vsize=864320 CPUtime=0
/proc/19664/task/19669/stat : 19669 (java) S 19663 19650 16448 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2008192884 885063680 6127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19664/tid=19670] ppid=19663 vsize=864320 CPUtime=0.07
/proc/19664/task/19670/stat : 19670 (java) S 19663 19650 16448 0 -1 64 336 0 0 0 7 0 0 0 16 0 9 0 2008192884 885063680 6127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19664/tid=19671] ppid=19663 vsize=864320 CPUtime=0
/proc/19664/task/19671/stat : 19671 (java) S 19663 19650 16448 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2008192884 885063680 6127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19664/tid=19672] ppid=19663 vsize=864320 CPUtime=0
/proc/19664/task/19672/stat : 19672 (java) S 19663 19650 16448 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2008192884 885063680 6127 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) 883276

[startup+3.10158 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 19672
/proc/meminfo: memFree=1719632/2055920 swapFree=4180452/4192956
[pid=19650] ppid=19648 vsize=13600 CPUtime=2.16
/proc/19650/stat : 19650 (sugar) S 19648 19650 16448 0 -1 4194304 1031 13960 0 2 3 1 201 11 15 0 1 0 2008192790 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19650/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 13600

[startup+6.30278 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 19674
/proc/meminfo: memFree=1736400/2055920 swapFree=4180452/4192956
[pid=19650] ppid=19648 vsize=13600 CPUtime=2.16
/proc/19650/stat : 19650 (sugar) S 19648 19650 16448 0 -1 4194304 1031 13960 0 2 3 1 201 11 16 0 1 0 2008192790 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19650/statm: 3400 798 370 3 0 500 0
[pid=19673] ppid=19650 vsize=5356 CPUtime=0
/proc/19673/stat : 19673 (sh) S 19650 19650 16448 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008193016 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19673/statm: 1339 232 193 169 0 50 0
[pid=19674] ppid=19673 vsize=5632 CPUtime=4
/proc/19674/stat : 19674 (minisat) R 19673 19650 16448 0 -1 4194304 1255 0 0 0 399 1 0 0 25 0 1 0 2008193016 5767168 1241 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/19674/statm: 1408 1241 75 150 0 1255 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 24588

[startup+12.7012 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 19674
/proc/meminfo: memFree=1734608/2055920 swapFree=4180452/4192956
[pid=19650] ppid=19648 vsize=13600 CPUtime=2.16
/proc/19650/stat : 19650 (sugar) S 19648 19650 16448 0 -1 4194304 1031 13960 0 2 3 1 201 11 16 0 1 0 2008192790 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19650/statm: 3400 798 370 3 0 500 0
[pid=19673] ppid=19650 vsize=5356 CPUtime=0
/proc/19673/stat : 19673 (sh) S 19650 19650 16448 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008193016 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19673/statm: 1339 232 193 169 0 50 0
[pid=19674] ppid=19673 vsize=7380 CPUtime=10.34
/proc/19674/stat : 19674 (minisat) R 19673 19650 16448 0 -1 4194304 1671 0 0 0 1033 1 0 0 25 0 1 0 2008193016 7557120 1657 996147200 134512640 135127466 4294956256 18446744073709551615 134522940 0 0 4096 3 0 0 0 17 1 0 0
/proc/19674/statm: 1845 1657 75 150 0 1692 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 26336

[startup+25.503 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 19674
/proc/meminfo: memFree=1732688/2055920 swapFree=4180452/4192956
[pid=19650] ppid=19648 vsize=13600 CPUtime=2.16
/proc/19650/stat : 19650 (sugar) S 19648 19650 16448 0 -1 4194304 1031 13960 0 2 3 1 201 11 16 0 1 0 2008192790 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19650/statm: 3400 798 370 3 0 500 0
[pid=19673] ppid=19650 vsize=5356 CPUtime=0
/proc/19673/stat : 19673 (sh) S 19650 19650 16448 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008193016 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19673/statm: 1339 232 193 169 0 50 0
[pid=19674] ppid=19673 vsize=9200 CPUtime=23.02
/proc/19674/stat : 19674 (minisat) R 19673 19650 16448 0 -1 4194304 2150 0 0 0 2300 2 0 0 25 0 1 0 2008193016 9420800 2136 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 1 0 0
/proc/19674/statm: 2300 2136 75 150 0 2147 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 28156

[startup+51.1026 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 19674
/proc/meminfo: memFree=1730896/2055920 swapFree=4180452/4192956
[pid=19650] ppid=19648 vsize=13600 CPUtime=2.16
/proc/19650/stat : 19650 (sugar) S 19648 19650 16448 0 -1 4194304 1031 13960 0 2 3 1 201 11 16 0 1 0 2008192790 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19650/statm: 3400 798 370 3 0 500 0
[pid=19673] ppid=19650 vsize=5356 CPUtime=0
/proc/19673/stat : 19673 (sh) S 19650 19650 16448 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008193016 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19673/statm: 1339 232 193 169 0 50 0
[pid=19674] ppid=19673 vsize=11096 CPUtime=48.38
/proc/19674/stat : 19674 (minisat) R 19673 19650 16448 0 -1 4194304 2601 0 0 0 4835 3 0 0 25 0 1 0 2008193016 11362304 2587 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/19674/statm: 2774 2587 75 150 0 2621 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 30052

[startup+102.308 s]
/proc/loadavg: 2.04 2.01 2.00 3/75 19674
/proc/meminfo: memFree=1729680/2055920 swapFree=4180452/4192956
[pid=19650] ppid=19648 vsize=13600 CPUtime=2.16
/proc/19650/stat : 19650 (sugar) S 19648 19650 16448 0 -1 4194304 1031 13960 0 2 3 1 201 11 16 0 1 0 2008192790 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19650/statm: 3400 798 370 3 0 500 0
[pid=19673] ppid=19650 vsize=5356 CPUtime=0
/proc/19673/stat : 19673 (sh) S 19650 19650 16448 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008193016 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19673/statm: 1339 232 193 169 0 50 0
[pid=19674] ppid=19673 vsize=12448 CPUtime=99.1
/proc/19674/stat : 19674 (minisat) R 19673 19650 16448 0 -1 4194304 2910 0 0 0 9907 3 0 0 25 0 1 0 2008193016 12746752 2896 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19674/statm: 3112 2896 75 150 0 2959 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 31404

[startup+162.303 s]
/proc/loadavg: 2.05 2.02 2.00 3/75 19674
/proc/meminfo: memFree=1727952/2055920 swapFree=4180452/4192956
[pid=19650] ppid=19648 vsize=13600 CPUtime=2.16
/proc/19650/stat : 19650 (sugar) S 19648 19650 16448 0 -1 4194304 1031 13960 0 2 3 1 201 11 16 0 1 0 2008192790 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19650/statm: 3400 798 370 3 0 500 0
[pid=19673] ppid=19650 vsize=5356 CPUtime=0
/proc/19673/stat : 19673 (sh) S 19650 19650 16448 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008193016 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19673/statm: 1339 232 193 169 0 50 0
[pid=19674] ppid=19673 vsize=14056 CPUtime=158.54
/proc/19674/stat : 19674 (minisat) R 19673 19650 16448 0 -1 4194304 3327 0 0 0 15851 3 0 0 25 0 1 0 2008193016 14393344 3313 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19674/statm: 3514 3313 75 150 0 3361 0
Current children cumulated CPU time (s) 160.7
Current children cumulated vsize (KiB) 33012

[startup+222.302 s]
/proc/loadavg: 2.05 2.03 2.00 3/75 19674
/proc/meminfo: memFree=1726672/2055920 swapFree=4180452/4192956
[pid=19650] ppid=19648 vsize=13600 CPUtime=2.16
/proc/19650/stat : 19650 (sugar) S 19648 19650 16448 0 -1 4194304 1031 13960 0 2 3 1 201 11 16 0 1 0 2008192790 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19650/statm: 3400 798 370 3 0 500 0
[pid=19673] ppid=19650 vsize=5356 CPUtime=0
/proc/19673/stat : 19673 (sh) S 19650 19650 16448 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008193016 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19673/statm: 1339 232 193 169 0 50 0
[pid=19674] ppid=19673 vsize=15288 CPUtime=217.98
/proc/19674/stat : 19674 (minisat) R 19673 19650 16448 0 -1 4194304 3642 0 0 0 21794 4 0 0 25 0 1 0 2008193016 15654912 3628 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19674/statm: 3822 3628 75 150 0 3669 0
Current children cumulated CPU time (s) 220.14
Current children cumulated vsize (KiB) 34244

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

[pid=19650] ppid=19648 vsize=13600 CPUtime=2.16
/proc/19650/stat : 19650 (sugar) S 19648 19650 16448 0 -1 4194304 1031 13960 0 2 3 1 201 11 16 0 1 0 2008192790 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19650/statm: 3400 798 370 3 0 500 0
[pid=19673] ppid=19650 vsize=5356 CPUtime=0
/proc/19673/stat : 19673 (sh) S 19650 19650 16448 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008193016 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19673/statm: 1339 232 193 169 0 50 0
[pid=19674] ppid=19673 vsize=26332 CPUtime=1287.93
/proc/19674/stat : 19674 (minisat) R 19673 19650 16448 0 -1 4194304 6294 0 0 0 128786 7 0 0 25 0 1 0 2008193016 26963968 6280 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19674/statm: 6583 6280 75 150 0 6430 0
Current children cumulated CPU time (s) 1290.09
Current children cumulated vsize (KiB) 45288

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 19676
/proc/meminfo: memFree=1715024/2055920 swapFree=4180452/4192956
[pid=19650] ppid=19648 vsize=13600 CPUtime=2.16
/proc/19650/stat : 19650 (sugar) S 19648 19650 16448 0 -1 4194304 1031 13960 0 2 3 1 201 11 16 0 1 0 2008192790 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19650/statm: 3400 798 370 3 0 500 0
[pid=19673] ppid=19650 vsize=5356 CPUtime=0
/proc/19673/stat : 19673 (sh) S 19650 19650 16448 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008193016 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19673/statm: 1339 232 193 169 0 50 0
[pid=19674] ppid=19673 vsize=26800 CPUtime=1347.37
/proc/19674/stat : 19674 (minisat) R 19673 19650 16448 0 -1 4194304 6409 0 0 0 134730 7 0 0 25 0 1 0 2008193016 27443200 6395 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19674/statm: 6700 6395 75 150 0 6547 0
Current children cumulated CPU time (s) 1349.53
Current children cumulated vsize (KiB) 45756

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 19676
/proc/meminfo: memFree=1714576/2055920 swapFree=4180452/4192956
[pid=19650] ppid=19648 vsize=13600 CPUtime=2.16
/proc/19650/stat : 19650 (sugar) S 19648 19650 16448 0 -1 4194304 1031 13960 0 2 3 1 201 11 16 0 1 0 2008192790 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19650/statm: 3400 798 370 3 0 500 0
[pid=19673] ppid=19650 vsize=5356 CPUtime=0
/proc/19673/stat : 19673 (sh) S 19650 19650 16448 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008193016 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19673/statm: 1339 232 193 169 0 50 0
[pid=19674] ppid=19673 vsize=27136 CPUtime=1406.81
/proc/19674/stat : 19674 (minisat) R 19673 19650 16448 0 -1 4194304 6486 0 0 0 140674 7 0 0 25 0 1 0 2008193016 27787264 6472 996147200 134512640 135127466 4294956256 18446744073709551615 134530590 0 0 4096 3 0 0 0 17 1 0 0
/proc/19674/statm: 6784 6472 75 150 0 6631 0
Current children cumulated CPU time (s) 1408.97
Current children cumulated vsize (KiB) 46092

[startup+1482.3 s]
/proc/loadavg: 1.95 1.98 1.99 3/76 19726
/proc/meminfo: memFree=1701512/2055920 swapFree=4180452/4192956
[pid=19650] ppid=19648 vsize=13600 CPUtime=2.16
/proc/19650/stat : 19650 (sugar) S 19648 19650 16448 0 -1 4194304 1031 13960 0 2 3 1 201 11 16 0 1 0 2008192790 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19650/statm: 3400 798 370 3 0 500 0
[pid=19673] ppid=19650 vsize=5356 CPUtime=0
/proc/19673/stat : 19673 (sh) S 19650 19650 16448 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008193016 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19673/statm: 1339 232 193 169 0 50 0
[pid=19674] ppid=19673 vsize=27416 CPUtime=1466.59
/proc/19674/stat : 19674 (minisat) R 19673 19650 16448 0 -1 4194304 6530 0 0 0 146651 8 0 0 25 0 1 0 2008193016 28073984 6516 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19674/statm: 6854 6516 75 150 0 6701 0
Current children cumulated CPU time (s) 1468.75
Current children cumulated vsize (KiB) 46372

[startup+1542.3 s]
/proc/loadavg: 1.98 1.98 1.99 3/76 19726
/proc/meminfo: memFree=1698824/2055920 swapFree=4180452/4192956
[pid=19650] ppid=19648 vsize=13600 CPUtime=2.16
/proc/19650/stat : 19650 (sugar) S 19648 19650 16448 0 -1 4194304 1031 13960 0 2 3 1 201 11 16 0 1 0 2008192790 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19650/statm: 3400 798 370 3 0 500 0
[pid=19673] ppid=19650 vsize=5356 CPUtime=0
/proc/19673/stat : 19673 (sh) S 19650 19650 16448 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008193016 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19673/statm: 1339 232 193 169 0 50 0
[pid=19674] ppid=19673 vsize=27696 CPUtime=1526.56
/proc/19674/stat : 19674 (minisat) R 19673 19650 16448 0 -1 4194304 6593 0 0 0 152648 8 0 0 25 0 1 0 2008193016 28360704 6579 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19674/statm: 6924 6579 75 150 0 6771 0
Current children cumulated CPU time (s) 1528.72
Current children cumulated vsize (KiB) 46652

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 19726
/proc/meminfo: memFree=1693448/2055920 swapFree=4180452/4192956
[pid=19650] ppid=19648 vsize=13600 CPUtime=2.16
/proc/19650/stat : 19650 (sugar) S 19648 19650 16448 0 -1 4194304 1031 13960 0 2 3 1 201 11 16 0 1 0 2008192790 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19650/statm: 3400 798 370 3 0 500 0
[pid=19673] ppid=19650 vsize=5356 CPUtime=0
/proc/19673/stat : 19673 (sh) S 19650 19650 16448 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008193016 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19673/statm: 1339 232 193 169 0 50 0
[pid=19674] ppid=19673 vsize=28388 CPUtime=1586.54
/proc/19674/stat : 19674 (minisat) R 19673 19650 16448 0 -1 4194304 6778 0 0 0 158646 8 0 0 25 0 1 0 2008193016 29069312 6764 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19674/statm: 7097 6764 75 150 0 6944 0
Current children cumulated CPU time (s) 1588.7
Current children cumulated vsize (KiB) 47344

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 19726
/proc/meminfo: memFree=1691144/2055920 swapFree=4180452/4192956
[pid=19650] ppid=19648 vsize=13600 CPUtime=2.16
/proc/19650/stat : 19650 (sugar) S 19648 19650 16448 0 -1 4194304 1031 13960 0 2 3 1 201 11 16 0 1 0 2008192790 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19650/statm: 3400 798 370 3 0 500 0
[pid=19673] ppid=19650 vsize=5356 CPUtime=0
/proc/19673/stat : 19673 (sh) S 19650 19650 16448 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008193016 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19673/statm: 1339 232 193 169 0 50 0
[pid=19674] ppid=19673 vsize=28560 CPUtime=1646.51
/proc/19674/stat : 19674 (minisat) R 19673 19650 16448 0 -1 4194304 6804 0 0 0 164643 8 0 0 25 0 1 0 2008193016 29245440 6790 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19674/statm: 7140 6790 75 150 0 6987 0
Current children cumulated CPU time (s) 1648.67
Current children cumulated vsize (KiB) 47516

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 19726
/proc/meminfo: memFree=1688392/2055920 swapFree=4180452/4192956
[pid=19650] ppid=19648 vsize=13600 CPUtime=2.16
/proc/19650/stat : 19650 (sugar) S 19648 19650 16448 0 -1 4194304 1031 13960 0 2 3 1 201 11 16 0 1 0 2008192790 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19650/statm: 3400 798 370 3 0 500 0
[pid=19673] ppid=19650 vsize=5356 CPUtime=0
/proc/19673/stat : 19673 (sh) S 19650 19650 16448 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008193016 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19673/statm: 1339 232 193 169 0 50 0
[pid=19674] ppid=19673 vsize=28716 CPUtime=1706.5
/proc/19674/stat : 19674 (minisat) R 19673 19650 16448 0 -1 4194304 6852 0 0 0 170642 8 0 0 25 0 1 0 2008193016 29405184 6838 996147200 134512640 135127466 4294956256 18446744073709551615 134528050 0 0 4096 3 0 0 0 17 0 0 0
/proc/19674/statm: 7179 6838 75 150 0 7026 0
Current children cumulated CPU time (s) 1708.66
Current children cumulated vsize (KiB) 47672

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 19726
/proc/meminfo: memFree=1686920/2055920 swapFree=4180452/4192956
[pid=19650] ppid=19648 vsize=13600 CPUtime=2.16
/proc/19650/stat : 19650 (sugar) S 19648 19650 16448 0 -1 4194304 1031 13960 0 2 3 1 201 11 16 0 1 0 2008192790 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19650/statm: 3400 798 370 3 0 500 0
[pid=19673] ppid=19650 vsize=5356 CPUtime=0
/proc/19673/stat : 19673 (sh) S 19650 19650 16448 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008193016 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19673/statm: 1339 232 193 169 0 50 0
[pid=19674] ppid=19673 vsize=28880 CPUtime=1766.47
/proc/19674/stat : 19674 (minisat) R 19673 19650 16448 0 -1 4194304 6895 0 0 0 176639 8 0 0 25 0 1 0 2008193016 29573120 6881 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19674/statm: 7220 6881 75 150 0 7067 0
Current children cumulated CPU time (s) 1768.63
Current children cumulated vsize (KiB) 47836



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.7 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 19726
/proc/meminfo: memFree=1686472/2055920 swapFree=4180452/4192956
[pid=19650] ppid=19648 vsize=13600 CPUtime=2.16
/proc/19650/stat : 19650 (sugar) S 19648 19650 16448 0 -1 4194304 1031 13960 0 2 3 1 201 11 16 0 1 0 2008192790 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19650/statm: 3400 798 370 3 0 500 0
[pid=19673] ppid=19650 vsize=5356 CPUtime=0
/proc/19673/stat : 19673 (sh) S 19650 19650 16448 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008193016 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19673/statm: 1339 232 193 169 0 50 0
[pid=19674] ppid=19673 vsize=29040 CPUtime=1797.88
/proc/19674/stat : 19674 (minisat) R 19673 19650 16448 0 -1 4194304 6935 0 0 0 179779 9 0 0 25 0 1 0 2008193016 29736960 6921 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19674/statm: 7260 6921 75 150 0 7107 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 47996

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

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

[startup+1813.7 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 19726
/proc/meminfo: memFree=1686472/2055920 swapFree=4180452/4192956
[pid=19650] ppid=19648 vsize=13600 CPUtime=2.16
/proc/19650/stat : 19650 (sugar) S 19648 19650 16448 0 -1 4194304 1031 13960 0 2 3 1 201 11 16 0 1 0 2008192790 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19650/statm: 3400 798 370 3 0 500 0
[pid=19673] ppid=19650 vsize=5356 CPUtime=0
/proc/19673/stat : 19673 (sh) S 19650 19650 16448 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008193016 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19673/statm: 1339 232 193 169 0 50 0
[pid=19674] ppid=19673 vsize=29040 CPUtime=1797.88
/proc/19674/stat : 19674 (minisat) R 19673 19650 16448 0 -1 4194304 6935 0 0 0 179779 9 0 0 25 0 1 0 2008193016 29736960 6921 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19674/statm: 7260 6921 75 150 0 7107 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 47996

Child status: 0
Real time (s): 1813.72
CPU time (s): 1800.08
CPU user time (s): 1799.84
CPU system time (s): 0.236963
CPU usage (%): 99.2478
Max. virtual memory (cumulated for all children) (KiB): 883388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.84
system time used= 0.236963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22638
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= 1959
involuntary context switches= 33690

runsolver used 2.14967 second user time and 6.11407 second system time

The end

Launcher Data (download as text)

Begin job on node29 at 2008-07-05 23:09:50
IDJOB=1101264
IDBENCH=60018
IDSOLVER=346
FILE ID=node29/1101264-1215292190
PBS_JOBID= 7882229
Free space on /tmp= 66496 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 274bc3c7f3eccd61347ae734f6a75470
RANDOM SEED=472342544

node29.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.220
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.220
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:       1745096 kB
Buffers:         54728 kB
Cached:         181648 kB
SwapCached:       6928 kB
Active:         180432 kB
Inactive:        75824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1745096 kB
SwapTotal:     4192956 kB
SwapFree:      4180452 kB
Dirty:            1708 kB
Writeback:           0 kB
Mapped:          27224 kB
Slab:            39812 kB
Committed_AS:  3593584 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= 66492 MiB
End job on node29 at 2008-07-05 23:40:06