Trace number 1102892

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 156.995 158.561

General information on the benchmark

Namecsp/tightness0.8/
normalized-rand-2-40-80-103-800-53_ext.xml
MD5SUM80192eca53d4e3f12ece0eed213f63f2
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 benchmark1.91871
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:17:27 2008
0.00/0.04	c 0	PID 3011
0.00/0.04	c 0	HOST node13.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1102892-1215299847.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1102892-1215299847.xml' 'HOME/temp.csp'
0.03/0.70	c 0	1 domains, 40 variables, 0 predicates, 103 relations, 103 constraints
0.03/0.73	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.73	c 0	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.69/0.81	c 1	Parsing HOME/temp.csp
1.54/1.66	c 1	parsed 247 expressions
1.54/1.66	c 1	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.54/1.66	c 1	Converting to clausal form CSP
1.54/1.68	c 1	converted 25 (10%) expressions
1.54/1.69	c 1	converted 50 (20%) expressions
1.63/1.70	c 1	converted 75 (30%) expressions
1.63/1.70	c 1	converted 99 (40%) expressions
1.63/1.72	c 1	converted 124 (50%) expressions
1.63/1.75	c 1	converted 149 (60%) expressions
1.73/1.82	c 2	converted 173 (70%) expressions
1.93/2.02	c 2	converted 198 (80%) expressions
2.02/2.13	c 2	converted 223 (90%) expressions
2.02/2.20	c 2	converted 247 (100%) expressions
2.02/2.20	c 2	CSP : 40 integers, 0 booleans, 103 clauses, largest domain size 80
2.13/2.20	c 2	Heap : 27 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.13/2.20	c 2	Propagation in CSP
2.13/2.20	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.13/2.20	c 2	CSP : 40 integers, 0 booleans, 103 clauses, largest domain size 80
2.13/2.21	c 2	Heap : 27 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.13/2.21	c 2	Simplifing CSP by introducing new Boolean variables
2.13/2.21	c 2	CSP : 40 integers, 0 booleans, 103 clauses, largest domain size 80
2.13/2.21	c 2	Heap : 27 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.13/2.30	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.22/2.31	c 2	4 (10%) CSP integer variables are encoded (312 clauses, 3284 bytes)
2.22/2.32	c 2	8 (20%) CSP integer variables are encoded (624 clauses, 6716 bytes)
2.22/2.32	c 2	12 (30%) CSP integer variables are encoded (936 clauses, 10148 bytes)
2.22/2.32	c 2	16 (40%) CSP integer variables are encoded (1248 clauses, 14103 bytes)
2.22/2.32	c 2	20 (50%) CSP integer variables are encoded (1560 clauses, 18159 bytes)
2.22/2.32	c 2	24 (60%) CSP integer variables are encoded (1872 clauses, 22215 bytes)
2.22/2.32	c 2	28 (70%) CSP integer variables are encoded (2184 clauses, 26271 bytes)
2.22/2.32	c 2	32 (80%) CSP integer variables are encoded (2496 clauses, 30327 bytes)
2.22/2.32	c 2	36 (90%) CSP integer variables are encoded (2808 clauses, 34383 bytes)
2.22/2.33	c 2	40 (100%) CSP integer variables are encoded (3120 clauses, 38439 bytes)
2.32/2.45	c 2	11 (10%) CSP clauses are encoded (14588 clauses, 265959 bytes)
2.42/2.53	c 2	21 (20%) CSP clauses are encoded (24923 clauses, 478806 bytes)
2.51/2.60	c 2	31 (30%) CSP clauses are encoded (35488 clauses, 703307 bytes)
2.51/2.68	c 2	42 (40%) CSP clauses are encoded (46927 clauses, 942353 bytes)
2.62/2.76	c 2	52 (50%) CSP clauses are encoded (57374 clauses, 1165118 bytes)
2.72/2.83	c 3	62 (60%) CSP clauses are encoded (67854 clauses, 1408329 bytes)
2.82/2.92	c 3	73 (70%) CSP clauses are encoded (79217 clauses, 1672021 bytes)
2.82/2.99	c 3	83 (80%) CSP clauses are encoded (89683 clauses, 1914784 bytes)
2.92/3.07	c 3	93 (90%) CSP clauses are encoded (100101 clauses, 2156368 bytes)
3.02/3.14	c 3	103 (100%) CSP clauses are encoded (110508 clauses, 2397978 bytes)
3.02/3.14	c 3	103 CSP clauses encoded
3.02/3.14	c 3	Writing map file : HOME/temp.map
3.02/3.14	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.02/3.14	c 3	SAT : 3160 SAT variables, 110508 SAT clauses, 2397978 bytes
3.02/3.14	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.02/3.18	c 3	SOLVING HOME/temp.cnf
3.02/3.18	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.02/3.19	c 3	This is MiniSat 2.0 beta
3.02/3.19	c 3	WARNING: for repeatability, setting FPU to use double precision
3.02/3.19	c 3	============================[ Problem Statistics ]=============================
3.02/3.19	c 3	|                                                                             |
3.02/3.19	c 3	|  Number of variables:  3160                                                 |
3.02/3.19	c 3	|  Number of clauses:    110508                                               |
3.08/3.26	c 3	|  Parsing time:         0.05         s                                       |
3.08/3.26	c 3	============================[ Search Statistics ]==============================
3.08/3.26	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.08/3.26	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.08/3.26	c 3	===============================================================================
3.08/3.26	c 3	|         0 |    3160   110508   420183 |    36836        0    nan |  0.000 % |
3.18/3.31	c 3	|       102 |    3160   110508   420183 |    40519      102     10 |  0.000 % |
3.18/3.37	c 3	|       252 |    3160   110508   420183 |    44571      252     11 |  0.001 % |
3.28/3.45	c 3	|       478 |    3160   110508   420183 |    49028      478     12 |  0.001 % |
3.38/3.55	c 3	|       815 |    3160   110508   420183 |    53931      815     12 |  0.000 % |
3.58/3.71	c 3	|      1323 |    3160   110508   420183 |    59324     1323     13 |  0.001 % |
3.78/3.93	c 4	|      2082 |    3160   110508   420183 |    65257     2082     13 |  0.001 % |
4.17/4.31	c 4	|      3221 |    3160   110508   420183 |    71782     3221     13 |  0.001 % |
4.76/4.90	c 5	|      4929 |    3160   110508   420183 |    78961     4929     13 |  0.000 % |
5.65/5.81	c 6	|      7495 |    3160   110508   420183 |    86857     7495     13 |  0.001 % |
6.94/7.20	c 7	|     11339 |    3160   110508   420183 |    95543    11339     13 |  0.001 % |
9.22/9.46	c 9	|     17106 |    3157   110271   419416 |   105097    13153     13 |  0.095 % |
12.88/13.17	c 13	|     25755 |    3157   110143   418948 |   115607    20232     13 |  0.096 % |
18.52/18.81	c 19	|     38729 |    3150   109474   416622 |   127167    23626     13 |  0.317 % |
29.33/29.75	c 29	|     58190 |    3150   109474   416622 |   139884    43087     14 |  0.317 % |
46.66/47.23	c 47	|     87382 |    3145   108756   413878 |   153873    64124     15 |  0.475 % |
83.21/84.12	c 84	|    131173 |    3144   108684   413667 |   169260   105456     15 |  0.506 % |
147.10/148.63	c 148	|    196857 |    3111   103958   395298 |   186186   111352     15 |  1.551 % |
156.81/158.43	c 158	===============================================================================
156.81/158.43	c 158	restarts              : 18
156.81/158.43	c 158	conflicts             : 205628         (1338 /sec)
156.81/158.43	c 158	decisions             : 289301         (1.63 % random) (1882 /sec)
156.81/158.43	c 158	propagations          : 42518804       (276585 /sec)
156.81/158.43	c 158	conflict literals     : 3180471        (45.23 % deleted)
156.81/158.43	c 158	Memory used           : 19.57 MB
156.81/158.43	c 158	CPU time              : 153.728 s
156.81/158.43	c 158	
156.81/158.43	c 158	UNSATISFIABLE
156.81/158.44	c 158	DECODING HOME/temp.out WITH HOME/temp.map
156.81/158.44	c 158	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
156.86/158.52	c 158	Decoding HOME/temp.out
156.86/158.54	s UNSATISFIABLE
156.86/158.54	c 158	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
156.86/158.55	c 158	CPU 156.76 (0.03 0.01 156.73 0.19)
156.86/158.55	c 158	END Sun Jul  6 01:20:05 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-1102892-1215299847/watcher-1102892-1215299847 -o /tmp/evaluation-result-1102892-1215299847/solver-1102892-1215299847 -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-1102892-1215299847.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: 1.98 2.01 2.00 4/81 3011
/proc/meminfo: memFree=1714416/2055920 swapFree=4180436/4192956
[pid=3011] ppid=3009 vsize=18572 CPUtime=0
/proc/3011/stat : 3011 (runsolver) R 3009 3011 31943 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1559656452 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 269757246759 0 0 4096 24578 0 0 0 17 1 0 0
/proc/3011/statm: 4643 292 257 25 0 2626 0

