Trace number 2057970

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 838.309 845.26

General information on the benchmark

Namecsp/BH-4-7/
normalized-BlackHole-4-7-e-0_ext.xml
MD5SUM1cb34d25203138afe46792c1f92dd025
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.049992
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.06/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.08	c 0	BEGIN Sat Jul 11 15:44:11 2009
0.06/0.08	c 0	PID 11342
0.06/0.08	c 0	HOST node32.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2057970-1247319851.xml TO HOME/temp.csp
0.06/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-2057970-1247319851.xml' 'HOME/temp.csp'
0.07/0.70	c 1	4 domains, 112 variables, 0 predicates, 8 relations, 1261 constraints
0.07/0.71	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.71	c 1	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.79	c 1	Parsing HOME/temp.csp
0.67/0.87	c 1	parsed 1385 expressions
0.67/0.88	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.67/0.88	c 1	Converting to clausal form CSP
0.67/0.91	c 1	converted 139 (10%) expressions
0.67/0.93	c 1	converted 277 (20%) expressions
0.67/0.95	c 1	converted 416 (30%) expressions
0.67/0.97	c 1	converted 554 (40%) expressions
0.93/1.01	c 1	converted 693 (50%) expressions
0.93/1.02	c 1	converted 831 (60%) expressions
0.93/1.09	c 1	converted 970 (70%) expressions
1.04/1.12	c 1	converted 1108 (80%) expressions
1.04/1.13	c 1	converted 1247 (90%) expressions
1.04/1.15	c 1	converted 1385 (100%) expressions
1.04/1.15	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
1.04/1.15	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.04/1.15	c 1	Propagation in CSP
1.04/1.15	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.04/1.15	c 2	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
1.04/1.15	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.04/1.16	c 2	Simplifing CSP by introducing new Boolean variables
1.04/1.16	c 2	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
1.04/1.16	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.13/1.22	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.13/1.23	c 2	12 (10%) CSP integer variables are encoded (176 clauses, 1798 bytes)
1.13/1.24	c 2	23 (20%) CSP integer variables are encoded (399 clauses, 4251 bytes)
1.13/1.24	c 2	34 (30%) CSP integer variables are encoded (601 clauses, 6473 bytes)
1.13/1.24	c 2	45 (40%) CSP integer variables are encoded (803 clauses, 8695 bytes)
1.13/1.24	c 2	56 (50%) CSP integer variables are encoded (1026 clauses, 11303 bytes)
1.13/1.24	c 2	68 (60%) CSP integer variables are encoded (1254 clauses, 14267 bytes)
1.13/1.25	c 2	79 (70%) CSP integer variables are encoded (1456 clauses, 16893 bytes)
1.13/1.25	c 2	90 (80%) CSP integer variables are encoded (1616 clauses, 18973 bytes)
1.13/1.25	c 2	101 (90%) CSP integer variables are encoded (1748 clauses, 20689 bytes)
1.13/1.25	c 2	112 (100%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.22/1.30	c 2	127 (10%) CSP clauses are encoded (2700 clauses, 35211 bytes)
1.22/1.33	c 2	253 (20%) CSP clauses are encoded (4192 clauses, 60550 bytes)
1.22/1.36	c 2	379 (30%) CSP clauses are encoded (5850 clauses, 92249 bytes)
1.22/1.39	c 2	505 (40%) CSP clauses are encoded (7534 clauses, 123697 bytes)
1.33/1.42	c 2	631 (50%) CSP clauses are encoded (9122 clauses, 153541 bytes)
1.33/1.46	c 2	757 (60%) CSP clauses are encoded (10758 clauses, 184825 bytes)
1.33/1.48	c 2	883 (70%) CSP clauses are encoded (12304 clauses, 213823 bytes)
1.43/1.51	c 2	1009 (80%) CSP clauses are encoded (13960 clauses, 245657 bytes)
1.43/1.54	c 2	1135 (90%) CSP clauses are encoded (15744 clauses, 281461 bytes)
1.43/1.56	c 2	1261 (100%) CSP clauses are encoded (17532 clauses, 317541 bytes)
1.43/1.56	c 2	1261 CSP clauses encoded
1.43/1.56	c 2	Writing map file : HOME/temp.map
1.43/1.57	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.43/1.57	c 2	SAT : 1990 SAT variables, 17532 SAT clauses, 317541 bytes
1.43/1.57	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.50/1.61	c 2	SOLVING HOME/temp.cnf
1.50/1.61	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.50/1.61	c 2	This is MiniSat 2.0 beta
1.50/1.61	c 2	WARNING: for repeatability, setting FPU to use double precision
1.50/1.61	c 2	============================[ Problem Statistics ]=============================
1.50/1.61	c 2	|                                                                             |
1.50/1.61	c 2	|  Number of variables:  1990                                                 |
1.50/1.61	c 2	|  Number of clauses:    17532                                                |
1.50/1.62	c 2	|  Parsing time:         0.01         s                                       |
1.50/1.62	c 2	============================[ Search Statistics ]==============================
1.50/1.62	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.50/1.62	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.50/1.62	c 2	===============================================================================
1.50/1.62	c 2	|         0 |    1888    15423    50626 |     5141        0    nan |  0.000 % |
1.50/1.63	c 2	|       102 |    1888    15423    50626 |     5655      102     10 |  5.127 % |
1.50/1.63	c 2	|       253 |    1888    15423    50626 |     6220      253     10 |  5.128 % |
1.50/1.65	c 2	|       478 |    1888    15423    50626 |     6842      478     12 |  5.128 % |
1.50/1.66	c 2	|       816 |    1888    15423    50626 |     7526      816     13 |  5.127 % |
1.50/1.69	c 2	|      1322 |    1888    15423    50626 |     8279     1322     14 |  5.127 % |
1.52/1.74	c 2	|      2081 |    1888    15423    50626 |     9107     2081     17 |  5.127 % |
1.52/1.81	c 2	|      3221 |    1888    15423    50626 |    10018     3221     18 |  5.127 % |
1.52/1.91	c 2	|      4929 |    1884    15382    50538 |    11020     4927     18 |  5.328 % |
1.99/2.11	c 2	|      7491 |    1884    15382    50538 |    12122     7489     20 |  5.328 % |
2.29/2.40	c 3	|     11336 |    1884    15382    50538 |    13334    11334     20 |  5.328 % |
2.78/2.94	c 3	|     17102 |    1884    15382    50538 |    14667    10100     21 |  5.328 % |
3.47/3.65	c 4	|     25752 |    1884    15382    50538 |    16134    11201     18 |  5.328 % |
4.66/4.80	c 5	|     38728 |    1884    15382    50538 |    17748    15775     21 |  5.328 % |
6.45/6.69	c 7	|     58189 |    1884    15382    50538 |    19522    16970     18 |  5.328 % |
9.71/9.99	c 10	|     87382 |    1884    15382    50538 |    21475    16122     20 |  5.329 % |
15.17/15.41	c 16	|    131171 |    1884    15382    50538 |    23622    15829     19 |  5.329 % |
24.08/24.45	c 25	|    196856 |    1884    15382    50538 |    25985    20905     21 |  5.329 % |
39.33/39.85	c 40	|    295382 |    1884    15382    50538 |    28583    26369     23 |  5.329 % |
61.32/62.02	c 62	|    443172 |    1876    15325    50412 |    31441    26081     17 |  5.730 % |
95.10/96.18	c 97	|    664855 |    1874    15314    50384 |    34586    19480     18 |  5.831 % |
152.75/154.30	c 155	|    997382 |    1874    15314    50384 |    38044    31841     19 |  5.831 % |
241.72/244.20	c 245	|   1496170 |    1874    15314    50384 |    41849    24578     22 |  5.831 % |
385.16/388.91	c 389	|   2244352 |    1865    15230    50148 |    46034    42395     18 |  6.283 % |
621.91/627.99	c 628	|   3366626 |    1865    15230    50148 |    50637    24802     17 |  6.282 % |
838.06/845.08	c 845	===============================================================================
838.06/845.08	c 845	restarts              : 25
838.06/845.08	c 845	conflicts             : 4355618        (5207 /sec)
838.06/845.08	c 845	decisions             : 8066363        (1.43 % random) (9642 /sec)
838.06/845.08	c 845	propagations          : 392733562      (469472 /sec)
838.06/845.08	c 845	conflict literals     : 82861317       (29.90 % deleted)
838.06/845.08	c 845	Memory used           : 13.93 MB
838.06/845.08	c 845	CPU time              : 836.544 s
838.06/845.08	c 845	
838.06/845.08	c 845	UNSATISFIABLE
838.06/845.09	c 845	DECODING HOME/temp.out WITH HOME/temp.map
838.06/845.09	c 845	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'
838.15/845.17	c 846	Decoding HOME/temp.out
838.15/845.19	s UNSATISFIABLE
838.15/845.20	c 846	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
838.15/845.25	c 846	CPU 838.28 (0.06 0.01 838.01 0.2)
838.15/845.25	c 846	END Sat Jul 11 15:58:17 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-2057970-1247319851/watcher-2057970-1247319851 -o /tmp/evaluation-result-2057970-1247319851/solver-2057970-1247319851 -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-2057970-1247319851.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.90 1.95 1.71 4/75 11342
/proc/meminfo: memFree=794512/2055920 swapFree=4192956/4192956
[pid=11342] ppid=11340 vsize=18576 CPUtime=0
/proc/11342/stat : 11342 (runsolver) R 11340 11342 11015 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 19051624 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 268213742887 0 0 4096 24578 0 0 0 17 1 0 0
/proc/11342/statm: 4644 284 249 26 0 2626 0

[startup+0.0718979 s]
/proc/loadavg: 1.90 1.95 1.71 4/75 11342
/proc/meminfo: memFree=794512/2055920 swapFree=4192956/4192956
[pid=11342] ppid=11340 vsize=16476 CPUtime=0.06
/proc/11342/stat : 11342 (sugar) R 11340 11342 11015 0 -1 4194304 1019 0 0 0 5 1 0 0 18 0 1 0 19051624 16871424 987 996147200 4194304 4206940 548682068608 18446744073709551615 268233615898 0 0 4224 0 0 0 0 17 1 0 0
/proc/11342/statm: 4119 987 380 3 0 698 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16476

[startup+0.101947 s]
/proc/loadavg: 1.90 1.95 1.71 4/75 11342
/proc/meminfo: memFree=794512/2055920 swapFree=4192956/4192956
[pid=11342] ppid=11340 vsize=16868 CPUtime=0.07
/proc/11342/stat : 11342 (sugar) S 11340 11342 11015 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 19051624 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11342/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301918 s]
/proc/loadavg: 1.90 1.95 1.71 4/75 11342
/proc/meminfo: memFree=794512/2055920 swapFree=4192956/4192956
[pid=11342] ppid=11340 vsize=16868 CPUtime=0.07
/proc/11342/stat : 11342 (sugar) S 11340 11342 11015 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 19051624 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11342/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.700966 s]
/proc/loadavg: 1.90 1.95 1.71 4/75 11342
/proc/meminfo: memFree=794512/2055920 swapFree=4192956/4192956
[pid=11342] ppid=11340 vsize=16868 CPUtime=0.07
/proc/11342/stat : 11342 (sugar) S 11340 11342 11015 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 19051624 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11342/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50105 s]
/proc/loadavg: 1.90 1.95 1.71 4/86 11364
/proc/meminfo: memFree=782136/2055920 swapFree=4192956/4192956
[pid=11342] ppid=11340 vsize=16868 CPUtime=0.67
/proc/11342/stat : 11342 (sugar) S 11340 11342 11015 0 -1 4194304 1310 4786 0 1 6 1 57 3 15 0 1 0 19051624 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11342/statm: 4217 1111 409 3 0 796 0
[pid=11355] ppid=11342 vsize=5356 CPUtime=0
/proc/11355/stat : 11355 (sh) S 11342 11342 11015 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19051695 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11355/statm: 1339 233 193 169 0 50 0
[pid=11356] ppid=11355 vsize=864440 CPUtime=0.76
/proc/11356/stat : 11356 (java) S 11355 11342 11015 0 -1 0 6843 0 1 0 72 4 0 0 18 0 9 0 19051696 885186560 6070 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11356/statm: 216110 6070 2591 9 0 210587 0
[pid=11356/tid=11357] ppid=11355 vsize=864440 CPUtime=0.45
/proc/11356/task/11357/stat : 11357 (java) R 11355 11342 11015 0 -1 64 2756 0 1 0 43 2 0 0 19 0 9 0 19051697 885186560 6070 996147200 134512640 134550932 4294955936 18446744073709551615 4126578859 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11356/tid=11358] ppid=11355 vsize=864440 CPUtime=0.19
/proc/11356/task/11358/stat : 11358 (java) S 11355 11342 11015 0 -1 64 3047 0 0 0 19 0 0 0 16 0 9 0 19051698 885186560 6070 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11356/tid=11359] ppid=11355 vsize=864440 CPUtime=0
/proc/11356/task/11359/stat : 11359 (java) S 11355 11342 11015 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19051698 885186560 6070 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11356/tid=11360] ppid=11355 vsize=864440 CPUtime=0
/proc/11356/task/11360/stat : 11360 (java) S 11355 11342 11015 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19051698 885186560 6070 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11356/tid=11361] ppid=11355 vsize=864440 CPUtime=0
/proc/11356/task/11361/stat : 11361 (java) S 11355 11342 11015 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19051700 885186560 6070 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11356/tid=11362] ppid=11355 vsize=864440 CPUtime=0.09
/proc/11356/task/11362/stat : 11362 (java) S 11355 11342 11015 0 -1 64 342 0 0 0 9 0 0 0 16 0 9 0 19051700 885186560 6070 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11356/tid=11363] ppid=11355 vsize=864440 CPUtime=0
/proc/11356/task/11363/stat : 11363 (java) S 11355 11342 11015 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19051700 885186560 6070 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11356/tid=11364] ppid=11355 vsize=864440 CPUtime=0
/proc/11356/task/11364/stat : 11364 (java) S 11355 11342 11015 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19051700 885186560 6070 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 886664

