Trace number 1098646

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 1814.62

General information on the benchmark

Namecsp/rand-2-40-19/
normalized-rand-2-40-19-443-230-43_ext.xml
MD5SUM01a0fbda45d526076a1329b5ddc0e633
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark133.496
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints340
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension340
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 Sat Jul  5 21:06:51 2008
0.00/0.04	c 0	PID 717
0.00/0.05	c 0	HOST node44.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1098646-1215284811.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-1098646-1215284811.xml' 'HOME/temp.csp'
0.03/0.70	c 1	1 domains, 40 variables, 0 predicates, 340 relations, 340 constraints
0.03/0.73	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.73	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.67/0.81	c 1	Parsing HOME/temp.csp
1.11/1.23	c 1	parsed 721 expressions
1.11/1.24	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.11/1.24	c 1	Converting to clausal form CSP
1.11/1.26	c 1	converted 73 (10%) expressions
1.11/1.27	c 1	converted 145 (20%) expressions
1.11/1.27	c 1	converted 217 (30%) expressions
1.11/1.27	c 1	converted 289 (40%) expressions
1.11/1.27	c 1	converted 361 (50%) expressions
1.22/1.34	c 1	converted 433 (60%) expressions
1.22/1.37	c 1	converted 505 (70%) expressions
1.22/1.38	c 1	converted 577 (80%) expressions
1.31/1.41	c 1	converted 649 (90%) expressions
1.31/1.42	c 1	converted 721 (100%) expressions
1.31/1.42	c 1	CSP : 40 integers, 0 booleans, 340 clauses, largest domain size 19
1.31/1.42	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.31/1.42	c 1	Propagation in CSP
1.31/1.43	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.31/1.43	c 1	CSP : 40 integers, 0 booleans, 340 clauses, largest domain size 19
1.31/1.43	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.31/1.43	c 1	Simplifing CSP by introducing new Boolean variables
1.31/1.43	c 1	CSP : 40 integers, 0 booleans, 340 clauses, largest domain size 19
1.31/1.43	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.31/1.47	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.31/1.48	c 1	4 (10%) CSP integer variables are encoded (68 clauses, 659 bytes)
1.31/1.48	c 1	8 (20%) CSP integer variables are encoded (136 clauses, 1356 bytes)
1.31/1.48	c 1	12 (30%) CSP integer variables are encoded (204 clauses, 2104 bytes)
1.31/1.48	c 1	16 (40%) CSP integer variables are encoded (272 clauses, 2852 bytes)
1.31/1.48	c 1	20 (50%) CSP integer variables are encoded (340 clauses, 3600 bytes)
1.31/1.49	c 1	24 (60%) CSP integer variables are encoded (408 clauses, 4348 bytes)
1.31/1.49	c 1	28 (70%) CSP integer variables are encoded (476 clauses, 5096 bytes)
1.31/1.49	c 1	32 (80%) CSP integer variables are encoded (544 clauses, 5844 bytes)
1.31/1.49	c 1	36 (90%) CSP integer variables are encoded (612 clauses, 6592 bytes)
1.31/1.49	c 1	40 (100%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.40/1.54	c 1	34 (10%) CSP clauses are encoded (2901 clauses, 42937 bytes)
1.40/1.56	c 2	68 (20%) CSP clauses are encoded (5041 clauses, 78778 bytes)
1.40/1.57	c 2	102 (30%) CSP clauses are encoded (7195 clauses, 116589 bytes)
1.40/1.59	c 2	136 (40%) CSP clauses are encoded (9299 clauses, 156050 bytes)
1.51/1.60	c 2	170 (50%) CSP clauses are encoded (11376 clauses, 195055 bytes)
1.51/1.61	c 2	204 (60%) CSP clauses are encoded (13479 clauses, 234584 bytes)
1.51/1.63	c 2	238 (70%) CSP clauses are encoded (15752 clauses, 277184 bytes)
1.51/1.64	c 2	272 (80%) CSP clauses are encoded (17903 clauses, 317560 bytes)
1.51/1.66	c 2	306 (90%) CSP clauses are encoded (20178 clauses, 360167 bytes)
1.51/1.67	c 2	340 (100%) CSP clauses are encoded (22310 clauses, 400267 bytes)
1.51/1.67	c 2	340 CSP clauses encoded
1.51/1.67	c 2	Writing map file : HOME/temp.map
1.51/1.67	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.51/1.67	c 2	SAT : 720 SAT variables, 22310 SAT clauses, 400267 bytes
1.51/1.67	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.58/1.72	c 2	SOLVING HOME/temp.cnf
1.58/1.72	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.58/1.73	c 2	This is MiniSat 2.0 beta
1.58/1.73	c 2	WARNING: for repeatability, setting FPU to use double precision
1.58/1.73	c 2	============================[ Problem Statistics ]=============================
1.58/1.73	c 2	|                                                                             |
1.58/1.73	c 2	|  Number of variables:  720                                                  |
1.58/1.73	c 2	|  Number of clauses:    22310                                                |
1.58/1.74	c 2	|  Parsing time:         0.01         s                                       |
1.58/1.74	c 2	============================[ Search Statistics ]==============================
1.58/1.74	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.58/1.74	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.58/1.74	c 2	===============================================================================
1.58/1.74	c 2	|         0 |     720    22310    81934 |     7436        0    nan |  0.000 % |
1.58/1.76	c 2	|       103 |     720    22310    81934 |     8180      103     11 |  0.000 % |
1.58/1.77	c 2	|       253 |     720    22310    81934 |     8998      253     11 |  0.006 % |
1.58/1.80	c 2	|       478 |     720    22310    81934 |     9898      478     11 |  0.006 % |
1.59/1.83	c 2	|       815 |     720    22310    81934 |    10888      815     11 |  0.007 % |
1.59/1.89	c 2	|      1321 |     720    22310    81934 |    11976     1321     12 |  0.007 % |
1.59/1.97	c 2	|      2080 |     720    22310    81934 |    13174     2080     12 |  0.007 % |
1.95/2.12	c 2	|      3219 |     720    22310    81934 |    14491     3219     12 |  0.006 % |
2.15/2.35	c 2	|      4928 |     720    22310    81934 |    15941     4928     12 |  0.006 % |
2.44/2.69	c 3	|      7491 |     720    22310    81934 |    17535     7491     13 |  0.007 % |
3.04/3.29	c 3	|     11336 |     720    22310    81934 |    19288    11336     14 |  0.003 % |
4.02/4.21	c 4	|     17104 |     720    22310    81934 |    21217    17104     15 |  0.003 % |
5.60/5.84	c 6	|     25753 |     720    22310    81934 |    23339    15073     16 |  0.008 % |
8.39/8.63	c 9	|     38727 |     720    22310    81934 |    25673    16262     17 |  0.002 % |
12.64/12.95	c 13	|     58189 |     720    22310    81934 |    28240    22241     17 |  0.003 % |
20.07/20.45	c 20	|     87383 |     720    22310    81934 |    31064    22620     16 |  0.007 % |
31.86/32.38	c 32	|    131172 |     720    22310    81934 |    34171    15052     18 |  0.007 % |
50.58/51.27	c 51	|    196856 |     720    22310    81934 |    37588    20690     17 |  0.007 % |
81.10/82.06	c 82	|    295382 |     720    22310    81934 |    41347    26231     18 |  0.008 % |
134.49/135.94	c 136	|    443174 |     720    22310    81934 |    45481    21628     15 |  0.008 % |
210.37/212.52	c 212	|    664858 |     719    22240    81737 |    50030    45599     19 |  0.139 % |
324.60/327.85	c 328	|    997383 |     719    22240    81737 |    55033    16376     18 |  0.141 % |
508.26/513.22	c 513	|   1496173 |     718    22192    81600 |    60536    37127     19 |  0.280 % |
820.02/827.97	c 828	|   2244356 |     717    22133    81429 |    66590    47152     21 |  0.417 % |
1303.56/1316.08	c 1316	|   3366630 |     717    22133    81429 |    73249    46640     19 |  0.419 % |
1800.05/1814.61	sh: line 1:   741 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.05/1814.61	c 1815	DECODING HOME/temp.out WITH HOME/temp.map
1800.05/1814.61	c 1815	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.05/1814.61	c ERROR INTERRUPTED
1800.05/1814.62	s UNKNOWN
1800.05/1814.62	c 1815	CPU 1799.89 (0.03 0 1799.86 0.2)
1800.05/1814.62	c 1815	END Sat Jul  5 21:37:06 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-1098646-1215284811/watcher-1098646-1215284811 -o /tmp/evaluation-result-1098646-1215284811/solver-1098646-1215284811 -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-1098646-1215284811.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: 2.01 2.05 2.01 4/73 717
/proc/meminfo: memFree=1711520/2055920 swapFree=4180396/4192956
[pid=717] ppid=715 vsize=12268 CPUtime=0
/proc/717/stat : 717 (sugar) R 715 717 30236 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2007453942 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 264840641125 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/717/statm: 3067 316 241 3 0 167 0

[startup+0.057762 s]
/proc/loadavg: 2.01 2.05 2.01 4/73 717
/proc/meminfo: memFree=1711520/2055920 swapFree=4180396/4192956
[pid=717] ppid=715 vsize=13600 CPUtime=0.03
/proc/717/stat : 717 (sugar) S 715 717 30236 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2007453942 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/717/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102763 s]
/proc/loadavg: 2.01 2.05 2.01 4/73 717
/proc/meminfo: memFree=1711520/2055920 swapFree=4180396/4192956
[pid=717] ppid=715 vsize=13600 CPUtime=0.03
/proc/717/stat : 717 (sugar) S 715 717 30236 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2007453942 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/717/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302781 s]
/proc/loadavg: 2.01 2.05 2.01 4/73 717
/proc/meminfo: memFree=1711520/2055920 swapFree=4180396/4192956
[pid=717] ppid=715 vsize=13600 CPUtime=0.03
/proc/717/stat : 717 (sugar) S 715 717 30236 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2007453942 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/717/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701823 s]
/proc/loadavg: 2.01 2.05 2.01 4/73 717
/proc/meminfo: memFree=1711520/2055920 swapFree=4180396/4192956
[pid=717] ppid=715 vsize=13600 CPUtime=0.03
/proc/717/stat : 717 (sugar) S 715 717 30236 0 -1 4194304 918 127 0 0 3 0 0 0 15 0 1 0 2007453942 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/717/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50191 s]
/proc/loadavg: 2.09 2.07 2.01 4/84 739
/proc/meminfo: memFree=1703880/2055920 swapFree=4180396/4192956
[pid=717] ppid=715 vsize=13600 CPUtime=0.67
/proc/717/stat : 717 (sugar) S 715 717 30236 0 -1 4194304 974 4747 0 1 3 0 60 4 15 0 1 0 2007453942 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/717/statm: 3400 797 370 3 0 500 0
[pid=730] ppid=717 vsize=5356 CPUtime=0
/proc/730/stat : 730 (sh) S 717 717 30236 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007454016 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/730/statm: 1339 233 193 169 0 50 0
[pid=731] ppid=730 vsize=864448 CPUtime=0.73
/proc/731/stat : 731 (java) S 730 717 30236 0 -1 0 6745 0 1 0 70 3 0 0 18 0 9 0 2007454016 885194752 6013 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/731/statm: 216112 6013 2563 9 0 210659 0
[pid=731/tid=732] ppid=730 vsize=864448 CPUtime=0.46
/proc/731/task/732/stat : 732 (java) R 730 717 30236 0 -1 64 2692 0 1 0 45 1 0 0 18 0 9 0 2007454017 885194752 6013 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=731/tid=733] ppid=730 vsize=864448 CPUtime=0.16
/proc/731/task/733/stat : 733 (java) S 730 717 30236 0 -1 64 3010 0 0 0 15 1 0 0 16 0 9 0 2007454018 885194752 6013 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=731/tid=734] ppid=730 vsize=864448 CPUtime=0
/proc/731/task/734/stat : 734 (java) S 730 717 30236 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2007454018 885194752 6013 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=731/tid=735] ppid=730 vsize=864448 CPUtime=0
/proc/731/task/735/stat : 735 (java) S 730 717 30236 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2007454018 885194752 6013 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=731/tid=736] ppid=730 vsize=864448 CPUtime=0
/proc/731/task/736/stat : 736 (java) S 730 717 30236 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2007454020 885194752 6013 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=731/tid=737] ppid=730 vsize=864448 CPUtime=0.09
/proc/731/task/737/stat : 737 (java) R 730 717 30236 0 -1 64 350 0 0 0 9 0 0 0 16 0 9 0 2007454020 885194752 6013 996147200 134512640 134550740 4294955952 18446744073709551615 102025153 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=731/tid=738] ppid=730 vsize=864448 CPUtime=0
/proc/731/task/738/stat : 738 (java) S 730 717 30236 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007454020 885194752 6013 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=731/tid=739] ppid=730 vsize=864448 CPUtime=0
/proc/731/task/739/stat : 739 (java) S 730 717 30236 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007454020 885194752 6013 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 883404

