Trace number 2057827

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 799.729 806.657

General information on the benchmark

Namecsp/BH-4-7/
normalized-BlackHole-4-7-e-4_ext.xml
MD5SUM5af9256d6bcac31317b3bfaaca55fb19
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.043992
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.29	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.29	c 0	BEGIN Sat Jul 11 15:39:46 2009
0.00/0.29	c 0	PID 12231
0.06/0.30	c 0	HOST node79.alineos.net
0.06/0.30	c 0	CONVERTING HOME/instance-2057827-1247319585.xml TO HOME/temp.csp
0.06/0.30	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2057827-1247319585.xml' 'HOME/temp.csp'
0.07/0.67	c 0	4 domains, 112 variables, 0 predicates, 8 relations, 1261 constraints
0.07/0.73	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.73	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.43/0.80	c 0	Parsing HOME/temp.csp
0.43/0.91	c 0	parsed 1385 expressions
0.43/0.92	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.43/0.92	c 0	Converting to clausal form CSP
0.43/0.95	c 0	converted 139 (10%) expressions
0.43/0.97	c 0	converted 277 (20%) expressions
0.43/0.99	c 0	converted 416 (30%) expressions
0.69/1.01	c 0	converted 554 (40%) expressions
0.69/1.03	c 0	converted 693 (50%) expressions
0.69/1.05	c 0	converted 831 (60%) expressions
0.79/1.11	c 1	converted 970 (70%) expressions
0.79/1.14	c 1	converted 1108 (80%) expressions
0.79/1.15	c 1	converted 1247 (90%) expressions
0.79/1.17	c 1	converted 1385 (100%) expressions
0.79/1.17	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
0.79/1.17	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.79/1.17	c 1	Propagation in CSP
0.79/1.17	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.79/1.17	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
0.79/1.17	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.79/1.17	c 1	Simplifing CSP by introducing new Boolean variables
0.79/1.18	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
0.79/1.18	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.89/1.23	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.89/1.24	c 1	12 (10%) CSP integer variables are encoded (176 clauses, 1798 bytes)
0.89/1.25	c 1	23 (20%) CSP integer variables are encoded (399 clauses, 4251 bytes)
0.89/1.25	c 1	34 (30%) CSP integer variables are encoded (601 clauses, 6473 bytes)
0.89/1.25	c 1	45 (40%) CSP integer variables are encoded (803 clauses, 8695 bytes)
0.89/1.25	c 1	56 (50%) CSP integer variables are encoded (1026 clauses, 11303 bytes)
0.89/1.25	c 1	68 (60%) CSP integer variables are encoded (1254 clauses, 14267 bytes)
0.89/1.26	c 1	79 (70%) CSP integer variables are encoded (1456 clauses, 16893 bytes)
0.89/1.26	c 1	90 (80%) CSP integer variables are encoded (1616 clauses, 18973 bytes)
0.89/1.26	c 1	101 (90%) CSP integer variables are encoded (1748 clauses, 20689 bytes)
0.89/1.26	c 1	112 (100%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
0.98/1.31	c 1	127 (10%) CSP clauses are encoded (2700 clauses, 35211 bytes)
0.98/1.34	c 1	253 (20%) CSP clauses are encoded (4192 clauses, 60424 bytes)
0.98/1.36	c 1	379 (30%) CSP clauses are encoded (5898 clauses, 93017 bytes)
0.98/1.39	c 1	505 (40%) CSP clauses are encoded (7510 clauses, 123281 bytes)
1.09/1.41	c 1	631 (50%) CSP clauses are encoded (9098 clauses, 153245 bytes)
1.09/1.45	c 1	757 (60%) CSP clauses are encoded (10782 clauses, 185175 bytes)
1.09/1.47	c 1	883 (70%) CSP clauses are encoded (12304 clauses, 213765 bytes)
1.17/1.50	c 1	1009 (80%) CSP clauses are encoded (13984 clauses, 246007 bytes)
1.17/1.53	c 1	1135 (90%) CSP clauses are encoded (15720 clauses, 280963 bytes)
1.17/1.55	c 1	1261 (100%) CSP clauses are encoded (17532 clauses, 317472 bytes)
1.17/1.55	c 1	1261 CSP clauses encoded
1.17/1.55	c 1	Writing map file : HOME/temp.map
1.17/1.55	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.17/1.55	c 1	SAT : 1990 SAT variables, 17532 SAT clauses, 317472 bytes
1.17/1.55	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.17/1.56	c 1	SOLVING HOME/temp.cnf
1.17/1.56	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.17/1.56	c 1	This is MiniSat 2.0 beta
1.17/1.56	c 1	WARNING: for repeatability, setting FPU to use double precision
1.17/1.56	c 1	============================[ Problem Statistics ]=============================
1.17/1.56	c 1	|                                                                             |
1.17/1.57	c 1	|  Number of variables:  1990                                                 |
1.17/1.57	c 1	|  Number of clauses:    17532                                                |
1.17/1.57	c 1	|  Parsing time:         0.01         s                                       |
1.17/1.57	c 1	============================[ Search Statistics ]==============================
1.17/1.57	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.17/1.57	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.17/1.57	c 1	===============================================================================
1.17/1.57	c 1	|         0 |    1888    15423    50626 |     5141        0    nan |  0.000 % |
1.17/1.58	c 1	|       100 |    1888    15423    50626 |     5655      100     10 |  5.127 % |
1.17/1.59	c 1	|       252 |    1888    15423    50626 |     6220      252      9 |  5.126 % |
1.17/1.60	c 1	|       477 |    1888    15423    50626 |     6842      477     11 |  5.127 % |
1.24/1.61	c 1	|       814 |    1888    15423    50626 |     7526      814     12 |  5.127 % |
1.24/1.63	c 1	|      1322 |    1888    15423    50626 |     8279     1322     15 |  5.127 % |
1.24/1.68	c 1	|      2081 |    1888    15423    50626 |     9107     2081     17 |  5.127 % |
1.24/1.74	c 1	|      3220 |    1883    15379    50532 |    10018     3218     17 |  5.379 % |
1.24/1.85	c 1	|      4930 |    1883    15379    50532 |    11020     4928     19 |  5.378 % |
1.24/2.02	c 1	|      7493 |    1883    15379    50532 |    12122     7491     21 |  5.379 % |
1.96/2.30	c 2	|     11337 |    1883    15379    50532 |    13334    11335     20 |  5.379 % |
2.36/2.78	c 2	|     17106 |    1883    15379    50532 |    14667    10058     22 |  5.379 % |
3.15/3.54	c 3	|     25756 |    1883    15379    50532 |    16134    11073     19 |  5.379 % |
4.44/4.83	c 4	|     38730 |    1883    15379    50532 |    17748    15715     16 |  5.379 % |
6.63/7.00	c 6	|     58191 |    1883    15379    50532 |    19522    16849     15 |  5.382 % |
9.82/10.27	c 10	|     87383 |    1879    15339    50446 |    21475    15790     21 |  5.580 % |
14.69/15.12	c 15	|    131174 |    1878    15336    50440 |    23622    15391     17 |  5.631 % |
22.26/22.72	c 22	|    196858 |    1876    15325    50412 |    25985    20757     16 |  5.734 % |
36.18/36.73	c 36	|    295384 |    1876    15325    50412 |    28583    25715     17 |  5.730 % |
60.57/61.26	c 61	|    443173 |    1876    15325    50412 |    31441    24243     28 |  5.730 % |
97.98/98.88	c 98	|    664856 |    1876    15325    50412 |    34586    27244     20 |  5.731 % |
147.74/148.82	c 148	|    997381 |    1876    15325    50412 |    38044    17048     15 |  5.731 % |
237.89/239.56	c 239	|   1496169 |    1874    15314    50384 |    41849    38019     18 |  5.832 % |
385.40/388.47	c 388	|   2244353 |    1869    15272    50294 |    46034    31365     18 |  6.082 % |
612.45/617.67	c 617	|   3366627 |    1857    15144    49851 |    50637    38759     17 |  6.685 % |
799.50/806.48	c 806	===============================================================================
799.50/806.48	c 806	restarts              : 25
799.50/806.48	c 806	conflicts             : 4247823        (5321 /sec)
799.50/806.48	c 806	decisions             : 7843386        (1.43 % random) (9825 /sec)
799.50/806.48	c 806	propagations          : 389594886      (488030 /sec)
799.50/806.48	c 806	conflict literals     : 79918808       (30.94 % deleted)
799.50/806.48	c 806	Memory used           : 13.91 MB
799.50/806.48	c 806	CPU time              : 798.302 s
799.50/806.48	c 806	
799.50/806.48	c 806	UNSATISFIABLE
799.50/806.48	c 806	DECODING HOME/temp.out WITH HOME/temp.map
799.50/806.48	c 806	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'
799.60/806.56	c 806	Decoding HOME/temp.out
799.60/806.60	s UNSATISFIABLE
799.60/806.61	c 806	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
799.60/806.65	c 806	CPU 799.71 (0.05 0.02 799.48 0.16)
799.60/806.65	c 806	END Sat Jul 11 15:53:12 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-2057827-1247319585/watcher-2057827-1247319585 -o /tmp/evaluation-result-2057827-1247319585/solver-2057827-1247319585 -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-2057827-1247319585.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: 2.05 2.03 1.70 4/77 12231
/proc/meminfo: memFree=1625608/2055920 swapFree=4192956/4192956
[pid=12231] ppid=12229 vsize=124 CPUtime=0
/proc/12231/stat : 12231 (sugar) D 12229 12231 11867 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 19024120 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 234043274633 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/12231/statm: 31 23 17 3 0 3 0

[startup+0.03768 s]
/proc/loadavg: 2.05 2.03 1.70 4/77 12231
/proc/meminfo: memFree=1625608/2055920 swapFree=4192956/4192956
[pid=12231] ppid=12229 vsize=124 CPUtime=0
/proc/12231/stat : 12231 (sugar) D 12229 12231 11867 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 19024120 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 234043274729 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/12231/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.101688 s]
/proc/loadavg: 2.05 2.03 1.70 4/77 12231
/proc/meminfo: memFree=1625608/2055920 swapFree=4192956/4192956
[pid=12231] ppid=12229 vsize=11864 CPUtime=0
/proc/12231/stat : 12231 (sugar) D 12229 12231 11867 0 -1 4194304 124 0 4 0 0 0 0 0 18 0 1 0 19024120 12148736 96 996147200 4194304 4206940 548682068608 18446744073709551615 234064283472 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/12231/statm: 2966 96 65 3 0 66 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11864