[startup+3.10124 s]
/proc/loadavg: 1.90 1.95 1.71 3/78 11366
/proc/meminfo: memFree=788664/2055920 swapFree=4192956/4192956
[pid=11342] ppid=11340 vsize=16868 CPUtime=1.52
/proc/11342/stat : 11342 (sugar) S 11340 11342 11015 0 -1 4194304 1376 11947 0 2 6 1 137 8 15 0 1 0 19051624 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11342/statm: 4217 1113 409 3 0 796 0
[pid=11365] ppid=11342 vsize=5356 CPUtime=0
/proc/11365/stat : 11365 (sh) S 11342 11342 11015 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19051785 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11365/statm: 1339 232 193 169 0 50 0
[pid=11366] ppid=11365 vsize=4340 CPUtime=1.46
/proc/11366/stat : 11366 (minisat) R 11365 11342 11015 0 -1 4194304 809 0 0 0 146 0 0 0 25 0 1 0 19051785 4444160 795 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11366/statm: 1085 795 75 150 0 932 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 26564

[startup+6.3026 s]
/proc/loadavg: 1.91 1.95 1.71 3/78 11366
/proc/meminfo: memFree=786936/2055920 swapFree=4192956/4192956
[pid=11342] ppid=11340 vsize=16868 CPUtime=1.52
/proc/11342/stat : 11342 (sugar) S 11340 11342 11015 0 -1 4194304 1376 11947 0 2 6 1 137 8 16 0 1 0 19051624 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11342/statm: 4217 1113 409 3 0 796 0
[pid=11365] ppid=11342 vsize=5356 CPUtime=0
/proc/11365/stat : 11365 (sh) S 11342 11342 11015 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19051785 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11365/statm: 1339 232 193 169 0 50 0
[pid=11366] ppid=11365 vsize=5212 CPUtime=4.63
/proc/11366/stat : 11366 (minisat) R 11365 11342 11015 0 -1 4194304 1015 0 0 0 463 0 0 0 25 0 1 0 19051785 5337088 1001 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11366/statm: 1303 1001 75 150 0 1150 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 27436

