Trace number 2092147

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+minisatSAT 904.736 905.649

General information on the benchmark

Namecsp/tightness0.8/
normalized-rand-2-40-80-103-800-52_ext.xml
MD5SUM518f122a0f289c859513203eb0c2ab6c
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.17506
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints103
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension103
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 Sun Jul 12 13:10:53 2009
0.06/0.08	c 0	PID 27245
0.06/0.08	c 0	HOST node42.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2092147-1247397052.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-2092147-1247397052.xml' 'HOME/temp.csp'
0.06/0.63	c 0	1 domains, 40 variables, 0 predicates, 103 relations, 103 constraints
0.06/0.66	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.66	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.59/0.74	c 0	Parsing HOME/temp.csp
1.41/1.52	c 1	parsed 247 expressions
1.41/1.53	c 1	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.41/1.53	c 1	Converting to clausal form CSP
1.41/1.55	c 1	converted 25 (10%) expressions
1.41/1.56	c 1	converted 50 (20%) expressions
1.41/1.57	c 1	converted 75 (30%) expressions
1.41/1.58	c 1	converted 99 (40%) expressions
1.41/1.58	c 1	converted 124 (50%) expressions
1.50/1.62	c 1	converted 149 (60%) expressions
1.50/1.68	c 1	converted 173 (70%) expressions
1.71/1.89	c 1	converted 198 (80%) expressions
1.80/1.99	c 1	converted 223 (90%) expressions
1.90/2.06	c 2	converted 247 (100%) expressions
1.90/2.06	c 2	CSP : 40 integers, 0 booleans, 103 clauses, largest domain size 80
1.90/2.07	c 2	Heap : 25 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.90/2.07	c 2	Propagation in CSP
1.90/2.07	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.90/2.07	c 2	CSP : 40 integers, 0 booleans, 103 clauses, largest domain size 80
1.90/2.07	c 2	Heap : 25 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.90/2.07	c 2	Simplifing CSP by introducing new Boolean variables
1.90/2.07	c 2	CSP : 40 integers, 0 booleans, 103 clauses, largest domain size 80
1.90/2.07	c 2	Heap : 25 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.00/2.17	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.00/2.18	c 2	4 (10%) CSP integer variables are encoded (312 clauses, 3284 bytes)
2.00/2.18	c 2	8 (20%) CSP integer variables are encoded (624 clauses, 6716 bytes)
2.00/2.19	c 2	12 (30%) CSP integer variables are encoded (936 clauses, 10148 bytes)
2.00/2.19	c 2	16 (40%) CSP integer variables are encoded (1248 clauses, 14103 bytes)
2.00/2.19	c 2	20 (50%) CSP integer variables are encoded (1560 clauses, 18159 bytes)
2.00/2.19	c 2	24 (60%) CSP integer variables are encoded (1872 clauses, 22215 bytes)
2.00/2.19	c 2	28 (70%) CSP integer variables are encoded (2184 clauses, 26271 bytes)
2.00/2.19	c 2	32 (80%) CSP integer variables are encoded (2496 clauses, 30327 bytes)
2.00/2.19	c 2	36 (90%) CSP integer variables are encoded (2808 clauses, 34383 bytes)
2.00/2.19	c 2	40 (100%) CSP integer variables are encoded (3120 clauses, 38439 bytes)
2.19/2.32	c 2	11 (10%) CSP clauses are encoded (14666 clauses, 265731 bytes)
2.29/2.40	c 2	21 (20%) CSP clauses are encoded (25130 clauses, 485411 bytes)
2.29/2.48	c 2	31 (30%) CSP clauses are encoded (35531 clauses, 700375 bytes)
2.40/2.56	c 2	42 (40%) CSP clauses are encoded (47036 clauses, 944495 bytes)
2.49/2.64	c 2	52 (50%) CSP clauses are encoded (57431 clauses, 1176185 bytes)
2.60/2.71	c 2	62 (60%) CSP clauses are encoded (67718 clauses, 1414745 bytes)
2.70/2.80	c 2	73 (70%) CSP clauses are encoded (79265 clauses, 1682753 bytes)
2.70/2.87	c 2	83 (80%) CSP clauses are encoded (89658 clauses, 1923926 bytes)
2.79/2.95	c 2	93 (90%) CSP clauses are encoded (100093 clauses, 2165904 bytes)
2.89/3.03	c 2	103 (100%) CSP clauses are encoded (110569 clauses, 2409047 bytes)
2.89/3.03	c 2	103 CSP clauses encoded
2.89/3.03	c 2	Writing map file : HOME/temp.map
2.89/3.03	c 3	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.89/3.03	c 3	SAT : 3160 SAT variables, 110569 SAT clauses, 2409047 bytes
2.89/3.03	c 3	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.89/3.07	c 3	SOLVING HOME/temp.cnf
2.89/3.07	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.89/3.07	c 3	This is MiniSat 2.0 beta
2.89/3.08	c 3	WARNING: for repeatability, setting FPU to use double precision
2.89/3.08	c 3	============================[ Problem Statistics ]=============================
2.89/3.08	c 3	|                                                                             |
2.89/3.08	c 3	|  Number of variables:  3160                                                 |
2.89/3.08	c 3	|  Number of clauses:    110569                                               |
2.96/3.14	c 3	|  Parsing time:         0.06         s                                       |
2.96/3.14	c 3	============================[ Search Statistics ]==============================
2.96/3.14	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.96/3.14	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.96/3.14	c 3	===============================================================================
2.96/3.14	c 3	|         0 |    3160   110569   420404 |    36856        0    nan |  0.000 % |
2.96/3.19	c 3	|       100 |    3160   110569   420404 |    40541      100     14 |  0.000 % |
3.07/3.25	c 3	|       250 |    3160   110569   420404 |    44596      250     12 |  0.001 % |
3.17/3.34	c 3	|       475 |    3160   110569   420404 |    49055      475     12 |  0.001 % |
3.27/3.42	c 3	|       812 |    3160   110569   420404 |    53961      812     12 |  0.001 % |
3.37/3.56	c 3	|      1319 |    3160   110569   420404 |    59357     1319     14 |  0.001 % |
3.67/3.83	c 3	|      2078 |    3160   110569   420404 |    65293     2078     15 |  0.000 % |
3.97/4.16	c 4	|      3218 |    3160   110569   420404 |    71822     3218     15 |  0.001 % |
4.46/4.69	c 4	|      4926 |    3160   110569   420404 |    79004     4926     14 |  0.001 % |
5.36/5.60	c 5	|      7488 |    3160   110569   420404 |    86905     7488     14 |  0.001 % |
6.75/6.96	c 6	|     11332 |    3160   110569   420404 |    95595    11332     15 |  0.001 % |
9.14/9.34	c 9	|     17098 |    3160   110569   420404 |   105155    17098     15 |  0.001 % |
13.11/13.32	c 13	|     25747 |    3160   110569   420404 |   115670    25747     15 |  0.001 % |
19.98/20.20	c 20	|     38723 |    3160   110569   420404 |   127238    38723     15 |  0.001 % |
32.22/32.57	c 32	|     58184 |    3160   110569   420404 |   139961    58184     15 |  0.000 % |
57.68/58.16	c 58	|     87378 |    3160   110569   420404 |   153958    87378     15 |  0.002 % |
88.74/89.37	c 89	|    131167 |    3158   110387   419846 |   169353    69165     17 |  0.063 % |
147.22/147.87	c 147	|    196851 |    3158   110387   419846 |   186289   134849     18 |  0.064 % |
232.09/232.77	c 232	|    295377 |    3158   110387   419846 |   204918    67265     18 |  0.064 % |
355.73/356.48	c 356	|    443166 |    3156   110260   419427 |   225409   116158     16 |  0.127 % |
575.63/576.46	c 576	|    664849 |    3156   110260   419427 |   247950   132490     19 |  0.127 % |
904.48/905.47	c 905	===============================================================================
904.48/905.47	c 905	restarts              : 21
904.48/905.47	c 905	conflicts             : 955442         (1060 /sec)
904.48/905.47	c 905	decisions             : 1319095        (1.59 % random) (1463 /sec)
904.48/905.47	c 905	propagations          : 194793486      (216088 /sec)
904.48/905.47	c 905	conflict literals     : 18113984       (45.84 % deleted)
904.48/905.47	c 905	Memory used           : 37.10 MB
904.48/905.47	c 905	CPU time              : 901.455 s
904.48/905.47	c 905	
904.48/905.47	c 905	SATISFIABLE
904.48/905.48	c 905	DECODING HOME/temp.out WITH HOME/temp.map
904.48/905.48	c 905	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'
904.57/905.56	c 905	Decoding HOME/temp.out
904.57/905.60	s SATISFIABLE
904.58/905.60	v 20 53 76 20 64 51 35 25 43 24 61 45 0 26 56 22 37 1 5 58 52 2 7 50 76 52 0 13 19 6 23 79 71 79 42 46 57 60 59 67
904.58/905.62	c 905	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
904.58/905.64	c 905	CPU 904.71 (0.06 0.02 904.3 0.33)
904.58/905.64	c 905	END Sun Jul 12 13:25:58 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2092147-1247397052/watcher-2092147-1247397052 -o /tmp/evaluation-result-2092147-1247397052/solver-2092147-1247397052 -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-2092147-1247397052.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.00 2.02 2.00 4/84 27245
/proc/meminfo: memFree=1724792/2055920 swapFree=4192812/4192956
[pid=27245] ppid=27243 vsize=12000 CPUtime=0
/proc/27245/stat : 27245 (sugar) R 27243 27245 26405 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 26769168 12288000 176 996147200 4194304 4206940 548682068608 18446744073709551615 259435017800 0 0 4224 0 0 0 0 17 1 0 0
/proc/27245/statm: 3000 176 137 3 0 100 0