[startup+0.301708 s]
/proc/loadavg: 2.05 2.03 1.70 4/77 12231
/proc/meminfo: memFree=1625608/2055920 swapFree=4192956/4192956
[pid=12231] ppid=12229 vsize=16740 CPUtime=0.06
/proc/12231/stat : 12231 (sugar) S 12229 12231 11867 0 -1 4194304 1136 0 16 0 5 1 0 0 18 0 1 0 19024120 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12231/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701749 s]
/proc/loadavg: 2.05 2.03 1.70 4/77 12231
/proc/meminfo: memFree=1625608/2055920 swapFree=4192956/4192956
[pid=12231] ppid=12229 vsize=16868 CPUtime=0.07
/proc/12231/stat : 12231 (sugar) S 12229 12231 11867 0 -1 4194304 1229 128 16 0 5 2 0 0 15 0 1 0 19024120 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12231/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50183 s]
/proc/loadavg: 2.05 2.03 1.70 4/88 12253
/proc/meminfo: memFree=1613360/2055920 swapFree=4192956/4192956
[pid=12231] ppid=12229 vsize=16868 CPUtime=0.43
/proc/12231/stat : 12231 (sugar) S 12229 12231 11867 0 -1 4194304 1294 4784 16 1 5 2 33 3 15 0 1 0 19024120 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12231/statm: 4217 1111 409 3 0 796 0
[pid=12244] ppid=12231 vsize=5356 CPUtime=0
/proc/12244/stat : 12244 (sh) S 12231 12231 11867 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19024193 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12244/statm: 1339 233 193 169 0 50 0
[pid=12245] ppid=12244 vsize=864368 CPUtime=0.74
/proc/12245/stat : 12245 (java) S 12244 12231 11867 0 -1 0 6846 0 1 0 69 5 0 0 18 0 9 0 19024193 885112832 6071 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12245/statm: 216092 6071 2591 9 0 210569 0
[pid=12245/tid=12246] ppid=12244 vsize=864368 CPUtime=0.45
/proc/12245/task/12246/stat : 12246 (java) R 12244 12231 11867 0 -1 64 2757 0 1 0 43 2 0 0 25 0 9 0 19024194 885112832 6071 996147200 134512640 134550932 4294955936 18446744073709551615 4126504064 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12245/tid=12247] ppid=12244 vsize=864368 CPUtime=0.18
/proc/12245/task/12247/stat : 12247 (java) S 12244 12231 11867 0 -1 64 3052 0 0 0 17 1 0 0 16 0 9 0 19024195 885112832 6071 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12245/tid=12248] ppid=12244 vsize=864368 CPUtime=0
/proc/12245/task/12248/stat : 12248 (java) S 12244 12231 11867 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19024195 885112832 6071 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12245/tid=12249] ppid=12244 vsize=864368 CPUtime=0
/proc/12245/task/12249/stat : 12249 (java) S 12244 12231 11867 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19024195 885112832 6071 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12245/tid=12250] ppid=12244 vsize=864368 CPUtime=0
/proc/12245/task/12250/stat : 12250 (java) S 12244 12231 11867 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 19024197 885112832 6071 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12245/tid=12251] ppid=12244 vsize=864368 CPUtime=0.08
/proc/12245/task/12251/stat : 12251 (java) S 12244 12231 11867 0 -1 64 338 0 0 0 8 0 0 0 16 0 9 0 19024197 885112832 6071 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12245/tid=12252] ppid=12244 vsize=864368 CPUtime=0
/proc/12245/task/12252/stat : 12252 (java) S 12244 12231 11867 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19024197 885112832 6071 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12245/tid=12253] ppid=12244 vsize=864368 CPUtime=0
/proc/12245/task/12253/stat : 12253 (java) S 12244 12231 11867 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19024197 885112832 6071 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 886592