[startup+12.7023 s]
/proc/loadavg: 1.91 1.95 1.71 3/78 11366
/proc/meminfo: memFree=785656/2055920 swapFree=4192956/4192956
[pid=11342] ppid=11340 vsize=16868 CPUtime=1.52
/proc/11342/stat : 11342 (sugar) S 11340 11342 11015 0 -1 4194304 1376 11947 0 2 6 1 137 8 16 0 1 0 19051624 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11342/statm: 4217 1113 409 3 0 796 0
[pid=11365] ppid=11342 vsize=5356 CPUtime=0
/proc/11365/stat : 11365 (sh) S 11342 11342 11015 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19051785 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11365/statm: 1339 232 193 169 0 50 0
[pid=11366] ppid=11365 vsize=5740 CPUtime=10.97
/proc/11366/stat : 11366 (minisat) R 11365 11342 11015 0 -1 4194304 1182 0 0 0 1096 1 0 0 25 0 1 0 19051785 5877760 1168 996147200 134512640 135127466 4294956256 18446744073709551615 134530809 0 0 4096 3 0 0 0 17 1 0 0
/proc/11366/statm: 1435 1168 75 150 0 1282 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 27964

[startup+25.5018 s]
/proc/loadavg: 1.93 1.95 1.72 3/78 11366
/proc/meminfo: memFree=784440/2055920 swapFree=4192956/4192956
[pid=11342] ppid=11340 vsize=16868 CPUtime=1.52
/proc/11342/stat : 11342 (sugar) S 11340 11342 11015 0 -1 4194304 1376 11947 0 2 6 1 137 8 16 0 1 0 19051624 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11342/statm: 4217 1113 409 3 0 796 0
[pid=11365] ppid=11342 vsize=5356 CPUtime=0
/proc/11365/stat : 11365 (sh) S 11342 11342 11015 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19051785 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11365/statm: 1339 232 193 169 0 50 0
[pid=11366] ppid=11365 vsize=6804 CPUtime=23.65
/proc/11366/stat : 11366 (minisat) R 11365 11342 11015 0 -1 4194304 1451 0 0 0 2364 1 0 0 25 0 1 0 19051785 6967296 1437 996147200 134512640 135127466 4294956256 18446744073709551615 134528076 0 0 4096 3 0 0 0 17 1 0 0
/proc/11366/statm: 1701 1437 75 150 0 1548 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 29028

