Trace number 1075122

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+minisatSAT 17.8373 17.8087

General information on the benchmark

Namecsp/rlfapGraphsMod/
normalized-graph8-f10.xml
MD5SUMc887ce37f5a1698918527bda6728d1cf
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.47378
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints3757
Maximum constraint arity2
Maximum domain size34
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3757
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 Fri Jul  4 16:04:14 2008
0.00/0.04	c 0	PID 10830
0.00/0.04	c 0	HOST node17.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1075122-1215180254.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-1075122-1215180254.xml' 'HOME/temp.csp'
0.02/0.49	c 1	7 domains, 680 variables, 2 predicates, 0 relations, 3757 constraints
0.02/0.52	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.02/0.52	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.02/0.59	c 1	Parsing HOME/temp.csp
0.60/0.77	c 1	parsed 4446 expressions
0.60/0.78	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.60/0.78	c 1	Converting to clausal form CSP
0.60/0.81	c 1	converted 445 (10%) expressions
0.60/0.99	c 1	converted 890 (20%) expressions
1.42/1.33	c 2	converted 1334 (30%) expressions
1.73/1.62	c 2	converted 1779 (40%) expressions
1.92/1.89	c 2	converted 2223 (50%) expressions
2.23/2.17	c 2	converted 2668 (60%) expressions
2.53/2.46	c 3	converted 3113 (70%) expressions
2.83/2.71	c 3	converted 3557 (80%) expressions
3.02/3.00	c 3	converted 4002 (90%) expressions
3.33/3.28	c 4	converted 4446 (100%) expressions
3.33/3.28	c 4	CSP : 680 integers, 0 booleans, 4437 clauses, largest domain size 34
3.33/3.28	c 4	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.33/3.28	c 4	Propagation in CSP
3.92/3.85	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.92/3.85	c 4	CSP : 680 integers, 0 booleans, 4437 clauses, largest domain size 34
3.92/3.85	c 4	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.92/3.85	c 4	Simplifing CSP by introducing new Boolean variables
3.92/3.89	c 4	CSP : 680 integers, 7514 booleans, 11951 clauses, largest domain size 34
3.92/3.89	c 4	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.02/4.00	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.12/4.05	c 4	68 (10%) CSP integer variables are encoded (1574 clauses, 18409 bytes)
4.12/4.07	c 4	136 (20%) CSP integer variables are encoded (3494 clauses, 43369 bytes)
4.12/4.08	c 4	204 (30%) CSP integer variables are encoded (5372 clauses, 67783 bytes)
4.12/4.10	c 4	272 (40%) CSP integer variables are encoded (7210 clauses, 91677 bytes)
4.23/4.11	c 4	340 (50%) CSP integer variables are encoded (8992 clauses, 114843 bytes)
4.23/4.12	c 4	408 (60%) CSP integer variables are encoded (10724 clauses, 139540 bytes)
4.23/4.14	c 4	476 (70%) CSP integer variables are encoded (12640 clauses, 168280 bytes)
4.23/4.15	c 4	544 (80%) CSP integer variables are encoded (14598 clauses, 197650 bytes)
4.23/4.17	c 4	612 (90%) CSP integer variables are encoded (16588 clauses, 227500 bytes)
4.23/4.18	c 4	680 (100%) CSP integer variables are encoded (18450 clauses, 255430 bytes)
4.32/4.29	c 5	1196 (10%) CSP clauses are encoded (36277 clauses, 584640 bytes)
4.53/4.41	c 5	2391 (20%) CSP clauses are encoded (59772 clauses, 1047655 bytes)
4.62/4.50	c 5	3586 (30%) CSP clauses are encoded (79412 clauses, 1433523 bytes)
4.62/4.59	c 5	4781 (40%) CSP clauses are encoded (101231 clauses, 1867358 bytes)
4.82/4.70	c 5	5976 (50%) CSP clauses are encoded (123794 clauses, 2314855 bytes)
4.82/4.79	c 5	7171 (60%) CSP clauses are encoded (144026 clauses, 2716779 bytes)
4.92/4.88	c 5	8366 (70%) CSP clauses are encoded (162926 clauses, 3106013 bytes)
5.02/4.99	c 5	9561 (80%) CSP clauses are encoded (185433 clauses, 3581064 bytes)
5.12/5.09	c 5	10756 (90%) CSP clauses are encoded (208161 clauses, 4059580 bytes)
5.22/5.20	c 6	11951 (100%) CSP clauses are encoded (229352 clauses, 4498375 bytes)
5.22/5.20	c 6	11951 CSP clauses encoded
5.32/5.20	c 6	Writing map file : HOME/temp.map
5.32/5.22	c 6	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.32/5.22	c 6	SAT : 26644 SAT variables, 229352 SAT clauses, 4498375 bytes
5.32/5.22	c 6	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.32/5.27	c 6	SOLVING HOME/temp.cnf
5.32/5.27	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.32/5.27	c 6	This is MiniSat 2.0 beta
5.32/5.27	c 6	WARNING: for repeatability, setting FPU to use double precision
5.32/5.27	c 6	============================[ Problem Statistics ]=============================
5.32/5.27	c 6	|                                                                             |
5.32/5.27	c 6	|  Number of variables:  26644                                                |
5.32/5.27	c 6	|  Number of clauses:    229352                                               |
5.35/5.40	c 6	|  Parsing time:         0.11         s                                       |
5.47/5.40	c 6	============================[ Search Statistics ]==============================
5.47/5.40	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.47/5.40	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.47/5.40	c 6	===============================================================================
5.47/5.40	c 6	|         0 |   26644   229352   641274 |    76450        0    nan |  0.000 % |
5.47/5.43	c 6	|       101 |   26619   229352   641274 |    84095       94      5 |  0.131 % |
5.47/5.45	c 6	|       252 |   26614   229352   641274 |    92505      241      7 |  0.158 % |
5.47/5.48	c 6	|       477 |   26592   229352   641274 |   101755      461      7 |  0.278 % |
5.57/5.55	c 6	|       815 |   26581   229352   641274 |   111931      792      7 |  0.349 % |
5.66/5.62	c 6	|      1321 |   26568   229352   641274 |   123124     1296      8 |  0.405 % |
5.76/5.75	c 6	|      2081 |   26538   229352   641274 |   135437     2048      8 |  0.608 % |
6.06/6.00	c 6	|      3221 |   26452   227205   635184 |   148980     3167      8 |  0.728 % |
6.46/6.43	c 7	|      4931 |   26394   226736   633874 |   163878     4859      9 |  1.002 % |
7.05/7.07	c 7	|      7493 |   26285   225598   630711 |   180266     7386      9 |  1.347 % |
8.06/8.09	c 8	|     11338 |   26179   224056   626365 |   198293    11168     10 |  1.787 % |
9.76/9.73	c 10	|     17104 |   26060   222335   621534 |   218122    16796     10 |  2.214 % |
14.45/14.47	c 15	|     25753 |   25823   219302   613104 |   239934    25172     11 |  3.081 % |
17.25/17.27	c 18	===============================================================================
17.25/17.27	c 18	restarts              : 13
17.25/17.27	c 18	conflicts             : 29477          (2466 /sec)
17.25/17.27	c 18	decisions             : 180648         (1.54 % random) (15112 /sec)
17.25/17.27	c 18	propagations          : 13702067       (1146215 /sec)
17.25/17.27	c 18	conflict literals     : 307630         (23.72 % deleted)
17.25/17.27	c 18	Memory used           : 15.31 MB
17.25/17.27	c 18	CPU time              : 11.9542 s
17.25/17.27	c 18	
17.25/17.28	c 18	SATISFIABLE
17.25/17.28	c 18	DECODING HOME/temp.out WITH HOME/temp.map
17.25/17.28	c 18	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
17.36/17.36	c 18	Decoding HOME/temp.out
17.75/17.72	s SATISFIABLE
17.75/17.75	v 394 156 366 128 324 86 100 338 282 44 240 478 478 240 652 414 114 352 142 380 86 324 16 254 254 16 86 324 114 352 380 142 414 652 142 380 170 408 268 30 114 352 380 142 394 156 142 380 366 128 478 240 652 414 142 380 652 414 414 652 156 394 414 652 652 414 366 128 414 652 44 282 156 394 156 394 142 380 156 394 652 414 394 156 652 414 72 310 72 310 156 394 268 30 380 142 282 44 254 16 652 414 652 414 394 156 156 394 394 156 58 296 414 652 296 58 240 478 652 414 142 380 414 652 86 324 44 282 240 478 338 100 58 296 282 44 170 408 44 282 58 296 100 338 414 652 324 86 414 652 156 394 114 352 414 652 394 156 414 652 86 324 414 652 30 268 100 338 414 652 58 296 366 128 352 114 380 142 156 394 394 156 114 352 414 652 366 128 380 142 394 156 254 16 394 156 652 414 652 414 652 414 142 380 324 86 296 58 16 254 366 128 268 30 72 310 394 156 414 652 394 156 414 652 142 380 414 652 142 380 394 156 338 100 338 100 366 128 652 414 128 366 652 414 338 100 352 114 394 156 414 652 170 408 338 100 414 652 58 296 282 44 86 324 72 310 338 100 268 30 296 58 282 44 652 414 380 142 156 394 324 86 652 414 16 254 282 44 380 142 282 44 142 380 394 156 100 338 352 114 352 114 128 366 296 58 324 86 338 100 414 652 478 240 156 394 414 652 478 240 254 16 296 58 86 324 414 652 128 366 478 240 338 100 652 414 478 240 142 380 414 652 478 240 310 72 394 156 652 414 394 156 652 414 16 254 352 114 240 478 86 324 352 114 380 142 414 652 142 380 240 478 240 478 414 652 380 142 652 414 114 352 128 366 282 44 414 652 156 394 58 296 652 414 352 114 44 282 72 310 114 352 296 58 44 282 254 16 142 380 58 296 16 254 86 324 414 652 30 268 478 240 652 414 282 44 414 652 282 44 414 652 114 352 652 414 16 254 338 100 324 86 296 58 156 394 352 114 156 394 128 366 394 156 414 652 366 128 352 114 380 142 282 44 142 380 114 352 352 114 296 58 240 478 142 380 478 240 352 114 268 30 310 72 86 324 310 72 380 142 44 282 380 142 652 414 58 296 652 414 156 394 86 324 30 268 394 156 652 414 652 414 114 352 394 156 16 254 366 128 338 100 324 86 254 16 380 142 414 652 156 394 478 240 652 414 254 16 86 324 366 128 114 352 380 142 414 652 58 296 156 394 324 86 652 414 282 44 128 366 414 652 268 30 268 30 652 414 100 338 268 30 324 86 58 296 394 156 44 282 72 310 254 16 58 296 240 478 652 414 254 16 86 324 352 114 414 652 142 380 44 282 282 44 324 86 156 394 324 86 16 254 58 296 408 170 240 478 394 156 414 652 114 352 478 240 380 142 296 58 58 296 86 324 44 282 366 128 58 296 380 142 156 394 366 128 652 414 414 652 282 44 652 414 324 86 366 128 156 394 394 156 142 380 58 296 338 100 366 128 652 414 352 114 414 652 296 58 652 414
17.75/17.75	c 18	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
17.81/17.80	c 18	CPU 17.56 (0.03 0.01 17.53 0.24)
17.81/17.80	c 18	END Fri Jul  4 16:04:32 2008

