Trace number 1103024

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 527.342 528.035

General information on the benchmark

Namecsp/tightness0.8/
normalized-rand-2-40-80-103-800-87_ext.xml
MD5SUMa81adb272d511a9d07cb99fae3675791
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 benchmark4.94025
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints103
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension103
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sun Jul  6 01:25:01 2008
0.00/0.04	c 0	PID 27262
0.00/0.05	c 0	HOST node17.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1103024-1215300300.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-1103024-1215300300.xml' 'HOME/temp.csp'
0.03/0.59	c 0	1 domains, 40 variables, 0 predicates, 103 relations, 103 constraints
0.03/0.63	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.63	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.56/0.71	c 0	Parsing HOME/temp.csp
1.40/1.55	c 1	parsed 247 expressions
1.40/1.55	c 1	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.40/1.55	c 1	Converting to clausal form CSP
1.40/1.57	c 1	converted 25 (10%) expressions
1.40/1.58	c 1	converted 50 (20%) expressions
1.40/1.59	c 1	converted 75 (30%) expressions
1.40/1.59	c 1	converted 99 (40%) expressions
1.51/1.61	c 1	converted 124 (50%) expressions
1.51/1.64	c 1	converted 149 (60%) expressions
1.61/1.71	c 1	converted 173 (70%) expressions
1.81/1.91	c 1	converted 198 (80%) expressions
1.91/2.01	c 1	converted 223 (90%) expressions
1.91/2.09	c 2	converted 247 (100%) expressions
1.91/2.09	c 2	CSP : 40 integers, 0 booleans, 103 clauses, largest domain size 80
1.91/2.09	c 2	Heap : 27 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.91/2.09	c 2	Propagation in CSP
1.91/2.09	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.91/2.09	c 2	CSP : 40 integers, 0 booleans, 103 clauses, largest domain size 80
1.91/2.09	c 2	Heap : 27 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.91/2.09	c 2	Simplifing CSP by introducing new Boolean variables
1.91/2.09	c 2	CSP : 40 integers, 0 booleans, 103 clauses, largest domain size 80
1.91/2.09	c 2	Heap : 27 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.01/2.18	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.01/2.20	c 2	4 (10%) CSP integer variables are encoded (312 clauses, 3284 bytes)
2.10/2.21	c 2	8 (20%) CSP integer variables are encoded (624 clauses, 6716 bytes)
2.10/2.21	c 2	12 (30%) CSP integer variables are encoded (936 clauses, 10148 bytes)
2.10/2.21	c 2	16 (40%) CSP integer variables are encoded (1248 clauses, 14103 bytes)
2.10/2.21	c 2	20 (50%) CSP integer variables are encoded (1560 clauses, 18159 bytes)
2.10/2.21	c 2	24 (60%) CSP integer variables are encoded (1872 clauses, 22215 bytes)
2.10/2.21	c 2	28 (70%) CSP integer variables are encoded (2184 clauses, 26271 bytes)
2.10/2.21	c 2	32 (80%) CSP integer variables are encoded (2496 clauses, 30327 bytes)
2.10/2.21	c 2	36 (90%) CSP integer variables are encoded (2808 clauses, 34383 bytes)
2.10/2.21	c 2	40 (100%) CSP integer variables are encoded (3120 clauses, 38439 bytes)
2.20/2.34	c 2	11 (10%) CSP clauses are encoded (14562 clauses, 266227 bytes)
2.29/2.42	c 2	21 (20%) CSP clauses are encoded (24991 clauses, 481908 bytes)
2.29/2.50	c 2	31 (30%) CSP clauses are encoded (35361 clauses, 700198 bytes)
2.39/2.58	c 2	42 (40%) CSP clauses are encoded (46805 clauses, 938515 bytes)
2.50/2.65	c 2	52 (50%) CSP clauses are encoded (57307 clauses, 1161410 bytes)
2.59/2.73	c 2	62 (60%) CSP clauses are encoded (67756 clauses, 1391209 bytes)
2.69/2.81	c 2	73 (70%) CSP clauses are encoded (79083 clauses, 1653957 bytes)
2.69/2.89	c 2	83 (80%) CSP clauses are encoded (89637 clauses, 1898868 bytes)
2.79/2.96	c 2	93 (90%) CSP clauses are encoded (99982 clauses, 2138736 bytes)
2.89/3.04	c 3	103 (100%) CSP clauses are encoded (110368 clauses, 2379741 bytes)
2.89/3.04	c 3	103 CSP clauses encoded
2.89/3.04	c 3	Writing map file : HOME/temp.map
2.89/3.04	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.89/3.04	c 3	SAT : 3160 SAT variables, 110368 SAT clauses, 2379741 bytes
2.89/3.04	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.89/3.08	c 3	SOLVING HOME/temp.cnf
2.89/3.08	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.89/3.09	c 3	This is MiniSat 2.0 beta
2.89/3.09	c 3	WARNING: for repeatability, setting FPU to use double precision
2.89/3.09	c 3	============================[ Problem Statistics ]=============================
2.89/3.09	c 3	|                                                                             |
2.89/3.09	c 3	|  Number of variables:  3160                                                 |
2.89/3.09	c 3	|  Number of clauses:    110368                                               |
2.96/3.15	c 3	|  Parsing time:         0.06         s                                       |
2.96/3.16	c 3	============================[ Search Statistics ]==============================
2.96/3.16	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.96/3.16	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.96/3.16	c 3	===============================================================================
2.96/3.16	c 3	|         0 |    3160   110368   419622 |    36789        0    nan |  0.000 % |
3.06/3.21	c 3	|       101 |    3160   110368   419622 |    40468      101     10 |  0.000 % |
3.06/3.24	c 3	|       252 |    3160   110368   419622 |    44515      252     10 |  0.001 % |
3.16/3.33	c 3	|       478 |    3160   110368   419622 |    48966      478     12 |  0.001 % |
3.25/3.42	c 3	|       816 |    3160   110368   419622 |    53863      816     12 |  0.000 % |
3.34/3.59	c 3	|      1322 |    3160   110368   419622 |    59249     1322     11 |  0.001 % |
3.64/3.83	c 3	|      2082 |    3160   110368   419622 |    65174     2082     11 |  0.001 % |
4.04/4.24	c 4	|      3221 |    3160   110368   419622 |    71692     3221     11 |  0.001 % |
4.63/4.82	c 4	|      4931 |    3160   110368   419622 |    78861     4931     12 |  0.000 % |
5.52/5.78	c 5	|      7493 |    3160   110368   419622 |    86747     7493     12 |  0.002 % |
6.91/7.18	c 7	|     11337 |    3159   110277   419362 |    95422     8553     12 |  0.032 % |
9.09/9.37	c 9	|     17103 |    3159   110277   419362 |   104964    14319     13 |  0.032 % |
12.37/12.63	c 12	|     25753 |    3159   110277   419362 |   115460    22969     13 |  0.032 % |
18.50/18.89	c 18	|     38729 |    3159   110277   419362 |   127006    35945     13 |  0.032 % |
28.60/29.03	c 29	|     58191 |    3153   109851   417817 |   139707    38405     14 |  0.222 % |
45.16/45.64	c 45	|     87383 |    3153   109851   417817 |   153678    67597     15 |  0.223 % |
77.32/77.87	c 77	|    131172 |    3150   109529   416779 |   169045   101006     15 |  0.317 % |
146.07/146.67	c 146	|    196857 |    3150   109529   416779 |   185950   166691     15 |  0.317 % |
223.24/223.85	c 223	|    295384 |    3148   109403   416373 |   204545    91424     16 |  0.380 % |
384.49/385.18	c 385	|    443173 |    3135   108416   412752 |   225000   201774     17 |  0.791 % |
527.13/527.86	c 527	===============================================================================
527.13/527.86	c 527	restarts              : 20
527.13/527.86	c 527	conflicts             : 597004         (1139 /sec)
527.13/527.86	c 527	decisions             : 861340         (1.61 % random) (1644 /sec)
527.13/527.86	c 527	propagations          : 119130884      (227317 /sec)
527.13/527.86	c 527	conflict literals     : 9750889        (42.12 % deleted)
527.13/527.86	c 527	Memory used           : 32.02 MB
527.13/527.86	c 527	CPU time              : 524.074 s
527.13/527.86	c 527	
527.13/527.86	c 527	UNSATISFIABLE
527.13/527.87	c 527	DECODING HOME/temp.out WITH HOME/temp.map
527.13/527.87	c 527	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
527.23/527.95	c 527	Decoding HOME/temp.out
527.23/527.97	s UNSATISFIABLE
527.23/527.98	c 527	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
527.30/528.03	c 528	CPU 526.96 (0.03 0.01 526.93 0.35)
527.30/528.03	c 528	END Sun Jul  6 01:33:49 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-1103024-1215300300/watcher-1103024-1215300300 -o /tmp/evaluation-result-1103024-1215300300/solver-1103024-1215300300 -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-1103024-1215300300.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.00 2.00 2.00 4/72 27262
/proc/meminfo: memFree=1712464/2055920 swapFree=4179840/4192956
[pid=27262] ppid=27260 vsize=12268 CPUtime=0
/proc/27262/stat : 27262 (sugar) R 27260 27262 27151 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 651219328 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 245491612670 0 0 4224 0 0 0 0 17 1 0 0
/proc/27262/statm: 3067 316 241 3 0 167 0