[startup+51.1017 s]
/proc/loadavg: 1.95 1.95 1.73 3/78 11366
/proc/meminfo: memFree=783224/2055920 swapFree=4192956/4192956
[pid=11342] ppid=11340 vsize=16868 CPUtime=1.52
/proc/11342/stat : 11342 (sugar) S 11340 11342 11015 0 -1 4194304 1376 11947 0 2 6 1 137 8 16 0 1 0 19051624 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11342/statm: 4217 1113 409 3 0 796 0
[pid=11365] ppid=11342 vsize=5356 CPUtime=0
/proc/11365/stat : 11365 (sh) S 11342 11342 11015 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19051785 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11365/statm: 1339 232 193 169 0 50 0
[pid=11366] ppid=11365 vsize=7900 CPUtime=49
/proc/11366/stat : 11366 (minisat) R 11365 11342 11015 0 -1 4194304 1711 0 0 0 4899 1 0 0 25 0 1 0 19051785 8089600 1697 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/11366/statm: 1975 1697 75 150 0 1822 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 30124

[startup+102.306 s]
/proc/loadavg: 1.98 1.96 1.74 3/78 11366
/proc/meminfo: memFree=781688/2055920 swapFree=4192956/4192956
[pid=11342] ppid=11340 vsize=16868 CPUtime=1.52
/proc/11342/stat : 11342 (sugar) S 11340 11342 11015 0 -1 4194304 1376 11947 0 2 6 1 137 8 16 0 1 0 19051624 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11342/statm: 4217 1113 409 3 0 796 0
[pid=11365] ppid=11342 vsize=5356 CPUtime=0
/proc/11365/stat : 11365 (sh) S 11342 11342 11015 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19051785 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11365/statm: 1339 232 193 169 0 50 0
[pid=11366] ppid=11365 vsize=9096 CPUtime=99.72
/proc/11366/stat : 11366 (minisat) R 11365 11342 11015 0 -1 4194304 2017 0 0 0 9970 2 0 0 25 0 1 0 19051785 9314304 2003 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11366/statm: 2274 2003 75 150 0 2121 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 31320