[startup+0.0659071 s]
/proc/loadavg: 1.98 2.01 2.00 4/81 3011
/proc/meminfo: memFree=1714416/2055920 swapFree=4180436/4192956
[pid=3011] ppid=3009 vsize=13600 CPUtime=0.03
/proc/3011/stat : 3011 (sugar) S 3009 3011 31943 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 1559656452 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3011/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102447 s]
/proc/loadavg: 1.98 2.01 2.00 4/81 3011
/proc/meminfo: memFree=1714416/2055920 swapFree=4180436/4192956
[pid=3011] ppid=3009 vsize=13600 CPUtime=0.03
/proc/3011/stat : 3011 (sugar) S 3009 3011 31943 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 1559656452 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3011/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30147 s]
/proc/loadavg: 1.98 2.01 2.00 4/81 3011
/proc/meminfo: memFree=1714416/2055920 swapFree=4180436/4192956
[pid=3011] ppid=3009 vsize=13600 CPUtime=0.03
/proc/3011/stat : 3011 (sugar) S 3009 3011 31943 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 1559656452 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3011/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701525 s]
/proc/loadavg: 1.98 2.01 2.00 4/81 3011
/proc/meminfo: memFree=1714416/2055920 swapFree=4180436/4192956
[pid=3011] ppid=3009 vsize=13600 CPUtime=0.03
/proc/3011/stat : 3011 (sugar) S 3009 3011 31943 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 1559656452 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3011/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50263 s]
/proc/loadavg: 1.98 2.01 2.00 3/92 3033
/proc/meminfo: memFree=1703640/2055920 swapFree=4180436/4192956
[pid=3011] ppid=3009 vsize=13600 CPUtime=0.69
/proc/3011/stat : 3011 (sugar) S 3009 3011 31943 0 -1 4194304 973 5139 0 1 3 1 62 3 16 0 1 0 1559656452 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3011/statm: 3400 797 370 3 0 500 0
[pid=3024] ppid=3011 vsize=5356 CPUtime=0
/proc/3024/stat : 3024 (sh) S 3011 3011 31943 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1559656525 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3024/statm: 1339 233 193 169 0 50 0
[pid=3025] ppid=3024 vsize=864012 CPUtime=0.74
/proc/3025/stat : 3025 (java) S 3024 3011 31943 0 -1 0 7639 0 1 0 71 3 0 0 18 0 9 0 1559656525 884748288 6919 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3025/statm: 216003 6919 2532 9 0 210585 0
[pid=3025/tid=3026] ppid=3024 vsize=864012 CPUtime=0.47
/proc/3025/task/3026/stat : 3026 (java) R 3024 3011 31943 0 -1 64 2466 0 1 0 46 1 0 0 23 0 9 0 1559656526 884748288 6919 996147200 134512640 134550740 4294955952 18446744073709551615 4125950761 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3027] ppid=3024 vsize=864012 CPUtime=0.2
/proc/3025/task/3027/stat : 3027 (java) S 3024 3011 31943 0 -1 64 4161 0 0 0 19 1 0 0 16 0 9 0 1559656527 884748288 6919 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3028] ppid=3024 vsize=864012 CPUtime=0
/proc/3025/task/3028/stat : 3028 (java) S 3024 3011 31943 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1559656527 884748288 6919 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3029] ppid=3024 vsize=864012 CPUtime=0
/proc/3025/task/3029/stat : 3029 (java) S 3024 3011 31943 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1559656527 884748288 6919 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3030] ppid=3024 vsize=864012 CPUtime=0
/proc/3025/task/3030/stat : 3030 (java) S 3024 3011 31943 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1559656529 884748288 6919 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3031] ppid=3024 vsize=864012 CPUtime=0.04
/proc/3025/task/3031/stat : 3031 (java) S 3024 3011 31943 0 -1 64 315 0 0 0 4 0 0 0 16 0 9 0 1559656529 884748288 6919 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3032] ppid=3024 vsize=864012 CPUtime=0
/proc/3025/task/3032/stat : 3032 (java) S 3024 3011 31943 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1559656529 884748288 6919 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3033] ppid=3024 vsize=864012 CPUtime=0
/proc/3025/task/3033/stat : 3033 (java) S 3024 3011 31943 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1559656529 884748288 6919 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 882968

