Trace number 2057904

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.14.6+minisatUNSAT 756.029 759.445

General information on the benchmark

Namecsp/BH-4-7/
normalized-BlackHole-4-7-h-4_ext.xml
MD5SUMd735a89844d9b44014d09d77c6eb30f0
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 benchmark0.044992
Satisfiable
(Un)Satisfiability was proved
Number of variables112
Number of constraints1261
Maximum constraint arity2
Maximum domain size28
Number of constraints which are defined in extension1261
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 15:43:25 2009
0.00/0.08	c 0	PID 13904
0.00/0.08	c 0	HOST node4.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2057904-1247319805.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2057904-1247319805.xml' 'HOME/temp.csp'
0.07/0.46	c 0	4 domains, 112 variables, 0 predicates, 8 relations, 1261 constraints
0.07/0.50	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.50	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.07/0.58	c 0	Parsing HOME/temp.csp
0.44/0.66	c 1	parsed 1385 expressions
0.44/0.67	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.44/0.67	c 1	Converting to clausal form CSP
0.44/0.70	c 1	converted 139 (10%) expressions
0.44/0.72	c 1	converted 277 (20%) expressions
0.44/0.74	c 1	converted 416 (30%) expressions
0.44/0.76	c 1	converted 554 (40%) expressions
0.44/0.79	c 1	converted 693 (50%) expressions
0.44/0.81	c 1	converted 831 (60%) expressions
0.44/0.87	c 1	converted 970 (70%) expressions
0.44/0.90	c 1	converted 1108 (80%) expressions
0.44/0.92	c 1	converted 1247 (90%) expressions
0.44/0.94	c 1	converted 1385 (100%) expressions
0.44/0.94	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
0.44/0.94	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.44/0.94	c 1	Propagation in CSP
0.44/0.94	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.44/0.94	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
0.44/0.94	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.44/0.95	c 1	Simplifing CSP by introducing new Boolean variables
0.44/0.95	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
0.44/0.95	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.44/1.01	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.44/1.02	c 1	12 (10%) CSP integer variables are encoded (176 clauses, 1798 bytes)
0.44/1.02	c 1	23 (20%) CSP integer variables are encoded (399 clauses, 4251 bytes)
0.44/1.03	c 1	34 (30%) CSP integer variables are encoded (601 clauses, 6473 bytes)
0.44/1.03	c 1	45 (40%) CSP integer variables are encoded (803 clauses, 8695 bytes)
0.44/1.03	c 1	56 (50%) CSP integer variables are encoded (1026 clauses, 11303 bytes)
0.44/1.03	c 1	68 (60%) CSP integer variables are encoded (1254 clauses, 14267 bytes)
0.44/1.03	c 1	79 (70%) CSP integer variables are encoded (1456 clauses, 16893 bytes)
0.44/1.03	c 1	90 (80%) CSP integer variables are encoded (1616 clauses, 18973 bytes)
0.44/1.03	c 1	101 (90%) CSP integer variables are encoded (1748 clauses, 20689 bytes)
0.44/1.03	c 1	112 (100%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
0.44/1.09	c 1	127 (10%) CSP clauses are encoded (2700 clauses, 35211 bytes)
1.01/1.13	c 1	253 (20%) CSP clauses are encoded (4192 clauses, 60405 bytes)
1.01/1.16	c 1	379 (30%) CSP clauses are encoded (5898 clauses, 92973 bytes)
1.01/1.18	c 1	505 (40%) CSP clauses are encoded (7510 clauses, 123409 bytes)
1.11/1.21	c 1	631 (50%) CSP clauses are encoded (9098 clauses, 153201 bytes)
1.11/1.25	c 1	757 (60%) CSP clauses are encoded (10758 clauses, 184868 bytes)
1.11/1.27	c 1	883 (70%) CSP clauses are encoded (12280 clauses, 213295 bytes)
1.20/1.30	c 1	1009 (80%) CSP clauses are encoded (13936 clauses, 245160 bytes)
1.20/1.33	c 1	1135 (90%) CSP clauses are encoded (15696 clauses, 280557 bytes)
1.20/1.35	c 1	1261 (100%) CSP clauses are encoded (17532 clauses, 317495 bytes)
1.20/1.36	c 1	1261 CSP clauses encoded
1.20/1.36	c 1	Writing map file : HOME/temp.map
1.20/1.36	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.20/1.36	c 1	SAT : 1990 SAT variables, 17532 SAT clauses, 317495 bytes
1.20/1.36	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.27/1.40	c 1	SOLVING HOME/temp.cnf
1.27/1.40	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.27/1.40	c 1	This is MiniSat 2.0 beta
1.27/1.40	c 1	WARNING: for repeatability, setting FPU to use double precision
1.27/1.40	c 1	============================[ Problem Statistics ]=============================
1.27/1.40	c 1	|                                                                             |
1.27/1.40	c 1	|  Number of variables:  1990                                                 |
1.27/1.40	c 1	|  Number of clauses:    17532                                                |
1.27/1.41	c 1	|  Parsing time:         0.01         s                                       |
1.27/1.41	c 1	============================[ Search Statistics ]==============================
1.27/1.41	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.27/1.41	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.27/1.41	c 1	===============================================================================
1.27/1.41	c 1	|         0 |    1888    15423    50626 |     5141        0    nan |  0.000 % |
1.27/1.42	c 1	|       100 |    1888    15423    50626 |     5655      100     10 |  5.127 % |
1.27/1.43	c 1	|       250 |    1888    15423    50626 |     6220      250      9 |  5.128 % |
1.27/1.44	c 1	|       475 |    1888    15423    50626 |     6842      475     12 |  5.127 % |
1.27/1.45	c 1	|       812 |    1888    15423    50626 |     7526      812     12 |  5.127 % |
1.27/1.48	c 1	|      1318 |    1888    15423    50626 |     8279     1318     16 |  5.127 % |
1.29/1.53	c 1	|      2077 |    1888    15423    50626 |     9107     2077     16 |  5.127 % |
1.29/1.59	c 1	|      3217 |    1888    15423    50626 |    10018     3217     17 |  5.127 % |
1.29/1.70	c 2	|      4925 |    1884    15382    50538 |    11020     4923     20 |  5.328 % |
1.29/1.90	c 2	|      7489 |    1884    15382    50538 |    12122     7487     21 |  5.328 % |
1.29/2.16	c 2	|     11333 |    1884    15382    50538 |    13334    11331     20 |  5.329 % |
2.57/2.70	c 3	|     17100 |    1884    15382    50538 |    14667    10119     20 |  5.328 % |
3.26/3.48	c 3	|     25751 |    1884    15382    50538 |    16134    11128     23 |  5.328 % |
4.64/4.83	c 5	|     38726 |    1884    15382    50538 |    17748    15797     21 |  5.328 % |
6.72/6.90	c 7	|     58188 |    1884    15382    50538 |    19522    16819     19 |  5.330 % |
10.09/10.37	c 10	|     87381 |    1884    15382    50538 |    21475    15874     20 |  5.328 % |
15.34/15.66	c 16	|    131171 |    1884    15382    50538 |    23622    15618     15 |  5.330 % |
23.26/23.66	c 24	|    196855 |    1879    15339    50446 |    25985    20942     18 |  5.581 % |
36.54/37.03	c 37	|    295382 |    1879    15339    50446 |    28583    13331     16 |  5.580 % |
57.84/58.59	c 58	|    443171 |    1879    15339    50446 |    31441    27014     15 |  5.581 % |
94.69/95.80	c 96	|    664854 |    1879    15339    50446 |    34586    24776     21 |  5.580 % |
148.28/149.80	c 150	|    997381 |    1879    15339    50446 |    38044    31643     17 |  5.580 % |
238.13/240.51	c 240	|   1496170 |    1879    15339    50446 |    41849    21768     17 |  5.580 % |
377.45/380.70	c 381	|   2244354 |    1876    15325    50412 |    46034    27271     17 |  5.730 % |
600.26/603.60	c 603	|   3366630 |    1860    15189    50060 |    50637    24109     18 |  6.533 % |
755.81/759.27	c 759	===============================================================================
755.81/759.27	c 759	restarts              : 25
755.81/759.27	c 759	conflicts             : 4112611        (5450 /sec)
755.81/759.27	c 759	decisions             : 7701062        (1.43 % random) (10206 /sec)
755.81/759.27	c 759	propagations          : 370661837      (491238 /sec)
755.81/759.27	c 759	conflict literals     : 79165162       (29.45 % deleted)
755.81/759.27	c 759	Memory used           : 13.27 MB
755.81/759.27	c 759	CPU time              : 754.546 s
755.81/759.27	c 759	
755.81/759.27	c 759	UNSATISFIABLE
755.81/759.28	c 759	DECODING HOME/temp.out WITH HOME/temp.map
755.81/759.28	c 759	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
755.89/759.36	c 759	Decoding HOME/temp.out
755.89/759.38	s UNSATISFIABLE
755.89/759.40	c 759	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
755.89/759.44	c 759	CPU 756.01 (0.06 0.01 755.76 0.18)
755.89/759.44	c 759	END Sat Jul 11 15:56:04 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2057904-1247319805/watcher-2057904-1247319805 -o /tmp/evaluation-result-2057904-1247319805/solver-2057904-1247319805 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2057904-1247319805.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.93 2.01 1.73 4/72 13904
/proc/meminfo: memFree=1264744/2055920 swapFree=4192956/4192956
[pid=13904] ppid=13902 vsize=18576 CPUtime=0
/proc/13904/stat : 13904 (runsolver) R 13902 13904 13596 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 19047994 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 259913215271 0 0 4096 24578 0 0 0 17 1 0 0
/proc/13904/statm: 4644 284 249 26 0 2626 0

[startup+0.101611 s]
/proc/loadavg: 1.93 2.01 1.73 4/72 13904
/proc/meminfo: memFree=1264744/2055920 swapFree=4192956/4192956
[pid=13904] ppid=13902 vsize=16868 CPUtime=0.07
/proc/13904/stat : 13904 (sugar) S 13902 13904 13596 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 19047994 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13904/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.201621 s]
/proc/loadavg: 1.93 2.01 1.73 4/72 13904
/proc/meminfo: memFree=1264744/2055920 swapFree=4192956/4192956
[pid=13904] ppid=13902 vsize=16868 CPUtime=0.07
/proc/13904/stat : 13904 (sugar) S 13902 13904 13596 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 19047994 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13904/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301629 s]
/proc/loadavg: 1.93 2.01 1.73 4/72 13904
/proc/meminfo: memFree=1264744/2055920 swapFree=4192956/4192956
[pid=13904] ppid=13902 vsize=16868 CPUtime=0.07
/proc/13904/stat : 13904 (sugar) S 13902 13904 13596 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 19047994 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13904/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701668 s]
/proc/loadavg: 1.93 2.01 1.73 4/72 13904
/proc/meminfo: memFree=1264744/2055920 swapFree=4192956/4192956
[pid=13904] ppid=13902 vsize=16868 CPUtime=0.44
/proc/13904/stat : 13904 (sugar) S 13902 13904 13596 0 -1 4194304 1309 4784 0 1 6 1 33 4 15 0 1 0 19047994 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13904/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 16868