[startup+162.302 s]
/proc/loadavg: 1.99 1.96 1.75 3/78 11366
/proc/meminfo: memFree=779896/2055920 swapFree=4192956/4192956
[pid=11342] ppid=11340 vsize=16868 CPUtime=1.52
/proc/11342/stat : 11342 (sugar) S 11340 11342 11015 0 -1 4194304 1376 11947 0 2 6 1 137 8 16 0 1 0 19051624 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11342/statm: 4217 1113 409 3 0 796 0
[pid=11365] ppid=11342 vsize=5356 CPUtime=0
/proc/11365/stat : 11365 (sh) S 11342 11342 11015 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19051785 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11365/statm: 1339 232 193 169 0 50 0
[pid=11366] ppid=11365 vsize=10420 CPUtime=159.16
/proc/11366/stat : 11366 (minisat) R 11365 11342 11015 0 -1 4194304 2333 0 0 0 15913 3 0 0 25 0 1 0 19051785 10670080 2319 996147200 134512640 135127466 4294956256 18446744073709551615 134530780 0 0 4096 3 0 0 0 17 1 0 0
/proc/11366/statm: 2605 2319 75 150 0 2452 0
Current children cumulated CPU time (s) 160.68
Current children cumulated vsize (KiB) 32644

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.76 3/78 11366
/proc/meminfo: memFree=779064/2055920 swapFree=4192956/4192956
[pid=11342] ppid=11340 vsize=16868 CPUtime=1.52
/proc/11342/stat : 11342 (sugar) S 11340 11342 11015 0 -1 4194304 1376 11947 0 2 6 1 137 8 16 0 1 0 19051624 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11342/statm: 4217 1113 409 3 0 796 0
[pid=11365] ppid=11342 vsize=5356 CPUtime=0
/proc/11365/stat : 11365 (sh) S 11342 11342 11015 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19051785 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11365/statm: 1339 232 193 169 0 50 0

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


