Trace number 1035994

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatUNSAT 792.95 794.106

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.041993
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 (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul  2 01:31:22 2008
0.00/0.04	c 0	PID 32034
0.00/0.05	c 0	HOST node6.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1035994-1214955082.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1035994-1214955082.xml' 'HOME/temp.csp'
0.03/0.66	c 1	4 domains, 112 variables, 0 predicates, 8 relations, 1261 constraints
0.03/0.70	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.70	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.63/0.78	c 1	Parsing HOME/temp.csp
0.63/0.94	c 1	parsed 1385 expressions
0.63/0.94	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.63/0.94	c 1	Converting to clausal form CSP
0.63/0.97	c 1	converted 139 (10%) expressions
0.63/0.99	c 1	converted 277 (20%) expressions
0.91/1.02	c 1	converted 416 (30%) expressions
0.91/1.05	c 1	converted 554 (40%) expressions
0.91/1.07	c 1	converted 693 (50%) expressions
0.91/1.09	c 1	converted 831 (60%) expressions
1.02/1.16	c 2	converted 970 (70%) expressions
1.02/1.18	c 2	converted 1108 (80%) expressions
1.02/1.19	c 2	converted 1247 (90%) expressions
1.11/1.21	c 2	converted 1385 (100%) expressions
1.11/1.21	c 2	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
1.11/1.21	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.11/1.21	c 2	Propagation in CSP
1.11/1.21	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.11/1.21	c 2	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
1.11/1.21	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.11/1.27	c 2	Simplifing CSP by introducing new Boolean variables
1.11/1.28	c 2	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
1.11/1.28	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.21/1.33	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.21/1.34	c 2	12 (10%) CSP integer variables are encoded (176 clauses, 1798 bytes)
1.21/1.34	c 2	23 (20%) CSP integer variables are encoded (399 clauses, 4251 bytes)
1.21/1.35	c 2	34 (30%) CSP integer variables are encoded (601 clauses, 6473 bytes)
1.21/1.35	c 2	45 (40%) CSP integer variables are encoded (803 clauses, 8695 bytes)
1.21/1.35	c 2	56 (50%) CSP integer variables are encoded (1026 clauses, 11303 bytes)
1.21/1.35	c 2	68 (60%) CSP integer variables are encoded (1254 clauses, 14267 bytes)
1.21/1.35	c 2	79 (70%) CSP integer variables are encoded (1456 clauses, 16893 bytes)
1.21/1.35	c 2	90 (80%) CSP integer variables are encoded (1616 clauses, 18973 bytes)
1.21/1.35	c 2	101 (90%) CSP integer variables are encoded (1748 clauses, 20689 bytes)
1.21/1.35	c 2	112 (100%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.31/1.41	c 2	127 (10%) CSP clauses are encoded (2700 clauses, 35211 bytes)
1.31/1.44	c 2	253 (20%) CSP clauses are encoded (4192 clauses, 60550 bytes)
1.31/1.47	c 2	379 (30%) CSP clauses are encoded (5850 clauses, 92249 bytes)
1.41/1.50	c 2	505 (40%) CSP clauses are encoded (7534 clauses, 123697 bytes)
1.41/1.53	c 2	631 (50%) CSP clauses are encoded (9122 clauses, 153541 bytes)
1.41/1.57	c 2	757 (60%) CSP clauses are encoded (10758 clauses, 184825 bytes)
1.41/1.59	c 2	883 (70%) CSP clauses are encoded (12304 clauses, 213823 bytes)
1.51/1.63	c 2	1009 (80%) CSP clauses are encoded (13960 clauses, 245657 bytes)
1.51/1.65	c 2	1135 (90%) CSP clauses are encoded (15744 clauses, 281461 bytes)
1.51/1.68	c 2	1261 (100%) CSP clauses are encoded (17532 clauses, 317541 bytes)
1.51/1.68	c 2	1261 CSP clauses encoded
1.51/1.68	c 2	Writing map file : HOME/temp.map
1.51/1.68	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.51/1.68	c 2	SAT : 1990 SAT variables, 17532 SAT clauses, 317541 bytes
1.51/1.68	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.51/1.69	c 2	SOLVING HOME/temp.cnf
1.51/1.69	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.62/1.70	c 2	This is MiniSat 2.0 beta
1.62/1.70	c 2	WARNING: for repeatability, setting FPU to use double precision
1.62/1.70	c 2	============================[ Problem Statistics ]=============================
1.62/1.70	c 2	|                                                                             |
1.62/1.70	c 2	|  Number of variables:  1990                                                 |
1.62/1.70	c 2	|  Number of clauses:    17532                                                |
1.62/1.71	c 2	|  Parsing time:         0.01         s                                       |
1.62/1.71	c 2	============================[ Search Statistics ]==============================
1.62/1.71	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.62/1.71	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.62/1.71	c 2	===============================================================================
1.62/1.71	c 2	|         0 |    1888    15423    50626 |     5141        0    nan |  0.000 % |
1.62/1.71	c 2	|       102 |    1888    15423    50626 |     5655      102     10 |  5.127 % |
1.62/1.72	c 2	|       253 |    1888    15423    50626 |     6220      253     10 |  5.128 % |
1.62/1.73	c 2	|       478 |    1888    15423    50626 |     6842      478     12 |  5.128 % |
1.62/1.75	c 2	|       816 |    1888    15423    50626 |     7526      816     13 |  5.127 % |
1.62/1.77	c 2	|      1322 |    1888    15423    50626 |     8279     1322     14 |  5.127 % |
1.62/1.82	c 2	|      2081 |    1888    15423    50626 |     9107     2081     17 |  5.127 % |
1.62/1.89	c 2	|      3221 |    1888    15423    50626 |    10018     3221     18 |  5.127 % |
1.62/1.99	c 2	|      4929 |    1884    15382    50538 |    11020     4927     18 |  5.328 % |
2.01/2.19	c 3	|      7491 |    1884    15382    50538 |    12122     7489     20 |  5.328 % |
2.30/2.48	c 3	|     11336 |    1884    15382    50538 |    13334    11334     20 |  5.328 % |
2.90/3.03	c 3	|     17102 |    1884    15382    50538 |    14667    10100     21 |  5.328 % |
3.59/3.74	c 4	|     25752 |    1884    15382    50538 |    16134    11201     18 |  5.328 % |
4.68/4.89	c 5	|     38728 |    1884    15382    50538 |    17748    15775     21 |  5.328 % |
6.56/6.79	c 7	|     58189 |    1884    15382    50538 |    19522    16970     18 |  5.328 % |
9.83/10.09	c 10	|     87382 |    1884    15382    50538 |    21475    16122     20 |  5.329 % |
15.18/15.45	c 16	|    131171 |    1884    15382    50538 |    23622    15829     19 |  5.329 % |
24.09/24.49	c 25	|    196856 |    1884    15382    50538 |    25985    20905     21 |  5.329 % |
39.34/39.83	c 40	|    295382 |    1884    15382    50538 |    28583    26369     23 |  5.329 % |
61.25/61.91	c 62	|    443172 |    1876    15325    50412 |    31441    26081     17 |  5.730 % |
92.83/93.52	c 94	|    664855 |    1874    15314    50384 |    34586    19480     18 |  5.831 % |
146.60/147.38	c 148	|    997382 |    1874    15314    50384 |    38044    31841     19 |  5.831 % |
229.66/230.48	c 231	|   1496170 |    1874    15314    50384 |    41849    24578     22 |  5.831 % |
362.39/363.24	c 364	|   2244352 |    1865    15230    50148 |    46034    42395     18 |  6.283 % |
581.70/582.62	c 583	|   3366626 |    1865    15230    50148 |    50637    24802     17 |  6.282 % |
792.90/793.93	c 794	===============================================================================
792.90/793.93	c 794	restarts              : 25
792.90/793.93	c 794	conflicts             : 4355618        (5504 /sec)
792.90/793.93	c 794	decisions             : 8066363        (1.43 % random) (10194 /sec)
792.90/793.93	c 794	propagations          : 392733562      (496321 /sec)
792.90/793.93	c 794	conflict literals     : 82861317       (29.90 % deleted)
792.90/793.93	c 794	Memory used           : 13.93 MB
792.90/793.93	c 794	CPU time              : 791.289 s
792.90/793.93	c 794	
792.90/793.93	c 794	UNSATISFIABLE
792.90/793.94	c 794	DECODING HOME/temp.out WITH HOME/temp.map
792.90/793.94	c 794	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
792.95/794.02	c 794	Decoding HOME/temp.out
792.95/794.06	s UNSATISFIABLE
792.95/794.06	c 794	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
792.95/794.10	c 794	CPU 792.91 (0.03 0.01 792.88 0.15)
792.95/794.10	c 794	END Wed Jul  2 01:44:36 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1035994-1214955082/watcher-1035994-1214955082 -o /tmp/evaluation-result-1035994-1214955082/solver-1035994-1214955082 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1035994-1214955082.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 1.99 1.91 4/72 32034
/proc/meminfo: memFree=1505832/2055924 swapFree=4180432/4192956
[pid=32034] ppid=32032 vsize=12268 CPUtime=0
/proc/32034/stat : 32034 (sugar) R 32032 32034 31442 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1974483515 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 268583008869 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/32034/statm: 3067 316 241 3 0 167 0

[startup+0.092642 s]
/proc/loadavg: 2.00 1.99 1.91 4/72 32034
/proc/meminfo: memFree=1505832/2055924 swapFree=4180432/4192956
[pid=32034] ppid=32032 vsize=13600 CPUtime=0.03
/proc/32034/stat : 32034 (sugar) S 32032 32034 31442 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1974483515 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32034/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102639 s]
/proc/loadavg: 2.00 1.99 1.91 4/72 32034
/proc/meminfo: memFree=1505832/2055924 swapFree=4180432/4192956
[pid=32034] ppid=32032 vsize=13600 CPUtime=0.03
/proc/32034/stat : 32034 (sugar) S 32032 32034 31442 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1974483515 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32034/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302675 s]
/proc/loadavg: 2.00 1.99 1.91 4/72 32034
/proc/meminfo: memFree=1505832/2055924 swapFree=4180432/4192956
[pid=32034] ppid=32032 vsize=13600 CPUtime=0.03
/proc/32034/stat : 32034 (sugar) S 32032 32034 31442 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1974483515 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32034/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702758 s]
/proc/loadavg: 2.00 1.99 1.91 4/72 32034
/proc/meminfo: memFree=1505832/2055924 swapFree=4180432/4192956
[pid=32034] ppid=32032 vsize=13600 CPUtime=0.63
/proc/32034/stat : 32034 (sugar) S 32032 32034 31442 0 -1 4194304 956 4724 0 1 3 0 57 3 16 0 1 0 1974483515 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32034/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 13600