[startup+3.10107 s]
/proc/loadavg: 2.09 2.07 2.01 3/76 741
/proc/meminfo: memFree=1706696/2055920 swapFree=4180396/4192956
[pid=717] ppid=715 vsize=13600 CPUtime=1.59
/proc/717/stat : 717 (sugar) S 715 717 30236 0 -1 4194304 1031 11842 0 2 3 0 147 9 15 0 1 0 2007453942 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/717/statm: 3400 798 370 3 0 500 0
[pid=740] ppid=717 vsize=5356 CPUtime=0
/proc/740/stat : 740 (sh) S 717 717 30236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007454115 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/740/statm: 1339 232 193 169 0 50 0
[pid=741] ppid=740 vsize=3860 CPUtime=1.35
/proc/741/stat : 741 (minisat) R 740 717 30236 0 -1 4194304 710 0 0 0 135 0 0 0 25 0 1 0 2007454116 3952640 696 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/741/statm: 965 696 75 150 0 812 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 22816

[startup+6.3014 s]
/proc/loadavg: 2.09 2.07 2.01 3/76 741
/proc/meminfo: memFree=1704840/2055920 swapFree=4180396/4192956
[pid=717] ppid=715 vsize=13600 CPUtime=1.59
/proc/717/stat : 717 (sugar) S 715 717 30236 0 -1 4194304 1031 11842 0 2 3 0 147 9 16 0 1 0 2007453942 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/717/statm: 3400 798 370 3 0 500 0
[pid=740] ppid=717 vsize=5356 CPUtime=0
/proc/740/stat : 740 (sh) S 717 717 30236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007454115 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/740/statm: 1339 232 193 169 0 50 0
[pid=741] ppid=740 vsize=4944 CPUtime=4.51
/proc/741/stat : 741 (minisat) R 740 717 30236 0 -1 4194304 994 0 0 0 451 0 0 0 25 0 1 0 2007454116 5062656 980 996147200 134512640 135127466 4294956256 18446744073709551615 134530742 0 0 4096 3 0 0 0 17 1 0 0
/proc/741/statm: 1236 980 75 150 0 1083 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 23900

