Trace number 1103222

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 1160.94 1169.77

General information on the benchmark

Namecsp/tightness0.8/
normalized-rand-2-40-80-103-800-40_ext.xml
MD5SUM3ba40c5b262033abed15fee078e4af63
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 benchmark9.37057
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 (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sun Jul  6 01:32:05 2008
0.00/0.04	c 0	PID 3687
0.04/0.05	c 0	HOST node56.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1103222-1215300725.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1103222-1215300725.xml' 'HOME/temp.csp'
0.04/0.80	c 1	1 domains, 40 variables, 0 predicates, 103 relations, 103 constraints
0.04/0.84	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.84	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.76/0.92	c 1	Parsing HOME/temp.csp
1.59/1.76	c 2	parsed 247 expressions
1.59/1.76	c 2	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.59/1.76	c 2	Converting to clausal form CSP
1.59/1.79	c 2	converted 25 (10%) expressions
1.59/1.79	c 2	converted 50 (20%) expressions
1.68/1.81	c 2	converted 75 (30%) expressions
1.68/1.81	c 2	converted 99 (40%) expressions
1.68/1.82	c 2	converted 124 (50%) expressions
1.68/1.86	c 2	converted 149 (60%) expressions
1.79/1.93	c 2	converted 173 (70%) expressions
1.99/2.13	c 2	converted 198 (80%) expressions
2.08/2.23	c 2	converted 223 (90%) expressions
2.17/2.31	c 2	converted 247 (100%) expressions
2.17/2.31	c 2	CSP : 40 integers, 0 booleans, 103 clauses, largest domain size 80
2.17/2.31	c 2	Heap : 27 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.17/2.31	c 2	Propagation in CSP
2.17/2.31	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.17/2.31	c 2	CSP : 40 integers, 0 booleans, 103 clauses, largest domain size 80
2.17/2.31	c 2	Heap : 27 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.17/2.31	c 2	Simplifing CSP by introducing new Boolean variables
2.17/2.32	c 2	CSP : 40 integers, 0 booleans, 103 clauses, largest domain size 80
2.17/2.32	c 2	Heap : 27 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.28/2.41	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.28/2.42	c 2	4 (10%) CSP integer variables are encoded (312 clauses, 3284 bytes)
2.28/2.43	c 2	8 (20%) CSP integer variables are encoded (624 clauses, 6716 bytes)
2.28/2.43	c 2	12 (30%) CSP integer variables are encoded (936 clauses, 10148 bytes)
2.28/2.43	c 2	16 (40%) CSP integer variables are encoded (1248 clauses, 14103 bytes)
2.28/2.43	c 2	20 (50%) CSP integer variables are encoded (1560 clauses, 18159 bytes)
2.28/2.43	c 2	24 (60%) CSP integer variables are encoded (1872 clauses, 22215 bytes)
2.28/2.43	c 2	28 (70%) CSP integer variables are encoded (2184 clauses, 26271 bytes)
2.28/2.44	c 2	32 (80%) CSP integer variables are encoded (2496 clauses, 30327 bytes)
2.28/2.44	c 2	36 (90%) CSP integer variables are encoded (2808 clauses, 34383 bytes)
2.28/2.44	c 2	40 (100%) CSP integer variables are encoded (3120 clauses, 38439 bytes)
2.38/2.56	c 2	11 (10%) CSP clauses are encoded (14684 clauses, 265251 bytes)
2.48/2.64	c 3	21 (20%) CSP clauses are encoded (25018 clauses, 481508 bytes)
2.57/2.72	c 3	31 (30%) CSP clauses are encoded (35437 clauses, 702482 bytes)
2.67/2.80	c 3	42 (40%) CSP clauses are encoded (47033 clauses, 946598 bytes)
2.67/2.88	c 3	52 (50%) CSP clauses are encoded (57430 clauses, 1167310 bytes)
2.77/2.95	c 3	62 (60%) CSP clauses are encoded (67932 clauses, 1404250 bytes)
2.87/3.03	c 3	73 (70%) CSP clauses are encoded (79391 clauses, 1670174 bytes)
2.98/3.11	c 3	83 (80%) CSP clauses are encoded (89817 clauses, 1911972 bytes)
2.98/3.19	c 3	93 (90%) CSP clauses are encoded (100232 clauses, 2153600 bytes)
3.08/3.27	c 3	103 (100%) CSP clauses are encoded (110675 clauses, 2395893 bytes)
3.08/3.27	c 3	103 CSP clauses encoded
3.08/3.27	c 3	Writing map file : HOME/temp.map
3.08/3.27	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.08/3.27	c 3	SAT : 3160 SAT variables, 110675 SAT clauses, 2395893 bytes
3.08/3.27	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.08/3.30	c 3	SOLVING HOME/temp.cnf
3.08/3.30	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.17/3.30	c 3	This is MiniSat 2.0 beta
3.17/3.30	c 3	WARNING: for repeatability, setting FPU to use double precision
3.17/3.30	c 3	============================[ Problem Statistics ]=============================
3.17/3.30	c 3	|                                                                             |
3.17/3.31	c 3	|  Number of variables:  3160                                                 |
3.17/3.31	c 3	|  Number of clauses:    110675                                               |
3.17/3.38	c 3	|  Parsing time:         0.06         s                                       |
3.17/3.38	c 3	============================[ Search Statistics ]==============================
3.17/3.38	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.17/3.38	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.17/3.38	c 3	===============================================================================
3.17/3.38	c 3	|         0 |    3160   110675   420718 |    36891        0    nan |  0.000 % |
3.17/3.43	c 3	|       103 |    3160   110675   420718 |    40580      103     11 |  0.000 % |
3.17/3.49	c 3	|       257 |    3160   110675   420718 |    44638      257     12 |  0.001 % |
3.17/3.57	c 3	|       482 |    3160   110675   420718 |    49102      482     12 |  0.001 % |
3.17/3.70	c 4	|       819 |    3160   110675   420718 |    54013      819     11 |  0.000 % |
3.17/3.85	c 4	|      1326 |    3160   110675   420718 |    59414     1326     10 |  0.001 % |
3.17/4.12	c 4	|      2085 |    3160   110675   420718 |    65355     2085     11 |  0.001 % |
4.24/4.48	c 4	|      3224 |    3160   110675   420718 |    71891     3224     11 |  0.001 % |
4.93/5.13	c 5	|      4933 |    3160   110675   420718 |    79080     4933     12 |  0.001 % |
5.92/6.11	c 6	|      7495 |    3160   110675   420718 |    86988     7495     13 |  0.001 % |
7.21/7.46	c 7	|     11339 |    3160   110675   420718 |    95687    11339     13 |  0.001 % |
9.20/9.45	c 9	|     17105 |    3160   110675   420718 |   105256    17105     13 |  0.001 % |
13.15/13.40	c 13	|     25755 |    3160   110675   420718 |   115781    25755     14 |  0.002 % |
19.10/19.46	c 19	|     38730 |    3160   110675   420718 |   127360    38730     14 |  0.001 % |
30.68/31.13	c 31	|     58191 |    3160   110675   420718 |   140096    58191     14 |  0.001 % |
49.71/50.31	c 50	|     87383 |    3158   110516   420229 |   154105    61066     13 |  0.063 % |
88.14/89.19	c 89	|    131172 |    3152   110081   418706 |   169516    74097     14 |  0.254 % |
147.87/149.43	c 149	|    196856 |    3147   109547   416918 |   186467   102078     14 |  0.412 % |
265.94/268.61	c 269	|    295382 |    3145   109404   416458 |   205114   173432     18 |  0.475 % |
408.39/412.40	c 412	|    443171 |    3132   108266   412153 |   225626    68807     15 |  0.886 % |
691.68/698.42	c 698	|    664854 |    3118   106994   407139 |   248188   171037     17 |  1.329 % |
1132.36/1141.21	c 1141	|    997379 |    3082   103759   394380 |   273007   147249     17 |  2.468 % |
1160.74/1169.65	c 1170	===============================================================================
1160.74/1169.65	c 1170	restarts              : 22
1160.74/1169.65	c 1170	conflicts             : 1014153        (876 /sec)
1160.74/1169.65	c 1170	decisions             : 1358661        (1.66 % random) (1174 /sec)
1160.74/1169.65	c 1170	propagations          : 203213299      (175561 /sec)
1160.74/1169.65	c 1170	conflict literals     : 18654023       (46.96 % deleted)
1160.74/1169.65	c 1170	Memory used           : 37.04 MB
1160.74/1169.65	c 1170	CPU time              : 1157.51 s
1160.74/1169.65	c 1170	
1160.74/1169.65	c 1170	UNSATISFIABLE
1160.74/1169.66	c 1170	DECODING HOME/temp.out WITH HOME/temp.map
1160.74/1169.66	c 1170	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1160.82/1169.74	c 1170	Decoding HOME/temp.out
1160.82/1169.75	s UNSATISFIABLE
1160.82/1169.76	c 1170	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1160.82/1169.76	c 1170	CPU 1160.63 (0.03 0.01 1160.6 0.28)
1160.82/1169.76	c 1170	END Sun Jul  6 01:51:35 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-1103222-1215300725/watcher-1103222-1215300725 -o /tmp/evaluation-result-1103222-1215300725/solver-1103222-1215300725 -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-1103222-1215300725.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 2.00 2.00 4/82 3687
/proc/meminfo: memFree=1678568/2055920 swapFree=4179784/4192956
[pid=3687] ppid=3685 vsize=12268 CPUtime=0
/proc/3687/stat : 3687 (sugar) R 3685 3687 2826 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2009044071 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 250969029221 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/3687/statm: 3067 316 241 3 0 167 0

[startup+0.0503691 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 3687
/proc/meminfo: memFree=1678568/2055920 swapFree=4179784/4192956
[pid=3687] ppid=3685 vsize=13600 CPUtime=0.04
/proc/3687/stat : 3687 (sugar) S 3685 3687 2826 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 2009044071 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3687/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.104804 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 3687
/proc/meminfo: memFree=1678568/2055920 swapFree=4179784/4192956
[pid=3687] ppid=3685 vsize=13600 CPUtime=0.04
/proc/3687/stat : 3687 (sugar) S 3685 3687 2826 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2009044071 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3687/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301097 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 3687
/proc/meminfo: memFree=1678568/2055920 swapFree=4179784/4192956
[pid=3687] ppid=3685 vsize=13600 CPUtime=0.04
/proc/3687/stat : 3687 (sugar) S 3685 3687 2826 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2009044071 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3687/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701171 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 3687
/proc/meminfo: memFree=1678568/2055920 swapFree=4179784/4192956
[pid=3687] ppid=3685 vsize=13600 CPUtime=0.04
/proc/3687/stat : 3687 (sugar) S 3685 3687 2826 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2009044071 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3687/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50231 s]
/proc/loadavg: 2.00 2.00 2.00 4/93 3709
/proc/meminfo: memFree=1670096/2055920 swapFree=4179784/4192956
[pid=3687] ppid=3685 vsize=13600 CPUtime=0.76
/proc/3687/stat : 3687 (sugar) S 3685 3687 2826 0 -1 4194304 973 5140 0 1 3 1 68 4 16 0 1 0 2009044071 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3687/statm: 3400 797 370 3 0 500 0
[pid=3700] ppid=3687 vsize=5356 CPUtime=0
/proc/3700/stat : 3700 (sh) S 3687 3687 2826 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2009044155 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3700/statm: 1339 233 193 169 0 50 0
[pid=3701] ppid=3700 vsize=864012 CPUtime=0.63
/proc/3701/stat : 3701 (java) S 3700 3687 2826 0 -1 0 7000 0 1 0 60 3 0 0 19 0 9 0 2009044155 884748288 6286 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3701/statm: 216003 6286 2532 9 0 210585 0
[pid=3701/tid=3702] ppid=3700 vsize=864012 CPUtime=0.39
/proc/3701/task/3702/stat : 3702 (java) R 3700 3687 2826 0 -1 64 2460 0 1 0 38 1 0 0 22 0 9 0 2009044156 884748288 6286 996147200 134512640 134550740 4294955952 18446744073709551615 4126457904 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3701/tid=3703] ppid=3700 vsize=864012 CPUtime=0.18
/proc/3701/task/3703/stat : 3703 (java) S 3700 3687 2826 0 -1 64 3530 0 0 0 17 1 0 0 16 0 9 0 2009044157 884748288 6286 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3701/tid=3704] ppid=3700 vsize=864012 CPUtime=0
/proc/3701/task/3704/stat : 3704 (java) S 3700 3687 2826 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2009044158 884748288 6286 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3701/tid=3705] ppid=3700 vsize=864012 CPUtime=0
/proc/3701/task/3705/stat : 3705 (java) S 3700 3687 2826 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2009044158 884748288 6286 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3701/tid=3706] ppid=3700 vsize=864012 CPUtime=0
/proc/3701/task/3706/stat : 3706 (java) S 3700 3687 2826 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2009044160 884748288 6286 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3701/tid=3707] ppid=3700 vsize=864012 CPUtime=0.03
/proc/3701/task/3707/stat : 3707 (java) S 3700 3687 2826 0 -1 64 313 0 0 0 3 0 0 0 16 0 9 0 2009044160 884748288 6286 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3701/tid=3708] ppid=3700 vsize=864012 CPUtime=0
/proc/3701/task/3708/stat : 3708 (java) S 3700 3687 2826 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2009044160 884748288 6286 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3701/tid=3709] ppid=3700 vsize=864012 CPUtime=0
/proc/3701/task/3709/stat : 3709 (java) S 3700 3687 2826 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2009044160 884748288 6286 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 882968