[startup+642.302 s]
/proc/loadavg: 2.05 2.02 1.85 3/78 11368
/proc/meminfo: memFree=773496/2055920 swapFree=4192956/4192956
[pid=11342] ppid=11340 vsize=16868 CPUtime=1.52
/proc/11342/stat : 11342 (sugar) S 11340 11342 11015 0 -1 4194304 1376 11947 0 2 6 1 137 8 16 0 1 0 19051624 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11342/statm: 4217 1113 409 3 0 796 0
[pid=11365] ppid=11342 vsize=5356 CPUtime=0
/proc/11365/stat : 11365 (sh) S 11342 11342 11015 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19051785 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11365/statm: 1339 232 193 169 0 50 0
[pid=11366] ppid=11365 vsize=13296 CPUtime=634.65
/proc/11366/stat : 11366 (minisat) R 11365 11342 11015 0 -1 4194304 3056 0 0 0 63461 4 0 0 25 0 1 0 19051785 13615104 3042 996147200 134512640 135127466 4294956256 18446744073709551615 134530632 0 0 4096 3 0 0 0 17 1 0 0
/proc/11366/statm: 3324 3042 75 150 0 3171 0
Current children cumulated CPU time (s) 636.17
Current children cumulated vsize (KiB) 35520

[startup+702.301 s]
/proc/loadavg: 2.11 2.05 1.87 3/78 11368
/proc/meminfo: memFree=772664/2055920 swapFree=4192956/4192956
[pid=11342] ppid=11340 vsize=16868 CPUtime=1.52
/proc/11342/stat : 11342 (sugar) S 11340 11342 11015 0 -1 4194304 1376 11947 0 2 6 1 137 8 16 0 1 0 19051624 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11342/statm: 4217 1113 409 3 0 796 0
[pid=11365] ppid=11342 vsize=5356 CPUtime=0
/proc/11365/stat : 11365 (sh) S 11342 11342 11015 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19051785 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11365/statm: 1339 232 193 169 0 50 0
[pid=11366] ppid=11365 vsize=13972 CPUtime=694.09
/proc/11366/stat : 11366 (minisat) R 11365 11342 11015 0 -1 4194304 3198 0 0 0 69405 4 0 0 25 0 1 0 19051785 14307328 3184 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11366/statm: 3493 3184 75 150 0 3340 0
Current children cumulated CPU time (s) 695.61
Current children cumulated vsize (KiB) 36196

[startup+762.306 s]
/proc/loadavg: 2.15 2.07 1.88 3/85 11419
/proc/meminfo: memFree=770616/2055920 swapFree=4192956/4192956
[pid=11342] ppid=11340 vsize=16868 CPUtime=1.52
/proc/11342/stat : 11342 (sugar) S 11340 11342 11015 0 -1 4194304 1376 11947 0 2 6 1 137 8 16 0 1 0 19051624 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11342/statm: 4217 1113 409 3 0 796 0
[pid=11365] ppid=11342 vsize=5356 CPUtime=0
/proc/11365/stat : 11365 (sh) S 11342 11342 11015 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19051785 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11365/statm: 1339 232 193 169 0 50 0
[pid=11366] ppid=11365 vsize=14108 CPUtime=753.91
/proc/11366/stat : 11366 (minisat) R 11365 11342 11015 0 -1 4194304 3250 0 0 0 75386 5 0 0 25 0 1 0 19051785 14446592 3236 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/11366/statm: 3527 3236 75 150 0 3374 0
Current children cumulated CPU time (s) 755.43
Current children cumulated vsize (KiB) 36332

[startup+822.302 s]
/proc/loadavg: 2.13 2.07 1.89 3/85 11419
/proc/meminfo: memFree=770424/2055920 swapFree=4192956/4192956
[pid=11342] ppid=11340 vsize=16868 CPUtime=1.52
/proc/11342/stat : 11342 (sugar) S 11340 11342 11015 0 -1 4194304 1376 11947 0 2 6 1 137 8 16 0 1 0 19051624 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11342/statm: 4217 1113 409 3 0 796 0
[pid=11365] ppid=11342 vsize=5356 CPUtime=0
/proc/11365/stat : 11365 (sh) S 11342 11342 11015 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19051785 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11365/statm: 1339 232 193 169 0 50 0
[pid=11366] ppid=11365 vsize=14256 CPUtime=813.89
/proc/11366/stat : 11366 (minisat) R 11365 11342 11015 0 -1 4194304 3283 0 0 0 81383 6 0 0 25 0 1 0 19051785 14598144 3269 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11366/statm: 3564 3269 75 150 0 3411 0
Current children cumulated CPU time (s) 815.41
Current children cumulated vsize (KiB) 36480

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

