Trace number 2057772

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 921.151 930.073

General information on the benchmark

Namecsp/BH-4-7/
normalized-BlackHole-4-7-e-9_ext.xml
MD5SUMfe46c9484baa424d4d7f5f72464070e9
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.048991
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:20:25 2009
0.00/0.08	c 0	PID 10883
0.07/0.08	c 0	HOST node14.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2057772-1247318425.xml TO HOME/temp.csp
0.07/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-2057772-1247318425.xml' 'HOME/temp.csp'
0.07/0.70	c 0	4 domains, 112 variables, 0 predicates, 8 relations, 1261 constraints
0.07/0.74	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.74	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.68/0.82	c 1	Parsing HOME/temp.csp
0.68/0.90	c 1	parsed 1385 expressions
0.68/0.91	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.68/0.91	c 1	Converting to clausal form CSP
0.68/0.94	c 1	converted 139 (10%) expressions
0.68/0.97	c 1	converted 277 (20%) expressions
0.68/0.99	c 1	converted 416 (30%) expressions
0.91/1.01	c 1	converted 554 (40%) expressions
0.91/1.04	c 1	converted 693 (50%) expressions
0.91/1.06	c 1	converted 831 (60%) expressions
1.02/1.12	c 1	converted 970 (70%) expressions
1.02/1.15	c 1	converted 1108 (80%) expressions
1.02/1.17	c 1	converted 1247 (90%) expressions
1.02/1.18	c 1	converted 1385 (100%) expressions
1.02/1.18	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
1.02/1.18	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.02/1.18	c 1	Propagation in CSP
1.02/1.19	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.02/1.19	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
1.02/1.19	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.02/1.19	c 1	Simplifing CSP by introducing new Boolean variables
1.10/1.20	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
1.10/1.20	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.10/1.26	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.10/1.27	c 1	12 (10%) CSP integer variables are encoded (176 clauses, 1798 bytes)
1.10/1.28	c 1	23 (20%) CSP integer variables are encoded (399 clauses, 4251 bytes)
1.10/1.28	c 1	34 (30%) CSP integer variables are encoded (601 clauses, 6473 bytes)
1.10/1.28	c 1	45 (40%) CSP integer variables are encoded (803 clauses, 8695 bytes)
1.10/1.28	c 1	56 (50%) CSP integer variables are encoded (1026 clauses, 11303 bytes)
1.10/1.28	c 1	68 (60%) CSP integer variables are encoded (1254 clauses, 14267 bytes)
1.10/1.29	c 1	79 (70%) CSP integer variables are encoded (1456 clauses, 16893 bytes)
1.10/1.29	c 1	90 (80%) CSP integer variables are encoded (1616 clauses, 18973 bytes)
1.10/1.29	c 1	101 (90%) CSP integer variables are encoded (1748 clauses, 20689 bytes)
1.10/1.29	c 1	112 (100%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.21/1.34	c 1	127 (10%) CSP clauses are encoded (2700 clauses, 35211 bytes)
1.21/1.37	c 1	253 (20%) CSP clauses are encoded (4192 clauses, 60382 bytes)
1.30/1.40	c 1	379 (30%) CSP clauses are encoded (5898 clauses, 93002 bytes)
1.30/1.43	c 1	505 (40%) CSP clauses are encoded (7534 clauses, 123701 bytes)
1.30/1.46	c 1	631 (50%) CSP clauses are encoded (9122 clauses, 153665 bytes)
1.30/1.50	c 1	757 (60%) CSP clauses are encoded (10782 clauses, 185181 bytes)
1.40/1.52	c 1	883 (70%) CSP clauses are encoded (12318 clauses, 214056 bytes)
1.40/1.55	c 1	1009 (80%) CSP clauses are encoded (13984 clauses, 246038 bytes)
1.40/1.58	c 1	1135 (90%) CSP clauses are encoded (15696 clauses, 280592 bytes)
1.50/1.60	c 1	1261 (100%) CSP clauses are encoded (17532 clauses, 317530 bytes)
1.50/1.60	c 1	1261 CSP clauses encoded
1.50/1.61	c 1	Writing map file : HOME/temp.map
1.50/1.61	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.50/1.61	c 1	SAT : 1990 SAT variables, 17532 SAT clauses, 317530 bytes
1.50/1.61	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.50/1.64	c 1	SOLVING HOME/temp.cnf
1.50/1.64	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.50/1.64	c 1	This is MiniSat 2.0 beta
1.50/1.64	c 1	WARNING: for repeatability, setting FPU to use double precision
1.50/1.64	c 1	============================[ Problem Statistics ]=============================
1.50/1.64	c 1	|                                                                             |
1.50/1.64	c 1	|  Number of variables:  1990                                                 |
1.50/1.64	c 1	|  Number of clauses:    17532                                                |
1.50/1.65	c 1	|  Parsing time:         0.01         s                                       |
1.50/1.66	c 1	============================[ Search Statistics ]==============================
1.50/1.66	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.50/1.66	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.50/1.66	c 1	===============================================================================
1.50/1.66	c 1	|         0 |    1888    15423    50630 |     5141        0    nan |  0.000 % |
1.50/1.66	c 1	|       100 |    1888    15423    50630 |     5655      100     10 |  5.127 % |
1.50/1.67	c 1	|       250 |    1888    15423    50630 |     6220      250     10 |  5.128 % |
1.50/1.68	c 1	|       476 |    1888    15423    50630 |     6842      476     13 |  5.127 % |
1.50/1.69	c 1	|       813 |    1887    15423    50630 |     7526      812     13 |  5.328 % |
1.53/1.72	c 1	|      1319 |    1884    15382    50542 |     8279     1317     14 |  5.328 % |
1.53/1.76	c 1	|      2078 |    1884    15382    50542 |     9107     2076     15 |  5.328 % |
1.53/1.83	c 2	|      3217 |    1884    15382    50542 |    10018     3215     16 |  5.328 % |
1.53/1.93	c 2	|      4926 |    1884    15382    50542 |    11020     4924     17 |  5.328 % |
1.97/2.13	c 2	|      7488 |    1883    15380    50538 |    12122     7485     18 |  5.379 % |
2.36/2.51	c 2	|     11332 |    1883    15380    50538 |    13334    11329     19 |  5.379 % |
2.86/3.10	c 3	|     17099 |    1883    15380    50538 |    14667    10111     25 |  5.379 % |
3.65/3.85	c 4	|     25748 |    1879    15339    50450 |    16134    11205     18 |  5.580 % |
4.84/5.06	c 5	|     38723 |    1879    15339    50450 |    17748    15791     16 |  5.580 % |
6.92/7.10	c 7	|     58185 |    1879    15339    50450 |    19522    16645     22 |  5.580 % |
10.19/10.45	c 10	|     87378 |    1879    15339    50450 |    21475    15707     19 |  5.579 % |
15.93/16.27	c 16	|    131167 |    1879    15339    50450 |    23622    15346     18 |  5.580 % |
25.04/25.41	c 25	|    196851 |    1878    15336    50443 |    25985    20693     20 |  5.630 % |
38.92/39.46	c 39	|    295379 |    1877    15328    50422 |    28583    26429     20 |  5.680 % |
61.19/61.93	c 62	|    443168 |    1877    15328    50422 |    31441    24614     18 |  5.680 % |
98.94/100.10	c 100	|    664852 |    1877    15328    50422 |    34586    26532     17 |  5.681 % |
157.68/159.32	c 159	|    997377 |    1874    15314    50388 |    38044    25466     15 |  5.832 % |
249.80/252.34	c 252	|   1496165 |    1874    15314    50388 |    41849    36729     17 |  5.831 % |
396.21/400.14	c 400	|   2244348 |    1865    15230    50152 |    46034    32433     18 |  6.283 % |
636.80/643.06	c 643	|   3366623 |    1865    15230    50152 |    50637    29776     16 |  6.283 % |
920.89/929.89	c 930	===============================================================================
920.89/929.89	c 930	restarts              : 25
920.89/929.89	c 930	conflicts             : 4610436        (5014 /sec)
920.89/929.89	c 930	decisions             : 8702890        (1.43 % random) (9466 /sec)
920.89/929.89	c 930	propagations          : 419070079      (455793 /sec)
920.89/929.89	c 930	conflict literals     : 85207713       (30.33 % deleted)
920.89/929.89	c 930	Memory used           : 13.62 MB
920.89/929.89	c 930	CPU time              : 919.431 s
920.89/929.89	c 930	
920.89/929.89	c 930	UNSATISFIABLE
920.89/929.89	c 930	DECODING HOME/temp.out WITH HOME/temp.map
920.89/929.89	c 930	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'
921.01/929.98	c 930	Decoding HOME/temp.out
921.01/930.01	s UNSATISFIABLE
921.01/930.02	c 930	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
921.01/930.07	c 930	CPU 921.13 (0.06 0.02 920.9 0.15)
921.01/930.07	c 930	END Sat Jul 11 15:35:55 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-2057772-1247318425/watcher-2057772-1247318425 -o /tmp/evaluation-result-2057772-1247318425/solver-2057772-1247318425 -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-2057772-1247318425.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.84 1.69 0.91 4/81 10883
/proc/meminfo: memFree=1139216/2055920 swapFree=4192956/4192956
[pid=10883] ppid=10881 vsize=18576 CPUtime=0
/proc/10883/stat : 10883 (runsolver) R 10881 10883 10566 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 18909408 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 212234464551 0 0 4096 24578 0 0 0 17 1 0 0
/proc/10883/statm: 4644 284 249 26 0 2626 0

[startup+0.081957 s]
/proc/loadavg: 1.84 1.69 0.91 4/81 10883
/proc/meminfo: memFree=1139216/2055920 swapFree=4192956/4192956
[pid=10883] ppid=10881 vsize=16740 CPUtime=0.07
/proc/10883/stat : 10883 (sugar) S 10881 10883 10566 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 18909408 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10883/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101991 s]
/proc/loadavg: 1.84 1.69 0.91 4/81 10883
/proc/meminfo: memFree=1139216/2055920 swapFree=4192956/4192956
[pid=10883] ppid=10881 vsize=16868 CPUtime=0.07
/proc/10883/stat : 10883 (sugar) S 10881 10883 10566 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 18909408 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10883/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302015 s]
/proc/loadavg: 1.84 1.69 0.91 4/81 10883
/proc/meminfo: memFree=1139216/2055920 swapFree=4192956/4192956
[pid=10883] ppid=10881 vsize=16868 CPUtime=0.07
/proc/10883/stat : 10883 (sugar) S 10881 10883 10566 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 18909408 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10883/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701086 s]
/proc/loadavg: 1.84 1.69 0.91 4/81 10883
/proc/meminfo: memFree=1139216/2055920 swapFree=4192956/4192956
[pid=10883] ppid=10881 vsize=16868 CPUtime=0.07
/proc/10883/stat : 10883 (sugar) S 10881 10883 10566 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 18909408 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10883/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50222 s]
/proc/loadavg: 1.84 1.69 0.91 5/92 10905
/proc/meminfo: memFree=1128120/2055920 swapFree=4192956/4192956
[pid=10883] ppid=10881 vsize=16868 CPUtime=0.68
/proc/10883/stat : 10883 (sugar) S 10881 10883 10566 0 -1 4194304 1310 4785 0 1 6 1 58 3 15 0 1 0 18909408 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10883/statm: 4217 1111 409 3 0 796 0
[pid=10896] ppid=10883 vsize=5356 CPUtime=0
/proc/10896/stat : 10896 (sh) S 10883 10883 10566 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 18909483 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10896/statm: 1339 233 193 169 0 50 0
[pid=10897] ppid=10896 vsize=864440 CPUtime=0.72
/proc/10897/stat : 10897 (java) S 10896 10883 10566 0 -1 0 6835 0 1 0 68 4 0 0 18 0 9 0 18909483 885186560 6069 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10897/statm: 216110 6069 2591 9 0 210587 0
[pid=10897/tid=10898] ppid=10896 vsize=864440 CPUtime=0.42
/proc/10897/task/10898/stat : 10898 (java) R 10896 10883 10566 0 -1 64 2749 0 1 0 40 2 0 0 18 0 9 0 18909484 885186560 6069 996147200 134512640 134550932 4294955936 18446744073709551615 4126606398 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10897/tid=10899] ppid=10896 vsize=864440 CPUtime=0.18
/proc/10897/task/10899/stat : 10899 (java) S 10896 10883 10566 0 -1 64 3046 0 0 0 17 1 0 0 16 0 9 0 18909485 885186560 6069 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10897/tid=10900] ppid=10896 vsize=864440 CPUtime=0
/proc/10897/task/10900/stat : 10900 (java) S 10896 10883 10566 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 18909485 885186560 6069 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10897/tid=10901] ppid=10896 vsize=864440 CPUtime=0
/proc/10897/task/10901/stat : 10901 (java) S 10896 10883 10566 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 18909485 885186560 6069 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10897/tid=10902] ppid=10896 vsize=864440 CPUtime=0
/proc/10897/task/10902/stat : 10902 (java) S 10896 10883 10566 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 18909487 885186560 6069 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10897/tid=10903] ppid=10896 vsize=864440 CPUtime=0.09
/proc/10897/task/10903/stat : 10903 (java) S 10896 10883 10566 0 -1 64 341 0 0 0 9 0 0 0 16 0 9 0 18909487 885186560 6069 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10897/tid=10904] ppid=10896 vsize=864440 CPUtime=0
/proc/10897/task/10904/stat : 10904 (java) S 10896 10883 10566 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 18909487 885186560 6069 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10897/tid=10905] ppid=10896 vsize=864440 CPUtime=0
/proc/10897/task/10905/stat : 10905 (java) S 10896 10883 10566 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18909487 885186560 6069 996147200 134512640 134550932 4294955936 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) 886664