[startup+0.0784661 s]
/proc/loadavg: 2.00 2.02 2.00 4/84 27245
/proc/meminfo: memFree=1724792/2055920 swapFree=4192812/4192956
[pid=27245] ppid=27243 vsize=16740 CPUtime=0.06
/proc/27245/stat : 27245 (sugar) R 27243 27245 26405 0 -1 4194304 1105 0 0 0 5 1 0 0 18 0 1 0 26769168 17141760 1073 996147200 4194304 4206940 548682068608 18446744073709551615 259434840506 0 0 4224 0 0 0 0 17 1 0 0
/proc/27245/statm: 4185 1073 380 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101469 s]
/proc/loadavg: 2.00 2.02 2.00 4/84 27245
/proc/meminfo: memFree=1724792/2055920 swapFree=4192812/4192956
[pid=27245] ppid=27243 vsize=16868 CPUtime=0.06
/proc/27245/stat : 27245 (sugar) S 27243 27245 26405 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26769168 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27245/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301505 s]
/proc/loadavg: 2.00 2.02 2.00 4/84 27245
/proc/meminfo: memFree=1724792/2055920 swapFree=4192812/4192956
[pid=27245] ppid=27243 vsize=16868 CPUtime=0.06
/proc/27245/stat : 27245 (sugar) S 27243 27245 26405 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26769168 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27245/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701579 s]
/proc/loadavg: 2.00 2.02 2.00 4/84 27245
/proc/meminfo: memFree=1724792/2055920 swapFree=4192812/4192956
[pid=27245] ppid=27243 vsize=16868 CPUtime=0.59
/proc/27245/stat : 27245 (sugar) S 27243 27245 26405 0 -1 4194304 1292 5208 0 1 5 1 48 5 16 0 1 0 26769168 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27245/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 16868

