Trace number 1098514

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+minisatUNSAT 619.154 624.79

General information on the benchmark

Namecsp/rand-2-40-19/
normalized-rand-2-40-19-443-230-41_ext.xml
MD5SUM6d8668f6c0e8e6fe5156e2e337fc4ecd
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 benchmark40.6258
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints339
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension339
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 20:56:28 2008
0.00/0.04	c 0	PID 2321
0.00/0.04	c 0	HOST node77.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1098514-1215284188.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1098514-1215284188.xml' 'HOME/temp.csp'
0.03/0.47	c 0	1 domains, 40 variables, 0 predicates, 339 relations, 339 constraints
0.03/0.52	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.52	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.03/0.60	c 0	Parsing HOME/temp.csp
0.45/0.90	c 1	parsed 719 expressions
0.45/0.90	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.45/0.90	c 1	Converting to clausal form CSP
0.45/0.92	c 1	converted 72 (10%) expressions
0.45/0.93	c 1	converted 144 (20%) expressions
0.45/0.93	c 1	converted 216 (30%) expressions
0.45/0.93	c 1	converted 288 (40%) expressions
0.45/0.93	c 1	converted 360 (50%) expressions
0.91/1.01	c 1	converted 432 (60%) expressions
0.91/1.03	c 1	converted 504 (70%) expressions
0.91/1.04	c 1	converted 576 (80%) expressions
0.91/1.06	c 1	converted 648 (90%) expressions
0.91/1.08	c 1	converted 719 (100%) expressions
0.91/1.08	c 1	CSP : 40 integers, 0 booleans, 339 clauses, largest domain size 19
0.91/1.08	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.91/1.08	c 1	Propagation in CSP
0.91/1.08	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.91/1.08	c 1	CSP : 40 integers, 0 booleans, 339 clauses, largest domain size 19
0.91/1.08	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.91/1.08	c 1	Simplifing CSP by introducing new Boolean variables
0.91/1.08	c 1	CSP : 40 integers, 0 booleans, 339 clauses, largest domain size 19
0.91/1.08	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.01/1.12	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.01/1.13	c 1	4 (10%) CSP integer variables are encoded (68 clauses, 659 bytes)
1.01/1.13	c 1	8 (20%) CSP integer variables are encoded (136 clauses, 1356 bytes)
1.01/1.13	c 1	12 (30%) CSP integer variables are encoded (204 clauses, 2104 bytes)
1.01/1.13	c 1	16 (40%) CSP integer variables are encoded (272 clauses, 2852 bytes)
1.01/1.13	c 1	20 (50%) CSP integer variables are encoded (340 clauses, 3600 bytes)
1.01/1.13	c 1	24 (60%) CSP integer variables are encoded (408 clauses, 4348 bytes)
1.01/1.14	c 1	28 (70%) CSP integer variables are encoded (476 clauses, 5096 bytes)
1.01/1.14	c 1	32 (80%) CSP integer variables are encoded (544 clauses, 5844 bytes)
1.01/1.14	c 1	36 (90%) CSP integer variables are encoded (612 clauses, 6592 bytes)
1.01/1.14	c 1	40 (100%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.01/1.19	c 1	34 (10%) CSP clauses are encoded (2961 clauses, 44117 bytes)
1.11/1.20	c 1	68 (20%) CSP clauses are encoded (5026 clauses, 78881 bytes)
1.11/1.22	c 1	102 (30%) CSP clauses are encoded (7218 clauses, 116722 bytes)
1.11/1.23	c 1	136 (40%) CSP clauses are encoded (9416 clauses, 157890 bytes)
1.11/1.24	c 1	170 (50%) CSP clauses are encoded (11626 clauses, 199287 bytes)
1.11/1.26	c 1	204 (60%) CSP clauses are encoded (13756 clauses, 239253 bytes)
1.11/1.27	c 1	238 (70%) CSP clauses are encoded (16005 clauses, 281373 bytes)
1.11/1.28	c 1	272 (80%) CSP clauses are encoded (18203 clauses, 322483 bytes)
1.11/1.30	c 1	306 (90%) CSP clauses are encoded (20242 clauses, 360790 bytes)
1.20/1.31	c 1	339 (100%) CSP clauses are encoded (22297 clauses, 399432 bytes)
1.20/1.31	c 1	339 CSP clauses encoded
1.20/1.31	c 1	Writing map file : HOME/temp.map
1.20/1.31	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.20/1.31	c 1	SAT : 720 SAT variables, 22297 SAT clauses, 399432 bytes
1.20/1.31	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.20/1.35	c 1	SOLVING HOME/temp.cnf
1.20/1.35	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.20/1.36	c 1	This is MiniSat 2.0 beta
1.20/1.36	c 1	WARNING: for repeatability, setting FPU to use double precision
1.20/1.36	c 1	============================[ Problem Statistics ]=============================
1.20/1.36	c 1	|                                                                             |
1.20/1.36	c 1	|  Number of variables:  720                                                  |
1.20/1.36	c 1	|  Number of clauses:    22297                                                |
1.20/1.37	c 1	|  Parsing time:         0.01         s                                       |
1.20/1.37	c 1	============================[ Search Statistics ]==============================
1.20/1.37	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.20/1.37	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.20/1.37	c 1	===============================================================================
1.20/1.37	c 1	|         0 |     720    22297    81966 |     7432        0    nan |  0.000 % |
1.20/1.38	c 1	|       100 |     720    22297    81966 |     8175      100     11 |  0.000 % |
1.24/1.40	c 1	|       250 |     720    22297    81966 |     8993      250     12 |  0.003 % |
1.24/1.42	c 1	|       475 |     720    22297    81966 |     9892      475     10 |  0.007 % |
1.24/1.47	c 1	|       812 |     720    22297    81966 |    10881      812     11 |  0.007 % |
1.24/1.52	c 1	|      1319 |     720    22297    81966 |    11969     1319     11 |  0.007 % |
1.24/1.62	c 1	|      2078 |     720    22297    81966 |    13166     2078     11 |  0.009 % |
1.24/1.75	c 1	|      3217 |     720    22297    81966 |    14483     3217     12 |  0.009 % |
1.24/1.95	c 2	|      4925 |     720    22297    81966 |    15931     4925     13 |  0.009 % |
2.07/2.29	c 2	|      7487 |     720    22297    81966 |    17525     7487     13 |  0.001 % |
2.66/2.85	c 3	|     11331 |     720    22297    81966 |    19277    11331     14 |  0.008 % |
3.65/3.83	c 4	|     17097 |     720    22297    81966 |    21205    17097     14 |  0.007 % |
5.24/5.50	c 5	|     25748 |     720    22297    81966 |    23325    15102     14 |  0.001 % |
8.00/8.22	c 8	|     38722 |     720    22297    81966 |    25658    16322     15 |  0.007 % |
12.17/12.46	c 12	|     58184 |     720    22297    81966 |    28224    22779     16 |  0.000 % |
19.01/19.36	c 19	|     87377 |     720    22297    81966 |    31046    22146     14 |  0.008 % |
30.61/31.00	c 31	|    131166 |     720    22297    81966 |    34151    15102     14 |  0.010 % |
45.57/46.18	c 46	|    196850 |     719    22226    81765 |    37566    25717     17 |  0.139 % |
72.74/73.54	c 73	|    295377 |     718    22176    81619 |    41323     8373     12 |  0.278 % |
111.20/112.38	c 112	|    443167 |     717    22118    81455 |    45455    23436     18 |  0.418 % |
181.17/182.92	c 183	|    664852 |     717    22118    81455 |    50001    30129     16 |  0.425 % |
291.78/294.51	c 294	|    997378 |     713    21824    80431 |    55001    46718     17 |  0.972 % |
468.63/472.99	c 473	|   1496167 |     712    21758    80204 |    60501    55088     17 |  1.112 % |
618.99/624.62	c 624	===============================================================================
618.99/624.62	c 624	restarts              : 23
618.99/624.62	c 624	conflicts             : 1930420        (3125 /sec)
618.99/624.62	c 624	decisions             : 2314985        (1.44 % random) (3748 /sec)
618.99/624.62	c 624	propagations          : 217324771      (351811 /sec)
618.99/624.62	c 624	conflict literals     : 33344786       (35.54 % deleted)
618.99/624.62	c 624	Memory used           : 14.13 MB
618.99/624.62	c 624	CPU time              : 617.732 s
618.99/624.62	c 624	
618.99/624.62	c 624	UNSATISFIABLE
618.99/624.62	c 624	DECODING HOME/temp.out WITH HOME/temp.map
618.99/624.62	c 624	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
619.07/624.71	c 624	Decoding HOME/temp.out
619.07/624.73	s UNSATISFIABLE
619.07/624.74	c 624	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
619.07/624.79	c 624	CPU 618.95 (0.03 0.01 618.92 0.18)
619.07/624.79	c 624	END Sat Jul  5 21:06:52 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1098514-1215284188/watcher-1098514-1215284188 -o /tmp/evaluation-result-1098514-1215284188/solver-1098514-1215284188 -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-1098514-1215284188.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

[startup+0 s]
/proc/loadavg: 2.29 2.12 2.04 3/82 2321
/proc/meminfo: memFree=1652384/2055920 swapFree=4166000/4192956
[pid=2321] ppid=2319 vsize=18572 CPUtime=0
/proc/2321/stat : 2321 (runsolver) R 2319 31941 31941 0 -1 4194368 12 0 0 0 0 0 0 0 20 0 1 0 641636564 19017728 290 996147200 4194304 4296836 548682068272 18446744073709551615 228041193194 0 0 4096 24578 0 0 0 17 0 0 0
/proc/2321/statm: 4643 290 255 25 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.09431 s]
/proc/loadavg: 2.29 2.12 2.04 3/82 2321
/proc/meminfo: memFree=1652384/2055920 swapFree=4166000/4192956
[pid=2321] ppid=2319 vsize=13600 CPUtime=0.03
/proc/2321/stat : 2321 (sugar) S 2319 2321 31941 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 641636564 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2321/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102309 s]
/proc/loadavg: 2.29 2.12 2.04 3/82 2321
/proc/meminfo: memFree=1652384/2055920 swapFree=4166000/4192956
[pid=2321] ppid=2319 vsize=13600 CPUtime=0.03
/proc/2321/stat : 2321 (sugar) S 2319 2321 31941 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 641636564 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2321/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302349 s]
/proc/loadavg: 2.29 2.12 2.04 3/82 2321
/proc/meminfo: memFree=1652384/2055920 swapFree=4166000/4192956
[pid=2321] ppid=2319 vsize=13600 CPUtime=0.03
/proc/2321/stat : 2321 (sugar) S 2319 2321 31941 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 641636564 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2321/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701434 s]
/proc/loadavg: 2.29 2.12 2.04 3/82 2321
/proc/meminfo: memFree=1652384/2055920 swapFree=4166000/4192956
[pid=2321] ppid=2319 vsize=13600 CPUtime=0.45
/proc/2321/stat : 2321 (sugar) S 2319 2321 31941 0 -1 4194304 973 4743 0 1 3 0 38 4 15 0 1 0 641636564 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2321/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 13600