[startup+3.10284 s]
/proc/loadavg: 1.98 2.01 2.00 4/92 3033
/proc/meminfo: memFree=1680408/2055920 swapFree=4180436/4192956
[pid=3011] ppid=3009 vsize=13600 CPUtime=0.69
/proc/3011/stat : 3011 (sugar) S 3009 3011 31943 0 -1 4194304 974 5139 0 1 3 1 62 3 15 0 1 0 1559656452 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3011/statm: 3400 797 370 3 0 500 0
[pid=3024] ppid=3011 vsize=5356 CPUtime=0
/proc/3024/stat : 3024 (sh) S 3011 3011 31943 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1559656525 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3024/statm: 1339 233 193 169 0 50 0
[pid=3025] ppid=3024 vsize=864284 CPUtime=2.33
/proc/3025/stat : 3025 (java) S 3024 3011 31943 0 -1 0 11965 0 1 0 226 7 0 0 18 0 9 0 1559656525 885026816 11129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3025/statm: 216071 11129 2564 9 0 210618 0
[pid=3025/tid=3026] ppid=3024 vsize=864284 CPUtime=1.46
/proc/3025/task/3026/stat : 3026 (java) R 3024 3011 31943 0 -1 64 3004 0 1 0 143 3 0 0 25 0 9 0 1559656526 885026816 11129 996147200 134512640 134550740 4294955952 18446744073709551615 102064736 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3027] ppid=3024 vsize=864284 CPUtime=0.74
/proc/3025/task/3027/stat : 3027 (java) S 3024 3011 31943 0 -1 64 7916 0 0 0 71 3 0 0 16 0 9 0 1559656527 885026816 11129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3028] ppid=3024 vsize=864284 CPUtime=0
/proc/3025/task/3028/stat : 3028 (java) S 3024 3011 31943 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1559656527 885026816 11129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3029] ppid=3024 vsize=864284 CPUtime=0
/proc/3025/task/3029/stat : 3029 (java) S 3024 3011 31943 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1559656527 885026816 11129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3030] ppid=3024 vsize=864284 CPUtime=0
/proc/3025/task/3030/stat : 3030 (java) S 3024 3011 31943 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1559656529 885026816 11129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3031] ppid=3024 vsize=864284 CPUtime=0.1
/proc/3025/task/3031/stat : 3031 (java) S 3024 3011 31943 0 -1 64 348 0 0 0 10 0 0 0 16 0 9 0 1559656529 885026816 11129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3032] ppid=3024 vsize=864284 CPUtime=0
/proc/3025/task/3032/stat : 3032 (java) S 3024 3011 31943 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1559656529 885026816 11129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3025/tid=3033] ppid=3024 vsize=864284 CPUtime=0
/proc/3025/task/3033/stat : 3033 (java) S 3024 3011 31943 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1559656529 885026816 11129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 883240