[startup+3.10199 s]
/proc/loadavg: 2.04 2.03 1.70 3/80 12255
/proc/meminfo: memFree=1618160/2055920 swapFree=4192956/4192956
[pid=12231] ppid=12229 vsize=16868 CPUtime=1.24
/proc/12231/stat : 12231 (sugar) S 12229 12231 11867 0 -1 4194304 1360 11946 16 2 5 2 108 9 15 0 1 0 19024120 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12231/statm: 4217 1113 409 3 0 796 0
[pid=12254] ppid=12231 vsize=5356 CPUtime=0
/proc/12254/stat : 12254 (sh) S 12231 12231 11867 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19024276 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12254/statm: 1339 232 193 169 0 50 0
[pid=12255] ppid=12254 vsize=4448 CPUtime=1.51
/proc/12255/stat : 12255 (minisat) R 12254 12231 11867 0 -1 4194304 834 0 0 0 151 0 0 0 25 0 1 0 19024277 4554752 820 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/12255/statm: 1112 820 75 150 0 959 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 26672

[startup+6.30233 s]
/proc/loadavg: 2.04 2.03 1.70 3/80 12255
/proc/meminfo: memFree=1616944/2055920 swapFree=4192956/4192956
[pid=12231] ppid=12229 vsize=16868 CPUtime=1.24
/proc/12231/stat : 12231 (sugar) S 12229 12231 11867 0 -1 4194304 1360 11946 16 2 5 2 108 9 16 0 1 0 19024120 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12231/statm: 4217 1113 409 3 0 796 0
[pid=12254] ppid=12231 vsize=5356 CPUtime=0
/proc/12254/stat : 12254 (sh) S 12231 12231 11867 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19024276 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12254/statm: 1339 232 193 169 0 50 0
[pid=12255] ppid=12254 vsize=4848 CPUtime=4.7
/proc/12255/stat : 12255 (minisat) R 12254 12231 11867 0 -1 4194304 927 0 0 0 470 0 0 0 25 0 1 0 19024277 4964352 913 996147200 134512640 135127466 4294956256 18446744073709551615 134531047 0 0 4096 3 0 0 0 17 0 0 0
/proc/12255/statm: 1212 913 75 150 0 1059 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 27072