[startup+1.50159 s]
/proc/loadavg: 2.29 2.12 2.04 3/93 2343
/proc/meminfo: memFree=1638600/2055920 swapFree=4166000/4192956
[pid=2321] ppid=2319 vsize=13600 CPUtime=1.24
/proc/2321/stat : 2321 (sugar) S 2319 2321 31941 0 -1 4194304 1031 11835 0 2 3 1 111 9 15 0 1 0 641636564 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2321/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 13600

[startup+3.10191 s]
/proc/loadavg: 2.29 2.12 2.04 3/85 2345
/proc/meminfo: memFree=1647304/2055920 swapFree=4166000/4192956
[pid=2321] ppid=2319 vsize=13600 CPUtime=1.24
/proc/2321/stat : 2321 (sugar) S 2319 2321 31941 0 -1 4194304 1031 11835 0 2 3 1 111 9 15 0 1 0 641636564 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2321/statm: 3400 798 370 3 0 500 0
[pid=2344] ppid=2321 vsize=5356 CPUtime=0
/proc/2344/stat : 2344 (sh) S 2321 2321 31941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 641636700 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2344/statm: 1339 232 193 169 0 50 0
[pid=2345] ppid=2344 vsize=3984 CPUtime=1.72
/proc/2345/stat : 2345 (minisat) R 2344 2321 31941 0 -1 4194304 763 0 0 0 172 0 0 0 25 0 1 0 641636700 4079616 749 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2345/statm: 996 749 75 150 0 843 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 22940