[startup+1.50192 s]
/proc/loadavg: 2.00 1.99 1.91 4/83 32056
/proc/meminfo: memFree=1497296/2055924 swapFree=4180432/4192956
[pid=32034] ppid=32032 vsize=13600 CPUtime=0.63
/proc/32034/stat : 32034 (sugar) S 32032 32034 31442 0 -1 4194304 974 4724 0 1 3 0 57 3 15 0 1 0 1974483515 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32034/statm: 3400 797 370 3 0 500 0
[pid=32047] ppid=32034 vsize=5356 CPUtime=0
/proc/32047/stat : 32047 (sh) S 32034 32034 31442 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1974483585 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32047/statm: 1339 233 193 169 0 50 0
[pid=32048] ppid=32047 vsize=864244 CPUtime=0.78
/proc/32048/stat : 32048 (java) S 32047 32034 31442 0 -1 0 6786 0 1 0 74 4 0 0 18 0 9 0 1974483585 884985856 6013 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32048/statm: 216061 6013 2565 9 0 210608 0
[pid=32048/tid=32049] ppid=32047 vsize=864244 CPUtime=0.4
/proc/32048/task/32049/stat : 32049 (java) R 32047 32034 31442 0 -1 64 2710 0 1 0 38 2 0 0 18 0 9 0 1974483586 884985856 6013 996147200 134512640 134550740 4294955952 18446744073709551615 4126554711 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32048/tid=32050] ppid=32047 vsize=864244 CPUtime=0.23
/proc/32048/task/32050/stat : 32050 (java) S 32047 32034 31442 0 -1 64 3019 0 0 0 23 0 0 0 16 0 9 0 1974483587 884985856 6013 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32048/tid=32051] ppid=32047 vsize=864244 CPUtime=0
/proc/32048/task/32051/stat : 32051 (java) S 32047 32034 31442 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1974483587 884985856 6013 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32048/tid=32052] ppid=32047 vsize=864244 CPUtime=0
/proc/32048/task/32052/stat : 32052 (java) S 32047 32034 31442 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1974483587 884985856 6013 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32048/tid=32053] ppid=32047 vsize=864244 CPUtime=0
/proc/32048/task/32053/stat : 32053 (java) S 32047 32034 31442 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1974483589 884985856 6013 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32048/tid=32054] ppid=32047 vsize=864244 CPUtime=0.12
/proc/32048/task/32054/stat : 32054 (java) S 32047 32034 31442 0 -1 64 363 0 0 0 12 0 0 0 16 0 9 0 1974483589 884985856 6013 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32048/tid=32055] ppid=32047 vsize=864244 CPUtime=0
/proc/32048/task/32055/stat : 32055 (java) S 32047 32034 31442 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1974483589 884985856 6013 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32048/tid=32056] ppid=32047 vsize=864244 CPUtime=0
/proc/32048/task/32056/stat : 32056 (java) S 32047 32034 31442 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1974483589 884985856 6013 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 883200