[startup+6.30127 s]
/proc/loadavg: 1.98 2.01 2.00 3/84 3035
/proc/meminfo: memFree=1701016/2055920 swapFree=4180436/4192956
[pid=3011] ppid=3009 vsize=13600 CPUtime=3.08
/proc/3011/stat : 3011 (sugar) S 3009 3011 31943 0 -1 4194304 1031 17410 0 2 3 1 292 12 16 0 1 0 1559656452 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3011/statm: 3400 798 370 3 0 500 0
[pid=3034] ppid=3011 vsize=5356 CPUtime=0
/proc/3034/stat : 3034 (sh) S 3011 3011 31943 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1559656770 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3034/statm: 1339 232 193 169 0 50 0
[pid=3035] ppid=3034 vsize=8452 CPUtime=3.07
/proc/3035/stat : 3035 (minisat) R 3034 3011 31943 0 -1 4194304 1990 0 0 0 306 1 0 0 25 0 1 0 1559656771 8654848 1976 996147200 134512640 135127466 4294956256 18446744073709551615 134531047 0 0 4096 3 0 0 0 17 1 0 0
/proc/3035/statm: 2113 1976 75 150 0 1960 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 27408

[startup+12.7021 s]
/proc/loadavg: 1.98 2.01 2.00 3/84 3035
/proc/meminfo: memFree=1700056/2055920 swapFree=4180436/4192956
[pid=3011] ppid=3009 vsize=13600 CPUtime=3.08
/proc/3011/stat : 3011 (sugar) S 3009 3011 31943 0 -1 4194304 1031 17410 0 2 3 1 292 12 16 0 1 0 1559656452 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3011/statm: 3400 798 370 3 0 500 0
[pid=3034] ppid=3011 vsize=5356 CPUtime=0
/proc/3034/stat : 3034 (sh) S 3011 3011 31943 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1559656770 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3034/statm: 1339 232 193 169 0 50 0
[pid=3035] ppid=3034 vsize=9432 CPUtime=9.41
/proc/3035/stat : 3035 (minisat) R 3034 3011 31943 0 -1 4194304 2224 0 0 0 940 1 0 0 25 0 1 0 1559656771 9658368 2210 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3035/statm: 2358 2210 75 150 0 2205 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 28388