[startup+1.50274 s]
/proc/loadavg: 1.94 2.01 1.73 3/83 13926
/proc/meminfo: memFree=1247376/2055920 swapFree=4192956/4192956
[pid=13904] ppid=13902 vsize=16868 CPUtime=1.29
/proc/13904/stat : 13904 (sugar) S 13902 13904 13596 0 -1 4194304 1376 11945 0 2 6 1 112 10 16 0 1 0 19047994 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13904/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 16868

[startup+3.1029 s]
/proc/loadavg: 1.94 2.01 1.73 3/75 13928
/proc/meminfo: memFree=1258320/2055920 swapFree=4192956/4192956
[pid=13904] ppid=13902 vsize=16868 CPUtime=1.29
/proc/13904/stat : 13904 (sugar) S 13902 13904 13596 0 -1 4194304 1376 11945 0 2 6 1 112 10 15 0 1 0 19047994 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13904/statm: 4217 1113 409 3 0 796 0
[pid=13927] ppid=13904 vsize=5356 CPUtime=0
/proc/13927/stat : 13927 (sh) S 13904 13904 13596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048135 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13927/statm: 1339 232 193 169 0 50 0
[pid=13928] ppid=13927 vsize=4588 CPUtime=1.68
/proc/13928/stat : 13928 (minisat) R 13927 13904 13596 0 -1 4194304 868 0 0 0 168 0 0 0 25 0 1 0 19048135 4698112 854 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 1 0 0
/proc/13928/statm: 1147 854 75 150 0 994 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 26812