[startup+3.10123 s]
/proc/loadavg: 2.00 1.99 1.91 3/75 32058
/proc/meminfo: memFree=1501200/2055924 swapFree=4180432/4192956
[pid=32034] ppid=32032 vsize=13600 CPUtime=1.62
/proc/32034/stat : 32034 (sugar) S 32032 32034 31442 0 -1 4194304 1031 11851 0 2 3 1 150 8 15 0 1 0 1974483515 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32034/statm: 3400 798 370 3 0 500 0
[pid=32057] ppid=32034 vsize=5356 CPUtime=0
/proc/32057/stat : 32057 (sh) S 32034 32034 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974483684 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32057/statm: 1339 232 193 169 0 50 0
[pid=32058] ppid=32057 vsize=4340 CPUtime=1.38
/proc/32058/stat : 32058 (minisat) R 32057 32034 31442 0 -1 4194304 809 0 0 0 138 0 0 0 25 0 1 0 1974483685 4444160 795 996147200 134512640 135127466 4294956272 18446744073709551615 134528270 0 0 4096 3 0 0 0 17 1 0 0
/proc/32058/statm: 1085 795 75 150 0 932 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 23296

[startup+6.30186 s]
/proc/loadavg: 2.00 1.99 1.91 3/75 32058
/proc/meminfo: memFree=1499344/2055924 swapFree=4180432/4192956
[pid=32034] ppid=32032 vsize=13600 CPUtime=1.62
/proc/32034/stat : 32034 (sugar) S 32032 32034 31442 0 -1 4194304 1031 11851 0 2 3 1 150 8 16 0 1 0 1974483515 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32034/statm: 3400 798 370 3 0 500 0
[pid=32057] ppid=32034 vsize=5356 CPUtime=0
/proc/32057/stat : 32057 (sh) S 32034 32034 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974483684 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32057/statm: 1339 232 193 169 0 50 0
[pid=32058] ppid=32057 vsize=5212 CPUtime=4.55
/proc/32058/stat : 32058 (minisat) R 32057 32034 31442 0 -1 4194304 1015 0 0 0 455 0 0 0 25 0 1 0 1974483685 5337088 1001 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32058/statm: 1303 1001 75 150 0 1150 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 24168