[startup+6.30154 s]
/proc/loadavg: 2.35 2.13 2.04 3/85 2345
/proc/meminfo: memFree=1645896/2055920 swapFree=4166000/4192956
[pid=2321] ppid=2319 vsize=13600 CPUtime=1.24
/proc/2321/stat : 2321 (sugar) S 2319 2321 31941 0 -1 4194304 1031 11835 0 2 3 1 111 9 16 0 1 0 641636564 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2321/statm: 3400 798 370 3 0 500 0
[pid=2344] ppid=2321 vsize=5356 CPUtime=0
/proc/2344/stat : 2344 (sh) S 2321 2321 31941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 641636700 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2344/statm: 1339 232 193 169 0 50 0
[pid=2345] ppid=2344 vsize=4816 CPUtime=4.89
/proc/2345/stat : 2345 (minisat) R 2344 2321 31941 0 -1 4194304 960 0 0 0 489 0 0 0 25 0 1 0 641636700 4931584 946 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/2345/statm: 1204 946 75 150 0 1051 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 23772

[startup+12.7018 s]
/proc/loadavg: 2.32 2.13 2.04 3/85 2345
/proc/meminfo: memFree=1645000/2055920 swapFree=4166000/4192956
[pid=2321] ppid=2319 vsize=13600 CPUtime=1.24
/proc/2321/stat : 2321 (sugar) S 2319 2321 31941 0 -1 4194304 1031 11835 0 2 3 1 111 9 16 0 1 0 641636564 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2321/statm: 3400 798 370 3 0 500 0
[pid=2344] ppid=2321 vsize=5356 CPUtime=0
/proc/2344/stat : 2344 (sh) S 2321 2321 31941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 641636700 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2344/statm: 1339 232 193 169 0 50 0
[pid=2345] ppid=2344 vsize=5608 CPUtime=11.22
/proc/2345/stat : 2345 (minisat) R 2344 2321 31941 0 -1 4194304 1172 0 0 0 1122 0 0 0 25 0 1 0 641636700 5742592 1158 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2345/statm: 1402 1158 75 150 0 1249 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 24564