[startup+6.3012 s]
/proc/loadavg: 1.94 2.01 1.73 3/75 13928
/proc/meminfo: memFree=1257168/2055920 swapFree=4192956/4192956
[pid=13904] ppid=13902 vsize=16868 CPUtime=1.29
/proc/13904/stat : 13904 (sugar) S 13902 13904 13596 0 -1 4194304 1376 11945 0 2 6 1 112 10 16 0 1 0 19047994 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13904/statm: 4217 1113 409 3 0 796 0
[pid=13927] ppid=13904 vsize=5356 CPUtime=0
/proc/13927/stat : 13927 (sh) S 13904 13904 13596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048135 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13927/statm: 1339 232 193 169 0 50 0
[pid=13928] ppid=13927 vsize=5160 CPUtime=4.84
/proc/13928/stat : 13928 (minisat) R 13927 13904 13596 0 -1 4194304 1003 0 0 0 484 0 0 0 25 0 1 0 19048135 5283840 989 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/13928/statm: 1290 989 75 150 0 1137 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 27384

[startup+12.7018 s]
/proc/loadavg: 1.95 2.01 1.73 3/75 13928
/proc/meminfo: memFree=1256464/2055920 swapFree=4192956/4192956
[pid=13904] ppid=13902 vsize=16868 CPUtime=1.29
/proc/13904/stat : 13904 (sugar) S 13902 13904 13596 0 -1 4194304 1376 11945 0 2 6 1 112 10 16 0 1 0 19047994 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13904/statm: 4217 1113 409 3 0 796 0
[pid=13927] ppid=13904 vsize=5356 CPUtime=0
/proc/13927/stat : 13927 (sh) S 13904 13904 13596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048135 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13927/statm: 1339 232 193 169 0 50 0
[pid=13928] ppid=13927 vsize=5688 CPUtime=11.18
/proc/13928/stat : 13928 (minisat) R 13927 13904 13596 0 -1 4194304 1166 0 0 0 1118 0 0 0 25 0 1 0 19048135 5824512 1152 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13928/statm: 1422 1152 75 150 0 1269 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 27912