[startup+12.7011 s]
/proc/loadavg: 2.00 1.99 1.91 3/75 32058
/proc/meminfo: memFree=1498640/2055924 swapFree=4180432/4192956
[pid=32034] ppid=32032 vsize=13600 CPUtime=1.62
/proc/32034/stat : 32034 (sugar) S 32032 32034 31442 0 -1 4194304 1031 11851 0 2 3 1 150 8 16 0 1 0 1974483515 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32034/statm: 3400 798 370 3 0 500 0
[pid=32057] ppid=32034 vsize=5356 CPUtime=0
/proc/32057/stat : 32057 (sh) S 32034 32034 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974483684 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32057/statm: 1339 232 193 169 0 50 0
[pid=32058] ppid=32057 vsize=5740 CPUtime=10.88
/proc/32058/stat : 32058 (minisat) R 32057 32034 31442 0 -1 4194304 1182 0 0 0 1088 0 0 0 25 0 1 0 1974483685 5877760 1168 996147200 134512640 135127466 4294956272 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/32058/statm: 1435 1168 75 150 0 1282 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 24696

[startup+25.5026 s]
/proc/loadavg: 2.00 1.99 1.91 3/75 32058
/proc/meminfo: memFree=1497616/2055924 swapFree=4180432/4192956
[pid=32034] ppid=32032 vsize=13600 CPUtime=1.62
/proc/32034/stat : 32034 (sugar) S 32032 32034 31442 0 -1 4194304 1031 11851 0 2 3 1 150 8 16 0 1 0 1974483515 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32034/statm: 3400 798 370 3 0 500 0
[pid=32057] ppid=32034 vsize=5356 CPUtime=0
/proc/32057/stat : 32057 (sh) S 32034 32034 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974483684 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32057/statm: 1339 232 193 169 0 50 0
[pid=32058] ppid=32057 vsize=6804 CPUtime=23.56
/proc/32058/stat : 32058 (minisat) R 32057 32034 31442 0 -1 4194304 1451 0 0 0 2356 0 0 0 25 0 1 0 1974483685 6967296 1437 996147200 134512640 135127466 4294956272 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/32058/statm: 1701 1437 75 150 0 1548 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 25760