[startup+12.702 s]
/proc/loadavg: 2.04 2.03 1.70 3/80 12255
/proc/meminfo: memFree=1615920/2055920 swapFree=4192956/4192956
[pid=12231] ppid=12229 vsize=16868 CPUtime=1.24
/proc/12231/stat : 12231 (sugar) S 12229 12231 11867 0 -1 4194304 1360 11946 16 2 5 2 108 9 16 0 1 0 19024120 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12231/statm: 4217 1113 409 3 0 796 0
[pid=12254] ppid=12231 vsize=5356 CPUtime=0
/proc/12254/stat : 12254 (sh) S 12231 12231 11867 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19024276 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12254/statm: 1339 232 193 169 0 50 0
[pid=12255] ppid=12254 vsize=5772 CPUtime=11.06
/proc/12255/stat : 12255 (minisat) R 12254 12231 11867 0 -1 4194304 1175 0 0 0 1106 0 0 0 25 0 1 0 19024277 5910528 1161 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/12255/statm: 1443 1161 75 150 0 1290 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 27996

[startup+25.5013 s]
/proc/loadavg: 2.11 2.04 1.71 3/80 12255
/proc/meminfo: memFree=1615216/2055920 swapFree=4192956/4192956
[pid=12231] ppid=12229 vsize=16868 CPUtime=1.24
/proc/12231/stat : 12231 (sugar) S 12229 12231 11867 0 -1 4194304 1360 11946 16 2 5 2 108 9 16 0 1 0 19024120 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12231/statm: 4217 1113 409 3 0 796 0
[pid=12254] ppid=12231 vsize=5356 CPUtime=0
/proc/12254/stat : 12254 (sh) S 12231 12231 11867 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19024276 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12254/statm: 1339 232 193 169 0 50 0
[pid=12255] ppid=12254 vsize=6436 CPUtime=23.8
/proc/12255/stat : 12255 (minisat) R 12254 12231 11867 0 -1 4194304 1356 0 0 0 2379 1 0 0 25 0 1 0 19024277 6590464 1342 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12255/statm: 1609 1342 75 150 0 1456 0
Current children cumulated CPU time (s) 25.04
Current children cumulated vsize (KiB) 28660