[startup+3.1015 s]
/proc/loadavg: 1.94 1.71 0.92 3/84 10907
/proc/meminfo: memFree=1133432/2055920 swapFree=4192956/4192956
[pid=10883] ppid=10881 vsize=16868 CPUtime=1.53
/proc/10883/stat : 10883 (sugar) S 10881 10883 10566 0 -1 4194304 1376 11947 0 2 6 1 137 9 15 0 1 0 18909408 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10883/statm: 4217 1113 409 3 0 796 0
[pid=10906] ppid=10883 vsize=5356 CPUtime=0
/proc/10906/stat : 10906 (sh) S 10883 10883 10566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18909572 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10906/statm: 1339 232 193 169 0 50 0
[pid=10907] ppid=10906 vsize=4308 CPUtime=1.43
/proc/10907/stat : 10907 (minisat) R 10906 10883 10566 0 -1 4194304 804 0 0 0 143 0 0 0 25 0 1 0 18909572 4411392 790 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/10907/statm: 1077 790 75 150 0 924 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 26532

[startup+6.30205 s]
/proc/loadavg: 1.94 1.71 0.92 3/84 10907
/proc/meminfo: memFree=1131896/2055920 swapFree=4192956/4192956
[pid=10883] ppid=10881 vsize=16868 CPUtime=1.53
/proc/10883/stat : 10883 (sugar) S 10881 10883 10566 0 -1 4194304 1376 11947 0 2 6 1 137 9 16 0 1 0 18909408 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10883/statm: 4217 1113 409 3 0 796 0
[pid=10906] ppid=10883 vsize=5356 CPUtime=0
/proc/10906/stat : 10906 (sh) S 10883 10883 10566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18909572 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10906/statm: 1339 232 193 169 0 50 0
[pid=10907] ppid=10906 vsize=5232 CPUtime=4.6
/proc/10907/stat : 10907 (minisat) R 10906 10883 10566 0 -1 4194304 1045 0 0 0 460 0 0 0 25 0 1 0 18909572 5357568 1031 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10907/statm: 1308 1031 75 150 0 1155 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 27456