[startup+25.5018 s]
/proc/loadavg: 1.98 2.01 2.00 3/84 3035
/proc/meminfo: memFree=1698520/2055920 swapFree=4180436/4192956
[pid=3011] ppid=3009 vsize=13600 CPUtime=3.08
/proc/3011/stat : 3011 (sugar) S 3009 3011 31943 0 -1 4194304 1031 17410 0 2 3 1 292 12 16 0 1 0 1559656452 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3011/statm: 3400 798 370 3 0 500 0
[pid=3034] ppid=3011 vsize=5356 CPUtime=0
/proc/3034/stat : 3034 (sh) S 3011 3011 31943 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1559656770 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3034/statm: 1339 232 193 169 0 50 0
[pid=3035] ppid=3034 vsize=10916 CPUtime=22.09
/proc/3035/stat : 3035 (minisat) R 3034 3011 31943 0 -1 4194304 2621 0 0 0 2207 2 0 0 25 0 1 0 1559656771 11177984 2607 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/3035/statm: 2729 2607 75 150 0 2576 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 29872

[startup+51.1012 s]
/proc/loadavg: 1.99 2.01 2.00 3/84 3035
/proc/meminfo: memFree=1695512/2055920 swapFree=4180436/4192956
[pid=3011] ppid=3009 vsize=13600 CPUtime=3.08
/proc/3011/stat : 3011 (sugar) S 3009 3011 31943 0 -1 4194304 1031 17410 0 2 3 1 292 12 16 0 1 0 1559656452 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3011/statm: 3400 798 370 3 0 500 0
[pid=3034] ppid=3011 vsize=5356 CPUtime=0
/proc/3034/stat : 3034 (sh) S 3011 3011 31943 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1559656770 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3034/statm: 1339 232 193 169 0 50 0
[pid=3035] ppid=3034 vsize=14024 CPUtime=47.44
/proc/3035/stat : 3035 (minisat) R 3034 3011 31943 0 -1 4194304 3376 0 0 0 4741 3 0 0 25 0 1 0 1559656771 14360576 3362 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3035/statm: 3506 3362 75 150 0 3353 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 32980