[startup+51.1019 s]
/proc/loadavg: 2.07 2.04 1.72 3/80 12255
/proc/meminfo: memFree=1613552/2055920 swapFree=4192956/4192956
[pid=12231] ppid=12229 vsize=16868 CPUtime=1.24
/proc/12231/stat : 12231 (sugar) S 12229 12231 11867 0 -1 4194304 1360 11946 16 2 5 2 108 9 16 0 1 0 19024120 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12231/statm: 4217 1113 409 3 0 796 0
[pid=12254] ppid=12231 vsize=5356 CPUtime=0
/proc/12254/stat : 12254 (sh) S 12231 12231 11867 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19024276 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12254/statm: 1339 232 193 169 0 50 0
[pid=12255] ppid=12254 vsize=8200 CPUtime=49.28
/proc/12255/stat : 12255 (minisat) R 12254 12231 11867 0 -1 4194304 1756 0 0 0 4926 2 0 0 25 0 1 0 19024277 8396800 1742 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/12255/statm: 2050 1742 75 150 0 1897 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 30424

[startup+102.305 s]
/proc/loadavg: 2.08 2.04 1.73 3/80 12255
/proc/meminfo: memFree=1612528/2055920 swapFree=4192956/4192956
[pid=12231] ppid=12229 vsize=16868 CPUtime=1.24
/proc/12231/stat : 12231 (sugar) S 12229 12231 11867 0 -1 4194304 1360 11946 16 2 5 2 108 9 16 0 1 0 19024120 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12231/statm: 4217 1113 409 3 0 796 0
[pid=12254] ppid=12231 vsize=5356 CPUtime=0
/proc/12254/stat : 12254 (sh) S 12231 12231 11867 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19024276 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12254/statm: 1339 232 193 169 0 50 0
[pid=12255] ppid=12254 vsize=8996 CPUtime=100.23
/proc/12255/stat : 12255 (minisat) R 12254 12231 11867 0 -1 4194304 1986 0 0 0 10021 2 0 0 25 0 1 0 19024277 9211904 1972 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12255/statm: 2249 1972 75 150 0 2096 0
Current children cumulated CPU time (s) 101.47
Current children cumulated vsize (KiB) 31220

[startup+162.301 s]
/proc/loadavg: 2.08 2.05 1.75 3/80 12255
/proc/meminfo: memFree=1611568/2055920 swapFree=4192956/4192956
[pid=12231] ppid=12229 vsize=16868 CPUtime=1.24
/proc/12231/stat : 12231 (sugar) S 12229 12231 11867 0 -1 4194304 1360 11946 16 2 5 2 108 9 16 0 1 0 19024120 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12231/statm: 4217 1113 409 3 0 796 0
[pid=12254] ppid=12231 vsize=5356 CPUtime=0
/proc/12254/stat : 12254 (sh) S 12231 12231 11867 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19024276 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12254/statm: 1339 232 193 169 0 50 0
[pid=12255] ppid=12254 vsize=9796 CPUtime=159.92
/proc/12255/stat : 12255 (minisat) R 12254 12231 11867 0 -1 4194304 2194 0 0 0 15990 2 0 0 25 0 1 0 19024277 10031104 2180 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12255/statm: 2449 2180 75 150 0 2296 0
Current children cumulated CPU time (s) 161.16
Current children cumulated vsize (KiB) 32020

[startup+222.302 s]
/proc/loadavg: 1.99 2.04 1.76 2/71 12273
/proc/meminfo: memFree=1625832/2055920 swapFree=4192956/4192956
[pid=12231] ppid=12229 vsize=16868 CPUtime=1.24
/proc/12231/stat : 12231 (sugar) S 12229 12231 11867 0 -1 4194304 1360 11946 16 2 5 2 108 9 16 0 1 0 19024120 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12231/statm: 4217 1113 409 3 0 796 0
[pid=12254] ppid=12231 vsize=5356 CPUtime=0
/proc/12254/stat : 12254 (sh) S 12231 12231 11867 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19024276 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12254/statm: 1339 232 193 169 0 50 0

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