[startup+51.1027 s]
/proc/loadavg: 2.00 1.99 1.91 3/75 32058
/proc/meminfo: memFree=1496720/2055924 swapFree=4180432/4192956
[pid=32034] ppid=32032 vsize=13600 CPUtime=1.62
/proc/32034/stat : 32034 (sugar) S 32032 32034 31442 0 -1 4194304 1031 11851 0 2 3 1 150 8 16 0 1 0 1974483515 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32034/statm: 3400 798 370 3 0 500 0
[pid=32057] ppid=32034 vsize=5356 CPUtime=0
/proc/32057/stat : 32057 (sh) S 32034 32034 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974483684 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32057/statm: 1339 232 193 169 0 50 0
[pid=32058] ppid=32057 vsize=7900 CPUtime=48.93
/proc/32058/stat : 32058 (minisat) R 32057 32034 31442 0 -1 4194304 1711 0 0 0 4892 1 0 0 25 0 1 0 1974483685 8089600 1697 996147200 134512640 135127466 4294956272 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/32058/statm: 1975 1697 75 150 0 1822 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 26856

[startup+102.307 s]
/proc/loadavg: 2.06 2.00 1.92 3/76 32087
/proc/meminfo: memFree=1486408/2055924 swapFree=4180432/4192956
[pid=32034] ppid=32032 vsize=13600 CPUtime=1.62
/proc/32034/stat : 32034 (sugar) S 32032 32034 31442 0 -1 4194304 1031 11851 0 2 3 1 150 8 16 0 1 0 1974483515 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32034/statm: 3400 798 370 3 0 500 0
[pid=32057] ppid=32034 vsize=5356 CPUtime=0
/proc/32057/stat : 32057 (sh) S 32034 32034 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974483684 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32057/statm: 1339 232 193 169 0 50 0
[pid=32058] ppid=32057 vsize=9096 CPUtime=100
/proc/32058/stat : 32058 (minisat) R 32057 32034 31442 0 -1 4194304 2017 0 0 0 9999 1 0 0 25 0 1 0 1974483685 9314304 2003 996147200 134512640 135127466 4294956272 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 0 0 0
/proc/32058/statm: 2274 2003 75 150 0 2121 0
Current children cumulated CPU time (s) 101.62
Current children cumulated vsize (KiB) 28052

[startup+162.302 s]
/proc/loadavg: 2.07 2.01 1.93 3/76 32087
/proc/meminfo: memFree=1485000/2055924 swapFree=4180432/4192956
[pid=32034] ppid=32032 vsize=13600 CPUtime=1.62
/proc/32034/stat : 32034 (sugar) S 32032 32034 31442 0 -1 4194304 1031 11851 0 2 3 1 150 8 16 0 1 0 1974483515 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32034/statm: 3400 798 370 3 0 500 0
[pid=32057] ppid=32034 vsize=5356 CPUtime=0
/proc/32057/stat : 32057 (sh) S 32034 32034 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974483684 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32057/statm: 1339 232 193 169 0 50 0
[pid=32058] ppid=32057 vsize=10552 CPUtime=159.97
/proc/32058/stat : 32058 (minisat) R 32057 32034 31442 0 -1 4194304 2353 0 0 0 15995 2 0 0 25 0 1 0 1974483685 10805248 2339 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/32058/statm: 2638 2339 75 150 0 2485 0
Current children cumulated CPU time (s) 161.59
Current children cumulated vsize (KiB) 29508