[startup+25.5024 s]
/proc/loadavg: 2.25 2.12 2.04 3/85 2345
/proc/meminfo: memFree=1644424/2055920 swapFree=4166000/4192956
[pid=2321] ppid=2319 vsize=13600 CPUtime=1.24
/proc/2321/stat : 2321 (sugar) S 2319 2321 31941 0 -1 4194304 1031 11835 0 2 3 1 111 9 16 0 1 0 641636564 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2321/statm: 3400 798 370 3 0 500 0
[pid=2344] ppid=2321 vsize=5356 CPUtime=0
/proc/2344/stat : 2344 (sh) S 2321 2321 31941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 641636700 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2344/statm: 1339 232 193 169 0 50 0
[pid=2345] ppid=2344 vsize=6440 CPUtime=23.92
/proc/2345/stat : 2345 (minisat) R 2344 2321 31941 0 -1 4194304 1345 0 0 0 2391 1 0 0 25 0 1 0 641636700 6594560 1331 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/2345/statm: 1610 1331 75 150 0 1457 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 25396

[startup+51.1024 s]
/proc/loadavg: 2.16 2.11 2.04 3/85 2345
/proc/meminfo: memFree=1643016/2055920 swapFree=4166000/4192956
[pid=2321] ppid=2319 vsize=13600 CPUtime=1.24
/proc/2321/stat : 2321 (sugar) S 2319 2321 31941 0 -1 4194304 1031 11835 0 2 3 1 111 9 16 0 1 0 641636564 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2321/statm: 3400 798 370 3 0 500 0
[pid=2344] ppid=2321 vsize=5356 CPUtime=0
/proc/2344/stat : 2344 (sh) S 2321 2321 31941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 641636700 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2344/statm: 1339 232 193 169 0 50 0
[pid=2345] ppid=2344 vsize=7764 CPUtime=49.28
/proc/2345/stat : 2345 (minisat) R 2344 2321 31941 0 -1 4194304 1692 0 0 0 4927 1 0 0 25 0 1 0 641636700 7950336 1678 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2345/statm: 1941 1678 75 150 0 1788 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 26720

[startup+102.306 s]
/proc/loadavg: 2.11 2.11 2.04 3/85 2345
/proc/meminfo: memFree=1641864/2055920 swapFree=4166000/4192956
[pid=2321] ppid=2319 vsize=13600 CPUtime=1.24
/proc/2321/stat : 2321 (sugar) S 2319 2321 31941 0 -1 4194304 1031 11835 0 2 3 1 111 9 16 0 1 0 641636564 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2321/statm: 3400 798 370 3 0 500 0
[pid=2344] ppid=2321 vsize=5356 CPUtime=0
/proc/2344/stat : 2344 (sh) S 2321 2321 31941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 641636700 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2344/statm: 1339 232 193 169 0 50 0
[pid=2345] ppid=2344 vsize=9040 CPUtime=100.04
/proc/2345/stat : 2345 (minisat) R 2344 2321 31941 0 -1 4194304 1992 0 0 0 10002 2 0 0 25 0 1 0 641636700 9256960 1978 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2345/statm: 2260 1978 75 150 0 2107 0
Current children cumulated CPU time (s) 101.28
Current children cumulated vsize (KiB) 27996