[startup+642.302 s]
/proc/loadavg: 1.99 2.00 1.83 3/78 12306
/proc/meminfo: memFree=1610856/2055920 swapFree=4192956/4192956
[pid=12231] ppid=12229 vsize=16868 CPUtime=1.24
/proc/12231/stat : 12231 (sugar) S 12229 12231 11867 0 -1 4194304 1360 11946 16 2 5 2 108 9 16 0 1 0 19024120 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12231/statm: 4217 1113 409 3 0 796 0
[pid=12254] ppid=12231 vsize=5356 CPUtime=0
/proc/12254/stat : 12254 (sh) S 12231 12231 11867 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19024276 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12254/statm: 1339 232 193 169 0 50 0
[pid=12255] ppid=12254 vsize=13428 CPUtime=635.69
/proc/12255/stat : 12255 (minisat) R 12254 12231 11867 0 -1 4194304 3058 0 0 0 63566 3 0 0 25 0 1 0 19024277 13750272 3044 996147200 134512640 135127466 4294956256 18446744073709551615 134530748 0 0 4096 3 0 0 0 17 1 0 0
/proc/12255/statm: 3357 3044 75 150 0 3204 0
Current children cumulated CPU time (s) 636.93
Current children cumulated vsize (KiB) 35652

[startup+702.301 s]
/proc/loadavg: 1.99 2.00 1.84 3/78 12308
/proc/meminfo: memFree=1610408/2055920 swapFree=4192956/4192956
[pid=12231] ppid=12229 vsize=16868 CPUtime=1.24
/proc/12231/stat : 12231 (sugar) S 12229 12231 11867 0 -1 4194304 1360 11946 16 2 5 2 108 9 16 0 1 0 19024120 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12231/statm: 4217 1113 409 3 0 796 0
[pid=12254] ppid=12231 vsize=5356 CPUtime=0
/proc/12254/stat : 12254 (sh) S 12231 12231 11867 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19024276 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12254/statm: 1339 232 193 169 0 50 0
[pid=12255] ppid=12254 vsize=13572 CPUtime=695.12
/proc/12255/stat : 12255 (minisat) R 12254 12231 11867 0 -1 4194304 3086 0 0 0 69509 3 0 0 25 0 1 0 19024277 13897728 3072 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12255/statm: 3393 3072 75 150 0 3240 0
Current children cumulated CPU time (s) 696.36
Current children cumulated vsize (KiB) 35796

[startup+762.306 s]
/proc/loadavg: 1.99 2.00 1.84 3/78 12308
/proc/meminfo: memFree=1609576/2055920 swapFree=4192956/4192956
[pid=12231] ppid=12229 vsize=16868 CPUtime=1.24
/proc/12231/stat : 12231 (sugar) S 12229 12231 11867 0 -1 4194304 1360 11946 16 2 5 2 108 9 16 0 1 0 19024120 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12231/statm: 4217 1113 409 3 0 796 0
[pid=12254] ppid=12231 vsize=5356 CPUtime=0
/proc/12254/stat : 12254 (sh) S 12231 12231 11867 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19024276 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12254/statm: 1339 232 193 169 0 50 0
[pid=12255] ppid=12254 vsize=14108 CPUtime=754.56
/proc/12255/stat : 12255 (minisat) R 12254 12231 11867 0 -1 4194304 3217 0 0 0 75453 3 0 0 25 0 1 0 19024277 14446592 3203 996147200 134512640 135127466 4294956256 18446744073709551615 134530817 0 0 4096 3 0 0 0 17 1 0 0
/proc/12255/statm: 3527 3203 75 150 0 3374 0
Current children cumulated CPU time (s) 755.8
Current children cumulated vsize (KiB) 36332

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

[startup+767.903 s]
/proc/loadavg: 1.99 2.00 1.84 3/78 12308
/proc/meminfo: memFree=1609576/2055920 swapFree=4192956/4192956
[pid=12231] ppid=12229 vsize=16868 CPUtime=1.24
/proc/12231/stat : 12231 (sugar) S 12229 12231 11867 0 -1 4194304 1360 11946 16 2 5 2 108 9 16 0 1 0 19024120 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12231/statm: 4217 1113 409 3 0 796 0
[pid=12254] ppid=12231 vsize=5356 CPUtime=0
/proc/12254/stat : 12254 (sh) S 12231 12231 11867 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19024276 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12254/statm: 1339 232 193 169 0 50 0
[pid=12255] ppid=12254 vsize=14108 CPUtime=760.12
/proc/12255/stat : 12255 (minisat) R 12254 12231 11867 0 -1 4194304 3217 0 0 0 76008 4 0 0 25 0 1 0 19024277 14446592 3203 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12255/statm: 3527 3203 75 150 0 3374 0
Current children cumulated CPU time (s) 761.36
Current children cumulated vsize (KiB) 36332