[startup+12.7011 s]
/proc/loadavg: 2.07 2.07 2.01 3/76 741
/proc/meminfo: memFree=1703880/2055920 swapFree=4180396/4192956
[pid=717] ppid=715 vsize=13600 CPUtime=1.59
/proc/717/stat : 717 (sugar) S 715 717 30236 0 -1 4194304 1031 11842 0 2 3 0 147 9 16 0 1 0 2007453942 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/717/statm: 3400 798 370 3 0 500 0
[pid=740] ppid=717 vsize=5356 CPUtime=0
/proc/740/stat : 740 (sh) S 717 717 30236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007454115 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/740/statm: 1339 232 193 169 0 50 0
[pid=741] ppid=740 vsize=5736 CPUtime=10.85
/proc/741/stat : 741 (minisat) R 740 717 30236 0 -1 4194304 1207 0 0 0 1084 1 0 0 25 0 1 0 2007454116 5873664 1193 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/741/statm: 1434 1193 75 150 0 1281 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 24692

[startup+25.5024 s]
/proc/loadavg: 2.06 2.06 2.01 3/76 741
/proc/meminfo: memFree=1703112/2055920 swapFree=4180396/4192956
[pid=717] ppid=715 vsize=13600 CPUtime=1.59
/proc/717/stat : 717 (sugar) S 715 717 30236 0 -1 4194304 1031 11842 0 2 3 0 147 9 16 0 1 0 2007453942 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/717/statm: 3400 798 370 3 0 500 0
[pid=740] ppid=717 vsize=5356 CPUtime=0
/proc/740/stat : 740 (sh) S 717 717 30236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007454115 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/740/statm: 1339 232 193 169 0 50 0
[pid=741] ppid=740 vsize=6696 CPUtime=23.53
/proc/741/stat : 741 (minisat) R 740 717 30236 0 -1 4194304 1408 0 0 0 2352 1 0 0 25 0 1 0 2007454116 6856704 1394 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/741/statm: 1674 1394 75 150 0 1521 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 25652