[startup+12.7012 s]
/proc/loadavg: 1.94 1.72 0.93 3/84 10907
/proc/meminfo: memFree=1131000/2055920 swapFree=4192956/4192956
[pid=10883] ppid=10881 vsize=16868 CPUtime=1.53
/proc/10883/stat : 10883 (sugar) S 10881 10883 10566 0 -1 4194304 1376 11947 0 2 6 1 137 9 16 0 1 0 18909408 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10883/statm: 4217 1113 409 3 0 796 0
[pid=10906] ppid=10883 vsize=5356 CPUtime=0
/proc/10906/stat : 10906 (sh) S 10883 10883 10566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18909572 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10906/statm: 1339 232 193 169 0 50 0
[pid=10907] ppid=10906 vsize=5628 CPUtime=10.93
/proc/10907/stat : 10907 (minisat) R 10906 10883 10566 0 -1 4194304 1154 0 0 0 1093 0 0 0 25 0 1 0 18909572 5763072 1140 996147200 134512640 135127466 4294956256 18446744073709551615 134530676 0 0 4096 3 0 0 0 17 1 0 0
/proc/10907/statm: 1407 1140 75 150 0 1254 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 27852

[startup+25.5014 s]
/proc/loadavg: 1.95 1.73 0.94 3/84 10907
/proc/meminfo: memFree=1130296/2055920 swapFree=4192956/4192956
[pid=10883] ppid=10881 vsize=16868 CPUtime=1.53
/proc/10883/stat : 10883 (sugar) S 10881 10883 10566 0 -1 4194304 1376 11947 0 2 6 1 137 9 16 0 1 0 18909408 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10883/statm: 4217 1113 409 3 0 796 0
[pid=10906] ppid=10883 vsize=5356 CPUtime=0
/proc/10906/stat : 10906 (sh) S 10883 10883 10566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18909572 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10906/statm: 1339 232 193 169 0 50 0
[pid=10907] ppid=10906 vsize=6424 CPUtime=23.61
/proc/10907/stat : 10907 (minisat) R 10906 10883 10566 0 -1 4194304 1344 0 0 0 2361 0 0 0 25 0 1 0 18909572 6578176 1330 996147200 134512640 135127466 4294956256 18446744073709551615 134530809 0 0 4096 3 0 0 0 17 1 0 0
/proc/10907/statm: 1606 1330 75 150 0 1453 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 28648