[startup+222.301 s]
/proc/loadavg: 2.07 2.02 1.93 3/76 32087
/proc/meminfo: memFree=1484744/2055924 swapFree=4180432/4192956
[pid=32034] ppid=32032 vsize=13600 CPUtime=1.62
/proc/32034/stat : 32034 (sugar) S 32032 32034 31442 0 -1 4194304 1031 11851 0 2 3 1 150 8 16 0 1 0 1974483515 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32034/statm: 3400 798 370 3 0 500 0
[pid=32057] ppid=32034 vsize=5356 CPUtime=0
/proc/32057/stat : 32057 (sh) S 32034 32034 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974483684 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/32034/stat : 32034 (sugar) S 32032 32034 31442 0 -1 4194304 1031 11851 0 2 3 1 150 8 16 0 1 0 1974483515 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32034/statm: 3400 798 370 3 0 500 0
[pid=32057] ppid=32034 vsize=5356 CPUtime=0
/proc/32057/stat : 32057 (sh) S 32034 32034 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974483684 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32057/statm: 1339 232 193 169 0 50 0
[pid=32058] ppid=32057 vsize=14256 CPUtime=759.69
/proc/32058/stat : 32058 (minisat) R 32057 32034 31442 0 -1 4194304 3279 0 0 0 75966 3 0 0 25 0 1 0 1974483685 14598144 3265 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/32058/statm: 3564 3265 75 150 0 3411 0
Current children cumulated CPU time (s) 761.31
Current children cumulated vsize (KiB) 33212

[startup+794.002 s]
/proc/loadavg: 2.13 2.07 1.98 3/76 32089
/proc/meminfo: memFree=1481032/2055924 swapFree=4180432/4192956
[pid=32034] ppid=32032 vsize=13600 CPUtime=792.95
/proc/32034/stat : 32034 (sugar) S 32032 32034 31442 0 -1 4194304 1070 15434 0 2 3 1 79279 12 17 0 1 0 1974483515 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32034/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 792.95
Current children cumulated vsize (KiB) 13600

# WARNING:
# current cumulated CPU time (0 s) is less than in the last sample (792.95 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (792.95 s) to the 'lost time'.

[startup+794.102 s]
/proc/loadavg: 2.13 2.07 1.98 2/84 32099
/proc/meminfo: memFree=1489096/2055924 swapFree=4180432/4192956
[pid=32034] ppid=-1 vsize=0 CPUtime=0
/proc/32034/stat : -- couldn't open stat file --/proc/32034/statm: 906 83 62 8 0 46 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0

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

[startup+767.903 s]
/proc/loadavg: 2.08 2.06 1.98 3/76 32089
/proc/meminfo: memFree=1481096/2055924 swapFree=4180432/4192956
[pid=32034] ppid=32032 vsize=13600 CPUtime=1.62
/proc/32034/stat : 32034 (sugar) S 32032 32034 31442 0 -1 4194304 1031 11851 0 2 3 1 150 8 16 0 1 0 1974483515 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32034/statm: 3400 798 370 3 0 500 0
[pid=32057] ppid=32034 vsize=5356 CPUtime=0
/proc/32057/stat : 32057 (sh) S 32034 32034 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974483684 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32057/statm: 1339 232 193 169 0 50 0
[pid=32058] ppid=32057 vsize=14256 CPUtime=765.29
/proc/32058/stat : 32058 (minisat) R 32057 32034 31442 0 -1 4194304 3279 0 0 0 76526 3 0 0 25 0 1 0 1974483685 14598144 3265 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/32058/statm: 3564 3265 75 150 0 3411 0
Current children cumulated CPU time (s) 766.91
Current children cumulated vsize (KiB) 33212

[startup+780.701 s]
/proc/loadavg: 2.07 2.06 1.98 3/76 32089
/proc/meminfo: memFree=1481032/2055924 swapFree=4180432/4192956
[pid=32034] ppid=32032 vsize=13600 CPUtime=1.62
/proc/32034/stat : 32034 (sugar) S 32032 32034 31442 0 -1 4194304 1031 11851 0 2 3 1 150 8 16 0 1 0 1974483515 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32034/statm: 3400 798 370 3 0 500 0
[pid=32057] ppid=32034 vsize=5356 CPUtime=0
/proc/32057/stat : 32057 (sh) S 32034 32034 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974483684 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32057/statm: 1339 232 193 169 0 50 0
[pid=32058] ppid=32057 vsize=14256 CPUtime=778.08
/proc/32058/stat : 32058 (minisat) R 32057 32034 31442 0 -1 4194304 3289 0 0 0 77805 3 0 0 25 0 1 0 1974483685 14598144 3275 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/32058/statm: 3564 3275 75 150 0 3411 0
Current children cumulated CPU time (s) 779.7
Current children cumulated vsize (KiB) 33212