[startup+25.501 s]
/proc/loadavg: 1.95 2.01 1.73 3/75 13928
/proc/meminfo: memFree=1255824/2055920 swapFree=4192956/4192956
[pid=13904] ppid=13902 vsize=16868 CPUtime=1.29
/proc/13904/stat : 13904 (sugar) S 13902 13904 13596 0 -1 4194304 1376 11945 0 2 6 1 112 10 16 0 1 0 19047994 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13904/statm: 4217 1113 409 3 0 796 0
[pid=13927] ppid=13904 vsize=5356 CPUtime=0
/proc/13927/stat : 13927 (sh) S 13904 13904 13596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048135 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13927/statm: 1339 232 193 169 0 50 0
[pid=13928] ppid=13927 vsize=6484 CPUtime=23.85
/proc/13928/stat : 13928 (minisat) R 13927 13904 13596 0 -1 4194304 1345 0 0 0 2385 0 0 0 25 0 1 0 19048135 6639616 1331 996147200 134512640 135127466 4294956256 18446744073709551615 134530676 0 0 4096 3 0 0 0 17 1 0 0
/proc/13928/statm: 1621 1331 75 150 0 1468 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 28708

[startup+51.1015 s]
/proc/loadavg: 1.97 2.01 1.74 3/75 13928
/proc/meminfo: memFree=1255184/2055920 swapFree=4192956/4192956
[pid=13904] ppid=13902 vsize=16868 CPUtime=1.29
/proc/13904/stat : 13904 (sugar) S 13902 13904 13596 0 -1 4194304 1376 11945 0 2 6 1 112 10 16 0 1 0 19047994 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13904/statm: 4217 1113 409 3 0 796 0
[pid=13927] ppid=13904 vsize=5356 CPUtime=0
/proc/13927/stat : 13927 (sh) S 13904 13904 13596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048135 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13927/statm: 1339 232 193 169 0 50 0
[pid=13928] ppid=13927 vsize=7176 CPUtime=49.22
/proc/13928/stat : 13928 (minisat) R 13927 13904 13596 0 -1 4194304 1518 0 0 0 4921 1 0 0 25 0 1 0 19048135 7348224 1504 996147200 134512640 135127466 4294956256 18446744073709551615 134530684 0 0 4096 3 0 0 0 17 1 0 0
/proc/13928/statm: 1794 1504 75 150 0 1641 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 29400

[startup+102.301 s]
/proc/loadavg: 1.99 2.00 1.75 3/75 13928
/proc/meminfo: memFree=1253200/2055920 swapFree=4192956/4192956
[pid=13904] ppid=13902 vsize=16868 CPUtime=1.29
/proc/13904/stat : 13904 (sugar) S 13902 13904 13596 0 -1 4194304 1376 11945 0 2 6 1 112 10 16 0 1 0 19047994 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13904/statm: 4217 1113 409 3 0 796 0
[pid=13927] ppid=13904 vsize=5356 CPUtime=0
/proc/13927/stat : 13927 (sh) S 13904 13904 13596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048135 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13927/statm: 1339 232 193 169 0 50 0
[pid=13928] ppid=13927 vsize=9056 CPUtime=99.94
/proc/13928/stat : 13928 (minisat) R 13927 13904 13596 0 -1 4194304 1993 0 0 0 9992 2 0 0 25 0 1 0 19048135 9273344 1979 996147200 134512640 135127466 4294956256 18446744073709551615 134521716 0 0 4096 3 0 0 0 17 1 0 0
/proc/13928/statm: 2264 1979 75 150 0 2111 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 31280