[startup+51.1018 s]
/proc/loadavg: 1.97 1.75 0.97 3/84 10907
/proc/meminfo: memFree=1129208/2055920 swapFree=4192956/4192956
[pid=10883] ppid=10881 vsize=16868 CPUtime=1.53
/proc/10883/stat : 10883 (sugar) S 10881 10883 10566 0 -1 4194304 1376 11947 0 2 6 1 137 9 16 0 1 0 18909408 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10883/statm: 4217 1113 409 3 0 796 0
[pid=10906] ppid=10883 vsize=5356 CPUtime=0
/proc/10906/stat : 10906 (sh) S 10883 10883 10566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18909572 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10906/statm: 1339 232 193 169 0 50 0
[pid=10907] ppid=10906 vsize=7512 CPUtime=48.97
/proc/10907/stat : 10907 (minisat) R 10906 10883 10566 0 -1 4194304 1604 0 0 0 4896 1 0 0 25 0 1 0 18909572 7692288 1590 996147200 134512640 135127466 4294956256 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 1 0 0
/proc/10907/statm: 1878 1590 75 150 0 1725 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 29736

[startup+102.307 s]
/proc/loadavg: 1.99 1.79 1.03 3/84 10907
/proc/meminfo: memFree=1127672/2055920 swapFree=4192956/4192956
[pid=10883] ppid=10881 vsize=16868 CPUtime=1.53
/proc/10883/stat : 10883 (sugar) S 10881 10883 10566 0 -1 4194304 1376 11947 0 2 6 1 137 9 16 0 1 0 18909408 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10883/statm: 4217 1113 409 3 0 796 0
[pid=10906] ppid=10883 vsize=5356 CPUtime=0
/proc/10906/stat : 10906 (sh) S 10883 10883 10566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18909572 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10906/statm: 1339 232 193 169 0 50 0
[pid=10907] ppid=10906 vsize=8708 CPUtime=99.69
/proc/10907/stat : 10907 (minisat) R 10906 10883 10566 0 -1 4194304 1917 0 0 0 9968 1 0 0 25 0 1 0 18909572 8916992 1903 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10907/statm: 2177 1903 75 150 0 2024 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 30932