[startup+162.302 s]
/proc/loadavg: 2.08 2.10 2.04 3/85 2345
/proc/meminfo: memFree=1640520/2055920 swapFree=4166000/4192956
[pid=2321] ppid=2319 vsize=13600 CPUtime=1.24
/proc/2321/stat : 2321 (sugar) S 2319 2321 31941 0 -1 4194304 1031 11835 0 2 3 1 111 9 16 0 1 0 641636564 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2321/statm: 3400 798 370 3 0 500 0
[pid=2344] ppid=2321 vsize=5356 CPUtime=0
/proc/2344/stat : 2344 (sh) S 2321 2321 31941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 641636700 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2344/statm: 1339 232 193 169 0 50 0
[pid=2345] ppid=2344 vsize=10132 CPUtime=159.51
/proc/2345/stat : 2345 (minisat) R 2344 2321 31941 0 -1 4194304 2260 0 0 0 15949 2 0 0 25 0 1 0 641636700 10375168 2246 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/2345/statm: 2533 2246 75 150 0 2380 0
Current children cumulated CPU time (s) 160.75
Current children cumulated vsize (KiB) 29088

[startup+222.301 s]
/proc/loadavg: 2.06 2.09 2.04 3/85 2345
/proc/meminfo: memFree=1639880/2055920 swapFree=4166000/4192956
[pid=2321] ppid=2319 vsize=13600 CPUtime=1.24
/proc/2321/stat : 2321 (sugar) S 2319 2321 31941 0 -1 4194304 1031 11835 0 2 3 1 111 9 16 0 1 0 641636564 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2321/statm: 3400 798 370 3 0 500 0
[pid=2344] ppid=2321 vsize=5356 CPUtime=0
/proc/2344/stat : 2344 (sh) S 2321 2321 31941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 641636700 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2344/statm: 1339 232 193 169 0 50 0
[pid=2345] ppid=2344 vsize=10964 CPUtime=218.98
/proc/2345/stat : 2345 (minisat) R 2344 2321 31941 0 -1 4194304 2456 0 0 0 21896 2 0 0 25 0 1 0 641636700 11227136 2442 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/2345/statm: 2741 2442 75 150 0 2588 0
Current children cumulated CPU time (s) 220.22
Current children cumulated vsize (KiB) 29920

[startup+282.301 s]
/proc/loadavg: 2.13 2.10 2.04 3/85 2352
/proc/meminfo: memFree=1638848/2055920 swapFree=4166000/4192956
[pid=2321] ppid=2319 vsize=13600 CPUtime=1.24
/proc/2321/stat : 2321 (sugar) S 2319 2321 31941 0 -1 4194304 1031 11835 0 2 3 1 111 9 16 0 1 0 641636564 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2321/statm: 3400 798 370 3 0 500 0
[pid=2344] ppid=2321 vsize=5356 CPUtime=0
/proc/2344/stat : 2344 (sh) S 2321 2321 31941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 641636700 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2344/statm: 1339 232 193 169 0 50 0
[pid=2345] ppid=2344 vsize=11784 CPUtime=278.44
/proc/2345/stat : 2345 (minisat) R 2344 2321 31941 0 -1 4194304 2654 0 0 0 27841 3 0 0 25 0 1 0 641636700 12066816 2640 996147200 134512640 135127466 4294956256 18446744073709551615 134530780 0 0 4096 3 0 0 0 17 0 0 0
/proc/2345/statm: 2946 2640 75 150 0 2793 0
Current children cumulated CPU time (s) 279.68
Current children cumulated vsize (KiB) 30740


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

Current children cumulated CPU time (s) 458.12
Current children cumulated vsize (KiB) 32564

[startup+522.302 s]
/proc/loadavg: 2.09 2.09 2.04 3/85 2353
/proc/meminfo: memFree=1636552/2055920 swapFree=4166000/4192956
[pid=2321] ppid=2319 vsize=13600 CPUtime=1.24
/proc/2321/stat : 2321 (sugar) S 2319 2321 31941 0 -1 4194304 1031 11835 0 2 3 1 111 9 16 0 1 0 641636564 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2321/statm: 3400 798 370 3 0 500 0
[pid=2344] ppid=2321 vsize=5356 CPUtime=0
/proc/2344/stat : 2344 (sh) S 2321 2321 31941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 641636700 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2344/statm: 1339 232 193 169 0 50 0
[pid=2345] ppid=2344 vsize=14024 CPUtime=516.34
/proc/2345/stat : 2345 (minisat) R 2344 2321 31941 0 -1 4194304 3210 0 0 0 51630 4 0 0 25 0 1 0 641636700 14360576 3196 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/2345/statm: 3506 3196 75 150 0 3353 0
Current children cumulated CPU time (s) 517.58
Current children cumulated vsize (KiB) 32980