[startup+162.301 s]
/proc/loadavg: 1.99 2.00 1.76 3/75 13928
/proc/meminfo: memFree=1251728/2055920 swapFree=4192956/4192956
[pid=13904] ppid=13902 vsize=16868 CPUtime=1.29
/proc/13904/stat : 13904 (sugar) S 13902 13904 13596 0 -1 4194304 1376 11945 0 2 6 1 112 10 16 0 1 0 19047994 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13904/statm: 4217 1113 409 3 0 796 0
[pid=13927] ppid=13904 vsize=5356 CPUtime=0
/proc/13927/stat : 13927 (sh) S 13904 13904 13596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048135 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13927/statm: 1339 232 193 169 0 50 0
[pid=13928] ppid=13927 vsize=10392 CPUtime=159.37
/proc/13928/stat : 13928 (minisat) R 13927 13904 13596 0 -1 4194304 2335 0 0 0 15935 2 0 0 25 0 1 0 19048135 10641408 2321 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/13928/statm: 2598 2321 75 150 0 2445 0
Current children cumulated CPU time (s) 160.66
Current children cumulated vsize (KiB) 32616

[startup+222.307 s]
/proc/loadavg: 1.99 2.00 1.77 3/75 13928
/proc/meminfo: memFree=1251600/2055920 swapFree=4192956/4192956
[pid=13904] ppid=13902 vsize=16868 CPUtime=1.29
/proc/13904/stat : 13904 (sugar) S 13902 13904 13596 0 -1 4194304 1376 11945 0 2 6 1 112 10 16 0 1 0 19047994 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13904/statm: 4217 1113 409 3 0 796 0
[pid=13927] ppid=13904 vsize=5356 CPUtime=0
/proc/13927/stat : 13927 (sh) S 13904 13904 13596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048135 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13927/statm: 1339 232 193 169 0 50 0
[pid=13928] ppid=13927 vsize=10552 CPUtime=218.81
/proc/13928/stat : 13928 (minisat) R 13927 13904 13596 0 -1 4194304 2354 0 0 0 21879 2 0 0 25 0 1 0 19048135 10805248 2340 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/13928/statm: 2638 2340 75 150 0 2485 0
Current children cumulated CPU time (s) 220.1
Current children cumulated vsize (KiB) 32776

[startup+282.301 s]
/proc/loadavg: 1.99 2.00 1.78 3/75 13928
/proc/meminfo: memFree=1251088/2055920 swapFree=4192956/4192956
[pid=13904] ppid=13902 vsize=16868 CPUtime=1.29
/proc/13904/stat : 13904 (sugar) S 13902 13904 13596 0 -1 4194304 1376 11945 0 2 6 1 112 10 16 0 1 0 19047994 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13904/statm: 4217 1113 409 3 0 796 0
[pid=13927] ppid=13904 vsize=5356 CPUtime=0
/proc/13927/stat : 13927 (sh) S 13904 13904 13596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048135 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13927/statm: 1339 232 193 169 0 50 0
[pid=13928] ppid=13927 vsize=11160 CPUtime=278.25
/proc/13928/stat : 13928 (minisat) R 13927 13904 13596 0 -1 4194304 2484 0 0 0 27823 2 0 0 25 0 1 0 19048135 11427840 2470 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13928/statm: 2790 2470 75 150 0 2637 0
Current children cumulated CPU time (s) 279.54
Current children cumulated vsize (KiB) 33384

[startup+342.301 s]

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

/proc/13904/statm: 4217 1113 409 3 0 796 0
[pid=13927] ppid=13904 vsize=5356 CPUtime=0
/proc/13927/stat : 13927 (sh) S 13904 13904 13596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048135 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13927/statm: 1339 232 193 169 0 50 0
[pid=13928] ppid=13927 vsize=12644 CPUtime=517.7
/proc/13928/stat : 13928 (minisat) R 13927 13904 13596 0 -1 4194304 2886 0 0 0 51766 4 0 0 25 0 1 0 19048135 12947456 2872 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13928/statm: 3161 2872 75 150 0 3008 0
Current children cumulated CPU time (s) 518.99
Current children cumulated vsize (KiB) 34868