[startup+1.50273 s]
/proc/loadavg: 2.00 2.02 2.00 4/95 27267
/proc/meminfo: memFree=1710944/2055920 swapFree=4192812/4192956
[pid=27245] ppid=27243 vsize=16868 CPUtime=0.59
/proc/27245/stat : 27245 (sugar) S 27243 27245 26405 0 -1 4194304 1309 5208 0 1 5 1 48 5 15 0 1 0 26769168 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27245/statm: 4217 1111 409 3 0 796 0
[pid=27258] ppid=27245 vsize=5356 CPUtime=0
/proc/27258/stat : 27258 (sh) S 27245 27245 26405 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26769234 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27258/statm: 1339 233 193 169 0 50 0
[pid=27259] ppid=27258 vsize=862284 CPUtime=0.82
/proc/27259/stat : 27259 (java) S 27258 27245 26405 0 -1 0 7467 0 1 0 78 4 0 0 18 0 9 0 26769235 882978816 6739 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27259/statm: 215571 6739 2158 9 0 210484 0
[pid=27259/tid=27260] ppid=27258 vsize=862284 CPUtime=0.47
/proc/27259/task/27260/stat : 27260 (java) R 27258 27245 26405 0 -1 64 2034 0 1 0 47 0 0 0 23 0 9 0 26769235 882978816 6739 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27259/tid=27261] ppid=27258 vsize=862284 CPUtime=0.28
/proc/27259/task/27261/stat : 27261 (java) R 27258 27245 26405 0 -1 64 4424 0 0 0 26 2 0 0 16 0 9 0 26769237 882978816 6739 996147200 134512640 134550932 4294955936 18446744073709551615 102768242 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27259/tid=27262] ppid=27258 vsize=862284 CPUtime=0
/proc/27259/task/27262/stat : 27262 (java) S 27258 27245 26405 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26769237 882978816 6739 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27259/tid=27263] ppid=27258 vsize=862284 CPUtime=0
/proc/27259/task/27263/stat : 27263 (java) S 27258 27245 26405 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 26769237 882978816 6739 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27259/tid=27264] ppid=27258 vsize=862284 CPUtime=0
/proc/27259/task/27264/stat : 27264 (java) S 27258 27245 26405 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 26769239 882978816 6739 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27259/tid=27265] ppid=27258 vsize=862284 CPUtime=0.03
/proc/27259/task/27265/stat : 27265 (java) S 27258 27245 26405 0 -1 64 306 0 0 0 3 0 0 0 17 0 9 0 26769239 882978816 6739 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27259/tid=27266] ppid=27258 vsize=862284 CPUtime=0
/proc/27259/task/27266/stat : 27266 (java) S 27258 27245 26405 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 26769239 882978816 6739 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27259/tid=27267] ppid=27258 vsize=862284 CPUtime=0
/proc/27259/task/27267/stat : 27267 (java) R 27258 27245 26405 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26769239 882978816 6739 996147200 134512640 134550932 4294955936 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) 884508