[startup+582.301 s]
/proc/loadavg: 2.08 2.08 2.04 3/85 2353
/proc/meminfo: memFree=1636232/2055920 swapFree=4166000/4192956
[pid=2321] ppid=2319 vsize=13600 CPUtime=1.24
/proc/2321/stat : 2321 (sugar) S 2319 2321 31941 0 -1 4194304 1031 11835 0 2 3 1 111 9 16 0 1 0 641636564 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2321/statm: 3400 798 370 3 0 500 0
[pid=2344] ppid=2321 vsize=5356 CPUtime=0
/proc/2344/stat : 2344 (sh) S 2321 2321 31941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 641636700 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2344/statm: 1339 232 193 169 0 50 0
[pid=2345] ppid=2344 vsize=14320 CPUtime=575.81
/proc/2345/stat : 2345 (minisat) R 2344 2321 31941 0 -1 4194304 3290 0 0 0 57577 4 0 0 25 0 1 0 641636700 14663680 3276 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2345/statm: 3580 3276 75 150 0 3427 0
Current children cumulated CPU time (s) 577.05
Current children cumulated vsize (KiB) 33276

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

[startup+588.703 s]
/proc/loadavg: 2.07 2.08 2.04 3/85 2353
/proc/meminfo: memFree=1636232/2055920 swapFree=4166000/4192956
[pid=2321] ppid=2319 vsize=13600 CPUtime=1.24
/proc/2321/stat : 2321 (sugar) S 2319 2321 31941 0 -1 4194304 1031 11835 0 2 3 1 111 9 16 0 1 0 641636564 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2321/statm: 3400 798 370 3 0 500 0
[pid=2344] ppid=2321 vsize=5356 CPUtime=0
/proc/2344/stat : 2344 (sh) S 2321 2321 31941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 641636700 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2344/statm: 1339 232 193 169 0 50 0
[pid=2345] ppid=2344 vsize=14320 CPUtime=582.16
/proc/2345/stat : 2345 (minisat) R 2344 2321 31941 0 -1 4194304 3290 0 0 0 58212 4 0 0 25 0 1 0 641636700 14663680 3276 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2345/statm: 3580 3276 75 150 0 3427 0
Current children cumulated CPU time (s) 583.4
Current children cumulated vsize (KiB) 33276

[startup+601.501 s]
/proc/loadavg: 2.06 2.08 2.04 3/85 2353
/proc/meminfo: memFree=1636168/2055920 swapFree=4166000/4192956
[pid=2321] ppid=2319 vsize=13600 CPUtime=1.24
/proc/2321/stat : 2321 (sugar) S 2319 2321 31941 0 -1 4194304 1031 11835 0 2 3 1 111 9 16 0 1 0 641636564 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2321/statm: 3400 798 370 3 0 500 0
[pid=2344] ppid=2321 vsize=5356 CPUtime=0
/proc/2344/stat : 2344 (sh) S 2321 2321 31941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 641636700 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2344/statm: 1339 232 193 169 0 50 0
[pid=2345] ppid=2344 vsize=14320 CPUtime=594.85
/proc/2345/stat : 2345 (minisat) R 2344 2321 31941 0 -1 4194304 3295 0 0 0 59481 4 0 0 25 0 1 0 641636700 14663680 3281 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2345/statm: 3580 3281 75 150 0 3427 0
Current children cumulated CPU time (s) 596.09
Current children cumulated vsize (KiB) 33276

[startup+614.303 s]
/proc/loadavg: 2.12 2.09 2.04 3/85 2353
/proc/meminfo: memFree=1636104/2055920 swapFree=4166000/4192956
[pid=2321] ppid=2319 vsize=13600 CPUtime=1.24
/proc/2321/stat : 2321 (sugar) S 2319 2321 31941 0 -1 4194304 1031 11835 0 2 3 1 111 9 16 0 1 0 641636564 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2321/statm: 3400 798 370 3 0 500 0
[pid=2344] ppid=2321 vsize=5356 CPUtime=0
/proc/2344/stat : 2344 (sh) S 2321 2321 31941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 641636700 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2344/statm: 1339 232 193 169 0 50 0
[pid=2345] ppid=2344 vsize=14464 CPUtime=607.53
/proc/2345/stat : 2345 (minisat) R 2344 2321 31941 0 -1 4194304 3309 0 0 0 60749 4 0 0 25 0 1 0 641636700 14811136 3295 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/2345/statm: 3616 3295 75 150 0 3463 0
Current children cumulated CPU time (s) 608.77
Current children cumulated vsize (KiB) 33420