[startup+582.302 s]
/proc/loadavg: 1.99 1.98 1.83 3/84 13972
/proc/meminfo: memFree=1232568/2055920 swapFree=4192956/4192956
[pid=13904] ppid=13902 vsize=16868 CPUtime=1.29
/proc/13904/stat : 13904 (sugar) S 13902 13904 13596 0 -1 4194304 1376 11945 0 2 6 1 112 10 16 0 1 0 19047994 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13904/statm: 4217 1113 409 3 0 796 0
[pid=13927] ppid=13904 vsize=5356 CPUtime=0
/proc/13927/stat : 13927 (sh) S 13904 13904 13596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048135 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13927/statm: 1339 232 193 169 0 50 0
[pid=13928] ppid=13927 vsize=12776 CPUtime=577.68
/proc/13928/stat : 13928 (minisat) R 13927 13904 13596 0 -1 4194304 2919 0 0 0 57764 4 0 0 25 0 1 0 19048135 13082624 2905 996147200 134512640 135127466 4294956256 18446744073709551615 134528963 0 0 4096 3 0 0 0 17 0 0 0
/proc/13928/statm: 3194 2905 75 150 0 3041 0
Current children cumulated CPU time (s) 578.97
Current children cumulated vsize (KiB) 35000

[startup+642.302 s]
/proc/loadavg: 2.07 2.00 1.84 3/84 13972
/proc/meminfo: memFree=1232320/2055920 swapFree=4192956/4192956
[pid=13904] ppid=13902 vsize=16868 CPUtime=1.29
/proc/13904/stat : 13904 (sugar) S 13902 13904 13596 0 -1 4194304 1376 11945 0 2 6 1 112 10 16 0 1 0 19047994 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13904/statm: 4217 1113 409 3 0 796 0
[pid=13927] ppid=13904 vsize=5356 CPUtime=0
/proc/13927/stat : 13927 (sh) S 13904 13904 13596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048135 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13927/statm: 1339 232 193 169 0 50 0
[pid=13928] ppid=13927 vsize=13184 CPUtime=637.65
/proc/13928/stat : 13928 (minisat) R 13927 13904 13596 0 -1 4194304 3006 0 0 0 63761 4 0 0 25 0 1 0 19048135 13500416 2992 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 0 0 0
/proc/13928/statm: 3296 2992 75 150 0 3143 0
Current children cumulated CPU time (s) 638.94
Current children cumulated vsize (KiB) 35408

[startup+702.301 s]
/proc/loadavg: 2.02 2.00 1.85 3/84 13972
/proc/meminfo: memFree=1231936/2055920 swapFree=4192956/4192956
[pid=13904] ppid=13902 vsize=16868 CPUtime=1.29
/proc/13904/stat : 13904 (sugar) S 13902 13904 13596 0 -1 4194304 1376 11945 0 2 6 1 112 10 16 0 1 0 19047994 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13904/statm: 4217 1113 409 3 0 796 0
[pid=13927] ppid=13904 vsize=5356 CPUtime=0
/proc/13927/stat : 13927 (sh) S 13904 13904 13596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048135 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13927/statm: 1339 232 193 169 0 50 0
[pid=13928] ppid=13927 vsize=13448 CPUtime=697.63
/proc/13928/stat : 13928 (minisat) R 13927 13904 13596 0 -1 4194304 3085 0 0 0 69759 4 0 0 25 0 1 0 19048135 13770752 3071 996147200 134512640 135127466 4294956256 18446744073709551615 134531107 0 0 4096 3 0 0 0 17 0 0 0
/proc/13928/statm: 3362 3071 75 150 0 3209 0
Current children cumulated CPU time (s) 698.92
Current children cumulated vsize (KiB) 35672

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

[startup+716.802 s]
/proc/loadavg: 2.02 2.00 1.85 3/84 13972
/proc/meminfo: memFree=1231936/2055920 swapFree=4192956/4192956
[pid=13904] ppid=13902 vsize=16868 CPUtime=1.29
/proc/13904/stat : 13904 (sugar) S 13902 13904 13596 0 -1 4194304 1376 11945 0 2 6 1 112 10 16 0 1 0 19047994 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13904/statm: 4217 1113 409 3 0 796 0
[pid=13927] ppid=13904 vsize=5356 CPUtime=0
/proc/13927/stat : 13927 (sh) S 13904 13904 13596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048135 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13927/statm: 1339 232 193 169 0 50 0
[pid=13928] ppid=13927 vsize=13584 CPUtime=712.12
/proc/13928/stat : 13928 (minisat) R 13927 13904 13596 0 -1 4194304 3096 0 0 0 71208 4 0 0 25 0 1 0 19048135 13910016 3082 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13928/statm: 3396 3082 75 150 0 3243 0
Current children cumulated CPU time (s) 713.41
Current children cumulated vsize (KiB) 35808