[startup+51.103 s]
/proc/loadavg: 2.04 2.06 2.01 3/76 741
/proc/meminfo: memFree=1701768/2055920 swapFree=4180396/4192956
[pid=717] ppid=715 vsize=13600 CPUtime=1.59
/proc/717/stat : 717 (sugar) S 715 717 30236 0 -1 4194304 1031 11842 0 2 3 0 147 9 16 0 1 0 2007453942 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/717/statm: 3400 798 370 3 0 500 0
[pid=740] ppid=717 vsize=5356 CPUtime=0
/proc/740/stat : 740 (sh) S 717 717 30236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007454115 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/740/statm: 1339 232 193 169 0 50 0
[pid=741] ppid=740 vsize=8032 CPUtime=48.89
/proc/741/stat : 741 (minisat) R 740 717 30236 0 -1 4194304 1747 0 0 0 4888 1 0 0 25 0 1 0 2007454116 8224768 1733 996147200 134512640 135127466 4294956256 18446744073709551615 134527694 0 0 4096 3 0 0 0 17 1 0 0
/proc/741/statm: 2008 1733 75 150 0 1855 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 26988

[startup+102.307 s]
/proc/loadavg: 2.01 2.05 2.00 3/76 741
/proc/meminfo: memFree=1700168/2055920 swapFree=4180396/4192956
[pid=717] ppid=715 vsize=13600 CPUtime=1.59
/proc/717/stat : 717 (sugar) S 715 717 30236 0 -1 4194304 1031 11842 0 2 3 0 147 9 16 0 1 0 2007453942 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/717/statm: 3400 798 370 3 0 500 0
[pid=740] ppid=717 vsize=5356 CPUtime=0
/proc/740/stat : 740 (sh) S 717 717 30236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007454115 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/740/statm: 1339 232 193 169 0 50 0
[pid=741] ppid=740 vsize=9452 CPUtime=99.62
/proc/741/stat : 741 (minisat) R 740 717 30236 0 -1 4194304 2100 0 0 0 9960 2 0 0 25 0 1 0 2007454116 9678848 2086 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/741/statm: 2363 2086 75 150 0 2210 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 28408