[startup+3.1016 s]
/proc/loadavg: 2.00 2.00 2.00 4/93 3709
/proc/meminfo: memFree=1646928/2055920 swapFree=4179784/4192956
[pid=3687] ppid=3685 vsize=13600 CPUtime=0.76
/proc/3687/stat : 3687 (sugar) S 3685 3687 2826 0 -1 4194304 974 5140 0 1 3 1 68 4 15 0 1 0 2009044071 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3687/statm: 3400 797 370 3 0 500 0
[pid=3700] ppid=3687 vsize=5356 CPUtime=0
/proc/3700/stat : 3700 (sh) S 3687 3687 2826 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2009044155 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3700/statm: 1339 233 193 169 0 50 0
[pid=3701] ppid=3700 vsize=864280 CPUtime=2.22
/proc/3701/stat : 3701 (java) S 3700 3687 2826 0 -1 0 11954 0 1 0 216 6 0 0 19 0 9 0 2009044155 885022720 11127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3701/statm: 216070 11127 2564 9 0 210617 0
[pid=3701/tid=3702] ppid=3700 vsize=864280 CPUtime=1.35
/proc/3701/task/3702/stat : 3702 (java) R 3700 3687 2826 0 -1 64 2994 0 1 0 133 2 0 0 23 0 9 0 2009044156 885022720 11127 996147200 134512640 134550740 4294955952 18446744073709551615 103215090 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3701/tid=3703] ppid=3700 vsize=864280 CPUtime=0.74
/proc/3701/task/3703/stat : 3703 (java) S 3700 3687 2826 0 -1 64 7915 0 0 0 72 2 0 0 16 0 9 0 2009044157 885022720 11127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3701/tid=3704] ppid=3700 vsize=864280 CPUtime=0
/proc/3701/task/3704/stat : 3704 (java) S 3700 3687 2826 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2009044158 885022720 11127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3701/tid=3705] ppid=3700 vsize=864280 CPUtime=0
/proc/3701/task/3705/stat : 3705 (java) S 3700 3687 2826 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2009044158 885022720 11127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3701/tid=3706] ppid=3700 vsize=864280 CPUtime=0
/proc/3701/task/3706/stat : 3706 (java) S 3700 3687 2826 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2009044160 885022720 11127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3701/tid=3707] ppid=3700 vsize=864280 CPUtime=0.09
/proc/3701/task/3707/stat : 3707 (java) S 3700 3687 2826 0 -1 64 348 0 0 0 9 0 0 0 16 0 9 0 2009044160 885022720 11127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3701/tid=3708] ppid=3700 vsize=864280 CPUtime=0
/proc/3701/task/3708/stat : 3708 (java) S 3700 3687 2826 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2009044160 885022720 11127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3701/tid=3709] ppid=3700 vsize=864280 CPUtime=0
/proc/3701/task/3709/stat : 3709 (java) S 3700 3687 2826 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2009044160 885022720 11127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 883236