[startup+3.10302 s]
/proc/loadavg: 2.08 2.04 2.01 4/95 27267
/proc/meminfo: memFree=1685600/2055920 swapFree=4192812/4192956
[pid=27245] ppid=27243 vsize=16868 CPUtime=2.96
/proc/27245/stat : 27245 (sugar) S 27243 27245 26405 0 -1 4194304 1376 17594 0 2 5 2 274 15 16 0 1 0 26769168 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27245/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 16868

[startup+6.30262 s]
/proc/loadavg: 2.08 2.04 2.01 3/87 27269
/proc/meminfo: memFree=1710368/2055920 swapFree=4192812/4192956
[pid=27245] ppid=27243 vsize=16868 CPUtime=2.96
/proc/27245/stat : 27245 (sugar) S 27243 27245 26405 0 -1 4194304 1376 17594 0 2 5 2 274 15 16 0 1 0 26769168 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27245/statm: 4217 1113 409 3 0 796 0
[pid=27268] ppid=27245 vsize=5356 CPUtime=0
/proc/27268/stat : 27268 (sh) S 27245 27245 26405 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26769475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27268/statm: 1339 232 193 169 0 50 0
[pid=27269] ppid=27268 vsize=8540 CPUtime=3.19
/proc/27269/stat : 27269 (minisat) R 27268 27245 26405 0 -1 4194304 2015 0 0 0 318 1 0 0 25 0 1 0 26769476 8744960 2001 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/27269/statm: 2135 2001 75 150 0 1982 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 30764

[startup+12.7018 s]
/proc/loadavg: 2.07 2.04 2.00 3/87 27269
/proc/meminfo: memFree=1708768/2055920 swapFree=4192812/4192956
[pid=27245] ppid=27243 vsize=16868 CPUtime=2.96
/proc/27245/stat : 27245 (sugar) S 27243 27245 26405 0 -1 4194304 1376 17594 0 2 5 2 274 15 16 0 1 0 26769168 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27245/statm: 4217 1113 409 3 0 796 0
[pid=27268] ppid=27245 vsize=5356 CPUtime=0
/proc/27268/stat : 27268 (sh) S 27245 27245 26405 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26769475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27268/statm: 1339 232 193 169 0 50 0
[pid=27269] ppid=27268 vsize=9924 CPUtime=9.56
/proc/27269/stat : 27269 (minisat) R 27268 27245 26405 0 -1 4194304 2354 0 0 0 954 2 0 0 25 0 1 0 26769476 10162176 2340 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 1 0 0
/proc/27269/statm: 2481 2340 75 150 0 2328 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 32148

[startup+25.5012 s]
/proc/loadavg: 2.06 2.04 2.00 3/87 27269
/proc/meminfo: memFree=1706528/2055920 swapFree=4192812/4192956
[pid=27245] ppid=27243 vsize=16868 CPUtime=2.96
/proc/27245/stat : 27245 (sugar) S 27243 27245 26405 0 -1 4194304 1376 17594 0 2 5 2 274 15 16 0 1 0 26769168 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27245/statm: 4217 1113 409 3 0 796 0
[pid=27268] ppid=27245 vsize=5356 CPUtime=0
/proc/27268/stat : 27268 (sh) S 27245 27245 26405 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26769475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27268/statm: 1339 232 193 169 0 50 0
[pid=27269] ppid=27268 vsize=12148 CPUtime=22.29
/proc/27269/stat : 27269 (minisat) R 27268 27245 26405 0 -1 4194304 2895 0 0 0 2227 2 0 0 25 0 1 0 26769476 12439552 2881 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27269/statm: 3037 2881 75 150 0 2884 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 34372