[startup+102.307 s]
/proc/loadavg: 1.99 2.00 2.00 3/84 3035
/proc/meminfo: memFree=1690072/2055920 swapFree=4180436/4192956
[pid=3011] ppid=3009 vsize=13600 CPUtime=3.08
/proc/3011/stat : 3011 (sugar) S 3009 3011 31943 0 -1 4194304 1031 17410 0 2 3 1 292 12 16 0 1 0 1559656452 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3011/statm: 3400 798 370 3 0 500 0
[pid=3034] ppid=3011 vsize=5356 CPUtime=0
/proc/3034/stat : 3034 (sh) S 3011 3011 31943 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1559656770 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3034/statm: 1339 232 193 169 0 50 0
[pid=3035] ppid=3034 vsize=19488 CPUtime=98.16
/proc/3035/stat : 3035 (minisat) R 3034 3011 31943 0 -1 4194304 4737 0 0 0 9812 4 0 0 25 0 1 0 1559656771 19955712 4723 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3035/statm: 4872 4723 75 150 0 4719 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 38444

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

[startup+127.901 s]
/proc/loadavg: 1.99 2.00 2.00 3/84 3035
/proc/meminfo: memFree=1689688/2055920 swapFree=4180436/4192956
[pid=3011] ppid=3009 vsize=13600 CPUtime=3.08
/proc/3011/stat : 3011 (sugar) S 3009 3011 31943 0 -1 4194304 1031 17410 0 2 3 1 292 12 16 0 1 0 1559656452 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3011/statm: 3400 798 370 3 0 500 0
[pid=3034] ppid=3011 vsize=5356 CPUtime=0
/proc/3034/stat : 3034 (sh) S 3011 3011 31943 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1559656770 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3034/statm: 1339 232 193 169 0 50 0
[pid=3035] ppid=3034 vsize=19764 CPUtime=123.52
/proc/3035/stat : 3035 (minisat) R 3034 3011 31943 0 -1 4194304 4811 0 0 0 12348 4 0 0 25 0 1 0 1559656771 20238336 4797 996147200 134512640 135127466 4294956256 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 1 0 0
/proc/3035/statm: 4941 4797 75 150 0 4788 0
Current children cumulated CPU time (s) 126.6
Current children cumulated vsize (KiB) 38720

[startup+140.702 s]
/proc/loadavg: 1.99 2.00 2.00 3/84 3035
/proc/meminfo: memFree=1689560/2055920 swapFree=4180436/4192956
[pid=3011] ppid=3009 vsize=13600 CPUtime=3.08
/proc/3011/stat : 3011 (sugar) S 3009 3011 31943 0 -1 4194304 1031 17410 0 2 3 1 292 12 16 0 1 0 1559656452 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3011/statm: 3400 798 370 3 0 500 0
[pid=3034] ppid=3011 vsize=5356 CPUtime=0
/proc/3034/stat : 3034 (sh) S 3011 3011 31943 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1559656770 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3034/statm: 1339 232 193 169 0 50 0
[pid=3035] ppid=3034 vsize=19896 CPUtime=136.2
/proc/3035/stat : 3035 (minisat) R 3034 3011 31943 0 -1 4194304 4848 0 0 0 13616 4 0 0 25 0 1 0 1559656771 20373504 4834 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3035/statm: 4974 4834 75 150 0 4821 0
Current children cumulated CPU time (s) 139.28
Current children cumulated vsize (KiB) 38852