[startup+162.302 s]
/proc/loadavg: 1.99 1.83 1.09 3/84 10907
/proc/meminfo: memFree=1127096/2055920 swapFree=4192956/4192956
[pid=10883] ppid=10881 vsize=16868 CPUtime=1.53
/proc/10883/stat : 10883 (sugar) S 10881 10883 10566 0 -1 4194304 1376 11947 0 2 6 1 137 9 16 0 1 0 18909408 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10883/statm: 4217 1113 409 3 0 796 0
[pid=10906] ppid=10883 vsize=5356 CPUtime=0
/proc/10906/stat : 10906 (sh) S 10883 10883 10566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18909572 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10906/statm: 1339 232 193 169 0 50 0
[pid=10907] ppid=10906 vsize=9504 CPUtime=159.11
/proc/10907/stat : 10907 (minisat) R 10906 10883 10566 0 -1 4194304 2119 0 0 0 15910 1 0 0 25 0 1 0 18909572 9732096 2105 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/10907/statm: 2376 2105 75 150 0 2223 0
Current children cumulated CPU time (s) 160.64
Current children cumulated vsize (KiB) 31728

[startup+222.301 s]
/proc/loadavg: 1.99 1.85 1.14 3/84 10907
/proc/meminfo: memFree=1126008/2055920 swapFree=4192956/4192956
[pid=10883] ppid=10881 vsize=16868 CPUtime=1.53
/proc/10883/stat : 10883 (sugar) S 10881 10883 10566 0 -1 4194304 1376 11947 0 2 6 1 137 9 16 0 1 0 18909408 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10883/statm: 4217 1113 409 3 0 796 0
[pid=10906] ppid=10883 vsize=5356 CPUtime=0
/proc/10906/stat : 10906 (sh) S 10883 10883 10566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18909572 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10906/statm: 1339 232 193 169 0 50 0

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


