Trace number 1091274

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.11 1809.82

General information on the benchmark

Namecsp/pigeons/
normalized-pigeons-20.xml
MD5SUM6d8af51162fb4e6be4fd08a4b34b9a45
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.010997
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints190
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension0
Number of constraints which are defined in intension190
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 Sat Jul  5 18:12:51 2008
0.00/0.04	c 0	PID 17813
0.03/0.05	c 0	HOST node28.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1091274-1215274371.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-1091274-1215274371.xml' 'HOME/temp.csp'
0.03/0.27	c 0	1 domains, 20 variables, 1 predicates, 0 relations, 190 constraints
0.03/0.32	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.32	c 0	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.28/0.40	c 0	Parsing HOME/temp.csp
0.28/0.46	c 0	parsed 212 expressions
0.28/0.46	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.28/0.46	c 0	Converting to clausal form CSP
0.28/0.48	c 0	converted 22 (10%) expressions
0.28/0.50	c 0	converted 43 (20%) expressions
0.28/0.51	c 0	converted 64 (30%) expressions
0.28/0.52	c 0	converted 85 (40%) expressions
0.28/0.52	c 0	converted 106 (50%) expressions
0.28/0.53	c 0	converted 128 (60%) expressions
0.28/0.54	c 0	converted 149 (70%) expressions
0.28/0.56	c 0	converted 170 (80%) expressions
0.28/0.57	c 0	converted 191 (90%) expressions
0.28/0.58	c 0	converted 212 (100%) expressions
0.28/0.58	c 0	CSP : 20 integers, 0 booleans, 190 clauses, largest domain size 19
0.28/0.58	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.28/0.58	c 0	Propagation in CSP
0.28/0.65	c 0	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.28/0.65	c 0	CSP : 20 integers, 0 booleans, 190 clauses, largest domain size 19
0.28/0.65	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.28/0.65	c 0	Simplifing CSP by introducing new Boolean variables
0.28/0.66	c 0	CSP : 20 integers, 380 booleans, 570 clauses, largest domain size 19
0.28/0.66	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.28/0.68	c 0	Encoding CSP to SAT : HOME/temp.cnf
0.28/0.69	c 0	2 (10%) CSP integer variables are encoded (34 clauses, 353 bytes)
0.28/0.70	c 0	4 (20%) CSP integer variables are encoded (68 clauses, 659 bytes)
0.28/0.70	c 0	6 (30%) CSP integer variables are encoded (102 clauses, 982 bytes)
0.28/0.70	c 0	8 (40%) CSP integer variables are encoded (136 clauses, 1356 bytes)
0.28/0.70	c 0	10 (50%) CSP integer variables are encoded (170 clauses, 1730 bytes)
0.28/0.70	c 0	12 (60%) CSP integer variables are encoded (204 clauses, 2104 bytes)
0.28/0.70	c 0	14 (70%) CSP integer variables are encoded (238 clauses, 2478 bytes)
0.28/0.70	c 0	16 (80%) CSP integer variables are encoded (272 clauses, 2852 bytes)
0.28/0.70	c 0	18 (90%) CSP integer variables are encoded (306 clauses, 3226 bytes)
0.28/0.70	c 0	20 (100%) CSP integer variables are encoded (340 clauses, 3600 bytes)
0.28/0.73	c 0	57 (10%) CSP clauses are encoded (1081 clauses, 13812 bytes)
0.28/0.76	c 0	114 (20%) CSP clauses are encoded (1822 clauses, 24366 bytes)
0.28/0.80	c 1	171 (30%) CSP clauses are encoded (2563 clauses, 34974 bytes)
0.28/0.80	c 1	228 (40%) CSP clauses are encoded (3304 clauses, 45672 bytes)
0.28/0.80	c 1	285 (50%) CSP clauses are encoded (4045 clauses, 56568 bytes)
0.28/0.81	c 1	342 (60%) CSP clauses are encoded (4786 clauses, 67896 bytes)
0.28/0.81	c 1	399 (70%) CSP clauses are encoded (5527 clauses, 79296 bytes)
0.28/0.81	c 1	456 (80%) CSP clauses are encoded (6268 clauses, 90696 bytes)
0.28/0.82	c 1	513 (90%) CSP clauses are encoded (7009 clauses, 102096 bytes)
0.28/0.82	c 1	570 (100%) CSP clauses are encoded (7750 clauses, 113496 bytes)
0.28/0.82	c 1	570 CSP clauses encoded
0.28/0.82	c 1	Writing map file : HOME/temp.map
0.28/0.82	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.28/0.82	c 1	SAT : 740 SAT variables, 7750 SAT clauses, 113496 bytes
0.28/0.82	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.28/0.83	c 1	SOLVING HOME/temp.cnf
0.28/0.83	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.28/0.83	c 1	This is MiniSat 2.0 beta
0.28/0.83	c 1	WARNING: for repeatability, setting FPU to use double precision
0.28/0.83	c 1	============================[ Problem Statistics ]=============================
0.28/0.83	c 1	|                                                                             |
0.28/0.83	c 1	|  Number of variables:  740                                                  |
0.28/0.83	c 1	|  Number of clauses:    7750                                                 |
0.28/0.84	c 1	|  Parsing time:         0.00         s                                       |
0.28/0.84	c 1	============================[ Search Statistics ]==============================
0.28/0.84	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.28/0.84	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.28/0.84	c 1	===============================================================================
0.28/0.84	c 1	|         0 |     740     7750    21960 |     2583        0    nan |  0.000 % |
0.28/0.84	c 1	|       102 |     740     7750    21960 |     2841      102      9 |  0.000 % |
0.28/0.84	c 1	|       252 |     740     7750    21960 |     3125      252      8 |  0.001 % |
0.28/0.85	c 1	|       477 |     740     7750    21960 |     3438      477      8 |  0.001 % |
0.28/0.86	c 1	|       814 |     740     7750    21960 |     3782      814     11 |  0.001 % |
0.28/0.88	c 1	|      1320 |     740     7750    21960 |     4160     1320     10 |  0.001 % |
0.28/0.89	c 1	|      2079 |     740     7750    21960 |     4576     2079     10 |  0.001 % |
0.76/0.93	c 1	|      3219 |     740     7750    21960 |     5034     3219     10 |  0.001 % |
0.92/1.01	c 1	|      4928 |     740     7750    21960 |     5537     4928     10 |  0.001 % |
1.02/1.12	c 1	|      7490 |     740     7750    21960 |     6091     4615     11 |  0.002 % |
1.11/1.25	c 1	|     11335 |     740     7750    21960 |     6700     5109     10 |  0.003 % |
1.41/1.59	c 1	|     17103 |     740     7750    21960 |     7370     3792     14 |  0.001 % |
1.91/2.08	c 2	|     25752 |     740     7750    21960 |     8107     4517     13 |  0.003 % |
3.02/3.64	c 3	|     38726 |     740     7750    21960 |     8918     4676     16 |  0.001 % |
4.07/4.73	c 4	|     58189 |     740     7750    21960 |     9810     5220     11 |  0.001 % |
6.16/6.85	c 7	|     87381 |     740     7750    21960 |    10791     8789     15 |  0.001 % |
9.94/10.60	c 10	|    131170 |     740     7750    21960 |    11870     8093     18 |  0.001 % |
14.12/14.83	c 15	|    196854 |     740     7750    21960 |    13057    11824     15 |  0.003 % |
25.03/25.83	c 26	|    295380 |     740     7750    21960 |    14363    10200     20 |  0.001 % |
38.15/39.09	c 39	|    443169 |     740     7750    21960 |    15799     9812     14 |  0.003 % |
60.83/61.80	c 62	|    664853 |     740     7750    21960 |    17379    12601     16 |  0.002 % |
96.05/97.25	c 97	|    997378 |     740     7750    21960 |    19117    14510     17 |  0.002 % |
153.05/154.59	c 154	|   1496166 |     740     7750    21960 |    21029    13403     15 |  0.002 % |
230.97/232.80	c 233	|   2244351 |     740     7750    21960 |    23131    18897     18 |  0.003 % |
380.11/382.74	c 382	|   3366625 |     740     7750    21960 |    25445    18610     17 |  0.001 % |
673.41/677.58	c 677	|   5050036 |     740     7750    21960 |    27989    14530     18 |  0.001 % |
1144.48/1151.01	c 1151	|   7575152 |     740     7750    21960 |    30788    22751     16 |  0.001 % |
1800.06/1809.81	sh: line 1: 17837 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.06/1809.81	c 1810	DECODING HOME/temp.out WITH HOME/temp.map
1800.06/1809.81	c 1810	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.06/1809.82	c ERROR INTERRUPTED
1800.06/1809.82	s UNKNOWN
1800.06/1809.82	c 1810	CPU 1799.98 (0.03 0.01 1799.95 0.1)
1800.06/1809.82	c 1810	END Sat Jul  5 18:43:01 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-1091274-1215274371/watcher-1091274-1215274371 -o /tmp/evaluation-result-1091274-1215274371/solver-1091274-1215274371 -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-1091274-1215274371.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.98 1.99 4/80 17813
/proc/meminfo: memFree=1669360/2055920 swapFree=4192812/4192956
[pid=17813] ppid=17811 vsize=18572 CPUtime=0
/proc/17813/stat : 17813 (runsolver) R 17811 17813 16397 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 154822379 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 217871609127 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17813/statm: 4643 292 257 25 0 2626 0