[startup+147.102 s]
/proc/loadavg: 1.99 2.00 2.00 3/84 3035
/proc/meminfo: memFree=1689496/2055920 swapFree=4180436/4192956
[pid=3011] ppid=3009 vsize=13600 CPUtime=3.08
/proc/3011/stat : 3011 (sugar) S 3009 3011 31943 0 -1 4194304 1031 17410 0 2 3 1 292 12 16 0 1 0 1559656452 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3011/statm: 3400 798 370 3 0 500 0
[pid=3034] ppid=3011 vsize=5356 CPUtime=0
/proc/3034/stat : 3034 (sh) S 3011 3011 31943 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1559656770 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3034/statm: 1339 232 193 169 0 50 0
[pid=3035] ppid=3034 vsize=19896 CPUtime=142.54
/proc/3035/stat : 3035 (minisat) R 3034 3011 31943 0 -1 4194304 4857 0 0 0 14250 4 0 0 25 0 1 0 1559656771 20373504 4843 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3035/statm: 4974 4843 75 150 0 4821 0
Current children cumulated CPU time (s) 145.62
Current children cumulated vsize (KiB) 38852

[startup+153.502 s]
/proc/loadavg: 1.99 2.00 2.00 3/84 3035
/proc/meminfo: memFree=1689368/2055920 swapFree=4180436/4192956
[pid=3011] ppid=3009 vsize=13600 CPUtime=3.08
/proc/3011/stat : 3011 (sugar) S 3009 3011 31943 0 -1 4194304 1031 17410 0 2 3 1 292 12 16 0 1 0 1559656452 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3011/statm: 3400 798 370 3 0 500 0
[pid=3034] ppid=3011 vsize=5356 CPUtime=0
/proc/3034/stat : 3034 (sh) S 3011 3011 31943 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1559656770 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3034/statm: 1339 232 193 169 0 50 0
[pid=3035] ppid=3034 vsize=20032 CPUtime=148.88
/proc/3035/stat : 3035 (minisat) R 3034 3011 31943 0 -1 4194304 4880 0 0 0 14884 4 0 0 25 0 1 0 1559656771 20512768 4866 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3035/statm: 5008 4866 75 150 0 4855 0
Current children cumulated CPU time (s) 151.96
Current children cumulated vsize (KiB) 38988

[startup+156.701 s]
/proc/loadavg: 1.99 2.00 2.00 3/84 3035
/proc/meminfo: memFree=1689368/2055920 swapFree=4180436/4192956
[pid=3011] ppid=3009 vsize=13600 CPUtime=3.08
/proc/3011/stat : 3011 (sugar) S 3009 3011 31943 0 -1 4194304 1031 17410 0 2 3 1 292 12 16 0 1 0 1559656452 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3011/statm: 3400 798 370 3 0 500 0
[pid=3034] ppid=3011 vsize=5356 CPUtime=0
/proc/3034/stat : 3034 (sh) S 3011 3011 31943 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1559656770 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3034/statm: 1339 232 193 169 0 50 0
[pid=3035] ppid=3034 vsize=20032 CPUtime=152.05
/proc/3035/stat : 3035 (minisat) R 3034 3011 31943 0 -1 4194304 4886 0 0 0 15201 4 0 0 25 0 1 0 1559656771 20512768 4872 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/3035/statm: 5008 4872 75 150 0 4855 0
Current children cumulated CPU time (s) 155.13
Current children cumulated vsize (KiB) 38988