[startup+620.702 s]
/proc/loadavg: 2.11 2.09 2.04 3/85 2353
/proc/meminfo: memFree=1636104/2055920 swapFree=4166000/4192956
[pid=2321] ppid=2319 vsize=13600 CPUtime=1.24
/proc/2321/stat : 2321 (sugar) S 2319 2321 31941 0 -1 4194304 1031 11835 0 2 3 1 111 9 16 0 1 0 641636564 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2321/statm: 3400 798 370 3 0 500 0
[pid=2344] ppid=2321 vsize=5356 CPUtime=0
/proc/2344/stat : 2344 (sh) S 2321 2321 31941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 641636700 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2344/statm: 1339 232 193 169 0 50 0
[pid=2345] ppid=2344 vsize=14464 CPUtime=613.88
/proc/2345/stat : 2345 (minisat) R 2344 2321 31941 0 -1 4194304 3323 0 0 0 61384 4 0 0 25 0 1 0 641636700 14811136 3309 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/2345/statm: 3616 3309 75 150 0 3463 0
Current children cumulated CPU time (s) 615.12
Current children cumulated vsize (KiB) 33420

[startup+622.301 s]
/proc/loadavg: 2.11 2.09 2.04 3/85 2353
/proc/meminfo: memFree=1636104/2055920 swapFree=4166000/4192956
[pid=2321] ppid=2319 vsize=13600 CPUtime=1.24
/proc/2321/stat : 2321 (sugar) S 2319 2321 31941 0 -1 4194304 1031 11835 0 2 3 1 111 9 16 0 1 0 641636564 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2321/statm: 3400 798 370 3 0 500 0
[pid=2344] ppid=2321 vsize=5356 CPUtime=0
/proc/2344/stat : 2344 (sh) S 2321 2321 31941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 641636700 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2344/statm: 1339 232 193 169 0 50 0
[pid=2345] ppid=2344 vsize=14464 CPUtime=615.46
/proc/2345/stat : 2345 (minisat) R 2344 2321 31941 0 -1 4194304 3324 0 0 0 61542 4 0 0 25 0 1 0 641636700 14811136 3310 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/2345/statm: 3616 3310 75 150 0 3463 0
Current children cumulated CPU time (s) 616.7
Current children cumulated vsize (KiB) 33420

[startup+623.902 s]
/proc/loadavg: 2.10 2.09 2.04 3/85 2353
/proc/meminfo: memFree=1636104/2055920 swapFree=4166000/4192956
[pid=2321] ppid=2319 vsize=13600 CPUtime=1.24
/proc/2321/stat : 2321 (sugar) S 2319 2321 31941 0 -1 4194304 1031 11835 0 2 3 1 111 9 16 0 1 0 641636564 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2321/statm: 3400 798 370 3 0 500 0
[pid=2344] ppid=2321 vsize=5356 CPUtime=0
/proc/2344/stat : 2344 (sh) S 2321 2321 31941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 641636700 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2344/statm: 1339 232 193 169 0 50 0
[pid=2345] ppid=2344 vsize=14464 CPUtime=617.05
/proc/2345/stat : 2345 (minisat) R 2344 2321 31941 0 -1 4194304 3324 0 0 0 61701 4 0 0 25 0 1 0 641636700 14811136 3310 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 0 0 0
/proc/2345/statm: 3616 3310 75 150 0 3463 0
Current children cumulated CPU time (s) 618.29
Current children cumulated vsize (KiB) 33420

[startup+624.303 s]
/proc/loadavg: 2.10 2.09 2.04 3/85 2353
/proc/meminfo: memFree=1636104/2055920 swapFree=4166000/4192956
[pid=2321] ppid=2319 vsize=13600 CPUtime=1.24
/proc/2321/stat : 2321 (sugar) S 2319 2321 31941 0 -1 4194304 1031 11835 0 2 3 1 111 9 16 0 1 0 641636564 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2321/statm: 3400 798 370 3 0 500 0
[pid=2344] ppid=2321 vsize=5356 CPUtime=0
/proc/2344/stat : 2344 (sh) S 2321 2321 31941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 641636700 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2344/statm: 1339 232 193 169 0 50 0
[pid=2345] ppid=2344 vsize=14464 CPUtime=617.45
/proc/2345/stat : 2345 (minisat) R 2344 2321 31941 0 -1 4194304 3324 0 0 0 61741 4 0 0 25 0 1 0 641636700 14811136 3310 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2345/statm: 3616 3310 75 150 0 3463 0
Current children cumulated CPU time (s) 618.69
Current children cumulated vsize (KiB) 33420