[startup+0.049506 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 17813
/proc/meminfo: memFree=1669360/2055920 swapFree=4192812/4192956
[pid=17813] ppid=17811 vsize=13600 CPUtime=0.03
/proc/17813/stat : 17813 (sugar) S 17811 17813 16397 0 -1 4194304 837 0 0 0 2 1 0 0 18 0 1 0 154822379 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17813/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101798 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 17813
/proc/meminfo: memFree=1669360/2055920 swapFree=4192812/4192956
[pid=17813] ppid=17811 vsize=13600 CPUtime=0.03
/proc/17813/stat : 17813 (sugar) S 17811 17813 16397 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 154822379 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17813/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301823 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 17813
/proc/meminfo: memFree=1669360/2055920 swapFree=4192812/4192956
[pid=17813] ppid=17811 vsize=13600 CPUtime=0.03
/proc/17813/stat : 17813 (sugar) S 17811 17813 16397 0 -1 4194304 918 127 0 0 2 1 0 0 15 0 1 0 154822379 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17813/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701864 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 17813
/proc/meminfo: memFree=1669360/2055920 swapFree=4192812/4192956
[pid=17813] ppid=17811 vsize=13600 CPUtime=0.28
/proc/17813/stat : 17813 (sugar) S 17811 17813 16397 0 -1 4194304 974 4148 0 1 2 1 23 2 15 0 1 0 154822379 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17813/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 13600

[startup+1.50196 s]
/proc/loadavg: 1.92 1.98 1.99 3/83 17837
/proc/meminfo: memFree=1666200/2055920 swapFree=4192812/4192956
[pid=17813] ppid=17811 vsize=13600 CPUtime=0.76
/proc/17813/stat : 17813 (sugar) S 17811 17813 16397 0 -1 4194304 1031 9428 0 2 2 1 68 5 15 0 1 0 154822379 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17813/statm: 3400 798 370 3 0 500 0
[pid=17836] ppid=17813 vsize=5356 CPUtime=0
/proc/17836/stat : 17836 (sh) S 17813 17813 16397 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 154822462 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17836/statm: 1339 232 193 169 0 50 0
[pid=17837] ppid=17836 vsize=2864 CPUtime=0.65
/proc/17837/stat : 17837 (minisat) R 17836 17813 16397 0 -1 4194304 398 0 0 0 65 0 0 0 25 0 1 0 154822463 2932736 384 996147200 134512640 135127466 4294956256 18446744073709551615 134531101 0 0 4096 3 0 0 0 17 1 0 0
/proc/17837/statm: 716 384 76 150 0 563 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 21820

[startup+3.10195 s]
/proc/loadavg: 1.92 1.98 1.99 3/83 17837
/proc/meminfo: memFree=1665496/2055920 swapFree=4192812/4192956
[pid=17813] ppid=17811 vsize=13600 CPUtime=0.76
/proc/17813/stat : 17813 (sugar) S 17811 17813 16397 0 -1 4194304 1031 9428 0 2 2 1 68 5 15 0 1 0 154822379 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17813/statm: 3400 798 370 3 0 500 0
[pid=17836] ppid=17813 vsize=5356 CPUtime=0
/proc/17836/stat : 17836 (sh) S 17813 17813 16397 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 154822462 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17836/statm: 1339 232 193 169 0 50 0
[pid=17837] ppid=17836 vsize=3260 CPUtime=1.77
/proc/17837/stat : 17837 (minisat) R 17836 17813 16397 0 -1 4194304 502 0 0 0 177 0 0 0 25 0 1 0 154822463 3338240 488 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17837/statm: 815 488 76 150 0 662 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 22216

[startup+6.30232 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 17837
/proc/meminfo: memFree=1664856/2055920 swapFree=4192812/4192956
[pid=17813] ppid=17811 vsize=13600 CPUtime=0.76
/proc/17813/stat : 17813 (sugar) S 17811 17813 16397 0 -1 4194304 1031 9428 0 2 2 1 68 5 16 0 1 0 154822379 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17813/statm: 3400 798 370 3 0 500 0
[pid=17836] ppid=17813 vsize=5356 CPUtime=0
/proc/17836/stat : 17836 (sh) S 17813 17813 16397 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 154822462 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17836/statm: 1339 232 193 169 0 50 0
[pid=17837] ppid=17836 vsize=3920 CPUtime=4.9
/proc/17837/stat : 17837 (minisat) R 17836 17813 16397 0 -1 4194304 658 0 0 0 490 0 0 0 25 0 1 0 154822463 4014080 644 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/17837/statm: 980 644 76 150 0 827 0
Current children cumulated CPU time (s) 5.66
Current children cumulated vsize (KiB) 22876

[startup+12.7011 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 17837
/proc/meminfo: memFree=1663960/2055920 swapFree=4192812/4192956
[pid=17813] ppid=17811 vsize=13600 CPUtime=0.76
/proc/17813/stat : 17813 (sugar) S 17811 17813 16397 0 -1 4194304 1031 9428 0 2 2 1 68 5 16 0 1 0 154822379 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17813/statm: 3400 798 370 3 0 500 0
[pid=17836] ppid=17813 vsize=5356 CPUtime=0
/proc/17836/stat : 17836 (sh) S 17813 17813 16397 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 154822462 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17836/statm: 1339 232 193 169 0 50 0
[pid=17837] ppid=17836 vsize=4720 CPUtime=11.27
/proc/17837/stat : 17837 (minisat) R 17836 17813 16397 0 -1 4194304 853 0 0 0 1127 0 0 0 25 0 1 0 154822463 4833280 839 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17837/statm: 1180 839 76 150 0 1027 0
Current children cumulated CPU time (s) 12.03
Current children cumulated vsize (KiB) 23676

[startup+25.5015 s]
/proc/loadavg: 1.95 1.98 1.99 3/83 17837
/proc/meminfo: memFree=1662936/2055920 swapFree=4192812/4192956
[pid=17813] ppid=17811 vsize=13600 CPUtime=0.76
/proc/17813/stat : 17813 (sugar) S 17811 17813 16397 0 -1 4194304 1031 9428 0 2 2 1 68 5 16 0 1 0 154822379 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17813/statm: 3400 798 370 3 0 500 0
[pid=17836] ppid=17813 vsize=5356 CPUtime=0
/proc/17836/stat : 17836 (sh) S 17813 17813 16397 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 154822462 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17836/statm: 1339 232 193 169 0 50 0
[pid=17837] ppid=17836 vsize=5652 CPUtime=23.97
/proc/17837/stat : 17837 (minisat) R 17836 17813 16397 0 -1 4194304 1098 0 0 0 2397 0 0 0 25 0 1 0 154822463 5787648 1084 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/17837/statm: 1413 1084 76 150 0 1260 0
Current children cumulated CPU time (s) 24.73
Current children cumulated vsize (KiB) 24608

[startup+51.1015 s]
/proc/loadavg: 1.96 1.98 1.99 3/83 17837
/proc/meminfo: memFree=1661912/2055920 swapFree=4192812/4192956
[pid=17813] ppid=17811 vsize=13600 CPUtime=0.76
/proc/17813/stat : 17813 (sugar) S 17811 17813 16397 0 -1 4194304 1031 9428 0 2 2 1 68 5 16 0 1 0 154822379 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17813/statm: 3400 798 370 3 0 500 0
[pid=17836] ppid=17813 vsize=5356 CPUtime=0
/proc/17836/stat : 17836 (sh) S 17813 17813 16397 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 154822462 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17836/statm: 1339 232 193 169 0 50 0
[pid=17837] ppid=17836 vsize=6584 CPUtime=49.42
/proc/17837/stat : 17837 (minisat) R 17836 17813 16397 0 -1 4194304 1353 0 0 0 4942 0 0 0 25 0 1 0 154822463 6742016 1339 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 1 0 0
/proc/17837/statm: 1646 1339 76 150 0 1493 0
Current children cumulated CPU time (s) 50.18
Current children cumulated vsize (KiB) 25540

[startup+102.305 s]
/proc/loadavg: 1.98 1.98 1.99 3/83 17839
/proc/meminfo: memFree=1660496/2055920 swapFree=4192812/4192956
[pid=17813] ppid=17811 vsize=13600 CPUtime=0.76
/proc/17813/stat : 17813 (sugar) S 17811 17813 16397 0 -1 4194304 1031 9428 0 2 2 1 68 5 16 0 1 0 154822379 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17813/statm: 3400 798 370 3 0 500 0
[pid=17836] ppid=17813 vsize=5356 CPUtime=0
/proc/17836/stat : 17836 (sh) S 17813 17813 16397 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 154822462 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17836/statm: 1339 232 193 169 0 50 0
[pid=17837] ppid=17836 vsize=7984 CPUtime=100.36
/proc/17837/stat : 17837 (minisat) R 17836 17813 16397 0 -1 4194304 1671 0 0 0 10036 0 0 0 25 0 1 0 154822463 8175616 1657 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/17837/statm: 1996 1657 76 150 0 1843 0
Current children cumulated CPU time (s) 101.12
Current children cumulated vsize (KiB) 26940

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 17839
/proc/meminfo: memFree=1659160/2055920 swapFree=4192812/4192956
[pid=17813] ppid=17811 vsize=13600 CPUtime=0.76
/proc/17813/stat : 17813 (sugar) S 17811 17813 16397 0 -1 4194304 1031 9428 0 2 2 1 68 5 16 0 1 0 154822379 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17813/statm: 3400 798 370 3 0 500 0
[pid=17836] ppid=17813 vsize=5356 CPUtime=0
/proc/17836/stat : 17836 (sh) S 17813 17813 16397 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 154822462 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17836/statm: 1339 232 193 169 0 50 0
[pid=17837] ppid=17836 vsize=9344 CPUtime=160.05
/proc/17837/stat : 17837 (minisat) R 17836 17813 16397 0 -1 4194304 1996 0 0 0 16005 0 0 0 25 0 1 0 154822463 9568256 1982 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17837/statm: 2336 1982 76 150 0 2183 0
Current children cumulated CPU time (s) 160.81
Current children cumulated vsize (KiB) 28300

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 17839
/proc/meminfo: memFree=1658456/2055920 swapFree=4192812/4192956
[pid=17813] ppid=17811 vsize=13600 CPUtime=0.76
/proc/17813/stat : 17813 (sugar) S 17811 17813 16397 0 -1 4194304 1031 9428 0 2 2 1 68 5 16 0 1 0 154822379 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17813/statm: 3400 798 370 3 0 500 0
[pid=17836] ppid=17813 vsize=5356 CPUtime=0
/proc/17836/stat : 17836 (sh) S 17813 17813 16397 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 154822462 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17836/statm: 1339 232 193 169 0 50 0
[pid=17837] ppid=17836 vsize=10016 CPUtime=219.75
/proc/17837/stat : 17837 (minisat) R 17836 17813 16397 0 -1 4194304 2177 0 0 0 21974 1 0 0 25 0 1 0 154822463 10256384 2163 996147200 134512640 135127466 4294956256 18446744073709551615 134523430 0 0 4096 3 0 0 0 17 1 0 0
/proc/17837/statm: 2504 2163 76 150 0 2351 0
Current children cumulated CPU time (s) 220.51
Current children cumulated vsize (KiB) 28972

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 17839
/proc/meminfo: memFree=1657880/2055920 swapFree=4192812/4192956
[pid=17813] ppid=17811 vsize=13600 CPUtime=0.77
/proc/17813/stat : 17813 (sugar) S 17811 17813 16397 0 -1 4194304 1031 9428 0 2 3 1 68 5 16 0 1 0 154822379 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17813/statm: 3400 798 370 3 0 500 0
[pid=17836] ppid=17813 vsize=5356 CPUtime=0
/proc/17836/stat : 17836 (sh) S 17813 17813 16397 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 154822462 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17836/statm: 1339 232 193 169 0 50 0

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

[pid=17813] ppid=17811 vsize=13600 CPUtime=0.77
/proc/17813/stat : 17813 (sugar) S 17811 17813 16397 0 -1 4194304 1031 9428 0 2 3 1 68 5 16 0 1 0 154822379 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17813/statm: 3400 798 370 3 0 500 0
[pid=17836] ppid=17813 vsize=5356 CPUtime=0
/proc/17836/stat : 17836 (sh) S 17813 17813 16397 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 154822462 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17836/statm: 1339 232 193 169 0 50 0
[pid=17837] ppid=17836 vsize=18072 CPUtime=1234.54
/proc/17837/stat : 17837 (minisat) R 17836 17813 16397 0 -1 4194304 4067 0 0 0 123452 2 0 0 25 0 1 0 154822463 18505728 4053 996147200 134512640 135127466 4294956256 18446744073709551615 134522934 0 0 4096 3 0 0 0 17 1 0 0
/proc/17837/statm: 4518 4053 76 150 0 4365 0
Current children cumulated CPU time (s) 1235.31
Current children cumulated vsize (KiB) 37028

[startup+1302.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 17839
/proc/meminfo: memFree=1650008/2055920 swapFree=4192812/4192956
[pid=17813] ppid=17811 vsize=13600 CPUtime=0.77
/proc/17813/stat : 17813 (sugar) S 17811 17813 16397 0 -1 4194304 1031 9428 0 2 3 1 68 5 16 0 1 0 154822379 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17813/statm: 3400 798 370 3 0 500 0
[pid=17836] ppid=17813 vsize=5356 CPUtime=0
/proc/17836/stat : 17836 (sh) S 17813 17813 16397 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 154822462 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17836/statm: 1339 232 193 169 0 50 0
[pid=17837] ppid=17836 vsize=18380 CPUtime=1294.24
/proc/17837/stat : 17837 (minisat) R 17836 17813 16397 0 -1 4194304 4130 0 0 0 129422 2 0 0 25 0 1 0 154822463 18821120 4116 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17837/statm: 4595 4116 76 150 0 4442 0
Current children cumulated CPU time (s) 1295.01
Current children cumulated vsize (KiB) 37336

[startup+1362.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 17839
/proc/meminfo: memFree=1649880/2055920 swapFree=4192812/4192956
[pid=17813] ppid=17811 vsize=13600 CPUtime=0.77
/proc/17813/stat : 17813 (sugar) S 17811 17813 16397 0 -1 4194304 1031 9428 0 2 3 1 68 5 16 0 1 0 154822379 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17813/statm: 3400 798 370 3 0 500 0
[pid=17836] ppid=17813 vsize=5356 CPUtime=0
/proc/17836/stat : 17836 (sh) S 17813 17813 16397 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 154822462 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17836/statm: 1339 232 193 169 0 50 0
[pid=17837] ppid=17836 vsize=18380 CPUtime=1353.93
/proc/17837/stat : 17837 (minisat) R 17836 17813 16397 0 -1 4194304 4131 0 0 0 135391 2 0 0 25 0 1 0 154822463 18821120 4117 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 1 0 0
/proc/17837/statm: 4595 4117 76 150 0 4442 0
Current children cumulated CPU time (s) 1354.7
Current children cumulated vsize (KiB) 37336

[startup+1422.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 17839
/proc/meminfo: memFree=1649752/2055920 swapFree=4192812/4192956
[pid=17813] ppid=17811 vsize=13600 CPUtime=0.77
/proc/17813/stat : 17813 (sugar) S 17811 17813 16397 0 -1 4194304 1031 9428 0 2 3 1 68 5 16 0 1 0 154822379 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17813/statm: 3400 798 370 3 0 500 0
[pid=17836] ppid=17813 vsize=5356 CPUtime=0
/proc/17836/stat : 17836 (sh) S 17813 17813 16397 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 154822462 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17836/statm: 1339 232 193 169 0 50 0
[pid=17837] ppid=17836 vsize=18524 CPUtime=1413.63
/proc/17837/stat : 17837 (minisat) R 17836 17813 16397 0 -1 4194304 4154 0 0 0 141361 2 0 0 25 0 1 0 154822463 18968576 4140 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/17837/statm: 4631 4140 76 150 0 4478 0
Current children cumulated CPU time (s) 1414.4
Current children cumulated vsize (KiB) 37480

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 17839
/proc/meminfo: memFree=1649496/2055920 swapFree=4192812/4192956
[pid=17813] ppid=17811 vsize=13600 CPUtime=0.77
/proc/17813/stat : 17813 (sugar) S 17811 17813 16397 0 -1 4194304 1031 9428 0 2 3 1 68 5 16 0 1 0 154822379 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17813/statm: 3400 798 370 3 0 500 0
[pid=17836] ppid=17813 vsize=5356 CPUtime=0
/proc/17836/stat : 17836 (sh) S 17813 17813 16397 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 154822462 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17836/statm: 1339 232 193 169 0 50 0
[pid=17837] ppid=17836 vsize=18668 CPUtime=1473.32
/proc/17837/stat : 17837 (minisat) R 17836 17813 16397 0 -1 4194304 4214 0 0 0 147330 2 0 0 25 0 1 0 154822463 19116032 4200 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/17837/statm: 4667 4200 76 150 0 4514 0
Current children cumulated CPU time (s) 1474.09
Current children cumulated vsize (KiB) 37624

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 17839
/proc/meminfo: memFree=1649176/2055920 swapFree=4192812/4192956
[pid=17813] ppid=17811 vsize=13600 CPUtime=0.77
/proc/17813/stat : 17813 (sugar) S 17811 17813 16397 0 -1 4194304 1031 9428 0 2 3 1 68 5 16 0 1 0 154822379 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17813/statm: 3400 798 370 3 0 500 0
[pid=17836] ppid=17813 vsize=5356 CPUtime=0
/proc/17836/stat : 17836 (sh) S 17813 17813 16397 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 154822462 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17836/statm: 1339 232 193 169 0 50 0
[pid=17837] ppid=17836 vsize=18944 CPUtime=1533.01
/proc/17837/stat : 17837 (minisat) R 17836 17813 16397 0 -1 4194304 4280 0 0 0 153299 2 0 0 25 0 1 0 154822463 19398656 4266 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17837/statm: 4736 4266 76 150 0 4583 0
Current children cumulated CPU time (s) 1533.78
Current children cumulated vsize (KiB) 37900

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 17869
/proc/meminfo: memFree=1695384/2055920 swapFree=4192812/4192956
[pid=17813] ppid=17811 vsize=13600 CPUtime=0.77
/proc/17813/stat : 17813 (sugar) S 17811 17813 16397 0 -1 4194304 1031 9428 0 2 3 1 68 5 16 0 1 0 154822379 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17813/statm: 3400 798 370 3 0 500 0
[pid=17836] ppid=17813 vsize=5356 CPUtime=0
/proc/17836/stat : 17836 (sh) S 17813 17813 16397 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 154822462 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17836/statm: 1339 232 193 169 0 50 0
[pid=17837] ppid=17836 vsize=19804 CPUtime=1592.7
/proc/17837/stat : 17837 (minisat) R 17836 17813 16397 0 -1 4194304 4449 0 0 0 159268 2 0 0 25 0 1 0 154822463 20279296 4435 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17837/statm: 4951 4435 76 150 0 4798 0
Current children cumulated CPU time (s) 1593.47
Current children cumulated vsize (KiB) 38760

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 17869
/proc/meminfo: memFree=1694616/2055920 swapFree=4192812/4192956
[pid=17813] ppid=17811 vsize=13600 CPUtime=0.77
/proc/17813/stat : 17813 (sugar) S 17811 17813 16397 0 -1 4194304 1031 9428 0 2 3 1 68 5 16 0 1 0 154822379 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17813/statm: 3400 798 370 3 0 500 0
[pid=17836] ppid=17813 vsize=5356 CPUtime=0
/proc/17836/stat : 17836 (sh) S 17813 17813 16397 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 154822462 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17836/statm: 1339 232 193 169 0 50 0
[pid=17837] ppid=17836 vsize=20504 CPUtime=1652.43
/proc/17837/stat : 17837 (minisat) R 17836 17813 16397 0 -1 4194304 4611 0 0 0 165240 3 0 0 25 0 1 0 154822463 20996096 4597 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/17837/statm: 5126 4597 76 150 0 4973 0
Current children cumulated CPU time (s) 1653.2
Current children cumulated vsize (KiB) 39460

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 17869
/proc/meminfo: memFree=1694168/2055920 swapFree=4192812/4192956
[pid=17813] ppid=17811 vsize=13600 CPUtime=0.77
/proc/17813/stat : 17813 (sugar) S 17811 17813 16397 0 -1 4194304 1031 9428 0 2 3 1 68 5 16 0 1 0 154822379 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17813/statm: 3400 798 370 3 0 500 0
[pid=17836] ppid=17813 vsize=5356 CPUtime=0
/proc/17836/stat : 17836 (sh) S 17813 17813 16397 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 154822462 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17836/statm: 1339 232 193 169 0 50 0
[pid=17837] ppid=17836 vsize=20836 CPUtime=1712.18
/proc/17837/stat : 17837 (minisat) R 17836 17813 16397 0 -1 4194304 4697 0 0 0 171215 3 0 0 25 0 1 0 154822463 21336064 4683 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17837/statm: 5209 4683 76 150 0 5056 0
Current children cumulated CPU time (s) 1712.95
Current children cumulated vsize (KiB) 39792

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 17869
/proc/meminfo: memFree=1693848/2055920 swapFree=4192812/4192956
[pid=17813] ppid=17811 vsize=13600 CPUtime=0.77
/proc/17813/stat : 17813 (sugar) S 17811 17813 16397 0 -1 4194304 1031 9428 0 2 3 1 68 5 16 0 1 0 154822379 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17813/statm: 3400 798 370 3 0 500 0
[pid=17836] ppid=17813 vsize=5356 CPUtime=0
/proc/17836/stat : 17836 (sh) S 17813 17813 16397 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 154822462 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17836/statm: 1339 232 193 169 0 50 0
[pid=17837] ppid=17836 vsize=21012 CPUtime=1771.92
/proc/17837/stat : 17837 (minisat) R 17836 17813 16397 0 -1 4194304 4742 0 0 0 177189 3 0 0 25 0 1 0 154822463 21516288 4728 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17837/statm: 5253 4728 76 150 0 5100 0
Current children cumulated CPU time (s) 1772.69
Current children cumulated vsize (KiB) 39968



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.8 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 17869
/proc/meminfo: memFree=1693784/2055920 swapFree=4192812/4192956
[pid=17813] ppid=17811 vsize=13600 CPUtime=0.77
/proc/17813/stat : 17813 (sugar) S 17811 17813 16397 0 -1 4194304 1031 9428 0 2 3 1 68 5 16 0 1 0 154822379 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17813/statm: 3400 798 370 3 0 500 0
[pid=17836] ppid=17813 vsize=5356 CPUtime=0
/proc/17836/stat : 17836 (sh) S 17813 17813 16397 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 154822462 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17836/statm: 1339 232 193 169 0 50 0
[pid=17837] ppid=17836 vsize=21152 CPUtime=1799.29
/proc/17837/stat : 17837 (minisat) R 17836 17813 16397 0 -1 4194304 4762 0 0 0 179926 3 0 0 25 0 1 0 154822463 21659648 4748 996147200 134512640 135127466 4294956256 18446744073709551615 134527499 0 0 4096 3 0 0 0 17 0 0 0
/proc/17837/statm: 5288 4748 76 150 0 5135 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 40108

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): 1809.82
CPU time (s): 1800.11
CPU user time (s): 1799.99
CPU system time (s): 0.122981
CPU usage (%): 99.4636
Max. virtual memory (cumulated for all children) (KiB): 40108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.99
system time used= 0.122981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15945
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= 562
involuntary context switches= 20938

runsolver used 1.83872 second user time and 4.78027 second system time

The end

Launcher Data (download as text)

Begin job on node28 at 2008-07-05 18:12:51
IDJOB=1091274
IDBENCH=58537
IDSOLVER=346
FILE ID=node28/1091274-1215274371
PBS_JOBID= 7882149
Free space on /tmp= 66500 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pigeons/normalized-pigeons-20.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-1091274-1215274371/watcher-1091274-1215274371 -o /tmp/evaluation-result-1091274-1215274371/solver-1091274-1215274371 -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-1091274-1215274371.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6d8af51162fb4e6be4fd08a4b34b9a45
RANDOM SEED=370029917

node28.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.231
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.231
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:       1669840 kB
Buffers:         41884 kB
Cached:         217604 kB
SwapCached:          0 kB
Active:         224628 kB
Inactive:       110712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1669840 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1292 kB
Writeback:           0 kB
Mapped:          93392 kB
Slab:            35644 kB
Committed_AS:  1177252 kB
PageTables:       1940 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66504 MiB
End job on node28 at 2008-07-05 18:43:03