[startup+831.901 s]
/proc/loadavg: 2.11 2.07 1.89 3/76 11447
/proc/meminfo: memFree=781312/2055920 swapFree=4192956/4192956
[pid=11342] ppid=11340 vsize=16868 CPUtime=1.52
/proc/11342/stat : 11342 (sugar) S 11340 11342 11015 0 -1 4194304 1376 11947 0 2 6 1 137 8 16 0 1 0 19051624 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11342/statm: 4217 1113 409 3 0 796 0
[pid=11365] ppid=11342 vsize=5356 CPUtime=0
/proc/11365/stat : 11365 (sh) S 11342 11342 11015 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19051785 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11365/statm: 1339 232 193 169 0 50 0
[pid=11366] ppid=11365 vsize=14256 CPUtime=823.47
/proc/11366/stat : 11366 (minisat) R 11365 11342 11015 0 -1 4194304 3289 0 0 0 82339 8 0 0 25 0 1 0 19051785 14598144 3275 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11366/statm: 3564 3275 75 150 0 3411 0
Current children cumulated CPU time (s) 824.99
Current children cumulated vsize (KiB) 36480

[startup+838.302 s]
/proc/loadavg: 2.09 2.06 1.90 3/77 11475
/proc/meminfo: memFree=774136/2055920 swapFree=4192956/4192956
[pid=11342] ppid=11340 vsize=16868 CPUtime=1.52
/proc/11342/stat : 11342 (sugar) S 11340 11342 11015 0 -1 4194304 1376 11947 0 2 6 1 137 8 16 0 1 0 19051624 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11342/statm: 4217 1113 409 3 0 796 0
[pid=11365] ppid=11342 vsize=5356 CPUtime=0
/proc/11365/stat : 11365 (sh) S 11342 11342 11015 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19051785 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11365/statm: 1339 232 193 169 0 50 0
[pid=11366] ppid=11365 vsize=14256 CPUtime=829.84
/proc/11366/stat : 11366 (minisat) R 11365 11342 11015 0 -1 4194304 3289 0 0 0 82976 8 0 0 25 0 1 0 19051785 14598144 3275 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11366/statm: 3564 3275 75 150 0 3411 0
Current children cumulated CPU time (s) 831.36
Current children cumulated vsize (KiB) 36480

[startup+841.506 s]
/proc/loadavg: 2.09 2.06 1.90 3/77 11475
/proc/meminfo: memFree=774136/2055920 swapFree=4192956/4192956
[pid=11342] ppid=11340 vsize=16868 CPUtime=1.52
/proc/11342/stat : 11342 (sugar) S 11340 11342 11015 0 -1 4194304 1376 11947 0 2 6 1 137 8 16 0 1 0 19051624 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11342/statm: 4217 1113 409 3 0 796 0
[pid=11365] ppid=11342 vsize=5356 CPUtime=0
/proc/11365/stat : 11365 (sh) S 11342 11342 11015 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19051785 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11365/statm: 1339 232 193 169 0 50 0
[pid=11366] ppid=11365 vsize=14256 CPUtime=833.04
/proc/11366/stat : 11366 (minisat) R 11365 11342 11015 0 -1 4194304 3289 0 0 0 83296 8 0 0 25 0 1 0 19051785 14598144 3275 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11366/statm: 3564 3275 75 150 0 3411 0
Current children cumulated CPU time (s) 834.56
Current children cumulated vsize (KiB) 36480

[startup+843.101 s]
/proc/loadavg: 2.09 2.06 1.90 3/77 11475
/proc/meminfo: memFree=774136/2055920 swapFree=4192956/4192956
[pid=11342] ppid=11340 vsize=16868 CPUtime=1.52
/proc/11342/stat : 11342 (sugar) S 11340 11342 11015 0 -1 4194304 1376 11947 0 2 6 1 137 8 16 0 1 0 19051624 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11342/statm: 4217 1113 409 3 0 796 0
[pid=11365] ppid=11342 vsize=5356 CPUtime=0
/proc/11365/stat : 11365 (sh) S 11342 11342 11015 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19051785 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11365/statm: 1339 232 193 169 0 50 0
[pid=11366] ppid=11365 vsize=14256 CPUtime=834.64
/proc/11366/stat : 11366 (minisat) R 11365 11342 11015 0 -1 4194304 3289 0 0 0 83456 8 0 0 25 0 1 0 19051785 14598144 3275 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11366/statm: 3564 3275 75 150 0 3411 0
Current children cumulated CPU time (s) 836.16
Current children cumulated vsize (KiB) 36480