[startup+6.30217 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 3711
/proc/meminfo: memFree=1665232/2055920 swapFree=4179784/4192956
[pid=3687] ppid=3685 vsize=13600 CPUtime=3.17
/proc/3687/stat : 3687 (sugar) S 3685 3687 2826 0 -1 4194304 1031 17409 0 2 3 1 301 12 16 0 1 0 2009044071 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3687/statm: 3400 798 370 3 0 500 0
[pid=3710] ppid=3687 vsize=5356 CPUtime=0
/proc/3710/stat : 3710 (sh) S 3687 3687 2826 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009044401 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3710/statm: 1339 232 193 169 0 50 0
[pid=3711] ppid=3710 vsize=8416 CPUtime=2.95
/proc/3711/stat : 3711 (minisat) R 3710 3687 2826 0 -1 4194304 1979 0 0 0 295 0 0 0 25 0 1 0 2009044402 8617984 1965 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/3711/statm: 2104 1965 75 150 0 1951 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 27372

[startup+12.7023 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 3711
/proc/meminfo: memFree=1663824/2055920 swapFree=4179784/4192956
[pid=3687] ppid=3685 vsize=13600 CPUtime=3.17
/proc/3687/stat : 3687 (sugar) S 3685 3687 2826 0 -1 4194304 1031 17409 0 2 3 1 301 12 16 0 1 0 2009044071 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3687/statm: 3400 798 370 3 0 500 0
[pid=3710] ppid=3687 vsize=5356 CPUtime=0
/proc/3710/stat : 3710 (sh) S 3687 3687 2826 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009044401 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3710/statm: 1339 232 193 169 0 50 0
[pid=3711] ppid=3710 vsize=9808 CPUtime=9.29
/proc/3711/stat : 3711 (minisat) R 3710 3687 2826 0 -1 4194304 2330 0 0 0 928 1 0 0 25 0 1 0 2009044402 10043392 2316 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 1 0 0
/proc/3711/statm: 2452 2316 75 150 0 2299 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 28764

[startup+25.5016 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 3711
/proc/meminfo: memFree=1661584/2055920 swapFree=4179784/4192956
[pid=3687] ppid=3685 vsize=13600 CPUtime=3.17
/proc/3687/stat : 3687 (sugar) S 3685 3687 2826 0 -1 4194304 1031 17409 0 2 3 1 301 12 16 0 1 0 2009044071 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3687/statm: 3400 798 370 3 0 500 0
[pid=3710] ppid=3687 vsize=5356 CPUtime=0
/proc/3710/stat : 3710 (sh) S 3687 3687 2826 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009044401 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3710/statm: 1339 232 193 169 0 50 0
[pid=3711] ppid=3710 vsize=12164 CPUtime=21.96
/proc/3711/stat : 3711 (minisat) R 3710 3687 2826 0 -1 4194304 2918 0 0 0 2195 1 0 0 25 0 1 0 2009044402 12455936 2904 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3711/statm: 3041 2904 75 150 0 2888 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 31120

[startup+51.1011 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 3711
/proc/meminfo: memFree=1660048/2055920 swapFree=4179784/4192956
[pid=3687] ppid=3685 vsize=13600 CPUtime=3.17
/proc/3687/stat : 3687 (sugar) S 3685 3687 2826 0 -1 4194304 1031 17409 0 2 3 1 301 12 16 0 1 0 2009044071 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3687/statm: 3400 798 370 3 0 500 0
[pid=3710] ppid=3687 vsize=5356 CPUtime=0
/proc/3710/stat : 3710 (sh) S 3687 3687 2826 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009044401 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3710/statm: 1339 232 193 169 0 50 0
[pid=3711] ppid=3710 vsize=13736 CPUtime=47.33
/proc/3711/stat : 3711 (minisat) R 3710 3687 2826 0 -1 4194304 3295 0 0 0 4731 2 0 0 25 0 1 0 2009044402 14065664 3281 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/3711/statm: 3434 3281 75 150 0 3281 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 32692

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 3711
/proc/meminfo: memFree=1656336/2055920 swapFree=4179784/4192956
[pid=3687] ppid=3685 vsize=13600 CPUtime=3.17
/proc/3687/stat : 3687 (sugar) S 3685 3687 2826 0 -1 4194304 1031 17409 0 2 3 1 301 12 16 0 1 0 2009044071 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3687/statm: 3400 798 370 3 0 500 0
[pid=3710] ppid=3687 vsize=5356 CPUtime=0
/proc/3710/stat : 3710 (sh) S 3687 3687 2826 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009044401 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3710/statm: 1339 232 193 169 0 50 0
[pid=3711] ppid=3710 vsize=17348 CPUtime=98.05
/proc/3711/stat : 3711 (minisat) R 3710 3687 2826 0 -1 4194304 4190 0 0 0 9802 3 0 0 25 0 1 0 2009044402 17764352 4176 996147200 134512640 135127466 4294956256 18446744073709551615 134527772 0 0 4096 3 0 0 0 17 1 0 0
/proc/3711/statm: 4337 4176 75 150 0 4184 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 36304

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 3711
/proc/meminfo: memFree=1654800/2055920 swapFree=4179784/4192956
[pid=3687] ppid=3685 vsize=13600 CPUtime=3.17
/proc/3687/stat : 3687 (sugar) S 3685 3687 2826 0 -1 4194304 1031 17409 0 2 3 1 301 12 16 0 1 0 2009044071 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3687/statm: 3400 798 370 3 0 500 0
[pid=3710] ppid=3687 vsize=5356 CPUtime=0

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

/proc/3687/statm: 3400 798 370 3 0 500 0
[pid=3710] ppid=3687 vsize=5356 CPUtime=0
/proc/3710/stat : 3710 (sh) S 3687 3687 2826 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009044401 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3710/statm: 1339 232 193 169 0 50 0
[pid=3711] ppid=3710 vsize=37336 CPUtime=930.36
/proc/3711/stat : 3711 (minisat) R 3710 3687 2826 0 -1 4194304 9112 0 0 0 93024 12 0 0 25 0 1 0 2009044402 38232064 9098 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3711/statm: 9334 9098 75 150 0 9181 0
Current children cumulated CPU time (s) 933.53
Current children cumulated vsize (KiB) 56292

[startup+1002.3 s]
/proc/loadavg: 1.22 1.76 1.90 2/68 3836
/proc/meminfo: memFree=1651952/2055920 swapFree=4179784/4192956
[pid=3687] ppid=3685 vsize=13600 CPUtime=3.17
/proc/3687/stat : 3687 (sugar) S 3685 3687 2826 0 -1 4194304 1031 17409 0 2 3 1 301 12 16 0 1 0 2009044071 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3687/statm: 3400 798 370 3 0 500 0
[pid=3710] ppid=3687 vsize=5356 CPUtime=0
/proc/3710/stat : 3710 (sh) S 3687 3687 2826 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009044401 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3710/statm: 1339 232 193 169 0 50 0
[pid=3711] ppid=3710 vsize=37604 CPUtime=990.34
/proc/3711/stat : 3711 (minisat) R 3710 3687 2826 0 -1 4194304 9162 0 0 0 99022 12 0 0 25 0 1 0 2009044402 38506496 9148 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3711/statm: 9401 9148 75 150 0 9248 0
Current children cumulated CPU time (s) 993.51
Current children cumulated vsize (KiB) 56560

[startup+1062.3 s]
/proc/loadavg: 1.08 1.62 1.84 2/68 3836
/proc/meminfo: memFree=1651888/2055920 swapFree=4179784/4192956
[pid=3687] ppid=3685 vsize=13600 CPUtime=3.17
/proc/3687/stat : 3687 (sugar) S 3685 3687 2826 0 -1 4194304 1031 17409 0 2 3 1 301 12 16 0 1 0 2009044071 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3687/statm: 3400 798 370 3 0 500 0
[pid=3710] ppid=3687 vsize=5356 CPUtime=0
/proc/3710/stat : 3710 (sh) S 3687 3687 2826 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009044401 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3710/statm: 1339 232 193 169 0 50 0
[pid=3711] ppid=3710 vsize=37604 CPUtime=1050.32
/proc/3711/stat : 3711 (minisat) R 3710 3687 2826 0 -1 4194304 9185 0 0 0 105020 12 0 0 25 0 1 0 2009044402 38506496 9171 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/3711/statm: 9401 9171 75 150 0 9248 0
Current children cumulated CPU time (s) 1053.49
Current children cumulated vsize (KiB) 56560

[startup+1122.3 s]
/proc/loadavg: 1.03 1.50 1.79 2/68 3836
/proc/meminfo: memFree=1651888/2055920 swapFree=4179784/4192956
[pid=3687] ppid=3685 vsize=13600 CPUtime=3.17
/proc/3687/stat : 3687 (sugar) S 3685 3687 2826 0 -1 4194304 1031 17409 0 2 3 1 301 12 16 0 1 0 2009044071 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3687/statm: 3400 798 370 3 0 500 0
[pid=3710] ppid=3687 vsize=5356 CPUtime=0
/proc/3710/stat : 3710 (sh) S 3687 3687 2826 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009044401 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3710/statm: 1339 232 193 169 0 50 0
[pid=3711] ppid=3710 vsize=37764 CPUtime=1110.3
/proc/3711/stat : 3711 (minisat) R 3710 3687 2826 0 -1 4194304 9199 0 0 0 111018 12 0 0 25 0 1 0 2009044402 38670336 9185 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3711/statm: 9441 9185 75 150 0 9288 0
Current children cumulated CPU time (s) 1113.47
Current children cumulated vsize (KiB) 56720

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

[startup+1126.3 s]
/proc/loadavg: 1.02 1.49 1.78 2/68 3836
/proc/meminfo: memFree=1651888/2055920 swapFree=4179784/4192956
[pid=3687] ppid=3685 vsize=13600 CPUtime=3.17
/proc/3687/stat : 3687 (sugar) S 3685 3687 2826 0 -1 4194304 1031 17409 0 2 3 1 301 12 16 0 1 0 2009044071 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3687/statm: 3400 798 370 3 0 500 0
[pid=3710] ppid=3687 vsize=5356 CPUtime=0
/proc/3710/stat : 3710 (sh) S 3687 3687 2826 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009044401 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3710/statm: 1339 232 193 169 0 50 0
[pid=3711] ppid=3710 vsize=37764 CPUtime=1114.3
/proc/3711/stat : 3711 (minisat) R 3710 3687 2826 0 -1 4194304 9199 0 0 0 111418 12 0 0 25 0 1 0 2009044402 38670336 9185 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3711/statm: 9441 9185 75 150 0 9288 0
Current children cumulated CPU time (s) 1117.47
Current children cumulated vsize (KiB) 56720

[startup+1151.9 s]
/proc/loadavg: 1.02 1.45 1.76 2/68 3836
/proc/meminfo: memFree=1651632/2055920 swapFree=4179784/4192956
[pid=3687] ppid=3685 vsize=13600 CPUtime=3.17
/proc/3687/stat : 3687 (sugar) S 3685 3687 2826 0 -1 4194304 1031 17409 0 2 3 1 301 12 16 0 1 0 2009044071 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3687/statm: 3400 798 370 3 0 500 0
[pid=3710] ppid=3687 vsize=5356 CPUtime=0
/proc/3710/stat : 3710 (sh) S 3687 3687 2826 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009044401 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3710/statm: 1339 232 193 169 0 50 0
[pid=3711] ppid=3710 vsize=37924 CPUtime=1139.88
/proc/3711/stat : 3711 (minisat) R 3710 3687 2826 0 -1 4194304 9268 0 0 0 113976 12 0 0 25 0 1 0 2009044402 38834176 9254 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/3711/statm: 9481 9254 75 150 0 9328 0
Current children cumulated CPU time (s) 1143.05
Current children cumulated vsize (KiB) 56880

[startup+1158.31 s]
/proc/loadavg: 1.01 1.44 1.76 2/68 3836
/proc/meminfo: memFree=1651568/2055920 swapFree=4179784/4192956
[pid=3687] ppid=3685 vsize=13600 CPUtime=3.17
/proc/3687/stat : 3687 (sugar) S 3685 3687 2826 0 -1 4194304 1031 17409 0 2 3 1 301 12 16 0 1 0 2009044071 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3687/statm: 3400 798 370 3 0 500 0
[pid=3710] ppid=3687 vsize=5356 CPUtime=0
/proc/3710/stat : 3710 (sh) S 3687 3687 2826 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009044401 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3710/statm: 1339 232 193 169 0 50 0
[pid=3711] ppid=3710 vsize=37924 CPUtime=1146.28
/proc/3711/stat : 3711 (minisat) R 3710 3687 2826 0 -1 4194304 9269 0 0 0 114616 12 0 0 25 0 1 0 2009044402 38834176 9255 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/3711/statm: 9481 9255 75 150 0 9328 0
Current children cumulated CPU time (s) 1149.45
Current children cumulated vsize (KiB) 56880

[startup+1164.7 s]
/proc/loadavg: 1.01 1.44 1.75 2/68 3836
/proc/meminfo: memFree=1651568/2055920 swapFree=4179784/4192956
[pid=3687] ppid=3685 vsize=13600 CPUtime=3.17
/proc/3687/stat : 3687 (sugar) S 3685 3687 2826 0 -1 4194304 1031 17409 0 2 3 1 301 12 16 0 1 0 2009044071 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3687/statm: 3400 798 370 3 0 500 0
[pid=3710] ppid=3687 vsize=5356 CPUtime=0
/proc/3710/stat : 3710 (sh) S 3687 3687 2826 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009044401 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3710/statm: 1339 232 193 169 0 50 0
[pid=3711] ppid=3710 vsize=37924 CPUtime=1152.67
/proc/3711/stat : 3711 (minisat) R 3710 3687 2826 0 -1 4194304 9269 0 0 0 115255 12 0 0 25 0 1 0 2009044402 38834176 9255 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/3711/statm: 9481 9255 75 150 0 9328 0
Current children cumulated CPU time (s) 1155.84
Current children cumulated vsize (KiB) 56880

[startup+1167.9 s]
/proc/loadavg: 1.01 1.43 1.75 2/68 3836
/proc/meminfo: memFree=1651568/2055920 swapFree=4179784/4192956
[pid=3687] ppid=3685 vsize=13600 CPUtime=3.17
/proc/3687/stat : 3687 (sugar) S 3685 3687 2826 0 -1 4194304 1031 17409 0 2 3 1 301 12 16 0 1 0 2009044071 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3687/statm: 3400 798 370 3 0 500 0
[pid=3710] ppid=3687 vsize=5356 CPUtime=0
/proc/3710/stat : 3710 (sh) S 3687 3687 2826 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009044401 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3710/statm: 1339 232 193 169 0 50 0
[pid=3711] ppid=3710 vsize=37924 CPUtime=1155.87
/proc/3711/stat : 3711 (minisat) R 3710 3687 2826 0 -1 4194304 9269 0 0 0 115575 12 0 0 25 0 1 0 2009044402 38834176 9255 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3711/statm: 9481 9255 75 150 0 9328 0
Current children cumulated CPU time (s) 1159.04
Current children cumulated vsize (KiB) 56880

[startup+1168.7 s]
/proc/loadavg: 1.01 1.43 1.75 2/68 3836
/proc/meminfo: memFree=1651568/2055920 swapFree=4179784/4192956
[pid=3687] ppid=3685 vsize=13600 CPUtime=3.17
/proc/3687/stat : 3687 (sugar) S 3685 3687 2826 0 -1 4194304 1031 17409 0 2 3 1 301 12 16 0 1 0 2009044071 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3687/statm: 3400 798 370 3 0 500 0
[pid=3710] ppid=3687 vsize=5356 CPUtime=0
/proc/3710/stat : 3710 (sh) S 3687 3687 2826 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009044401 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3710/statm: 1339 232 193 169 0 50 0
[pid=3711] ppid=3710 vsize=37924 CPUtime=1156.67
/proc/3711/stat : 3711 (minisat) R 3710 3687 2826 0 -1 4194304 9269 0 0 0 115655 12 0 0 25 0 1 0 2009044402 38834176 9255 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/3711/statm: 9481 9255 75 150 0 9328 0
Current children cumulated CPU time (s) 1159.84
Current children cumulated vsize (KiB) 56880

[startup+1169.5 s]
/proc/loadavg: 1.01 1.43 1.75 2/68 3836
/proc/meminfo: memFree=1651568/2055920 swapFree=4179784/4192956
[pid=3687] ppid=3685 vsize=13600 CPUtime=3.17
/proc/3687/stat : 3687 (sugar) S 3685 3687 2826 0 -1 4194304 1031 17409 0 2 3 1 301 12 16 0 1 0 2009044071 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3687/statm: 3400 798 370 3 0 500 0
[pid=3710] ppid=3687 vsize=5356 CPUtime=0
/proc/3710/stat : 3710 (sh) S 3687 3687 2826 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2009044401 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3710/statm: 1339 232 193 169 0 50 0
[pid=3711] ppid=3710 vsize=37924 CPUtime=1157.47
/proc/3711/stat : 3711 (minisat) R 3710 3687 2826 0 -1 4194304 9269 0 0 0 115735 12 0 0 25 0 1 0 2009044402 38834176 9255 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3711/statm: 9481 9255 75 150 0 9328 0
Current children cumulated CPU time (s) 1160.64
Current children cumulated vsize (KiB) 56880

[startup+1169.7 s]
/proc/loadavg: 1.01 1.43 1.75 2/68 3836
/proc/meminfo: memFree=1651568/2055920 swapFree=4179784/4192956
[pid=3687] ppid=3685 vsize=13600 CPUtime=1160.82
/proc/3687/stat : 3687 (sugar) S 3685 3687 2826 0 -1 4194304 1070 26972 0 2 3 1 116052 26 16 0 1 0 2009044071 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3687/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1160.82
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1169.77
CPU time (s): 1160.94
CPU user time (s): 1160.64
CPU system time (s): 0.300954
CPU usage (%): 99.2453
Max. virtual memory (cumulated for all children) (KiB): 883236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1160.64
system time used= 0.300954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31752
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= 2422
involuntary context switches= 28803

runsolver used 1.08983 second user time and 4.00939 second system time

The end

Launcher Data (download as text)

Begin job on node56 at 2008-07-06 01:32:05
IDJOB=1103222
IDBENCH=60305
IDSOLVER=346
FILE ID=node56/1103222-1215300725
PBS_JOBID= 7882358
Free space on /tmp= 103240 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3ba40c5b262033abed15fee078e4af63
RANDOM SEED=1521579180

node56.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	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1679048 kB
Buffers:         65580 kB
Cached:         233348 kB
SwapCached:       6936 kB
Active:         195380 kB
Inactive:       125964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1679048 kB
SwapTotal:     4192956 kB
SwapFree:      4179784 kB
Dirty:            2036 kB
Writeback:           0 kB
Mapped:          38728 kB
Slab:            40500 kB
Committed_AS:  4077464 kB
PageTables:       1980 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= 103240 MiB
End job on node56 at 2008-07-06 01:51:35