[startup+51.1029 s]
/proc/loadavg: 2.04 2.03 2.00 3/87 27269
/proc/meminfo: memFree=1677024/2055920 swapFree=4192812/4192956
[pid=27245] ppid=27243 vsize=16868 CPUtime=2.96
/proc/27245/stat : 27245 (sugar) S 27243 27245 26405 0 -1 4194304 1376 17594 0 2 5 2 274 15 16 0 1 0 26769168 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27245/statm: 4217 1113 409 3 0 796 0
[pid=27268] ppid=27245 vsize=5356 CPUtime=0
/proc/27268/stat : 27268 (sh) S 27245 27245 26405 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26769475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27268/statm: 1339 232 193 169 0 50 0
[pid=27269] ppid=27268 vsize=15112 CPUtime=47.75
/proc/27269/stat : 27269 (minisat) R 27268 27245 26405 0 -1 4194304 3647 0 0 0 4772 3 0 0 25 0 1 0 26769476 15474688 3633 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/27269/statm: 3778 3633 75 150 0 3625 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 37336

[startup+102.306 s]
/proc/loadavg: 2.01 2.02 2.00 4/84 27310
/proc/meminfo: memFree=1742648/2055920 swapFree=4192812/4192956
[pid=27245] ppid=27243 vsize=16868 CPUtime=2.96
/proc/27245/stat : 27245 (sugar) S 27243 27245 26405 0 -1 4194304 1376 17594 0 2 5 2 274 15 16 0 1 0 26769168 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27245/statm: 4217 1113 409 3 0 796 0
[pid=27268] ppid=27245 vsize=5356 CPUtime=0
/proc/27268/stat : 27268 (sh) S 27245 27245 26405 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26769475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27268/statm: 1339 232 193 169 0 50 0
[pid=27269] ppid=27268 vsize=17412 CPUtime=98.79
/proc/27269/stat : 27269 (minisat) R 27268 27245 26405 0 -1 4194304 4182 0 0 0 9873 6 0 0 25 0 1 0 26769476 17829888 4168 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 0 0 0
/proc/27269/statm: 4353 4168 75 150 0 4200 0
Current children cumulated CPU time (s) 101.75
Current children cumulated vsize (KiB) 39636

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 27310
/proc/meminfo: memFree=1736248/2055920 swapFree=4192812/4192956
[pid=27245] ppid=27243 vsize=16868 CPUtime=2.96
/proc/27245/stat : 27245 (sugar) S 27243 27245 26405 0 -1 4194304 1376 17594 0 2 5 2 274 15 16 0 1 0 26769168 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27245/statm: 4217 1113 409 3 0 796 0
[pid=27268] ppid=27245 vsize=5356 CPUtime=0
/proc/27268/stat : 27268 (sh) S 27245 27245 26405 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26769475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27268/statm: 1339 232 193 169 0 50 0
[pid=27269] ppid=27268 vsize=23956 CPUtime=158.75
/proc/27269/stat : 27269 (minisat) R 27268 27245 26405 0 -1 4194304 5811 0 0 0 15867 8 0 0 25 0 1 0 26769476 24530944 5797 996147200 134512640 135127466 4294956256 18446744073709551615 134528074 0 0 4096 3 0 0 0 17 0 0 0
/proc/27269/statm: 5989 5797 75 150 0 5836 0
Current children cumulated CPU time (s) 161.71
Current children cumulated vsize (KiB) 46180