[startup+787.101 s]
/proc/loadavg: 2.06 2.06 1.98 3/76 32089
/proc/meminfo: memFree=1481032/2055924 swapFree=4180432/4192956
[pid=32034] ppid=32032 vsize=13600 CPUtime=1.62
/proc/32034/stat : 32034 (sugar) S 32032 32034 31442 0 -1 4194304 1031 11851 0 2 3 1 150 8 16 0 1 0 1974483515 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32034/statm: 3400 798 370 3 0 500 0
[pid=32057] ppid=32034 vsize=5356 CPUtime=0
/proc/32057/stat : 32057 (sh) S 32034 32034 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974483684 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32057/statm: 1339 232 193 169 0 50 0
[pid=32058] ppid=32057 vsize=14256 CPUtime=784.48
/proc/32058/stat : 32058 (minisat) R 32057 32034 31442 0 -1 4194304 3289 0 0 0 78445 3 0 0 25 0 1 0 1974483685 14598144 3275 996147200 134512640 135127466 4294956272 18446744073709551615 134530809 0 0 4096 3 0 0 0 17 0 0 0
/proc/32058/statm: 3564 3275 75 150 0 3411 0
Current children cumulated CPU time (s) 786.1
Current children cumulated vsize (KiB) 33212

[startup+790.302 s]
/proc/loadavg: 2.06 2.05 1.98 3/76 32089
/proc/meminfo: memFree=1481032/2055924 swapFree=4180432/4192956
[pid=32034] ppid=32032 vsize=13600 CPUtime=1.62
/proc/32034/stat : 32034 (sugar) S 32032 32034 31442 0 -1 4194304 1031 11851 0 2 3 1 150 8 16 0 1 0 1974483515 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32034/statm: 3400 798 370 3 0 500 0
[pid=32057] ppid=32034 vsize=5356 CPUtime=0
/proc/32057/stat : 32057 (sh) S 32034 32034 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974483684 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32057/statm: 1339 232 193 169 0 50 0
[pid=32058] ppid=32057 vsize=14256 CPUtime=787.68
/proc/32058/stat : 32058 (minisat) R 32057 32034 31442 0 -1 4194304 3289 0 0 0 78765 3 0 0 25 0 1 0 1974483685 14598144 3275 996147200 134512640 135127466 4294956272 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/32058/statm: 3564 3275 75 150 0 3411 0
Current children cumulated CPU time (s) 789.3
Current children cumulated vsize (KiB) 33212

[startup+791.901 s]
/proc/loadavg: 2.13 2.07 1.98 3/76 32089
/proc/meminfo: memFree=1481032/2055924 swapFree=4180432/4192956
[pid=32034] ppid=32032 vsize=13600 CPUtime=1.62
/proc/32034/stat : 32034 (sugar) S 32032 32034 31442 0 -1 4194304 1031 11851 0 2 3 1 150 8 16 0 1 0 1974483515 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32034/statm: 3400 798 370 3 0 500 0
[pid=32057] ppid=32034 vsize=5356 CPUtime=0
/proc/32057/stat : 32057 (sh) S 32034 32034 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974483684 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32057/statm: 1339 232 193 169 0 50 0
[pid=32058] ppid=32057 vsize=14256 CPUtime=789.28
/proc/32058/stat : 32058 (minisat) R 32057 32034 31442 0 -1 4194304 3289 0 0 0 78925 3 0 0 25 0 1 0 1974483685 14598144 3275 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/32058/statm: 3564 3275 75 150 0 3411 0
Current children cumulated CPU time (s) 790.9
Current children cumulated vsize (KiB) 33212