[startup+162.302 s]
/proc/loadavg: 2.00 2.04 2.00 3/76 741
/proc/meminfo: memFree=1699464/2055920 swapFree=4180396/4192956
[pid=717] ppid=715 vsize=13600 CPUtime=1.59
/proc/717/stat : 717 (sugar) S 715 717 30236 0 -1 4194304 1031 11842 0 2 3 0 147 9 16 0 1 0 2007453942 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/717/statm: 3400 798 370 3 0 500 0
[pid=740] ppid=717 vsize=5356 CPUtime=0
/proc/740/stat : 740 (sh) S 717 717 30236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007454115 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/740/statm: 1339 232 193 169 0 50 0
[pid=741] ppid=740 vsize=10172 CPUtime=159.05
/proc/741/stat : 741 (minisat) R 740 717 30236 0 -1 4194304 2270 0 0 0 15903 2 0 0 25 0 1 0 2007454116 10416128 2256 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/741/statm: 2543 2256 75 150 0 2390 0
Current children cumulated CPU time (s) 160.64
Current children cumulated vsize (KiB) 29128

[startup+222.303 s]
/proc/loadavg: 2.00 2.03 2.00 3/76 741
/proc/meminfo: memFree=1698120/2055920 swapFree=4180396/4192956
[pid=717] ppid=715 vsize=13600 CPUtime=1.59
/proc/717/stat : 717 (sugar) S 715 717 30236 0 -1 4194304 1031 11842 0 2 3 0 147 9 16 0 1 0 2007453942 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/717/statm: 3400 798 370 3 0 500 0
[pid=740] ppid=717 vsize=5356 CPUtime=0
/proc/740/stat : 740 (sh) S 717 717 30236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007454115 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