[startup+762.306 s]
/proc/loadavg: 1.99 1.96 1.50 3/84 10907
/proc/meminfo: memFree=1123000/2055920 swapFree=4192956/4192956
[pid=10883] ppid=10881 vsize=16868 CPUtime=1.53
/proc/10883/stat : 10883 (sugar) S 10881 10883 10566 0 -1 4194304 1376 11947 0 2 6 1 137 9 16 0 1 0 18909408 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10883/statm: 4217 1113 409 3 0 796 0
[pid=10906] ppid=10883 vsize=5356 CPUtime=0
/proc/10906/stat : 10906 (sh) S 10883 10883 10566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18909572 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10906/statm: 1339 232 193 169 0 50 0
[pid=10907] ppid=10906 vsize=13544 CPUtime=753.46
/proc/10907/stat : 10907 (minisat) R 10906 10883 10566 0 -1 4194304 3075 0 0 0 75343 3 0 0 25 0 1 0 18909572 13869056 3061 996147200 134512640 135127466 4294956256 18446744073709551615 134528629 0 0 4096 3 0 0 0 17 1 0 0
/proc/10907/statm: 3386 3061 75 150 0 3233 0
Current children cumulated CPU time (s) 754.99
Current children cumulated vsize (KiB) 35768

[startup+822.302 s]
/proc/loadavg: 1.99 1.97 1.53 3/84 10907
/proc/meminfo: memFree=1122808/2055920 swapFree=4192956/4192956
[pid=10883] ppid=10881 vsize=16868 CPUtime=1.53
/proc/10883/stat : 10883 (sugar) S 10881 10883 10566 0 -1 4194304 1376 11947 0 2 6 1 137 9 16 0 1 0 18909408 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10883/statm: 4217 1113 409 3 0 796 0
[pid=10906] ppid=10883 vsize=5356 CPUtime=0
/proc/10906/stat : 10906 (sh) S 10883 10883 10566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18909572 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10906/statm: 1339 232 193 169 0 50 0
[pid=10907] ppid=10906 vsize=13544 CPUtime=812.88
/proc/10907/stat : 10907 (minisat) R 10906 10883 10566 0 -1 4194304 3091 0 0 0 81285 3 0 0 25 0 1 0 18909572 13869056 3077 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/10907/statm: 3386 3077 75 150 0 3233 0
Current children cumulated CPU time (s) 814.41
Current children cumulated vsize (KiB) 35768

[startup+882.302 s]
/proc/loadavg: 1.99 1.97 1.55 3/84 10907
/proc/meminfo: memFree=1122680/2055920 swapFree=4192956/4192956
[pid=10883] ppid=10881 vsize=16868 CPUtime=1.53
/proc/10883/stat : 10883 (sugar) S 10881 10883 10566 0 -1 4194304 1376 11947 0 2 6 1 137 9 16 0 1 0 18909408 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10883/statm: 4217 1113 409 3 0 796 0
[pid=10906] ppid=10883 vsize=5356 CPUtime=0
/proc/10906/stat : 10906 (sh) S 10883 10883 10566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18909572 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10906/statm: 1339 232 193 169 0 50 0
[pid=10907] ppid=10906 vsize=13676 CPUtime=872.31
/proc/10907/stat : 10907 (minisat) R 10906 10883 10566 0 -1 4194304 3135 0 0 0 87228 3 0 0 25 0 1 0 18909572 14004224 3121 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10907/statm: 3419 3121 75 150 0 3266 0
Current children cumulated CPU time (s) 873.84
Current children cumulated vsize (KiB) 35900

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

[startup+895.902 s]
/proc/loadavg: 1.99 1.97 1.56 3/84 10907
/proc/meminfo: memFree=1122680/2055920 swapFree=4192956/4192956
[pid=10883] ppid=10881 vsize=16868 CPUtime=1.53
/proc/10883/stat : 10883 (sugar) S 10881 10883 10566 0 -1 4194304 1376 11947 0 2 6 1 137 9 16 0 1 0 18909408 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10883/statm: 4217 1113 409 3 0 796 0
[pid=10906] ppid=10883 vsize=5356 CPUtime=0
/proc/10906/stat : 10906 (sh) S 10883 10883 10566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18909572 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10906/statm: 1339 232 193 169 0 50 0
[pid=10907] ppid=10906 vsize=13812 CPUtime=885.79
/proc/10907/stat : 10907 (minisat) R 10906 10883 10566 0 -1 4194304 3139 0 0 0 88576 3 0 0 25 0 1 0 18909572 14143488 3125 996147200 134512640 135127466 4294956256 18446744073709551615 134523408 0 0 4096 3 0 0 0 17 1 0 0
/proc/10907/statm: 3453 3125 75 150 0 3300 0
Current children cumulated CPU time (s) 887.32
Current children cumulated vsize (KiB) 36036