[startup+624.703 s]
/proc/loadavg: 2.10 2.09 2.04 3/93 2363
/proc/meminfo: memFree=1645184/2055920 swapFree=4166000/4192956
[pid=2321] ppid=2319 vsize=13600 CPUtime=619.02
/proc/2321/stat : 2321 (sugar) S 2319 2321 31941 0 -1 4194304 1070 15453 0 2 3 1 61884 14 16 0 1 0 641636564 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2321/statm: 3400 798 370 3 0 500 0
[pid=2354] ppid=2321 vsize=5356 CPUtime=0
/proc/2354/stat : 2354 (sh) S 2321 2321 31941 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 641699027 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2354/statm: 1339 233 193 169 0 50 0
[pid=2355] ppid=2354 vsize=863724 CPUtime=0.05
/proc/2355/stat : 2355 (java) S 2354 2321 31941 0 -1 0 2955 0 1 0 4 1 0 0 19 0 9 0 641699027 884453376 2476 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2355/statm: 215931 2476 1538 9 0 210513 0
[pid=2355/tid=2356] ppid=2354 vsize=863724 CPUtime=0.04
/proc/2355/task/2356/stat : 2356 (java) R 2354 2321 31941 0 -1 64 2046 0 1 0 3 1 0 0 25 0 9 0 641699028 884453376 2476 996147200 134512640 134550740 4294956000 18446744073709551615 4125967217 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2355/tid=2357] ppid=2354 vsize=863724 CPUtime=0
/proc/2355/task/2357/stat : 2357 (java) S 2354 2321 31941 0 -1 64 4 0 0 0 0 0 0 0 21 0 9 0 641699030 884453376 2476 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2355/tid=2358] ppid=2354 vsize=863724 CPUtime=0
/proc/2355/task/2358/stat : 2358 (java) S 2354 2321 31941 0 -1 64 10 0 0 0 0 0 0 0 22 0 9 0 641699030 884453376 2476 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2355/tid=2359] ppid=2354 vsize=863724 CPUtime=0
/proc/2355/task/2359/stat : 2359 (java) S 2354 2321 31941 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 641699030 884453376 2476 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2355/tid=2360] ppid=2354 vsize=863724 CPUtime=0
/proc/2355/task/2360/stat : 2360 (java) S 2354 2321 31941 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 641699032 884453376 2476 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2355/tid=2361] ppid=2354 vsize=863724 CPUtime=0
/proc/2355/task/2361/stat : 2361 (java) S 2354 2321 31941 0 -1 64 213 0 0 0 0 0 0 0 25 0 9 0 641699032 884453376 2476 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2355/tid=2362] ppid=2354 vsize=863724 CPUtime=0
/proc/2355/task/2362/stat : 2362 (java) S 2354 2321 31941 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 641699032 884453376 2476 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2355/tid=2363] ppid=2354 vsize=863724 CPUtime=0
/proc/2355/task/2363/stat : 2363 (java) S 2354 2321 31941 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 641699032 884453376 2476 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 619.07
Current children cumulated vsize (KiB) 882680

Child status: 0
Real time (s): 624.79
CPU time (s): 619.154
CPU user time (s): 618.96
CPU system time (s): 0.19397
CPU usage (%): 99.0979
Max. virtual memory (cumulated for all children) (KiB): 883264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 618.96
system time used= 0.19397
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20225
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2022
involuntary context switches= 16392

runsolver used 0.620905 second user time and 1.71474 second system time

The end

Launcher Data (download as text)

Begin job on node77 at 2008-07-05 20:56:28
IDJOB=1098514
IDBENCH=59633
IDSOLVER=346
FILE ID=node77/1098514-1215284188
PBS_JOBID= 7882273
Free space on /tmp= 66544 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6d8668f6c0e8e6fe5156e2e337fc4ecd
RANDOM SEED=503206096

node77.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.274
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.274
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1652800 kB
Buffers:         71020 kB
Cached:         235860 kB
SwapCached:      20880 kB
Active:         205668 kB
Inactive:       135956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1652800 kB
SwapTotal:     4192956 kB
SwapFree:      4166000 kB
Dirty:            1608 kB
Writeback:           0 kB
Mapped:          50756 kB
Slab:            46664 kB
Committed_AS:  1221384 kB
PageTables:       1860 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66540 MiB
End job on node77 at 2008-07-05 21:06:52