[pid=717] ppid=715 vsize=13600 CPUtime=1.59
/proc/717/stat : 717 (sugar) S 715 717 30236 0 -1 4194304 1031 11842 0 2 3 0 147 9 16 0 1 0 2007453942 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/717/statm: 3400 798 370 3 0 500 0
[pid=740] ppid=717 vsize=5356 CPUtime=0
/proc/740/stat : 740 (sh) S 717 717 30236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007454115 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/740/statm: 1339 232 193 169 0 50 0
[pid=741] ppid=740 vsize=20000 CPUtime=1228.96
/proc/741/stat : 741 (minisat) R 740 717 30236 0 -1 4194304 4624 0 0 0 122889 7 0 0 25 0 1 0 2007454116 20480000 4610 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/741/statm: 5000 4610 75 150 0 4847 0
Current children cumulated CPU time (s) 1230.55
Current children cumulated vsize (KiB) 38956

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 741
/proc/meminfo: memFree=1689224/2055920 swapFree=4180396/4192956
[pid=717] ppid=715 vsize=13600 CPUtime=1.59
/proc/717/stat : 717 (sugar) S 715 717 30236 0 -1 4194304 1031 11842 0 2 3 0 147 9 16 0 1 0 2007453942 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/717/statm: 3400 798 370 3 0 500 0
[pid=740] ppid=717 vsize=5356 CPUtime=0
/proc/740/stat : 740 (sh) S 717 717 30236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007454115 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/740/statm: 1339 232 193 169 0 50 0
[pid=741] ppid=740 vsize=20292 CPUtime=1288.4
/proc/741/stat : 741 (minisat) R 740 717 30236 0 -1 4194304 4667 0 0 0 128833 7 0 0 25 0 1 0 2007454116 20779008 4653 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/741/statm: 5073 4653 75 150 0 4920 0
Current children cumulated CPU time (s) 1289.99
Current children cumulated vsize (KiB) 39248

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 741
/proc/meminfo: memFree=1689032/2055920 swapFree=4180396/4192956
[pid=717] ppid=715 vsize=13600 CPUtime=1.59
/proc/717/stat : 717 (sugar) S 715 717 30236 0 -1 4194304 1031 11842 0 2 3 0 147 9 16 0 1 0 2007453942 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/717/statm: 3400 798 370 3 0 500 0
[pid=740] ppid=717 vsize=5356 CPUtime=0
/proc/740/stat : 740 (sh) S 717 717 30236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007454115 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/740/statm: 1339 232 193 169 0 50 0
[pid=741] ppid=740 vsize=20456 CPUtime=1347.84
/proc/741/stat : 741 (minisat) R 740 717 30236 0 -1 4194304 4718 0 0 0 134777 7 0 0 25 0 1 0 2007454116 20946944 4704 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/741/statm: 5114 4704 75 150 0 4961 0
Current children cumulated CPU time (s) 1349.43
Current children cumulated vsize (KiB) 39412

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 741
/proc/meminfo: memFree=1688904/2055920 swapFree=4180396/4192956
[pid=717] ppid=715 vsize=13600 CPUtime=1.59
/proc/717/stat : 717 (sugar) S 715 717 30236 0 -1 4194304 1031 11842 0 2 3 0 147 9 16 0 1 0 2007453942 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/717/statm: 3400 798 370 3 0 500 0
[pid=740] ppid=717 vsize=5356 CPUtime=0
/proc/740/stat : 740 (sh) S 717 717 30236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007454115 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/740/statm: 1339 232 193 169 0 50 0
[pid=741] ppid=740 vsize=20592 CPUtime=1407.28
/proc/741/stat : 741 (minisat) R 740 717 30236 0 -1 4194304 4752 0 0 0 140721 7 0 0 25 0 1 0 2007454116 21086208 4738 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/741/statm: 5148 4738 75 150 0 4995 0
Current children cumulated CPU time (s) 1408.87
Current children cumulated vsize (KiB) 39548

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 741
/proc/meminfo: memFree=1688712/2055920 swapFree=4180396/4192956
[pid=717] ppid=715 vsize=13600 CPUtime=1.59
/proc/717/stat : 717 (sugar) S 715 717 30236 0 -1 4194304 1031 11842 0 2 3 0 147 9 16 0 1 0 2007453942 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/717/statm: 3400 798 370 3 0 500 0
[pid=740] ppid=717 vsize=5356 CPUtime=0
/proc/740/stat : 740 (sh) S 717 717 30236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007454115 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/740/statm: 1339 232 193 169 0 50 0
[pid=741] ppid=740 vsize=20732 CPUtime=1466.71
/proc/741/stat : 741 (minisat) R 740 717 30236 0 -1 4194304 4789 0 0 0 146664 7 0 0 25 0 1 0 2007454116 21229568 4775 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/741/statm: 5183 4775 75 150 0 5030 0
Current children cumulated CPU time (s) 1468.3
Current children cumulated vsize (KiB) 39688

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 769
/proc/meminfo: memFree=1718344/2055920 swapFree=4180396/4192956
[pid=717] ppid=715 vsize=13600 CPUtime=1.59
/proc/717/stat : 717 (sugar) S 715 717 30236 0 -1 4194304 1031 11842 0 2 3 0 147 9 16 0 1 0 2007453942 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/717/statm: 3400 798 370 3 0 500 0
[pid=740] ppid=717 vsize=5356 CPUtime=0
/proc/740/stat : 740 (sh) S 717 717 30236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007454115 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/740/statm: 1339 232 193 169 0 50 0
[pid=741] ppid=740 vsize=21152 CPUtime=1526.27
/proc/741/stat : 741 (minisat) R 740 717 30236 0 -1 4194304 4867 0 0 0 152619 8 0 0 25 0 1 0 2007454116 21659648 4853 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/741/statm: 5288 4853 75 150 0 5135 0
Current children cumulated CPU time (s) 1527.86
Current children cumulated vsize (KiB) 40108

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 769
/proc/meminfo: memFree=1718088/2055920 swapFree=4180396/4192956
[pid=717] ppid=715 vsize=13600 CPUtime=1.59
/proc/717/stat : 717 (sugar) S 715 717 30236 0 -1 4194304 1031 11842 0 2 3 0 147 9 16 0 1 0 2007453942 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/717/statm: 3400 798 370 3 0 500 0
[pid=740] ppid=717 vsize=5356 CPUtime=0
/proc/740/stat : 740 (sh) S 717 717 30236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007454115 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/740/statm: 1339 232 193 169 0 50 0
[pid=741] ppid=740 vsize=21436 CPUtime=1586.25
/proc/741/stat : 741 (minisat) R 740 717 30236 0 -1 4194304 4955 0 0 0 158617 8 0 0 25 0 1 0 2007454116 21950464 4941 996147200 134512640 135127466 4294956256 18446744073709551615 134530715 0 0 4096 3 0 0 0 17 0 0 0
/proc/741/statm: 5359 4941 75 150 0 5206 0
Current children cumulated CPU time (s) 1587.84
Current children cumulated vsize (KiB) 40392

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 769
/proc/meminfo: memFree=1717832/2055920 swapFree=4180396/4192956
[pid=717] ppid=715 vsize=13600 CPUtime=1.59
/proc/717/stat : 717 (sugar) S 715 717 30236 0 -1 4194304 1031 11842 0 2 3 0 147 9 16 0 1 0 2007453942 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/717/statm: 3400 798 370 3 0 500 0
[pid=740] ppid=717 vsize=5356 CPUtime=0
/proc/740/stat : 740 (sh) S 717 717 30236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007454115 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/740/statm: 1339 232 193 169 0 50 0
[pid=741] ppid=740 vsize=21572 CPUtime=1646.22
/proc/741/stat : 741 (minisat) R 740 717 30236 0 -1 4194304 4966 0 0 0 164614 8 0 0 25 0 1 0 2007454116 22089728 4952 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/741/statm: 5393 4952 75 150 0 5240 0
Current children cumulated CPU time (s) 1647.81
Current children cumulated vsize (KiB) 40528