[startup+742.401 s]
/proc/loadavg: 2.01 2.00 1.85 3/84 13972
/proc/meminfo: memFree=1231872/2055920 swapFree=4192956/4192956
[pid=13904] ppid=13902 vsize=16868 CPUtime=1.29
/proc/13904/stat : 13904 (sugar) S 13902 13904 13596 0 -1 4194304 1376 11945 0 2 6 1 112 10 16 0 1 0 19047994 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13904/statm: 4217 1113 409 3 0 796 0
[pid=13927] ppid=13904 vsize=5356 CPUtime=0
/proc/13927/stat : 13927 (sh) S 13904 13904 13596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048135 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13927/statm: 1339 232 193 169 0 50 0
[pid=13928] ppid=13927 vsize=13584 CPUtime=737.71
/proc/13928/stat : 13928 (minisat) R 13927 13904 13596 0 -1 4194304 3108 0 0 0 73767 4 0 0 25 0 1 0 19048135 13910016 3094 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/13928/statm: 3396 3094 75 150 0 3243 0
Current children cumulated CPU time (s) 739
Current children cumulated vsize (KiB) 35808

[startup+748.802 s]
/proc/loadavg: 2.01 2.00 1.85 3/84 13972
/proc/meminfo: memFree=1231872/2055920 swapFree=4192956/4192956
[pid=13904] ppid=13902 vsize=16868 CPUtime=1.29
/proc/13904/stat : 13904 (sugar) S 13902 13904 13596 0 -1 4194304 1376 11945 0 2 6 1 112 10 16 0 1 0 19047994 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13904/statm: 4217 1113 409 3 0 796 0
[pid=13927] ppid=13904 vsize=5356 CPUtime=0
/proc/13927/stat : 13927 (sh) S 13904 13904 13596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048135 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13927/statm: 1339 232 193 169 0 50 0
[pid=13928] ppid=13927 vsize=13584 CPUtime=744.11
/proc/13928/stat : 13928 (minisat) R 13927 13904 13596 0 -1 4194304 3108 0 0 0 74407 4 0 0 25 0 1 0 19048135 13910016 3094 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13928/statm: 3396 3094 75 150 0 3243 0
Current children cumulated CPU time (s) 745.4
Current children cumulated vsize (KiB) 35808

[startup+755.202 s]
/proc/loadavg: 2.01 2.00 1.85 3/84 13972
/proc/meminfo: memFree=1231872/2055920 swapFree=4192956/4192956
[pid=13904] ppid=13902 vsize=16868 CPUtime=1.29
/proc/13904/stat : 13904 (sugar) S 13902 13904 13596 0 -1 4194304 1376 11945 0 2 6 1 112 10 16 0 1 0 19047994 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13904/statm: 4217 1113 409 3 0 796 0
[pid=13927] ppid=13904 vsize=5356 CPUtime=0
/proc/13927/stat : 13927 (sh) S 13904 13904 13596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048135 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13927/statm: 1339 232 193 169 0 50 0
[pid=13928] ppid=13927 vsize=13584 CPUtime=750.52
/proc/13928/stat : 13928 (minisat) R 13927 13904 13596 0 -1 4194304 3108 0 0 0 75047 5 0 0 25 0 1 0 19048135 13910016 3094 996147200 134512640 135127466 4294956256 18446744073709551615 134530619 0 0 4096 3 0 0 0 17 0 0 0
/proc/13928/statm: 3396 3094 75 150 0 3243 0
Current children cumulated CPU time (s) 751.81
Current children cumulated vsize (KiB) 35808

[startup+756.802 s]
/proc/loadavg: 2.01 2.00 1.85 3/84 13972
/proc/meminfo: memFree=1231872/2055920 swapFree=4192956/4192956
[pid=13904] ppid=13902 vsize=16868 CPUtime=1.29
/proc/13904/stat : 13904 (sugar) S 13902 13904 13596 0 -1 4194304 1376 11945 0 2 6 1 112 10 16 0 1 0 19047994 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13904/statm: 4217 1113 409 3 0 796 0
[pid=13927] ppid=13904 vsize=5356 CPUtime=0
/proc/13927/stat : 13927 (sh) S 13904 13904 13596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048135 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13927/statm: 1339 232 193 169 0 50 0
[pid=13928] ppid=13927 vsize=13584 CPUtime=752.12
/proc/13928/stat : 13928 (minisat) R 13927 13904 13596 0 -1 4194304 3108 0 0 0 75207 5 0 0 25 0 1 0 19048135 13910016 3094 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13928/statm: 3396 3094 75 150 0 3243 0
Current children cumulated CPU time (s) 753.41
Current children cumulated vsize (KiB) 35808