Verifier Data (download as text)

OK

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-1075122-1215180254/watcher-1075122-1215180254 -o /tmp/evaluation-result-1075122-1215180254/solver-1075122-1215180254 -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-1075122-1215180254.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: 0.92 0.98 1.08 3/67 10830
/proc/meminfo: memFree=1783024/2055920 swapFree=4179840/4192956
[pid=10830] ppid=10828 vsize=12268 CPUtime=0
/proc/10830/stat : 10830 (sugar) R 10828 10830 10764 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 639214712 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 245491612670 0 0 4224 0 0 0 0 17 0 0 0
/proc/10830/statm: 3067 320 242 3 0 167 0

[startup+0.0178361 s]
/proc/loadavg: 0.92 0.98 1.08 3/67 10830
/proc/meminfo: memFree=1783024/2055920 swapFree=4179840/4192956
[pid=10830] ppid=10828 vsize=12676 CPUtime=0
/proc/10830/stat : 10830 (sugar) R 10828 10830 10764 0 -1 4194304 531 0 0 0 0 0 0 0 18 0 1 0 639214712 12980224 499 996147200 4194304 4206940 548682068608 18446744073709551615 245482879589 0 0 4224 0 0 0 0 17 0 0 0
/proc/10830/statm: 3169 499 315 3 0 269 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12676