[startup+1722.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/75 796
/proc/meminfo: memFree=1711304/2055920 swapFree=4180396/4192956
[pid=717] ppid=715 vsize=13600 CPUtime=1.59
/proc/717/stat : 717 (sugar) S 715 717 30236 0 -1 4194304 1031 11842 0 2 3 0 147 9 16 0 1 0 2007453942 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/717/statm: 3400 798 370 3 0 500 0
[pid=740] ppid=717 vsize=5356 CPUtime=0
/proc/740/stat : 740 (sh) S 717 717 30236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007454115 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/740/statm: 1339 232 193 169 0 50 0
[pid=741] ppid=740 vsize=21744 CPUtime=1706.2
/proc/741/stat : 741 (minisat) R 740 717 30236 0 -1 4194304 5006 0 0 0 170611 9 0 0 25 0 1 0 2007454116 22265856 4992 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/741/statm: 5436 4992 75 150 0 5283 0
Current children cumulated CPU time (s) 1707.79
Current children cumulated vsize (KiB) 40700

[startup+1782.3 s]
/proc/loadavg: 2.14 2.05 2.01 3/75 796
/proc/meminfo: memFree=1710984/2055920 swapFree=4180396/4192956
[pid=717] ppid=715 vsize=13600 CPUtime=1.59
/proc/717/stat : 717 (sugar) S 715 717 30236 0 -1 4194304 1031 11842 0 2 3 0 147 9 16 0 1 0 2007453942 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/717/statm: 3400 798 370 3 0 500 0
[pid=740] ppid=717 vsize=5356 CPUtime=0
/proc/740/stat : 740 (sh) S 717 717 30236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007454115 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/740/statm: 1339 232 193 169 0 50 0
[pid=741] ppid=740 vsize=21744 CPUtime=1766.17
/proc/741/stat : 741 (minisat) R 740 717 30236 0 -1 4194304 5040 0 0 0 176608 9 0 0 25 0 1 0 2007454116 22265856 5026 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/741/statm: 5436 5026 75 150 0 5283 0
Current children cumulated CPU time (s) 1767.76
Current children cumulated vsize (KiB) 40700



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.6 s]
/proc/loadavg: 2.08 2.04 2.01 3/75 796
/proc/meminfo: memFree=1710792/2055920 swapFree=4180396/4192956
[pid=717] ppid=715 vsize=13600 CPUtime=1.59
/proc/717/stat : 717 (sugar) S 715 717 30236 0 -1 4194304 1031 11842 0 2 3 0 147 9 16 0 1 0 2007453942 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/717/statm: 3400 798 370 3 0 500 0
[pid=740] ppid=717 vsize=5356 CPUtime=0
/proc/740/stat : 740 (sh) S 717 717 30236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007454115 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/740/statm: 1339 232 193 169 0 50 0
[pid=741] ppid=740 vsize=22008 CPUtime=1798.46
/proc/741/stat : 741 (minisat) R 740 717 30236 0 -1 4194304 5097 0 0 0 179837 9 0 0 25 0 1 0 2007454116 22536192 5083 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/741/statm: 5502 5083 75 150 0 5349 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 40964

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): 1814.62
CPU time (s): 1800.11
CPU user time (s): 1799.9
CPU system time (s): 0.211967
CPU usage (%): 99.2005
Max. virtual memory (cumulated for all children) (KiB): 883404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.9
system time used= 0.211967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18630
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= 1282
involuntary context switches= 34884

runsolver used 1.69474 second user time and 6.554 second system time

The end

Launcher Data (download as text)

Begin job on node44 at 2008-07-05 21:06:51
IDJOB=1098646
IDBENCH=59648
IDSOLVER=346
FILE ID=node44/1098646-1215284811
PBS_JOBID= 7882171
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-2-40-19/normalized-rand-2-40-19-443-230-43_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-1098646-1215284811/watcher-1098646-1215284811 -o /tmp/evaluation-result-1098646-1215284811/solver-1098646-1215284811 -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-1098646-1215284811.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 01a0fbda45d526076a1329b5ddc0e633
RANDOM SEED=1327846975

node44.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.213
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.213
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:       1712000 kB
Buffers:         45076 kB
Cached:         229040 kB
SwapCached:       6316 kB
Active:         197068 kB
Inactive:        91944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1712000 kB
SwapTotal:     4192956 kB
SwapFree:      4180396 kB
Dirty:            1736 kB
Writeback:           0 kB
Mapped:          22560 kB
Slab:            40120 kB
Committed_AS:  3594596 kB
PageTables:       1828 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node44 at 2008-07-05 21:37:08