[startup+157.502 s]
/proc/loadavg: 1.99 2.00 2.00 3/84 3035
/proc/meminfo: memFree=1689368/2055920 swapFree=4180436/4192956
[pid=3011] ppid=3009 vsize=13600 CPUtime=3.08
/proc/3011/stat : 3011 (sugar) S 3009 3011 31943 0 -1 4194304 1031 17410 0 2 3 1 292 12 16 0 1 0 1559656452 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3011/statm: 3400 798 370 3 0 500 0
[pid=3034] ppid=3011 vsize=5356 CPUtime=0
/proc/3034/stat : 3034 (sh) S 3011 3011 31943 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1559656770 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3034/statm: 1339 232 193 169 0 50 0
[pid=3035] ppid=3034 vsize=20032 CPUtime=152.84
/proc/3035/stat : 3035 (minisat) R 3034 3011 31943 0 -1 4194304 4886 0 0 0 15280 4 0 0 25 0 1 0 1559656771 20512768 4872 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3035/statm: 5008 4872 75 150 0 4855 0
Current children cumulated CPU time (s) 155.92
Current children cumulated vsize (KiB) 38988

[startup+158.302 s]
/proc/loadavg: 1.99 2.00 2.00 3/84 3035
/proc/meminfo: memFree=1689368/2055920 swapFree=4180436/4192956
[pid=3011] ppid=3009 vsize=13600 CPUtime=3.08
/proc/3011/stat : 3011 (sugar) S 3009 3011 31943 0 -1 4194304 1031 17410 0 2 3 1 292 12 16 0 1 0 1559656452 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3011/statm: 3400 798 370 3 0 500 0
[pid=3034] ppid=3011 vsize=5356 CPUtime=0
/proc/3034/stat : 3034 (sh) S 3011 3011 31943 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1559656770 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3034/statm: 1339 232 193 169 0 50 0
[pid=3035] ppid=3034 vsize=20032 CPUtime=153.63
/proc/3035/stat : 3035 (minisat) R 3034 3011 31943 0 -1 4194304 4886 0 0 0 15359 4 0 0 25 0 1 0 1559656771 20512768 4872 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3035/statm: 5008 4872 75 150 0 4855 0
Current children cumulated CPU time (s) 156.71
Current children cumulated vsize (KiB) 38988

[startup+158.502 s]
/proc/loadavg: 1.99 2.00 2.00 3/84 3035
/proc/meminfo: memFree=1689368/2055920 swapFree=4180436/4192956
[pid=3011] ppid=3009 vsize=13600 CPUtime=156.86
/proc/3011/stat : 3011 (sugar) S 3009 3011 31943 0 -1 4194304 1070 22590 0 2 3 1 15665 17 17 0 1 0 1559656452 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3011/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 156.86
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 158.561
CPU time (s): 156.995
CPU user time (s): 156.776
CPU system time (s): 0.218966
CPU usage (%): 99.0127
Max. virtual memory (cumulated for all children) (KiB): 883240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 156.776
system time used= 0.218966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27357
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= 2394
involuntary context switches= 8648

runsolver used 0.166974 second user time and 0.569913 second system time

The end

Launcher Data (download as text)

Begin job on node13 at 2008-07-06 01:17:27
IDJOB=1102892
IDBENCH=60245
IDSOLVER=346
FILE ID=node13/1102892-1215299847
PBS_JOBID= 7882341
Free space on /tmp= 66524 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 80192eca53d4e3f12ece0eed213f63f2
RANDOM SEED=1848253467

node13.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.238
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.238
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:       1714896 kB
Buffers:         69272 kB
Cached:         192248 kB
SwapCached:       6400 kB
Active:         190004 kB
Inactive:        94388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1714896 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            2856 kB
Writeback:           0 kB
Mapped:          38704 kB
Slab:            41668 kB
Committed_AS:  3199544 kB
PageTables:       2004 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= 66524 MiB
End job on node13 at 2008-07-06 01:20:05