[startup+908.702 s]
/proc/loadavg: 1.99 1.97 1.56 3/84 10907
/proc/meminfo: memFree=1122616/2055920 swapFree=4192956/4192956
[pid=10883] ppid=10881 vsize=16868 CPUtime=1.53
/proc/10883/stat : 10883 (sugar) S 10881 10883 10566 0 -1 4194304 1376 11947 0 2 6 1 137 9 16 0 1 0 18909408 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10883/statm: 4217 1113 409 3 0 796 0
[pid=10906] ppid=10883 vsize=5356 CPUtime=0
/proc/10906/stat : 10906 (sh) S 10883 10883 10566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18909572 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10906/statm: 1339 232 193 169 0 50 0
[pid=10907] ppid=10906 vsize=13812 CPUtime=898.46
/proc/10907/stat : 10907 (minisat) R 10906 10883 10566 0 -1 4194304 3168 0 0 0 89843 3 0 0 25 0 1 0 18909572 14143488 3154 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/10907/statm: 3453 3154 75 150 0 3300 0
Current children cumulated CPU time (s) 899.99
Current children cumulated vsize (KiB) 36036

[startup+921.503 s]
/proc/loadavg: 1.99 1.97 1.57 3/84 10907
/proc/meminfo: memFree=1122552/2055920 swapFree=4192956/4192956
[pid=10883] ppid=10881 vsize=16868 CPUtime=1.53
/proc/10883/stat : 10883 (sugar) S 10881 10883 10566 0 -1 4194304 1376 11947 0 2 6 1 137 9 16 0 1 0 18909408 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10883/statm: 4217 1113 409 3 0 796 0
[pid=10906] ppid=10883 vsize=5356 CPUtime=0
/proc/10906/stat : 10906 (sh) S 10883 10883 10566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18909572 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10906/statm: 1339 232 193 169 0 50 0
[pid=10907] ppid=10906 vsize=13948 CPUtime=911.15
/proc/10907/stat : 10907 (minisat) R 10906 10883 10566 0 -1 4194304 3194 0 0 0 91112 3 0 0 25 0 1 0 18909572 14282752 3180 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10907/statm: 3487 3180 75 150 0 3334 0
Current children cumulated CPU time (s) 912.68
Current children cumulated vsize (KiB) 36172

[startup+924.701 s]
/proc/loadavg: 1.99 1.97 1.57 3/84 10907
/proc/meminfo: memFree=1122488/2055920 swapFree=4192956/4192956
[pid=10883] ppid=10881 vsize=16868 CPUtime=1.53
/proc/10883/stat : 10883 (sugar) S 10881 10883 10566 0 -1 4194304 1376 11947 0 2 6 1 137 9 16 0 1 0 18909408 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10883/statm: 4217 1113 409 3 0 796 0
[pid=10906] ppid=10883 vsize=5356 CPUtime=0
/proc/10906/stat : 10906 (sh) S 10883 10883 10566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18909572 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10906/statm: 1339 232 193 169 0 50 0
[pid=10907] ppid=10906 vsize=13948 CPUtime=914.32
/proc/10907/stat : 10907 (minisat) R 10906 10883 10566 0 -1 4194304 3194 0 0 0 91429 3 0 0 25 0 1 0 18909572 14282752 3180 996147200 134512640 135127466 4294956256 18446744073709551615 134530938 0 0 4096 3 0 0 0 17 1 0 0
/proc/10907/statm: 3487 3180 75 150 0 3334 0
Current children cumulated CPU time (s) 915.85
Current children cumulated vsize (KiB) 36172

[startup+927.902 s]
/proc/loadavg: 1.99 1.97 1.57 3/84 10907
/proc/meminfo: memFree=1122488/2055920 swapFree=4192956/4192956
[pid=10883] ppid=10881 vsize=16868 CPUtime=1.53
/proc/10883/stat : 10883 (sugar) S 10881 10883 10566 0 -1 4194304 1376 11947 0 2 6 1 137 9 16 0 1 0 18909408 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10883/statm: 4217 1113 409 3 0 796 0
[pid=10906] ppid=10883 vsize=5356 CPUtime=0
/proc/10906/stat : 10906 (sh) S 10883 10883 10566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18909572 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10906/statm: 1339 232 193 169 0 50 0
[pid=10907] ppid=10906 vsize=13948 CPUtime=917.48
/proc/10907/stat : 10907 (minisat) R 10906 10883 10566 0 -1 4194304 3199 0 0 0 91745 3 0 0 25 0 1 0 18909572 14282752 3185 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/10907/statm: 3487 3185 75 150 0 3334 0
Current children cumulated CPU time (s) 919.01
Current children cumulated vsize (KiB) 36172