[startup+793.503 s]
/proc/loadavg: 1.99 2.00 1.85 3/78 12308
/proc/meminfo: memFree=1609320/2055920 swapFree=4192956/4192956
[pid=12231] ppid=12229 vsize=16868 CPUtime=1.24
/proc/12231/stat : 12231 (sugar) S 12229 12231 11867 0 -1 4194304 1360 11946 16 2 5 2 108 9 16 0 1 0 19024120 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12231/statm: 4217 1113 409 3 0 796 0
[pid=12254] ppid=12231 vsize=5356 CPUtime=0
/proc/12254/stat : 12254 (sh) S 12231 12231 11867 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19024276 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12254/statm: 1339 232 193 169 0 50 0
[pid=12255] ppid=12254 vsize=14240 CPUtime=785.48
/proc/12255/stat : 12255 (minisat) R 12254 12231 11867 0 -1 4194304 3266 0 0 0 78544 4 0 0 25 0 1 0 19024277 14581760 3252 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12255/statm: 3560 3252 75 150 0 3407 0
Current children cumulated CPU time (s) 786.72
Current children cumulated vsize (KiB) 36464

[startup+799.901 s]
/proc/loadavg: 1.99 2.00 1.85 3/78 12308
/proc/meminfo: memFree=1609256/2055920 swapFree=4192956/4192956
[pid=12231] ppid=12229 vsize=16868 CPUtime=1.24
/proc/12231/stat : 12231 (sugar) S 12229 12231 11867 0 -1 4194304 1360 11946 16 2 5 2 108 9 16 0 1 0 19024120 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12231/statm: 4217 1113 409 3 0 796 0
[pid=12254] ppid=12231 vsize=5356 CPUtime=0
/proc/12254/stat : 12254 (sh) S 12231 12231 11867 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19024276 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12254/statm: 1339 232 193 169 0 50 0
[pid=12255] ppid=12254 vsize=14240 CPUtime=791.82
/proc/12255/stat : 12255 (minisat) R 12254 12231 11867 0 -1 4194304 3281 0 0 0 79178 4 0 0 25 0 1 0 19024277 14581760 3267 996147200 134512640 135127466 4294956256 18446744073709551615 134522983 0 0 4096 3 0 0 0 17 1 0 0
/proc/12255/statm: 3560 3267 75 150 0 3407 0
Current children cumulated CPU time (s) 793.06
Current children cumulated vsize (KiB) 36464

[startup+803.103 s]
/proc/loadavg: 1.99 2.00 1.85 3/78 12308
/proc/meminfo: memFree=1609192/2055920 swapFree=4192956/4192956
[pid=12231] ppid=12229 vsize=16868 CPUtime=1.24
/proc/12231/stat : 12231 (sugar) S 12229 12231 11867 0 -1 4194304 1360 11946 16 2 5 2 108 9 16 0 1 0 19024120 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12231/statm: 4217 1113 409 3 0 796 0
[pid=12254] ppid=12231 vsize=5356 CPUtime=0
/proc/12254/stat : 12254 (sh) S 12231 12231 11867 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19024276 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12254/statm: 1339 232 193 169 0 50 0
[pid=12255] ppid=12254 vsize=14240 CPUtime=794.99
/proc/12255/stat : 12255 (minisat) R 12254 12231 11867 0 -1 4194304 3281 0 0 0 79495 4 0 0 25 0 1 0 19024277 14581760 3267 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12255/statm: 3560 3267 75 150 0 3407 0
Current children cumulated CPU time (s) 796.23
Current children cumulated vsize (KiB) 36464

[startup+804.702 s]
/proc/loadavg: 1.99 2.00 1.85 3/78 12308
/proc/meminfo: memFree=1609192/2055920 swapFree=4192956/4192956
[pid=12231] ppid=12229 vsize=16868 CPUtime=1.24
/proc/12231/stat : 12231 (sugar) S 12229 12231 11867 0 -1 4194304 1360 11946 16 2 5 2 108 9 16 0 1 0 19024120 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12231/statm: 4217 1113 409 3 0 796 0
[pid=12254] ppid=12231 vsize=5356 CPUtime=0
/proc/12254/stat : 12254 (sh) S 12231 12231 11867 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19024276 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12254/statm: 1339 232 193 169 0 50 0
[pid=12255] ppid=12254 vsize=14240 CPUtime=796.57
/proc/12255/stat : 12255 (minisat) R 12254 12231 11867 0 -1 4194304 3281 0 0 0 79653 4 0 0 25 0 1 0 19024277 14581760 3267 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/12255/statm: 3560 3267 75 150 0 3407 0
Current children cumulated CPU time (s) 797.81
Current children cumulated vsize (KiB) 36464