[startup+0.0872 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 27262
/proc/meminfo: memFree=1712464/2055920 swapFree=4179840/4192956
[pid=27262] ppid=27260 vsize=13600 CPUtime=0.03
/proc/27262/stat : 27262 (sugar) S 27260 27262 27151 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 651219328 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27262/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101202 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 27262
/proc/meminfo: memFree=1712464/2055920 swapFree=4179840/4192956
[pid=27262] ppid=27260 vsize=13600 CPUtime=0.03
/proc/27262/stat : 27262 (sugar) S 27260 27262 27151 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 651219328 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27262/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301221 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 27262
/proc/meminfo: memFree=1712464/2055920 swapFree=4179840/4192956
[pid=27262] ppid=27260 vsize=13600 CPUtime=0.03
/proc/27262/stat : 27262 (sugar) S 27260 27262 27151 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 651219328 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27262/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701267 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 27262
/proc/meminfo: memFree=1712464/2055920 swapFree=4179840/4192956
[pid=27262] ppid=27260 vsize=13600 CPUtime=0.56
/proc/27262/stat : 27262 (sugar) S 27260 27262 27151 0 -1 4194304 956 5141 0 1 2 1 48 5 16 0 1 0 651219328 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27262/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 13600

[startup+1.50235 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 27284
/proc/meminfo: memFree=1699064/2055920 swapFree=4179840/4192956
[pid=27262] ppid=27260 vsize=13600 CPUtime=0.56
/proc/27262/stat : 27262 (sugar) S 27260 27262 27151 0 -1 4194304 973 5141 0 1 2 1 48 5 16 0 1 0 651219328 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27262/statm: 3400 797 370 3 0 500 0
[pid=27275] ppid=27262 vsize=5356 CPUtime=0
/proc/27275/stat : 27275 (sh) S 27262 27262 27151 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 651219392 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27275/statm: 1339 233 193 169 0 50 0
[pid=27276] ppid=27275 vsize=864012 CPUtime=0.84
/proc/27276/stat : 27276 (java) S 27275 27262 27151 0 -1 0 7855 0 1 0 81 3 0 0 19 0 9 0 651219392 884748288 7133 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27276/statm: 216003 7133 2532 9 0 210585 0
[pid=27276/tid=27277] ppid=27275 vsize=864012 CPUtime=0.49
/proc/27276/task/27277/stat : 27277 (java) R 27275 27262 27151 0 -1 64 2469 0 1 0 48 1 0 0 23 0 9 0 651219393 884748288 7133 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27276/tid=27278] ppid=27275 vsize=864012 CPUtime=0.29
/proc/27276/task/27278/stat : 27278 (java) R 27275 27262 27151 0 -1 64 4376 0 0 0 28 1 0 0 16 0 9 0 651219394 884748288 7133 996147200 134512640 134550740 4294955952 18446744073709551615 102731881 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27276/tid=27279] ppid=27275 vsize=864012 CPUtime=0
/proc/27276/task/27279/stat : 27279 (java) S 27275 27262 27151 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 651219394 884748288 7133 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27276/tid=27280] ppid=27275 vsize=864012 CPUtime=0
/proc/27276/task/27280/stat : 27280 (java) S 27275 27262 27151 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 651219394 884748288 7133 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27276/tid=27281] ppid=27275 vsize=864012 CPUtime=0
/proc/27276/task/27281/stat : 27281 (java) S 27275 27262 27151 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 651219396 884748288 7133 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27276/tid=27282] ppid=27275 vsize=864012 CPUtime=0.04
/proc/27276/task/27282/stat : 27282 (java) S 27275 27262 27151 0 -1 64 314 0 0 0 4 0 0 0 16 0 9 0 651219396 884748288 7133 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27276/tid=27283] ppid=27275 vsize=864012 CPUtime=0
/proc/27276/task/27283/stat : 27283 (java) S 27275 27262 27151 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 651219396 884748288 7133 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27276/tid=27284] ppid=27275 vsize=864012 CPUtime=0
/proc/27276/task/27284/stat : 27284 (java) S 27275 27262 27151 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 651219396 884748288 7133 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) 882968