[startup+758.402 s]
/proc/loadavg: 2.01 2.00 1.85 3/84 13972
/proc/meminfo: memFree=1231872/2055920 swapFree=4192956/4192956
[pid=13904] ppid=13902 vsize=16868 CPUtime=1.29
/proc/13904/stat : 13904 (sugar) S 13902 13904 13596 0 -1 4194304 1376 11945 0 2 6 1 112 10 16 0 1 0 19047994 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13904/statm: 4217 1113 409 3 0 796 0
[pid=13927] ppid=13904 vsize=5356 CPUtime=0
/proc/13927/stat : 13927 (sh) S 13904 13904 13596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048135 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13927/statm: 1339 232 193 169 0 50 0
[pid=13928] ppid=13927 vsize=13584 CPUtime=753.72
/proc/13928/stat : 13928 (minisat) R 13927 13904 13596 0 -1 4194304 3112 0 0 0 75367 5 0 0 25 0 1 0 19048135 13910016 3098 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/13928/statm: 3396 3098 75 150 0 3243 0
Current children cumulated CPU time (s) 755.01
Current children cumulated vsize (KiB) 35808

[startup+759.202 s]
/proc/loadavg: 2.01 2.00 1.85 3/84 13972
/proc/meminfo: memFree=1231872/2055920 swapFree=4192956/4192956
[pid=13904] ppid=13902 vsize=16868 CPUtime=1.29
/proc/13904/stat : 13904 (sugar) S 13902 13904 13596 0 -1 4194304 1376 11945 0 2 6 1 112 10 16 0 1 0 19047994 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13904/statm: 4217 1113 409 3 0 796 0
[pid=13927] ppid=13904 vsize=5356 CPUtime=0
/proc/13927/stat : 13927 (sh) S 13904 13904 13596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048135 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13927/statm: 1339 232 193 169 0 50 0
[pid=13928] ppid=13927 vsize=13584 CPUtime=754.52
/proc/13928/stat : 13928 (minisat) R 13927 13904 13596 0 -1 4194304 3112 0 0 0 75447 5 0 0 25 0 1 0 19048135 13910016 3098 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 0 0 0
/proc/13928/statm: 3396 3098 75 150 0 3243 0
Current children cumulated CPU time (s) 755.81
Current children cumulated vsize (KiB) 35808

[startup+759.402 s]
/proc/loadavg: 2.01 2.00 1.85 3/84 13972
/proc/meminfo: memFree=1231872/2055920 swapFree=4192956/4192956
[pid=13904] ppid=13902 vsize=16868 CPUtime=755.89
/proc/13904/stat : 13904 (sugar) S 13902 13904 13596 0 -1 4194304 1449 15351 0 2 6 1 75567 15 16 0 1 0 19047994 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13904/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 755.89
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 759.445
CPU time (s): 756.029
CPU user time (s): 755.829
CPU system time (s): 0.199969
CPU usage (%): 99.5502
Max. virtual memory (cumulated for all children) (KiB): 886664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 755.829
system time used= 0.199969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20636
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= 2030
involuntary context switches= 10480

runsolver used 1.13983 second user time and 2.32265 second system time

The end

Launcher Data

Begin job on node4 at 2009-07-11 15:43:25
IDJOB=2057904
IDBENCH=53422
IDSOLVER=739
FILE ID=node4/2057904-1247319805
PBS_JOBID= 9506620
Free space on /tmp= 66200 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/BH-4-7/normalized-BlackHole-4-7-h-4_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2057904-1247319805/watcher-2057904-1247319805 -o /tmp/evaluation-result-2057904-1247319805/solver-2057904-1247319805 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2057904-1247319805.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= d735a89844d9b44014d09d77c6eb30f0
RANDOM SEED=128693869

node4.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:       1265224 kB
Buffers:         47600 kB
Cached:         649332 kB
SwapCached:          0 kB
Active:          56380 kB
Inactive:       660160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1265224 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1512 kB
Writeback:           0 kB
Mapped:          31252 kB
Slab:            59420 kB
Committed_AS:   143624 kB
PageTables:       1836 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= 66200 MiB
End job on node4 at 2009-07-11 15:56:04