[startup+0.10242 s]
/proc/loadavg: 0.92 0.98 1.08 3/67 10830
/proc/meminfo: memFree=1783024/2055920 swapFree=4179840/4192956
[pid=10830] ppid=10828 vsize=13600 CPUtime=0.02
/proc/10830/stat : 10830 (sugar) S 10828 10830 10764 0 -1 4194304 900 127 0 0 2 0 0 0 18 0 1 0 639214712 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10830/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.301872 s]
/proc/loadavg: 0.92 0.98 1.08 3/67 10830
/proc/meminfo: memFree=1783024/2055920 swapFree=4179840/4192956
[pid=10830] ppid=10828 vsize=13600 CPUtime=0.02
/proc/10830/stat : 10830 (sugar) S 10828 10830 10764 0 -1 4194304 900 127 0 0 2 0 0 0 18 0 1 0 639214712 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10830/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.701914 s]
/proc/loadavg: 0.92 0.98 1.08 3/67 10830
/proc/meminfo: memFree=1783024/2055920 swapFree=4179840/4192956
[pid=10830] ppid=10828 vsize=13600 CPUtime=0.6
/proc/10830/stat : 10830 (sugar) S 10828 10830 10764 0 -1 4194304 973 6972 0 1 2 0 55 3 15 0 1 0 639214712 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10830/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 13600