[startup+928.702 s]
/proc/loadavg: 1.99 1.97 1.57 3/84 10907
/proc/meminfo: memFree=1122488/2055920 swapFree=4192956/4192956
[pid=10883] ppid=10881 vsize=16868 CPUtime=1.53
/proc/10883/stat : 10883 (sugar) S 10881 10883 10566 0 -1 4194304 1376 11947 0 2 6 1 137 9 16 0 1 0 18909408 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10883/statm: 4217 1113 409 3 0 796 0
[pid=10906] ppid=10883 vsize=5356 CPUtime=0
/proc/10906/stat : 10906 (sh) S 10883 10883 10566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18909572 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10906/statm: 1339 232 193 169 0 50 0
[pid=10907] ppid=10906 vsize=13948 CPUtime=918.27
/proc/10907/stat : 10907 (minisat) R 10906 10883 10566 0 -1 4194304 3199 0 0 0 91824 3 0 0 25 0 1 0 18909572 14282752 3185 996147200 134512640 135127466 4294956256 18446744073709551615 134528076 0 0 4096 3 0 0 0 17 1 0 0
/proc/10907/statm: 3487 3185 75 150 0 3334 0
Current children cumulated CPU time (s) 919.8
Current children cumulated vsize (KiB) 36172

[startup+929.506 s]
/proc/loadavg: 1.99 1.97 1.57 3/84 10907
/proc/meminfo: memFree=1122488/2055920 swapFree=4192956/4192956
[pid=10883] ppid=10881 vsize=16868 CPUtime=1.53
/proc/10883/stat : 10883 (sugar) S 10881 10883 10566 0 -1 4194304 1376 11947 0 2 6 1 137 9 16 0 1 0 18909408 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10883/statm: 4217 1113 409 3 0 796 0
[pid=10906] ppid=10883 vsize=5356 CPUtime=0
/proc/10906/stat : 10906 (sh) S 10883 10883 10566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18909572 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10906/statm: 1339 232 193 169 0 50 0
[pid=10907] ppid=10906 vsize=13948 CPUtime=919.07
/proc/10907/stat : 10907 (minisat) R 10906 10883 10566 0 -1 4194304 3199 0 0 0 91904 3 0 0 25 0 1 0 18909572 14282752 3185 996147200 134512640 135127466 4294956256 18446744073709551615 134527504 0 0 4096 3 0 0 0 17 1 0 0
/proc/10907/statm: 3487 3185 75 150 0 3334 0
Current children cumulated CPU time (s) 920.6
Current children cumulated vsize (KiB) 36172

[startup+929.901 s]
/proc/loadavg: 1.99 1.97 1.57 3/84 10907
/proc/meminfo: memFree=1122488/2055920 swapFree=4192956/4192956
[pid=10883] ppid=10881 vsize=16868 CPUtime=921.01
/proc/10883/stat : 10883 (sugar) S 10881 10883 10566 0 -1 4194304 1430 15440 0 2 6 2 92080 13 17 0 1 0 18909408 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10883/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 921.01
Current children cumulated vsize (KiB) 16868

[startup+930.001 s]
/proc/loadavg: 1.99 1.97 1.57 3/84 10907
/proc/meminfo: memFree=1122488/2055920 swapFree=4192956/4192956
[pid=10883] ppid=10881 vsize=16868 CPUtime=921.01
/proc/10883/stat : 10883 (sugar) S 10881 10883 10566 0 -1 4194304 1448 15440 0 2 6 2 92080 13 16 0 1 0 18909408 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10883/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 921.01
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 930.073
CPU time (s): 921.151
CPU user time (s): 920.973
CPU system time (s): 0.177972
CPU usage (%): 99.0407
Max. virtual memory (cumulated for all children) (KiB): 886664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 920.973
system time used= 0.177972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20727
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= 1653
involuntary context switches= 39413

runsolver used 1.13583 second user time and 3.10753 second system time

The end

Launcher Data

Begin job on node14 at 2009-07-11 15:20:25
IDJOB=2057772
IDBENCH=53410
IDSOLVER=739
FILE ID=node14/2057772-1247318425
PBS_JOBID= 9506600
Free space on /tmp= 66496 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/BH-4-7/normalized-BlackHole-4-7-e-9_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-2057772-1247318425/watcher-2057772-1247318425 -o /tmp/evaluation-result-2057772-1247318425/solver-2057772-1247318425 -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-2057772-1247318425.xml

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

MD5SUM BENCH= fe46c9484baa424d4d7f5f72464070e9
RANDOM SEED=901357946

node14.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.265
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.265
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:       1139696 kB
Buffers:         53780 kB
Cached:         777520 kB
SwapCached:          0 kB
Active:         341876 kB
Inactive:       522640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1139696 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1388 kB
Writeback:           0 kB
Mapped:          53608 kB
Slab:            36876 kB
Committed_AS:   168416 kB
PageTables:       1932 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= 66492 MiB
End job on node14 at 2009-07-11 15:35:55