[startup+222.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 27310
/proc/meminfo: memFree=1732088/2055920 swapFree=4192812/4192956
[pid=27245] ppid=27243 vsize=16868 CPUtime=2.96
/proc/27245/stat : 27245 (sugar) S 27243 27245 26405 0 -1 4194304 1376 17594 0 2 5 2 274 15 16 0 1 0 26769168 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27245/statm: 4217 1113 409 3 0 796 0
[pid=27268] ppid=27245 vsize=5356 CPUtime=0
/proc/27268/stat : 27268 (sh) S 27245 27245 26405 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26769475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27268/statm: 1339 232 193 169 0 50 0
[pid=27269] ppid=27268 vsize=27832 CPUtime=218.73
/proc/27269/stat : 27269 (minisat) R 27268 27245 26405 0 -1 4194304 6806 0 0 0 21863 10 0 0 25 0 1 0 26769476 28499968 6792 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27269/statm: 6958 6792 75 150 0 6805 0
Current children cumulated CPU time (s) 221.69
Current children cumulated vsize (KiB) 50056


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


[startup+702.302 s]
/proc/loadavg: 2.50 2.17 2.04 3/84 27310
/proc/meminfo: memFree=1726328/2055920 swapFree=4192812/4192956
[pid=27245] ppid=27243 vsize=16868 CPUtime=2.96
/proc/27245/stat : 27245 (sugar) S 27243 27245 26405 0 -1 4194304 1376 17594 0 2 5 2 274 15 16 0 1 0 26769168 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27245/statm: 4217 1113 409 3 0 796 0
[pid=27268] ppid=27245 vsize=5356 CPUtime=0
/proc/27268/stat : 27268 (sh) S 27245 27245 26405 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26769475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27268/statm: 1339 232 193 169 0 50 0
[pid=27269] ppid=27268 vsize=33616 CPUtime=698.51
/proc/27269/stat : 27269 (minisat) R 27268 27245 26405 0 -1 4194304 8163 0 0 0 69839 12 0 0 25 0 1 0 26769476 34422784 8149 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 0 0 0
/proc/27269/statm: 8404 8149 75 150 0 8251 0
Current children cumulated CPU time (s) 701.47
Current children cumulated vsize (KiB) 55840

[startup+762.307 s]
/proc/loadavg: 2.33 2.19 2.06 3/84 27310
/proc/meminfo: memFree=1723064/2055920 swapFree=4192812/4192956
[pid=27245] ppid=27243 vsize=16868 CPUtime=2.96
/proc/27245/stat : 27245 (sugar) S 27243 27245 26405 0 -1 4194304 1376 17594 0 2 5 2 274 15 16 0 1 0 26769168 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27245/statm: 4217 1113 409 3 0 796 0
[pid=27268] ppid=27245 vsize=5356 CPUtime=0
/proc/27268/stat : 27268 (sh) S 27245 27245 26405 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26769475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27268/statm: 1339 232 193 169 0 50 0
[pid=27269] ppid=27268 vsize=36804 CPUtime=758.48
/proc/27269/stat : 27269 (minisat) R 27268 27245 26405 0 -1 4194304 8953 0 0 0 75835 13 0 0 25 0 1 0 26769476 37687296 8939 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27269/statm: 9201 8939 75 150 0 9048 0
Current children cumulated CPU time (s) 761.44
Current children cumulated vsize (KiB) 59028

[startup+822.302 s]
/proc/loadavg: 2.16 2.17 2.06 3/84 27310
/proc/meminfo: memFree=1721912/2055920 swapFree=4192812/4192956
[pid=27245] ppid=27243 vsize=16868 CPUtime=2.96
/proc/27245/stat : 27245 (sugar) S 27243 27245 26405 0 -1 4194304 1376 17594 0 2 5 2 274 15 16 0 1 0 26769168 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27245/statm: 4217 1113 409 3 0 796 0
[pid=27268] ppid=27245 vsize=5356 CPUtime=0
/proc/27268/stat : 27268 (sh) S 27245 27245 26405 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26769475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27268/statm: 1339 232 193 169 0 50 0
[pid=27269] ppid=27268 vsize=37824 CPUtime=818.45
/proc/27269/stat : 27269 (minisat) R 27268 27245 26405 0 -1 4194304 9209 0 0 0 81832 13 0 0 25 0 1 0 26769476 38731776 9195 996147200 134512640 135127466 4294956256 18446744073709551615 134530809 0 0 4096 3 0 0 0 17 0 0 0
/proc/27269/statm: 9456 9195 75 150 0 9303 0
Current children cumulated CPU time (s) 821.41
Current children cumulated vsize (KiB) 60048

[startup+882.302 s]
/proc/loadavg: 2.06 2.13 2.05 3/84 27310
/proc/meminfo: memFree=1721720/2055920 swapFree=4192812/4192956
[pid=27245] ppid=27243 vsize=16868 CPUtime=2.96
/proc/27245/stat : 27245 (sugar) S 27243 27245 26405 0 -1 4194304 1376 17594 0 2 5 2 274 15 16 0 1 0 26769168 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27245/statm: 4217 1113 409 3 0 796 0
[pid=27268] ppid=27245 vsize=5356 CPUtime=0
/proc/27268/stat : 27268 (sh) S 27245 27245 26405 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26769475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27268/statm: 1339 232 193 169 0 50 0
[pid=27269] ppid=27268 vsize=37988 CPUtime=878.43
/proc/27269/stat : 27269 (minisat) R 27268 27245 26405 0 -1 4194304 9251 0 0 0 87829 14 0 0 25 0 1 0 26769476 38899712 9237 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27269/statm: 9497 9237 75 150 0 9344 0
Current children cumulated CPU time (s) 881.39
Current children cumulated vsize (KiB) 60212

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

[startup+883.102 s]
/proc/loadavg: 2.06 2.13 2.05 3/84 27310
/proc/meminfo: memFree=1721720/2055920 swapFree=4192812/4192956
[pid=27245] ppid=27243 vsize=16868 CPUtime=2.96
/proc/27245/stat : 27245 (sugar) S 27243 27245 26405 0 -1 4194304 1376 17594 0 2 5 2 274 15 16 0 1 0 26769168 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27245/statm: 4217 1113 409 3 0 796 0
[pid=27268] ppid=27245 vsize=5356 CPUtime=0
/proc/27268/stat : 27268 (sh) S 27245 27245 26405 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26769475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27268/statm: 1339 232 193 169 0 50 0
[pid=27269] ppid=27268 vsize=37988 CPUtime=879.23
/proc/27269/stat : 27269 (minisat) R 27268 27245 26405 0 -1 4194304 9251 0 0 0 87909 14 0 0 25 0 1 0 26769476 38899712 9237 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27269/statm: 9497 9237 75 150 0 9344 0
Current children cumulated CPU time (s) 882.19
Current children cumulated vsize (KiB) 60212

[startup+895.901 s]
/proc/loadavg: 2.05 2.13 2.05 3/84 27310
/proc/meminfo: memFree=1721720/2055920 swapFree=4192812/4192956
[pid=27245] ppid=27243 vsize=16868 CPUtime=2.96
/proc/27245/stat : 27245 (sugar) S 27243 27245 26405 0 -1 4194304 1376 17594 0 2 5 2 274 15 16 0 1 0 26769168 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27245/statm: 4217 1113 409 3 0 796 0
[pid=27268] ppid=27245 vsize=5356 CPUtime=0
/proc/27268/stat : 27268 (sh) S 27245 27245 26405 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26769475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27268/statm: 1339 232 193 169 0 50 0
[pid=27269] ppid=27268 vsize=37988 CPUtime=892.02
/proc/27269/stat : 27269 (minisat) R 27268 27245 26405 0 -1 4194304 9254 0 0 0 89188 14 0 0 25 0 1 0 26769476 38899712 9240 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27269/statm: 9497 9240 75 150 0 9344 0
Current children cumulated CPU time (s) 894.98
Current children cumulated vsize (KiB) 60212

[startup+902.302 s]
/proc/loadavg: 2.04 2.12 2.05 3/84 27310
/proc/meminfo: memFree=1721720/2055920 swapFree=4192812/4192956
[pid=27245] ppid=27243 vsize=16868 CPUtime=2.96
/proc/27245/stat : 27245 (sugar) S 27243 27245 26405 0 -1 4194304 1376 17594 0 2 5 2 274 15 16 0 1 0 26769168 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27245/statm: 4217 1113 409 3 0 796 0
[pid=27268] ppid=27245 vsize=5356 CPUtime=0
/proc/27268/stat : 27268 (sh) S 27245 27245 26405 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26769475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27268/statm: 1339 232 193 169 0 50 0
[pid=27269] ppid=27268 vsize=37988 CPUtime=898.42
/proc/27269/stat : 27269 (minisat) R 27268 27245 26405 0 -1 4194304 9255 0 0 0 89828 14 0 0 25 0 1 0 26769476 38899712 9241 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27269/statm: 9497 9241 75 150 0 9344 0
Current children cumulated CPU time (s) 901.38
Current children cumulated vsize (KiB) 60212

[startup+903.902 s]
/proc/loadavg: 2.04 2.12 2.05 3/84 27310
/proc/meminfo: memFree=1721720/2055920 swapFree=4192812/4192956
[pid=27245] ppid=27243 vsize=16868 CPUtime=2.96
/proc/27245/stat : 27245 (sugar) S 27243 27245 26405 0 -1 4194304 1376 17594 0 2 5 2 274 15 16 0 1 0 26769168 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27245/statm: 4217 1113 409 3 0 796 0
[pid=27268] ppid=27245 vsize=5356 CPUtime=0
/proc/27268/stat : 27268 (sh) S 27245 27245 26405 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26769475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27268/statm: 1339 232 193 169 0 50 0
[pid=27269] ppid=27268 vsize=37988 CPUtime=900.02
/proc/27269/stat : 27269 (minisat) R 27268 27245 26405 0 -1 4194304 9255 0 0 0 89988 14 0 0 25 0 1 0 26769476 38899712 9241 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27269/statm: 9497 9241 75 150 0 9344 0
Current children cumulated CPU time (s) 902.98
Current children cumulated vsize (KiB) 60212

[startup+904.702 s]
/proc/loadavg: 2.04 2.12 2.05 3/84 27310
/proc/meminfo: memFree=1721720/2055920 swapFree=4192812/4192956
[pid=27245] ppid=27243 vsize=16868 CPUtime=2.96
/proc/27245/stat : 27245 (sugar) S 27243 27245 26405 0 -1 4194304 1376 17594 0 2 5 2 274 15 16 0 1 0 26769168 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27245/statm: 4217 1113 409 3 0 796 0
[pid=27268] ppid=27245 vsize=5356 CPUtime=0
/proc/27268/stat : 27268 (sh) S 27245 27245 26405 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26769475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27268/statm: 1339 232 193 169 0 50 0
[pid=27269] ppid=27268 vsize=37988 CPUtime=900.82
/proc/27269/stat : 27269 (minisat) R 27268 27245 26405 0 -1 4194304 9255 0 0 0 90068 14 0 0 25 0 1 0 26769476 38899712 9241 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27269/statm: 9497 9241 75 150 0 9344 0
Current children cumulated CPU time (s) 903.78
Current children cumulated vsize (KiB) 60212

[startup+905.102 s]
/proc/loadavg: 2.04 2.12 2.05 3/84 27310
/proc/meminfo: memFree=1721720/2055920 swapFree=4192812/4192956
[pid=27245] ppid=27243 vsize=16868 CPUtime=2.96
/proc/27245/stat : 27245 (sugar) S 27243 27245 26405 0 -1 4194304 1376 17594 0 2 5 2 274 15 16 0 1 0 26769168 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27245/statm: 4217 1113 409 3 0 796 0
[pid=27268] ppid=27245 vsize=5356 CPUtime=0
/proc/27268/stat : 27268 (sh) S 27245 27245 26405 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26769475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27268/statm: 1339 232 193 169 0 50 0
[pid=27269] ppid=27268 vsize=37988 CPUtime=901.22
/proc/27269/stat : 27269 (minisat) R 27268 27245 26405 0 -1 4194304 9255 0 0 0 90108 14 0 0 25 0 1 0 26769476 38899712 9241 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27269/statm: 9497 9241 75 150 0 9344 0
Current children cumulated CPU time (s) 904.18
Current children cumulated vsize (KiB) 60212

[startup+905.502 s]
/proc/loadavg: 2.04 2.12 2.05 3/84 27310
/proc/meminfo: memFree=1721720/2055920 swapFree=4192812/4192956
[pid=27245] ppid=27243 vsize=16868 CPUtime=904.57
/proc/27245/stat : 27245 (sugar) S 27243 27245 26405 0 -1 4194304 1430 27144 0 2 5 2 90420 30 17 0 1 0 26769168 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27245/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 904.57
Current children cumulated vsize (KiB) 16868

[startup+905.602 s]
/proc/loadavg: 2.04 2.12 2.05 3/84 27310
/proc/meminfo: memFree=1721720/2055920 swapFree=4192812/4192956
[pid=27245] ppid=27243 vsize=16868 CPUtime=904.58
/proc/27245/stat : 27245 (sugar) S 27243 27245 26405 0 -1 4194304 1449 27144 0 2 6 2 90420 30 16 0 1 0 26769168 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27245/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 904.58
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 905.649
CPU time (s): 904.736
CPU user time (s): 904.37
CPU system time (s): 0.365944
CPU usage (%): 99.8992
Max. virtual memory (cumulated for all children) (KiB): 886712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 904.371
system time used= 0.365944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32426
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= 2685
involuntary context switches= 6077

runsolver used 1.00585 second user time and 2.47862 second system time

The end

Launcher Data

Begin job on node42 at 2009-07-12 13:10:52
IDJOB=2092147
IDBENCH=60276
IDSOLVER=739
FILE ID=node42/2092147-1247397052
PBS_JOBID= 9507409
Free space on /tmp= 66308 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/tightness0.8/normalized-rand-2-40-80-103-800-52_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-2092147-1247397052/watcher-2092147-1247397052 -o /tmp/evaluation-result-2092147-1247397052/solver-2092147-1247397052 -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-2092147-1247397052.xml

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

MD5SUM BENCH= 518f122a0f289c859513203eb0c2ab6c
RANDOM SEED=902663939

node42.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.283
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.283
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:       1725272 kB
Buffers:         36212 kB
Cached:         151128 kB
SwapCached:          0 kB
Active:         177708 kB
Inactive:       104392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1725272 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4636 kB
Writeback:           0 kB
Mapped:         110412 kB
Slab:            33712 kB
Committed_AS:   903104 kB
PageTables:       1924 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= 66288 MiB
End job on node42 at 2009-07-12 13:25:58