[startup+1.503 s]
/proc/loadavg: 0.92 0.98 1.08 3/91 10870
/proc/meminfo: memFree=1757872/2055920 swapFree=4179840/4192956
[pid=10830] ppid=10828 vsize=13600 CPUtime=0.6
/proc/10830/stat : 10830 (sugar) S 10828 10830 10764 0 -1 4194304 973 6972 0 1 2 0 55 3 15 0 1 0 639214712 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10830/statm: 3400 797 370 3 0 500 0
[pid=10843] ppid=10830 vsize=5356 CPUtime=0
/proc/10843/stat : 10843 (sh) S 10830 10830 10764 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 639214765 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10843/statm: 1339 233 193 169 0 50 0
[pid=10844] ppid=10843 vsize=869244 CPUtime=1.03
/proc/10844/stat : 10844 (java) S 10843 10830 10764 0 -1 0 7139 0 1 0 98 5 0 0 19 0 9 0 639214765 890105856 6343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10844/statm: 217311 6343 2540 9 0 211886 0
[pid=10844/tid=10845] ppid=10843 vsize=869244 CPUtime=0.73
/proc/10844/task/10845/stat : 10845 (java) R 10843 10830 10764 0 -1 64 2676 0 1 0 71 2 0 0 22 0 9 0 639214766 890105856 6343 996147200 134512640 134550740 4294955952 18446744073709551615 4126576694 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10844/tid=10846] ppid=10843 vsize=869244 CPUtime=0.1
/proc/10844/task/10846/stat : 10846 (java) S 10843 10830 10764 0 -1 64 2265 0 0 0 9 1 0 0 16 0 9 0 639214767 890105856 6343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10844/tid=10847] ppid=10843 vsize=869244 CPUtime=0
/proc/10844/task/10847/stat : 10847 (java) S 10843 10830 10764 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 639214767 890105856 6343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10844/tid=10848] ppid=10843 vsize=869244 CPUtime=0
/proc/10844/task/10848/stat : 10848 (java) S 10843 10830 10764 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 639214767 890105856 6343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10844/tid=10849] ppid=10843 vsize=869244 CPUtime=0
/proc/10844/task/10849/stat : 10849 (java) S 10843 10830 10764 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 639214769 890105856 6343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10844/tid=10850] ppid=10843 vsize=869244 CPUtime=0.17
/proc/10844/task/10850/stat : 10850 (java) S 10843 10830 10764 0 -1 64 1506 0 0 0 17 0 0 0 16 0 9 0 639214769 890105856 6343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10844/tid=10851] ppid=10843 vsize=869244 CPUtime=0
/proc/10844/task/10851/stat : 10851 (java) S 10843 10830 10764 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 639214769 890105856 6343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10844/tid=10852] ppid=10843 vsize=869244 CPUtime=0
/proc/10844/task/10852/stat : 10852 (java) S 10843 10830 10764 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 639214769 890105856 6343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 888200