[startup+3.10251 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 27284
/proc/meminfo: memFree=1674872/2055920 swapFree=4179840/4192956
[pid=27262] ppid=27260 vsize=13600 CPUtime=2.96
/proc/27262/stat : 27262 (sugar) S 27260 27262 27151 0 -1 4194304 1031 17409 0 2 3 1 278 14 16 0 1 0 651219328 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27262/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 13600

[startup+6.30284 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27286
/proc/meminfo: memFree=1699256/2055920 swapFree=4179840/4192956
[pid=27262] ppid=27260 vsize=13600 CPUtime=2.96
/proc/27262/stat : 27262 (sugar) S 27260 27262 27151 0 -1 4194304 1031 17409 0 2 3 1 278 14 16 0 1 0 651219328 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27262/statm: 3400 798 370 3 0 500 0
[pid=27285] ppid=27262 vsize=5356 CPUtime=0
/proc/27285/stat : 27285 (sh) S 27262 27262 27151 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 651219637 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27285/statm: 1339 232 193 169 0 50 0
[pid=27286] ppid=27285 vsize=8280 CPUtime=3.16
/proc/27286/stat : 27286 (minisat) R 27285 27262 27151 0 -1 4194304 1959 0 0 0 316 0 0 0 25 0 1 0 651219637 8478720 1945 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/27286/statm: 2070 1945 75 150 0 1917 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 27236

[startup+12.7025 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27286
/proc/meminfo: memFree=1697912/2055920 swapFree=4179840/4192956
[pid=27262] ppid=27260 vsize=13600 CPUtime=2.96
/proc/27262/stat : 27262 (sugar) S 27260 27262 27151 0 -1 4194304 1031 17409 0 2 3 1 278 14 16 0 1 0 651219328 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27262/statm: 3400 798 370 3 0 500 0
[pid=27285] ppid=27262 vsize=5356 CPUtime=0
/proc/27285/stat : 27285 (sh) S 27262 27262 27151 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 651219637 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27285/statm: 1339 232 193 169 0 50 0
[pid=27286] ppid=27285 vsize=9648 CPUtime=9.51
/proc/27286/stat : 27286 (minisat) R 27285 27262 27151 0 -1 4194304 2300 0 0 0 950 1 0 0 25 0 1 0 651219637 9879552 2286 996147200 134512640 135127466 4294956256 18446744073709551615 134530706 0 0 4096 3 0 0 0 17 1 0 0
/proc/27286/statm: 2412 2286 75 150 0 2259 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 28604

[startup+25.5018 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27286
/proc/meminfo: memFree=1695736/2055920 swapFree=4179840/4192956
[pid=27262] ppid=27260 vsize=13600 CPUtime=2.96
/proc/27262/stat : 27262 (sugar) S 27260 27262 27151 0 -1 4194304 1031 17409 0 2 3 1 278 14 16 0 1 0 651219328 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27262/statm: 3400 798 370 3 0 500 0
[pid=27285] ppid=27262 vsize=5356 CPUtime=0
/proc/27285/stat : 27285 (sh) S 27262 27262 27151 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 651219637 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27285/statm: 1339 232 193 169 0 50 0
[pid=27286] ppid=27285 vsize=11880 CPUtime=22.18
/proc/27286/stat : 27286 (minisat) R 27285 27262 27151 0 -1 4194304 2827 0 0 0 2216 2 0 0 25 0 1 0 651219637 12165120 2813 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/27286/statm: 2970 2813 75 150 0 2817 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 30836

[startup+51.1014 s]
/proc/loadavg: 1.94 1.98 1.99 3/84 27397
/proc/meminfo: memFree=1681896/2055920 swapFree=4179840/4192956
[pid=27262] ppid=27260 vsize=13600 CPUtime=2.96
/proc/27262/stat : 27262 (sugar) S 27260 27262 27151 0 -1 4194304 1031 17409 0 2 3 1 278 14 16 0 1 0 651219328 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27262/statm: 3400 798 370 3 0 500 0
[pid=27285] ppid=27262 vsize=5356 CPUtime=0
/proc/27285/stat : 27285 (sh) S 27262 27262 27151 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 651219637 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27285/statm: 1339 232 193 169 0 50 0
[pid=27286] ppid=27285 vsize=14376 CPUtime=47.7
/proc/27286/stat : 27286 (minisat) R 27285 27262 27151 0 -1 4194304 3463 0 0 0 4764 6 0 0 25 0 1 0 651219637 14721024 3449 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27286/statm: 3594 3449 75 150 0 3441 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 33332

[startup+102.307 s]
/proc/loadavg: 2.06 2.01 2.00 3/75 27533
/proc/meminfo: memFree=1664504/2055920 swapFree=4179840/4192956
[pid=27262] ppid=27260 vsize=13600 CPUtime=2.96
/proc/27262/stat : 27262 (sugar) S 27260 27262 27151 0 -1 4194304 1031 17409 0 2 3 1 278 14 16 0 1 0 651219328 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27262/statm: 3400 798 370 3 0 500 0
[pid=27285] ppid=27262 vsize=5356 CPUtime=0
/proc/27285/stat : 27285 (sh) S 27262 27262 27151 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 651219637 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27285/statm: 1339 232 193 169 0 50 0
[pid=27286] ppid=27285 vsize=19848 CPUtime=98.83
/proc/27286/stat : 27286 (minisat) R 27285 27262 27151 0 -1 4194304 4847 0 0 0 9872 11 0 0 25 0 1 0 651219637 20324352 4833 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27286/statm: 4962 4833 75 150 0 4809 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 38804

[startup+162.302 s]
/proc/loadavg: 2.06 2.02 2.00 3/75 27533
/proc/meminfo: memFree=1659512/2055920 swapFree=4179840/4192956
[pid=27262] ppid=27260 vsize=13600 CPUtime=2.96
/proc/27262/stat : 27262 (sugar) S 27260 27262 27151 0 -1 4194304 1031 17409 0 2 3 1 278 14 16 0 1 0 651219328 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27262/statm: 3400 798 370 3 0 500 0
[pid=27285] ppid=27262 vsize=5356 CPUtime=0
/proc/27285/stat : 27285 (sh) S 27262 27262 27151 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 651219637 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27285/statm: 1339 232 193 169 0 50 0
[pid=27286] ppid=27285 vsize=24664 CPUtime=158.81
/proc/27286/stat : 27286 (minisat) R 27285 27262 27151 0 -1 4194304 6007 0 0 0 15868 13 0 0 25 0 1 0 651219637 25255936 5993 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 0 0 0
/proc/27286/statm: 6166 5993 75 150 0 6013 0
Current children cumulated CPU time (s) 161.77
Current children cumulated vsize (KiB) 43620

[startup+222.302 s]
/proc/loadavg: 2.06 2.03 2.00 3/75 27533
/proc/meminfo: memFree=1657848/2055920 swapFree=4179840/4192956
[pid=27262] ppid=27260 vsize=13600 CPUtime=2.96
/proc/27262/stat : 27262 (sugar) S 27260 27262 27151 0 -1 4194304 1031 17409 0 2 3 1 278 14 16 0 1 0 651219328 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27262/statm: 3400 798 370 3 0 500 0
[pid=27285] ppid=27262 vsize=5356 CPUtime=0
/proc/27285/stat : 27285 (sh) S 27262 27262 27151 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 651219637 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27285/statm: 1339 232 193 169 0 50 0
[pid=27286] ppid=27285 vsize=25992 CPUtime=218.78
/proc/27286/stat : 27286 (minisat) R 27285 27262 27151 0 -1 4194304 6373 0 0 0 21865 13 0 0 25 0 1 0 651219637 26615808 6359 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27286/statm: 6498 6359 75 150 0 6345 0
Current children cumulated CPU time (s) 221.74
Current children cumulated vsize (KiB) 44948

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

Current children cumulated CPU time (s) 281.73
Current children cumulated vsize (KiB) 45092

[startup+342.301 s]
/proc/loadavg: 2.19 2.07 2.01 3/75 27533
/proc/meminfo: memFree=1657080/2055920 swapFree=4179840/4192956
[pid=27262] ppid=27260 vsize=13600 CPUtime=2.96
/proc/27262/stat : 27262 (sugar) S 27260 27262 27151 0 -1 4194304 1031 17409 0 2 3 1 278 14 16 0 1 0 651219328 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27262/statm: 3400 798 370 3 0 500 0
[pid=27285] ppid=27262 vsize=5356 CPUtime=0
/proc/27285/stat : 27285 (sh) S 27262 27262 27151 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 651219637 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27285/statm: 1339 232 193 169 0 50 0
[pid=27286] ppid=27285 vsize=26936 CPUtime=338.74
/proc/27286/stat : 27286 (minisat) R 27285 27262 27151 0 -1 4194304 6582 0 0 0 33860 14 0 0 25 0 1 0 651219637 27582464 6568 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27286/statm: 6734 6568 75 150 0 6581 0
Current children cumulated CPU time (s) 341.7
Current children cumulated vsize (KiB) 45892

[startup+402.301 s]
/proc/loadavg: 2.35 2.13 2.03 3/75 27533
/proc/meminfo: memFree=1652920/2055920 swapFree=4179840/4192956
[pid=27262] ppid=27260 vsize=13600 CPUtime=2.96
/proc/27262/stat : 27262 (sugar) S 27260 27262 27151 0 -1 4194304 1031 17409 0 2 3 1 278 14 16 0 1 0 651219328 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27262/statm: 3400 798 370 3 0 500 0
[pid=27285] ppid=27262 vsize=5356 CPUtime=0
/proc/27285/stat : 27285 (sh) S 27262 27262 27151 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 651219637 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27285/statm: 1339 232 193 169 0 50 0
[pid=27286] ppid=27285 vsize=31464 CPUtime=398.72
/proc/27286/stat : 27286 (minisat) R 27285 27262 27151 0 -1 4194304 7634 0 0 0 39857 15 0 0 25 0 1 0 651219637 32219136 7620 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/27286/statm: 7866 7620 75 150 0 7713 0
Current children cumulated CPU time (s) 401.68
Current children cumulated vsize (KiB) 50420

[startup+462.301 s]
/proc/loadavg: 2.13 2.11 2.03 3/75 27533
/proc/meminfo: memFree=1651320/2055920 swapFree=4179840/4192956
[pid=27262] ppid=27260 vsize=13600 CPUtime=2.96
/proc/27262/stat : 27262 (sugar) S 27260 27262 27151 0 -1 4194304 1031 17409 0 2 3 1 278 14 16 0 1 0 651219328 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27262/statm: 3400 798 370 3 0 500 0
[pid=27285] ppid=27262 vsize=5356 CPUtime=0
/proc/27285/stat : 27285 (sh) S 27262 27262 27151 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 651219637 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27285/statm: 1339 232 193 169 0 50 0
[pid=27286] ppid=27285 vsize=32784 CPUtime=458.7
/proc/27286/stat : 27286 (minisat) R 27285 27262 27151 0 -1 4194304 7992 0 0 0 45854 16 0 0 25 0 1 0 651219637 33570816 7978 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/27286/statm: 8196 7978 75 150 0 8043 0
Current children cumulated CPU time (s) 461.66
Current children cumulated vsize (KiB) 51740

[startup+522.302 s]
/proc/loadavg: 2.04 2.08 2.02 3/75 27587
/proc/meminfo: memFree=1663608/2055920 swapFree=4179840/4192956
[pid=27262] ppid=27260 vsize=13600 CPUtime=2.96
/proc/27262/stat : 27262 (sugar) S 27260 27262 27151 0 -1 4194304 1031 17409 0 2 3 1 278 14 16 0 1 0 651219328 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27262/statm: 3400 798 370 3 0 500 0
[pid=27285] ppid=27262 vsize=5356 CPUtime=0
/proc/27285/stat : 27285 (sh) S 27262 27262 27151 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 651219637 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27285/statm: 1339 232 193 169 0 50 0
[pid=27286] ppid=27285 vsize=32784 CPUtime=518.67
/proc/27286/stat : 27286 (minisat) R 27285 27262 27151 0 -1 4194304 7992 0 0 0 51851 16 0 0 25 0 1 0 651219637 33570816 7978 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27286/statm: 8196 7978 75 150 0 8043 0
Current children cumulated CPU time (s) 521.63
Current children cumulated vsize (KiB) 51740

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

[startup+524.707 s]
/proc/loadavg: 2.04 2.08 2.02 3/75 27587
/proc/meminfo: memFree=1663608/2055920 swapFree=4179840/4192956
[pid=27262] ppid=27260 vsize=13600 CPUtime=2.96
/proc/27262/stat : 27262 (sugar) S 27260 27262 27151 0 -1 4194304 1031 17409 0 2 3 1 278 14 16 0 1 0 651219328 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27262/statm: 3400 798 370 3 0 500 0
[pid=27285] ppid=27262 vsize=5356 CPUtime=0
/proc/27285/stat : 27285 (sh) S 27262 27262 27151 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 651219637 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27285/statm: 1339 232 193 169 0 50 0
[pid=27286] ppid=27285 vsize=32784 CPUtime=521.07
/proc/27286/stat : 27286 (minisat) R 27285 27262 27151 0 -1 4194304 7992 0 0 0 52091 16 0 0 25 0 1 0 651219637 33570816 7978 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/27286/statm: 8196 7978 75 150 0 8043 0
Current children cumulated CPU time (s) 524.03
Current children cumulated vsize (KiB) 51740

[startup+526.303 s]
/proc/loadavg: 2.04 2.08 2.02 3/75 27587
/proc/meminfo: memFree=1663608/2055920 swapFree=4179840/4192956
[pid=27262] ppid=27260 vsize=13600 CPUtime=2.96
/proc/27262/stat : 27262 (sugar) S 27260 27262 27151 0 -1 4194304 1031 17409 0 2 3 1 278 14 16 0 1 0 651219328 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27262/statm: 3400 798 370 3 0 500 0
[pid=27285] ppid=27262 vsize=5356 CPUtime=0
/proc/27285/stat : 27285 (sh) S 27262 27262 27151 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 651219637 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27285/statm: 1339 232 193 169 0 50 0
[pid=27286] ppid=27285 vsize=32784 CPUtime=522.67
/proc/27286/stat : 27286 (minisat) R 27285 27262 27151 0 -1 4194304 7992 0 0 0 52251 16 0 0 25 0 1 0 651219637 33570816 7978 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/27286/statm: 8196 7978 75 150 0 8043 0
Current children cumulated CPU time (s) 525.63
Current children cumulated vsize (KiB) 51740

[startup+527.102 s]
/proc/loadavg: 2.04 2.08 2.02 3/75 27587
/proc/meminfo: memFree=1663608/2055920 swapFree=4179840/4192956
[pid=27262] ppid=27260 vsize=13600 CPUtime=2.96
/proc/27262/stat : 27262 (sugar) S 27260 27262 27151 0 -1 4194304 1031 17409 0 2 3 1 278 14 16 0 1 0 651219328 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27262/statm: 3400 798 370 3 0 500 0
[pid=27285] ppid=27262 vsize=5356 CPUtime=0
/proc/27285/stat : 27285 (sh) S 27262 27262 27151 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 651219637 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27285/statm: 1339 232 193 169 0 50 0
[pid=27286] ppid=27285 vsize=32784 CPUtime=523.47
/proc/27286/stat : 27286 (minisat) R 27285 27262 27151 0 -1 4194304 7992 0 0 0 52331 16 0 0 25 0 1 0 651219637 33570816 7978 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27286/statm: 8196 7978 75 150 0 8043 0
Current children cumulated CPU time (s) 526.43
Current children cumulated vsize (KiB) 51740

[startup+527.502 s]
/proc/loadavg: 2.04 2.08 2.02 3/75 27587
/proc/meminfo: memFree=1663608/2055920 swapFree=4179840/4192956
[pid=27262] ppid=27260 vsize=13600 CPUtime=2.96
/proc/27262/stat : 27262 (sugar) S 27260 27262 27151 0 -1 4194304 1031 17409 0 2 3 1 278 14 16 0 1 0 651219328 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27262/statm: 3400 798 370 3 0 500 0
[pid=27285] ppid=27262 vsize=5356 CPUtime=0
/proc/27285/stat : 27285 (sh) S 27262 27262 27151 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 651219637 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27285/statm: 1339 232 193 169 0 50 0
[pid=27286] ppid=27285 vsize=32784 CPUtime=523.87
/proc/27286/stat : 27286 (minisat) R 27285 27262 27151 0 -1 4194304 7992 0 0 0 52371 16 0 0 25 0 1 0 651219637 33570816 7978 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27286/statm: 8196 7978 75 150 0 8043 0
Current children cumulated CPU time (s) 526.83
Current children cumulated vsize (KiB) 51740

[startup+527.902 s]
/proc/loadavg: 2.04 2.08 2.02 3/79 27593
/proc/meminfo: memFree=1693144/2055920 swapFree=4179840/4192956
[pid=27262] ppid=27260 vsize=13600 CPUtime=527.21
/proc/27262/stat : 27262 (sugar) S 27260 27262 27151 0 -1 4194304 1070 25695 0 2 3 1 52685 32 17 0 1 0 651219328 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27262/statm: 3400 798 370 3 0 500 0
[pid=27588] ppid=27262 vsize=5356 CPUtime=0
/proc/27588/stat : 27588 (sh) S 27262 27262 27151 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 651272115 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27588/statm: 1339 233 193 169 0 50 0
[pid=27589] ppid=27588 vsize=859832 CPUtime=0.02
/proc/27589/stat : 27589 (java) S 27588 27262 27151 0 -1 0 1729 0 1 0 1 1 0 0 19 0 5 0 651272116 880467968 1378 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/27589/statm: 214958 1378 806 9 0 209937 0
[pid=27589/tid=27590] ppid=27588 vsize=859832 CPUtime=0.01
/proc/27589/task/27590/stat : 27590 (java) R 27588 27262 27151 0 -1 64 1036 0 1 0 1 0 0 0 22 0 5 0 651272117 880467968 1378 996147200 134512640 134550740 4294956000 18446744073709551615 4125979897 0 4 0 16784584 0 0 0 -1 0 0 0
[pid=27589/tid=27591] ppid=27588 vsize=859832 CPUtime=0
/proc/27589/task/27591/stat : 27591 (java) S 27588 27262 27151 0 -1 64 4 0 0 0 0 0 0 0 21 0 5 0 651272118 880467968 1380 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16784584 0 0 0 -1 0 0 0
[pid=27589/tid=27592] ppid=27588 vsize=859832 CPUtime=0
/proc/27589/task/27592/stat : 27592 (java) S 27588 27262 27151 0 -1 64 10 0 0 0 0 0 0 0 22 0 5 0 651272118 880467968 1381 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 0 0 0
[pid=27589/tid=27593] ppid=27588 vsize=859832 CPUtime=0
/proc/27589/task/27593/stat : 27593 (java) S 27588 27262 27151 0 -1 64 4 0 0 0 0 0 0 0 23 0 5 0 651272118 880467968 1382 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 527.23
Current children cumulated vsize (KiB) 878788

[startup+528.007 s]
/proc/loadavg: 2.04 2.08 2.02 3/79 27593
/proc/meminfo: memFree=1693144/2055920 swapFree=4179840/4192956
[pid=27262] ppid=27260 vsize=13600 CPUtime=527.21
/proc/27262/stat : 27262 (sugar) S 27260 27262 27151 0 -1 4194304 1089 25695 0 2 3 1 52685 32 16 0 1 0 651219328 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27262/statm: 3400 798 370 3 0 500 0
[pid=27588] ppid=27262 vsize=5356 CPUtime=0
/proc/27588/stat : 27588 (sh) S 27262 27262 27151 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 651272115 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27588/statm: 1339 233 193 169 0 50 0
[pid=27589] ppid=27588 vsize=863752 CPUtime=0.09
/proc/27589/stat : 27589 (java) S 27588 27262 27151 0 -1 0 3335 0 1 0 7 2 0 0 19 0 9 0 651272116 884482048 2805 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27589/statm: 215938 2805 1672 9 0 210513 0
[pid=27589/tid=27590] ppid=27588 vsize=863752 CPUtime=0.07
/proc/27589/task/27590/stat : 27590 (java) S 27588 27262 27151 0 -1 64 2420 0 1 0 6 1 0 0 25 0 9 0 651272117 884482048 2805 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27589/tid=27591] ppid=27588 vsize=863752 CPUtime=0
/proc/27589/task/27591/stat : 27591 (java) S 27588 27262 27151 0 -1 64 4 0 0 0 0 0 0 0 21 0 9 0 651272118 884482048 2805 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27589/tid=27592] ppid=27588 vsize=863752 CPUtime=0
/proc/27589/task/27592/stat : 27592 (java) S 27588 27262 27151 0 -1 64 10 0 0 0 0 0 0 0 22 0 9 0 651272118 884482048 2805 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27589/tid=27593] ppid=27588 vsize=863752 CPUtime=0
/proc/27589/task/27593/stat : 27593 (java) S 27588 27262 27151 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 651272118 884482048 2805 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 527.3
Current children cumulated vsize (KiB) 882708

Child status: 0
Real time (s): 528.035
CPU time (s): 527.342
CPU user time (s): 526.967
CPU system time (s): 0.374943
CPU usage (%): 99.8687
Max. virtual memory (cumulated for all children) (KiB): 883236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 526.967
system time used= 0.374943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30468
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= 2433
involuntary context switches= 6022

runsolver used 0.650901 second user time and 1.75773 second system time

The end

Launcher Data (download as text)

Begin job on node17 at 2008-07-06 01:25:00
IDJOB=1103024
IDBENCH=60265
IDSOLVER=346
FILE ID=node17/1103024-1215300300
PBS_JOBID= 7882462
Free space on /tmp= 66408 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/tightness0.8/normalized-rand-2-40-80-103-800-87_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-1103024-1215300300/watcher-1103024-1215300300 -o /tmp/evaluation-result-1103024-1215300300/solver-1103024-1215300300 -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-1103024-1215300300.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a81adb272d511a9d07cb99fae3675791
RANDOM SEED=312844332

node17.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.234
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.234
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:       1713008 kB
Buffers:         58868 kB
Cached:         215636 kB
SwapCached:       7220 kB
Active:         172672 kB
Inactive:       117096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1713008 kB
SwapTotal:     4192956 kB
SwapFree:      4179840 kB
Dirty:            2300 kB
Writeback:           0 kB
Mapped:          22120 kB
Slab:            38536 kB
Committed_AS:  1065596 kB
PageTables:       1816 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= 66404 MiB
End job on node17 at 2008-07-06 01:33:49