[startup+793.503 s]
/proc/loadavg: 2.13 2.07 1.98 3/76 32089
/proc/meminfo: memFree=1481032/2055924 swapFree=4180432/4192956
[pid=32034] ppid=32032 vsize=13600 CPUtime=1.62
/proc/32034/stat : 32034 (sugar) S 32032 32034 31442 0 -1 4194304 1031 11851 0 2 3 1 150 8 16 0 1 0 1974483515 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32034/statm: 3400 798 370 3 0 500 0
[pid=32057] ppid=32034 vsize=5356 CPUtime=0
/proc/32057/stat : 32057 (sh) S 32034 32034 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974483684 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32057/statm: 1339 232 193 169 0 50 0
[pid=32058] ppid=32057 vsize=14256 CPUtime=790.88
/proc/32058/stat : 32058 (minisat) R 32057 32034 31442 0 -1 4194304 3289 0 0 0 79085 3 0 0 25 0 1 0 1974483685 14598144 3275 996147200 134512640 135127466 4294956272 18446744073709551615 134530730 0 0 4096 3 0 0 0 17 0 0 0
/proc/32058/statm: 3564 3275 75 150 0 3411 0
Current children cumulated CPU time (s) 792.5
Current children cumulated vsize (KiB) 33212

[startup+793.902 s]
/proc/loadavg: 2.13 2.07 1.98 3/76 32089
/proc/meminfo: memFree=1481032/2055924 swapFree=4180432/4192956
[pid=32034] ppid=32032 vsize=13600 CPUtime=1.62
/proc/32034/stat : 32034 (sugar) S 32032 32034 31442 0 -1 4194304 1031 11851 0 2 3 1 150 8 16 0 1 0 1974483515 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32034/statm: 3400 798 370 3 0 500 0
[pid=32057] ppid=32034 vsize=5356 CPUtime=0
/proc/32057/stat : 32057 (sh) S 32034 32034 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974483684 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32057/statm: 1339 232 193 169 0 50 0
[pid=32058] ppid=32057 vsize=14256 CPUtime=791.28
/proc/32058/stat : 32058 (minisat) R 32057 32034 31442 0 -1 4194304 3289 0 0 0 79125 3 0 0 25 0 1 0 1974483685 14598144 3275 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/32058/statm: 3564 3275 75 150 0 3411 0
Current children cumulated CPU time (s) 792.9
Current children cumulated vsize (KiB) 33212

[startup+794.102 s]
/proc/loadavg: 2.13 2.07 1.98 2/84 32099
/proc/meminfo: memFree=1489096/2055924 swapFree=4180432/4192956
[pid=32034] ppid=-1 vsize=0 CPUtime=0
/proc/32034/stat : -- couldn't open stat file --/proc/32034/statm: 906 83 62 8 0 46 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 32034 and gives
#  childrusage.ru_utime.tv_sec=792
#  childrusage.ru_utime.tv_usec=919457
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=164974
# CPU time returned by wait4() is 793.084
# while last known CPU time is 0
#
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 792.95
#  lost CPU user time (s): 792.82
#  lost CPU system time (s): 0.13

Real time (s): 794.106
CPU time (s): 792.95
CPU user time (s): 792.82
CPU system time (s): 0.13
CPU usage (%): 99.8544
Max. virtual memory (cumulated for all children) (KiB): 883332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 792.919
system time used= 0.164974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20232
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= 1838
involuntary context switches= 5552

runsolver used 0.860869 second user time and 2.09868 second system time

The end

Launcher Data (download as text)

Begin job on node6 at 2008-07-02 01:31:22
IDJOB=1035994
IDBENCH=53428
IDSOLVER=346
FILE ID=node6/1035994-1214955082
PBS_JOBID= 7870321
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/BH-4-7/normalized-BlackHole-4-7-e-0_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1035994-1214955082/watcher-1035994-1214955082 -o /tmp/evaluation-result-1035994-1214955082/solver-1035994-1214955082 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1035994-1214955082.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1cb34d25203138afe46792c1f92dd025
RANDOM SEED=1079306136

node6.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:      2055924 kB
MemFree:       1506312 kB
Buffers:         53876 kB
Cached:         403144 kB
SwapCached:       6536 kB
Active:          59396 kB
Inactive:       411496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1506312 kB
SwapTotal:     4192956 kB
SwapFree:      4180432 kB
Dirty:            1384 kB
Writeback:           0 kB
Mapped:          21352 kB
Slab:            63932 kB
Committed_AS:  3150904 kB
PageTables:       1860 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= 66552 MiB
End job on node6 at 2008-07-02 01:44:36