[startup+3.10216 s]
/proc/loadavg: 0.92 0.98 1.08 3/91 10870
/proc/meminfo: memFree=1691888/2055920 swapFree=4179840/4192956
[pid=10830] ppid=10828 vsize=13600 CPUtime=0.61
/proc/10830/stat : 10830 (sugar) S 10828 10830 10764 0 -1 4194304 973 6972 0 1 3 0 55 3 15 0 1 0 639214712 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10830/statm: 3400 797 370 3 0 500 0
[pid=10843] ppid=10830 vsize=5356 CPUtime=0
/proc/10843/stat : 10843 (sh) S 10830 10830 10764 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 639214765 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10843/statm: 1339 233 193 169 0 50 0
[pid=10844] ppid=10843 vsize=869244 CPUtime=2.62
/proc/10844/stat : 10844 (java) S 10843 10830 10764 0 -1 0 8918 0 1 0 255 7 0 0 19 0 9 0 639214765 890105856 7997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10844/statm: 217311 7997 2540 9 0 211886 0
[pid=10844/tid=10845] ppid=10843 vsize=869244 CPUtime=2.14
/proc/10844/task/10845/stat : 10845 (java) R 10843 10830 10764 0 -1 64 2801 0 1 0 212 2 0 0 25 0 9 0 639214766 890105856 7997 996147200 134512640 134550740 4294955952 18446744073709551615 4126586835 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10844/tid=10846] ppid=10843 vsize=869244 CPUtime=0.26
/proc/10844/task/10846/stat : 10846 (java) S 10843 10830 10764 0 -1 64 3915 0 0 0 24 2 0 0 16 0 9 0 639214767 890105856 7997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10844/tid=10847] ppid=10843 vsize=869244 CPUtime=0
/proc/10844/task/10847/stat : 10847 (java) S 10843 10830 10764 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 639214767 890105856 7997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10844/tid=10848] ppid=10843 vsize=869244 CPUtime=0
/proc/10844/task/10848/stat : 10848 (java) S 10843 10830 10764 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 639214767 890105856 7997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10844/tid=10849] ppid=10843 vsize=869244 CPUtime=0
/proc/10844/task/10849/stat : 10849 (java) S 10843 10830 10764 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 639214769 890105856 7997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10844/tid=10850] ppid=10843 vsize=869244 CPUtime=0.17
/proc/10844/task/10850/stat : 10850 (java) S 10843 10830 10764 0 -1 64 1510 0 0 0 17 0 0 0 16 0 9 0 639214769 890105856 7997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10844/tid=10851] ppid=10843 vsize=869244 CPUtime=0
/proc/10844/task/10851/stat : 10851 (java) S 10843 10830 10764 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 639214769 890105856 7997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10844/tid=10852] ppid=10843 vsize=869244 CPUtime=0
/proc/10844/task/10852/stat : 10852 (java) S 10843 10830 10764 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 639214769 890105856 7997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.23
Current children cumulated vsize (KiB) 888200

[startup+6.30149 s]
/proc/loadavg: 1.01 1.00 1.08 3/83 10872
/proc/meminfo: memFree=1684272/2055920 swapFree=4179840/4192956
[pid=10830] ppid=10828 vsize=13600 CPUtime=5.35
/proc/10830/stat : 10830 (sugar) S 10828 10830 10764 0 -1 4194304 1034 17417 0 2 3 1 514 17 15 0 1 0 639214712 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10830/statm: 3400 799 370 3 0 500 0
[pid=10871] ppid=10830 vsize=5356 CPUtime=0
/proc/10871/stat : 10871 (sh) S 10830 10830 10764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639215239 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10871/statm: 1339 232 193 169 0 50 0
[pid=10872] ppid=10871 vsize=13660 CPUtime=1.01
/proc/10872/stat : 10872 (minisat) R 10871 10830 10764 0 -1 4194304 3236 0 0 0 100 1 0 0 25 0 1 0 639215239 13987840 3222 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/10872/statm: 3415 3222 76 150 0 3262 0
Current children cumulated CPU time (s) 6.36
Current children cumulated vsize (KiB) 32616