[startup+843.901 s]
/proc/loadavg: 2.08 2.06 1.90 3/77 11475
/proc/meminfo: memFree=774136/2055920 swapFree=4192956/4192956
[pid=11342] ppid=11340 vsize=16868 CPUtime=1.52
/proc/11342/stat : 11342 (sugar) S 11340 11342 11015 0 -1 4194304 1376 11947 0 2 6 1 137 8 16 0 1 0 19051624 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11342/statm: 4217 1113 409 3 0 796 0
[pid=11365] ppid=11342 vsize=5356 CPUtime=0
/proc/11365/stat : 11365 (sh) S 11342 11342 11015 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19051785 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11365/statm: 1339 232 193 169 0 50 0
[pid=11366] ppid=11365 vsize=14256 CPUtime=835.44
/proc/11366/stat : 11366 (minisat) R 11365 11342 11015 0 -1 4194304 3289 0 0 0 83536 8 0 0 25 0 1 0 19051785 14598144 3275 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11366/statm: 3564 3275 75 150 0 3411 0
Current children cumulated CPU time (s) 836.96
Current children cumulated vsize (KiB) 36480

[startup+844.703 s]
/proc/loadavg: 2.08 2.06 1.90 3/77 11475
/proc/meminfo: memFree=774136/2055920 swapFree=4192956/4192956
[pid=11342] ppid=11340 vsize=16868 CPUtime=1.52
/proc/11342/stat : 11342 (sugar) S 11340 11342 11015 0 -1 4194304 1376 11947 0 2 6 1 137 8 16 0 1 0 19051624 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11342/statm: 4217 1113 409 3 0 796 0
[pid=11365] ppid=11342 vsize=5356 CPUtime=0
/proc/11365/stat : 11365 (sh) S 11342 11342 11015 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19051785 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11365/statm: 1339 232 193 169 0 50 0
[pid=11366] ppid=11365 vsize=14256 CPUtime=836.24
/proc/11366/stat : 11366 (minisat) R 11365 11342 11015 0 -1 4194304 3289 0 0 0 83616 8 0 0 25 0 1 0 19051785 14598144 3275 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11366/statm: 3564 3275 75 150 0 3411 0
Current children cumulated CPU time (s) 837.76
Current children cumulated vsize (KiB) 36480

[startup+845.103 s]
/proc/loadavg: 2.08 2.06 1.90 3/77 11475
/proc/meminfo: memFree=774136/2055920 swapFree=4192956/4192956
[pid=11342] ppid=11340 vsize=16868 CPUtime=838.15
/proc/11342/stat : 11342 (sugar) S 11340 11342 11015 0 -1 4194304 1430 15530 0 2 6 1 83791 17 16 0 1 0 19051624 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11342/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 838.15
Current children cumulated vsize (KiB) 16868

[startup+845.203 s]
/proc/loadavg: 2.08 2.06 1.90 3/77 11475
/proc/meminfo: memFree=774136/2055920 swapFree=4192956/4192956
[pid=11342] ppid=11340 vsize=16868 CPUtime=838.15
/proc/11342/stat : 11342 (sugar) S 11340 11342 11015 0 -1 4194304 1449 15530 0 2 6 1 83791 17 16 0 1 0 19051624 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11342/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 838.15
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 845.26
CPU time (s): 838.309
CPU user time (s): 838.083
CPU system time (s): 0.225965
CPU usage (%): 99.1777
Max. virtual memory (cumulated for all children) (KiB): 886664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 838.083
system time used= 0.225965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20817
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= 1660
involuntary context switches= 17014

runsolver used 1.01385 second user time and 2.83657 second system time

The end

Launcher Data

Begin job on node32 at 2009-07-11 15:44:11
IDJOB=2057970
IDBENCH=53428
IDSOLVER=739
FILE ID=node32/2057970-1247319851
PBS_JOBID= 9506564
Free space on /tmp= 66364 MiB

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

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

MD5SUM BENCH= 1cb34d25203138afe46792c1f92dd025
RANDOM SEED=258425715

node32.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.236
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.236
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:        794992 kB
Buffers:         62440 kB
Cached:        1097436 kB
SwapCached:          0 kB
Active:         109952 kB
Inactive:      1077624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        794992 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1424 kB
Writeback:           0 kB
Mapped:          39188 kB
Slab:            58252 kB
Committed_AS:   147424 kB
PageTables:       1964 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66360 MiB
End job on node32 at 2009-07-11 15:58:17