[startup+805.502 s]
/proc/loadavg: 1.99 2.00 1.85 3/78 12308
/proc/meminfo: memFree=1609192/2055920 swapFree=4192956/4192956
[pid=12231] ppid=12229 vsize=16868 CPUtime=1.24
/proc/12231/stat : 12231 (sugar) S 12229 12231 11867 0 -1 4194304 1360 11946 16 2 5 2 108 9 16 0 1 0 19024120 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12231/statm: 4217 1113 409 3 0 796 0
[pid=12254] ppid=12231 vsize=5356 CPUtime=0
/proc/12254/stat : 12254 (sh) S 12231 12231 11867 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19024276 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12254/statm: 1339 232 193 169 0 50 0
[pid=12255] ppid=12254 vsize=14240 CPUtime=797.37
/proc/12255/stat : 12255 (minisat) R 12254 12231 11867 0 -1 4194304 3281 0 0 0 79733 4 0 0 25 0 1 0 19024277 14581760 3267 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12255/statm: 3560 3267 75 150 0 3407 0
Current children cumulated CPU time (s) 798.61
Current children cumulated vsize (KiB) 36464

[startup+806.307 s]
/proc/loadavg: 1.99 2.00 1.85 3/78 12308
/proc/meminfo: memFree=1609192/2055920 swapFree=4192956/4192956
[pid=12231] ppid=12229 vsize=16868 CPUtime=1.24
/proc/12231/stat : 12231 (sugar) S 12229 12231 11867 0 -1 4194304 1360 11946 16 2 5 2 108 9 16 0 1 0 19024120 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12231/statm: 4217 1113 409 3 0 796 0
[pid=12254] ppid=12231 vsize=5356 CPUtime=0
/proc/12254/stat : 12254 (sh) S 12231 12231 11867 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19024276 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12254/statm: 1339 232 193 169 0 50 0
[pid=12255] ppid=12254 vsize=14240 CPUtime=798.16
/proc/12255/stat : 12255 (minisat) R 12254 12231 11867 0 -1 4194304 3281 0 0 0 79812 4 0 0 25 0 1 0 19024277 14581760 3267 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/12255/statm: 3560 3267 75 150 0 3407 0
Current children cumulated CPU time (s) 799.4
Current children cumulated vsize (KiB) 36464

[startup+806.502 s]
/proc/loadavg: 1.99 2.00 1.85 3/78 12308
/proc/meminfo: memFree=1609192/2055920 swapFree=4192956/4192956
[pid=12231] ppid=12229 vsize=16868 CPUtime=799.6
/proc/12231/stat : 12231 (sugar) S 12229 12231 11867 0 -1 4194304 1414 15521 16 2 5 2 79939 14 16 0 1 0 19024120 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12231/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 799.6
Current children cumulated vsize (KiB) 16868

[startup+806.602 s]
/proc/loadavg: 1.99 2.00 1.85 3/78 12308
/proc/meminfo: memFree=1609192/2055920 swapFree=4192956/4192956
[pid=12231] ppid=12229 vsize=16868 CPUtime=799.6
/proc/12231/stat : 12231 (sugar) S 12229 12231 11867 0 -1 4194304 1432 15521 16 2 5 2 79939 14 15 0 1 0 19024120 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12231/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 799.6
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 806.657
CPU time (s): 799.729
CPU user time (s): 799.543
CPU system time (s): 0.185971
CPU usage (%): 99.1412
Max. virtual memory (cumulated for all children) (KiB): 886592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 799.543
system time used= 0.185971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20793
page faults= 19
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1893
involuntary context switches= 17102

runsolver used 1.10283 second user time and 2.37564 second system time

The end

Launcher Data

Begin job on node79 at 2009-07-11 15:39:45
IDJOB=2057827
IDBENCH=53415
IDSOLVER=739
FILE ID=node79/2057827-1247319585
PBS_JOBID= 9506476
Free space on /tmp= 66256 MiB

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

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

MD5SUM BENCH= 5af9256d6bcac31317b3bfaaca55fb19
RANDOM SEED=1808528038

node79.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.229
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.229
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1626088 kB
Buffers:         33096 kB
Cached:         303232 kB
SwapCached:          0 kB
Active:          62840 kB
Inactive:       301380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1626088 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1368 kB
Writeback:           0 kB
Mapped:          38480 kB
Slab:            50892 kB
Committed_AS:   236360 kB
PageTables:       1772 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= 66256 MiB
End job on node79 at 2009-07-11 15:53:12