[startup+12.7011 s]
/proc/loadavg: 1.09 1.02 1.09 3/75 10900
/proc/meminfo: memFree=1751024/2055920 swapFree=4179840/4192956
[pid=10830] ppid=10828 vsize=13600 CPUtime=5.35
/proc/10830/stat : 10830 (sugar) S 10828 10830 10764 0 -1 4194304 1034 17417 0 2 3 1 514 17 16 0 1 0 639214712 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10830/statm: 3400 799 370 3 0 500 0
[pid=10871] ppid=10830 vsize=5356 CPUtime=0
/proc/10871/stat : 10871 (sh) S 10830 10830 10764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639215239 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10871/statm: 1339 232 193 169 0 50 0
[pid=10872] ppid=10871 vsize=15116 CPUtime=7.4
/proc/10872/stat : 10872 (minisat) R 10871 10830 10764 0 -1 4194304 3589 0 0 0 738 2 0 0 25 0 1 0 639215239 15478784 3575 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/10872/statm: 3779 3575 76 150 0 3626 0
Current children cumulated CPU time (s) 12.75
Current children cumulated vsize (KiB) 34072

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

[startup+15.9015 s]
/proc/loadavg: 1.16 1.03 1.09 3/75 10900
/proc/meminfo: memFree=1750768/2055920 swapFree=4179840/4192956
[pid=10830] ppid=10828 vsize=13600 CPUtime=5.35
/proc/10830/stat : 10830 (sugar) S 10828 10830 10764 0 -1 4194304 1034 17417 0 2 3 1 514 17 16 0 1 0 639214712 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10830/statm: 3400 799 370 3 0 500 0
[pid=10871] ppid=10830 vsize=5356 CPUtime=0
/proc/10871/stat : 10871 (sh) S 10830 10830 10764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639215239 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10871/statm: 1339 232 193 169 0 50 0
[pid=10872] ppid=10871 vsize=15512 CPUtime=10.6
/proc/10872/stat : 10872 (minisat) R 10871 10830 10764 0 -1 4194304 3676 0 0 0 1058 2 0 0 25 0 1 0 639215239 15884288 3662 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10872/statm: 3878 3662 76 150 0 3725 0
Current children cumulated CPU time (s) 15.95
Current children cumulated vsize (KiB) 34468

[startup+16.7016 s]
/proc/loadavg: 1.16 1.03 1.09 3/75 10900
/proc/meminfo: memFree=1750576/2055920 swapFree=4179840/4192956
[pid=10830] ppid=10828 vsize=13600 CPUtime=5.35
/proc/10830/stat : 10830 (sugar) S 10828 10830 10764 0 -1 4194304 1034 17417 0 2 3 1 514 17 16 0 1 0 639214712 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10830/statm: 3400 799 370 3 0 500 0
[pid=10871] ppid=10830 vsize=5356 CPUtime=0
/proc/10871/stat : 10871 (sh) S 10830 10830 10764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639215239 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10871/statm: 1339 232 193 169 0 50 0
[pid=10872] ppid=10871 vsize=15676 CPUtime=11.4
/proc/10872/stat : 10872 (minisat) R 10871 10830 10764 0 -1 4194304 3705 0 0 0 1138 2 0 0 25 0 1 0 639215239 16052224 3691 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/10872/statm: 3919 3691 76 150 0 3766 0
Current children cumulated CPU time (s) 16.75
Current children cumulated vsize (KiB) 34632

[startup+17.5016 s]
/proc/loadavg: 1.16 1.03 1.09 4/83 10910
/proc/meminfo: memFree=1759920/2055920 swapFree=4179840/4192956
[pid=10830] ppid=10828 vsize=13600 CPUtime=17.36
/proc/10830/stat : 10830 (sugar) S 10828 10830 10764 0 -1 4194304 1090 21425 0 2 3 1 1711 21 16 0 1 0 639214712 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10830/statm: 3400 799 370 3 0 500 0
[pid=10901] ppid=10830 vsize=5356 CPUtime=0
/proc/10901/stat : 10901 (sh) S 10830 10830 10764 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 639216440 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10901/statm: 1339 233 193 169 0 50 0
[pid=10902] ppid=10901 vsize=863720 CPUtime=0.2
/proc/10902/stat : 10902 (java) S 10901 10830 10764 0 -1 0 3350 0 1 0 19 1 0 0 18 0 9 0 639216441 884449280 2822 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10902/statm: 215930 2822 1631 9 0 210512 0
[pid=10902/tid=10903] ppid=10901 vsize=863720 CPUtime=0.19
/proc/10902/task/10903/stat : 10903 (java) R 10901 10830 10764 0 -1 64 2442 0 1 0 18 1 0 0 18 0 9 0 639216442 884449280 2822 996147200 134512640 134550740 4294956000 18446744073709551615 4125960359 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10902/tid=10904] ppid=10901 vsize=863720 CPUtime=0
/proc/10902/task/10904/stat : 10904 (java) S 10901 10830 10764 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 639216443 884449280 2822 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10902/tid=10905] ppid=10901 vsize=863720 CPUtime=0
/proc/10902/task/10905/stat : 10905 (java) S 10901 10830 10764 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 639216443 884449280 2822 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10902/tid=10906] ppid=10901 vsize=863720 CPUtime=0
/proc/10902/task/10906/stat : 10906 (java) S 10901 10830 10764 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 639216443 884449280 2822 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10902/tid=10907] ppid=10901 vsize=863720 CPUtime=0
/proc/10902/task/10907/stat : 10907 (java) S 10901 10830 10764 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 639216445 884449280 2822 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10902/tid=10908] ppid=10901 vsize=863720 CPUtime=0
/proc/10902/task/10908/stat : 10908 (java) R 10901 10830 10764 0 -1 64 213 0 0 0 0 0 0 0 19 0 9 0 639216445 884449280 2822 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10902/tid=10909] ppid=10901 vsize=863720 CPUtime=0
/proc/10902/task/10909/stat : 10909 (java) S 10901 10830 10764 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 639216445 884449280 2822 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10902/tid=10910] ppid=10901 vsize=863720 CPUtime=0
/proc/10902/task/10910/stat : 10910 (java) S 10901 10830 10764 0 -1 64 0 0 0 0 0 0 0 0 16 0 9 0 639216445 884449280 2822 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 17.56
Current children cumulated vsize (KiB) 882676

[startup+17.7026 s]
/proc/loadavg: 1.16 1.03 1.09 4/83 10910
/proc/meminfo: memFree=1759920/2055920 swapFree=4179840/4192956
[pid=10830] ppid=10828 vsize=13600 CPUtime=17.36
/proc/10830/stat : 10830 (sugar) S 10828 10830 10764 0 -1 4194304 1090 21425 0 2 3 1 1711 21 16 0 1 0 639214712 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10830/statm: 3400 799 370 3 0 500 0
[pid=10901] ppid=10830 vsize=5356 CPUtime=0
/proc/10901/stat : 10901 (sh) S 10830 10830 10764 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 639216440 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10901/statm: 1339 233 193 169 0 50 0
[pid=10902] ppid=10901 vsize=864328 CPUtime=0.39
/proc/10902/stat : 10902 (java) S 10901 10830 10764 0 -1 0 3930 0 1 0 37 2 0 0 18 0 9 0 639216441 885071872 3397 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10902/statm: 216082 3397 1681 9 0 210664 0
[pid=10902/tid=10903] ppid=10901 vsize=864328 CPUtime=0.31
/proc/10902/task/10903/stat : 10903 (java) R 10901 10830 10764 0 -1 64 2485 0 1 0 30 1 0 0 19 0 9 0 639216442 885071872 3397 996147200 134512640 134550740 4294956000 18446744073709551615 4126420648 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10902/tid=10904] ppid=10901 vsize=864328 CPUtime=0.01
/proc/10902/task/10904/stat : 10904 (java) S 10901 10830 10764 0 -1 64 340 0 0 0 1 0 0 0 16 0 9 0 639216443 885071872 3397 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10902/tid=10905] ppid=10901 vsize=864328 CPUtime=0
/proc/10902/task/10905/stat : 10905 (java) S 10901 10830 10764 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 639216443 885071872 3397 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10902/tid=10906] ppid=10901 vsize=864328 CPUtime=0
/proc/10902/task/10906/stat : 10906 (java) S 10901 10830 10764 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 639216443 885071872 3397 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10902/tid=10907] ppid=10901 vsize=864328 CPUtime=0
/proc/10902/task/10907/stat : 10907 (java) S 10901 10830 10764 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 639216445 885071872 3397 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10902/tid=10908] ppid=10901 vsize=864328 CPUtime=0.06
/proc/10902/task/10908/stat : 10908 (java) S 10901 10830 10764 0 -1 64 414 0 0 0 6 0 0 0 16 0 9 0 639216445 885071872 3397 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10902/tid=10909] ppid=10901 vsize=864328 CPUtime=0
/proc/10902/task/10909/stat : 10909 (java) S 10901 10830 10764 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 639216445 885071872 3397 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10902/tid=10910] ppid=10901 vsize=864328 CPUtime=0
/proc/10902/task/10910/stat : 10910 (java) S 10901 10830 10764 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 639216445 885071872 3397 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 17.75
Current children cumulated vsize (KiB) 883284

[startup+17.804 s]
/proc/loadavg: 1.16 1.03 1.09 4/83 10910
/proc/meminfo: memFree=1759920/2055920 swapFree=4179840/4192956
[pid=10830] ppid=10828 vsize=13600 CPUtime=17.36
/proc/10830/stat : 10830 (sugar) S 10828 10830 10764 0 -1 4194304 1092 21425 0 2 3 1 1711 21 15 0 1 0 639214712 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10830/statm: 3400 799 370 3 0 500 0
[pid=10901] ppid=10830 vsize=5356 CPUtime=0
/proc/10901/stat : 10901 (sh) R 10830 10830 10764 0 -1 4194304 278 0 0 0 0 0 0 0 15 0 1 0 639216440 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 245482709828 0 65536 4100 65538 0 0 0 17 1 0 0
/proc/10901/statm: 1339 233 193 169 0 50 0
[pid=10902] ppid=10901 vsize=0 CPUtime=0.45
/proc/10902/stat : 10902 (java) Z 10901 10830 10764 0 -1 12 4046 0 1 0 42 3 0 0 15 0 1 0 639216441 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744071563351923 0 0 17 1 0 0
/proc/10902/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 17.81
Current children cumulated vsize (KiB) 18956

Child status: 0
Real time (s): 17.8087
CPU time (s): 17.8373
CPU user time (s): 17.5693
CPU system time (s): 0.267959
CPU usage (%): 100.161
Max. virtual memory (cumulated for all children) (KiB): 888312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.5693
system time used= 0.267959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26905
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= 4950
involuntary context switches= 4689

runsolver used 0.031995 second user time and 0.06399 second system time

The end

Launcher Data (download as text)

Begin job on node17 at 2008-07-04 16:04:14
IDJOB=1075122
IDBENCH=56486
IDSOLVER=346
FILE ID=node17/1075122-1215180254
PBS_JOBID= 7881605
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rlfapGraphsMod/normalized-graph8-f10.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-1075122-1215180254/watcher-1075122-1215180254 -o /tmp/evaluation-result-1075122-1215180254/solver-1075122-1215180254 -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-1075122-1215180254.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c887ce37f5a1698918527bda6728d1cf
RANDOM SEED=859239829

node17.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.234
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.234
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:       1783576 kB
Buffers:         60184 kB
Cached:         146672 kB
SwapCached:       6936 kB
Active:         127688 kB
Inactive:        88416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1783576 kB
SwapTotal:     4192956 kB
SwapFree:      4179840 kB
Dirty:            1984 kB
Writeback:           0 kB
Mapped:          14852 kB
Slab:            41924 kB
Committed_AS:   896076 kB
PageTables:       1684 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= 66556 MiB
End job on node17 at 2008-07-04 16:04:32