Trace number 2076703

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisatSAT 18.6642 19.9599

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 benchmark0.945855
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

0.02/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.02/0.07	c 0	BEGIN Sun Jul 12 03:43:33 2009
0.02/0.07	c 0	PID 20051
0.02/0.08	c 0	HOST node86.alineos.net
0.02/0.08	c 0	CONVERTING HOME/instance-2076703-1247363013.xml TO HOME/temp.csp
0.02/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2076703-1247363013.xml' 'HOME/temp.csp'
0.06/0.66	c 1	7 domains, 680 variables, 2 predicates, 0 relations, 3757 constraints
0.06/0.71	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.71	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.06/0.79	c 1	Parsing HOME/temp.csp
0.63/0.95	c 1	parsed 4446 expressions
0.63/0.96	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.63/0.96	c 1	Converting to clausal form CSP
0.63/0.99	c 1	converted 445 (10%) expressions
1.09/1.22	c 1	converted 890 (20%) expressions
1.49/1.65	c 2	converted 1334 (30%) expressions
1.89/2.02	c 2	converted 1779 (40%) expressions
2.17/2.56	c 3	converted 2223 (50%) expressions
2.57/2.95	c 3	converted 2668 (60%) expressions
2.87/3.26	c 3	converted 3113 (70%) expressions
3.17/3.57	c 4	converted 3557 (80%) expressions
3.56/3.92	c 4	converted 4002 (90%) expressions
3.96/4.35	c 5	converted 4446 (100%) expressions
3.96/4.36	c 5	CSP : 680 integers, 0 booleans, 4437 clauses, largest domain size 34
3.96/4.36	c 5	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.96/4.36	c 5	Propagation in CSP
4.37/5.00	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.37/5.00	c 5	CSP : 680 integers, 0 booleans, 4437 clauses, largest domain size 34
4.37/5.00	c 5	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.47/5.01	c 5	Simplifing CSP by introducing new Boolean variables
4.47/5.05	c 5	CSP : 680 integers, 7514 booleans, 11951 clauses, largest domain size 34
4.47/5.05	c 5	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.67/5.24	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.67/5.29	c 6	68 (10%) CSP integer variables are encoded (1574 clauses, 18409 bytes)
4.77/5.31	c 6	136 (20%) CSP integer variables are encoded (3494 clauses, 43369 bytes)
4.77/5.33	c 6	204 (30%) CSP integer variables are encoded (5372 clauses, 67783 bytes)
4.77/5.34	c 6	272 (40%) CSP integer variables are encoded (7210 clauses, 91677 bytes)
4.77/5.35	c 6	340 (50%) CSP integer variables are encoded (8992 clauses, 114843 bytes)
4.77/5.37	c 6	408 (60%) CSP integer variables are encoded (10724 clauses, 139540 bytes)
4.77/5.38	c 6	476 (70%) CSP integer variables are encoded (12640 clauses, 168280 bytes)
4.77/5.39	c 6	544 (80%) CSP integer variables are encoded (14598 clauses, 197650 bytes)
4.86/5.41	c 6	612 (90%) CSP integer variables are encoded (16588 clauses, 227500 bytes)
4.86/5.43	c 6	680 (100%) CSP integer variables are encoded (18450 clauses, 255430 bytes)
4.96/5.55	c 6	1196 (10%) CSP clauses are encoded (34705 clauses, 554363 bytes)
5.06/5.67	c 6	2391 (20%) CSP clauses are encoded (57421 clauses, 1001309 bytes)
5.17/5.76	c 6	3586 (30%) CSP clauses are encoded (75920 clauses, 1363905 bytes)
5.27/5.86	c 6	4781 (40%) CSP clauses are encoded (96388 clauses, 1769933 bytes)
5.37/5.97	c 6	5976 (50%) CSP clauses are encoded (117943 clauses, 2196927 bytes)
5.47/6.06	c 6	7171 (60%) CSP clauses are encoded (136907 clauses, 2572887 bytes)
5.57/6.15	c 6	8366 (70%) CSP clauses are encoded (154905 clauses, 2942780 bytes)
5.67/6.25	c 6	9561 (80%) CSP clauses are encoded (176439 clauses, 3396425 bytes)
5.77/6.35	c 7	10756 (90%) CSP clauses are encoded (198354 clauses, 3857055 bytes)
5.86/6.44	c 7	11951 (100%) CSP clauses are encoded (218554 clauses, 4274048 bytes)
5.86/6.45	c 7	11951 CSP clauses encoded
5.86/6.45	c 7	Writing map file : HOME/temp.map
5.86/6.46	c 7	Heap : 12 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
5.86/6.46	c 7	SAT : 26644 SAT variables, 218554 SAT clauses, 4274048 bytes
5.86/6.46	c 7	Heap : 12 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
5.93/6.51	c 7	SOLVING HOME/temp.cnf
5.93/6.51	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.93/6.51	c 7	This is MiniSat 2.0 beta
5.93/6.51	c 7	WARNING: for repeatability, setting FPU to use double precision
5.93/6.51	c 7	============================[ Problem Statistics ]=============================
5.93/6.51	c 7	|                                                                             |
5.93/6.52	c 7	|  Number of variables:  26644                                                |
5.93/6.52	c 7	|  Number of clauses:    218554                                               |
5.94/6.64	c 7	|  Parsing time:         0.11         s                                       |
5.94/6.65	c 7	============================[ Search Statistics ]==============================
5.94/6.65	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.94/6.65	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.94/6.65	c 7	===============================================================================
5.94/6.65	c 7	|         0 |   26644   218554   608880 |    72851        0    nan |  0.000 % |
5.94/6.68	c 7	|       100 |   26607   218554   608880 |    80136       84      4 |  0.150 % |
5.94/6.71	c 7	|       250 |   26599   218554   608880 |    88150      229      6 |  0.199 % |
5.94/6.75	c 7	|       475 |   26592   218554   608880 |    96965      450      7 |  0.236 % |
5.94/6.80	c 7	|       813 |   26584   218554   608880 |   106661      785      8 |  0.285 % |
5.94/6.87	c 7	|      1323 |   26584   218554   608880 |   117327     1295      9 |  0.285 % |
5.94/6.97	c 7	|      2085 |   26580   218554   608880 |   129060     2056      9 |  0.300 % |
5.94/7.15	c 7	|      3224 |   26545   217621   606271 |   141966     3188      9 |  0.383 % |
5.94/7.46	c 8	|      4934 |   26516   217621   606271 |   156163     4889     10 |  0.495 % |
7.30/8.00	c 8	|      7496 |   26443   216893   604213 |   171779     7400     10 |  0.905 % |
8.70/9.30	c 10	|     11340 |   26248   214708   598089 |   188957    11181     10 |  1.539 % |
10.55/11.38	c 12	|     17106 |   26086   212751   592581 |   207853    16860     11 |  2.139 % |
15.06/16.30	c 17	|     25755 |   25810   209659   583981 |   228638    25232     11 |  3.160 % |
18.22/19.56	c 20	===============================================================================
18.22/19.56	c 20	restarts              : 13
18.22/19.56	c 20	conflicts             : 29966          (2433 /sec)
18.22/19.56	c 20	decisions             : 173557         (1.56 % random) (14091 /sec)
18.22/19.56	c 20	propagations          : 13221202       (1073400 /sec)
18.22/19.56	c 20	conflict literals     : 330328         (24.48 % deleted)
18.22/19.56	c 20	Memory used           : 14.94 MB
18.22/19.56	c 20	CPU time              : 12.3171 s
18.22/19.56	c 20	
18.22/19.57	c 20	SATISFIABLE
18.22/19.58	c 20	DECODING HOME/temp.out WITH HOME/temp.map
18.22/19.58	c 20	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
18.31/19.66	c 20	Decoding HOME/temp.out
18.52/19.86	s SATISFIABLE
18.52/19.89	v 282 44 652 414 86 324 282 44 58 296 478 240 240 478 338 100 128 366 414 652 652 414 156 394 58 296 352 114 156 394 414 652 156 394 366 128 170 408 652 414 114 352 114 352 652 414 142 380 100 338 142 380 652 414 44 282 652 414 414 652 652 414 254 16 156 394 366 128 86 324 142 380 156 394 156 394 394 156 414 652 296 58 652 414 652 414 142 380 30 268 380 142 58 296 282 44 30 268 394 156 380 142 414 652 394 156 652 414 394 156 380 142 324 86 652 414 478 240 394 156 282 44 114 352 338 100 72 310 478 240 366 128 254 16 414 652 170 408 86 324 296 58 394 156 44 282 128 366 380 142 652 414 652 414 414 652 352 114 324 86 72 310 30 268 142 380 352 114 324 86 366 128 414 652 338 100 310 72 268 30 156 394 156 394 652 414 366 128 414 652 414 652 414 652 142 380 652 414 380 142 652 414 128 366 380 142 142 380 380 142 366 128 30 268 128 366 394 156 338 100 394 156 652 414 380 142 414 652 352 114 44 282 338 100 338 100 366 128 652 414 352 114 652 414 282 44 652 414 296 58 414 652 478 240 296 58 72 310 128 366 352 114 652 414 114 352 128 366 30 268 394 156 16 254 156 394 324 86 414 652 324 86 414 652 652 414 394 156 380 142 58 296 142 380 128 366 16 254 338 100 86 324 414 652 86 324 414 652 30 268 380 142 240 478 652 414 394 156 478 240 254 16 268 30 652 414 414 652 114 352 478 240 268 30 142 380 240 478 352 114 652 414 380 142 310 72 142 380 100 338 652 414 44 282 16 254 394 156 240 478 296 58 652 414 380 142 414 652 366 128 240 478 240 478 394 156 58 296 114 352 58 296 156 394 282 44 394 156 254 16 352 114 366 128 128 366 114 352 338 100 652 414 296 58 310 72 114 352 352 114 414 652 282 44 100 338 156 394 254 16 240 478 394 156 44 282 72 310 310 72 394 156 380 142 254 16 652 414 338 100 100 338 100 338 156 394 100 338 352 114 414 652 268 30 394 156 366 128 394 156 72 310 652 414 380 142 114 352 652 414 338 100 240 478 142 380 408 170 324 86 156 394 72 310 310 72 44 282 380 142 128 366 338 100 394 156 30 268 652 414 268 30 366 128 310 72 394 156 414 652 156 394 86 324 414 652 254 16 652 414 414 652 16 254 394 156 44 282 114 352 394 156 240 478 414 652 254 16 394 156 338 100 394 156 352 114 30 268 394 156 652 414 156 394 652 414 414 652 142 380 652 414 30 268 652 414 352 114 296 58 338 100 652 414 86 324 366 128 16 254 44 282 72 310 30 268 170 408 58 296 16 254 366 128 86 324 380 142 142 380 58 296 268 30 352 114 324 86 414 652 72 310 380 142 408 170 478 240 142 380 114 352 86 324 478 240 366 128 380 142 86 324 128 366 72 310 114 352 30 268 652 414 652 414 338 100 72 310 414 652 58 296 652 414 366 128 366 128 156 394 414 652 86 324 72 310 156 394 380 142 652 414 352 114 254 16 296 58 352 114
18.61/19.90	c 20	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
18.61/19.95	c 20	CPU 18.63 (0.06 0.01 18.3 0.26)
18.61/19.95	c 20	END Sun Jul 12 03:43:53 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2076703-1247363013/watcher-2076703-1247363013 -o /tmp/evaluation-result-2076703-1247363013/solver-2076703-1247363013 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2076703-1247363013.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.28 2.27 2.17 4/84 20051
/proc/meminfo: memFree=1178952/2055920 swapFree=4192812/4192956
[pid=20051] ppid=20049 vsize=18576 CPUtime=0
/proc/20051/stat : 20051 (runsolver) R 20049 20051 18305 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 23366605 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 240153849127 0 0 4096 24578 0 0 0 17 1 0 0
/proc/20051/statm: 4644 284 249 26 0 2626 0

[startup+0.0414359 s]
/proc/loadavg: 2.28 2.27 2.17 4/84 20051
/proc/meminfo: memFree=1178952/2055920 swapFree=4192812/4192956
[pid=20051] ppid=20049 vsize=13336 CPUtime=0.02
/proc/20051/stat : 20051 (sugar) R 20049 20051 18305 0 -1 4194304 722 0 0 0 2 0 0 0 20 0 1 0 23366605 13656064 690 996147200 4194304 4206940 548682068608 18446744073709551615 240154016357 0 0 4224 0 0 0 0 17 0 0 0
/proc/20051/statm: 3334 690 338 3 0 434 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13336

[startup+0.101449 s]
/proc/loadavg: 2.28 2.27 2.17 4/84 20051
/proc/meminfo: memFree=1178952/2055920 swapFree=4192812/4192956
[pid=20051] ppid=20049 vsize=16868 CPUtime=0.06
/proc/20051/stat : 20051 (sugar) S 20049 20051 18305 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 23366605 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20051/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301484 s]
/proc/loadavg: 2.28 2.27 2.17 4/84 20051
/proc/meminfo: memFree=1178952/2055920 swapFree=4192812/4192956
[pid=20051] ppid=20049 vsize=16868 CPUtime=0.06
/proc/20051/stat : 20051 (sugar) S 20049 20051 18305 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 23366605 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20051/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701554 s]
/proc/loadavg: 2.28 2.27 2.17 4/84 20051
/proc/meminfo: memFree=1178952/2055920 swapFree=4192812/4192956
[pid=20051] ppid=20049 vsize=16868 CPUtime=0.06
/proc/20051/stat : 20051 (sugar) S 20049 20051 18305 0 -1 4194304 1245 128 0 0 5 1 0 0 15 0 1 0 23366605 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20051/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50271 s]
/proc/loadavg: 2.28 2.27 2.17 3/95 20073
/proc/meminfo: memFree=1166832/2055920 swapFree=4192812/4192956
[pid=20051] ppid=20049 vsize=16868 CPUtime=0.63
/proc/20051/stat : 20051 (sugar) S 20049 20051 18305 0 -1 4194304 1309 7044 0 1 5 1 52 5 16 0 1 0 23366605 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20051/statm: 4217 1111 409 3 0 796 0
[pid=20064] ppid=20051 vsize=5356 CPUtime=0
/proc/20064/stat : 20064 (sh) S 20051 20051 18305 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23366677 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20064/statm: 1339 233 193 169 0 50 0
[pid=20065] ppid=20064 vsize=868512 CPUtime=0.76
/proc/20065/stat : 20065 (java) S 20064 20051 18305 0 -1 0 5726 0 1 0 73 3 0 0 20 0 9 0 23366677 889356288 5138 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20065/statm: 217128 5138 1743 9 0 211633 0
[pid=20065/tid=20066] ppid=20064 vsize=868512 CPUtime=0.54
/proc/20065/task/20066/stat : 20066 (java) R 20064 20051 18305 0 -1 64 2679 0 1 0 53 1 0 0 25 0 9 0 23366678 889356288 5138 996147200 134512640 134550932 4294955936 18446744073709551615 4126618893 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20065/tid=20067] ppid=20064 vsize=868512 CPUtime=0.05
/proc/20065/task/20067/stat : 20067 (java) S 20064 20051 18305 0 -1 64 901 0 0 0 5 0 0 0 16 0 9 0 23366679 889356288 5138 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20065/tid=20068] ppid=20064 vsize=868512 CPUtime=0
/proc/20065/task/20068/stat : 20068 (java) S 20064 20051 18305 0 -1 64 10 0 0 0 0 0 0 0 24 0 9 0 23366679 889356288 5138 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20065/tid=20069] ppid=20064 vsize=868512 CPUtime=0
/proc/20065/task/20069/stat : 20069 (java) S 20064 20051 18305 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 23366679 889356288 5138 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20065/tid=20070] ppid=20064 vsize=868512 CPUtime=0
/proc/20065/task/20070/stat : 20070 (java) S 20064 20051 18305 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23366681 889356288 5138 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20065/tid=20071] ppid=20064 vsize=868512 CPUtime=0.15
/proc/20065/task/20071/stat : 20071 (java) S 20064 20051 18305 0 -1 64 1452 0 0 0 14 1 0 0 16 0 9 0 23366681 889356288 5138 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20065/tid=20072] ppid=20064 vsize=868512 CPUtime=0
/proc/20065/task/20072/stat : 20072 (java) S 20064 20051 18305 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23366681 889356288 5138 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20065/tid=20073] ppid=20064 vsize=868512 CPUtime=0
/proc/20065/task/20073/stat : 20073 (java) S 20064 20051 18305 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23366682 889356288 5138 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 890736

[startup+3.10202 s]
/proc/loadavg: 2.28 2.27 2.17 5/95 20073
/proc/meminfo: memFree=1158832/2055920 swapFree=4192812/4192956
[pid=20051] ppid=20049 vsize=16868 CPUtime=0.63
/proc/20051/stat : 20051 (sugar) S 20049 20051 18305 0 -1 4194304 1309 7044 0 1 5 1 52 5 16 0 1 0 23366605 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20051/statm: 4217 1111 409 3 0 796 0
[pid=20064] ppid=20051 vsize=5356 CPUtime=0
/proc/20064/stat : 20064 (sh) S 20051 20051 18305 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23366677 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20064/statm: 1339 233 193 169 0 50 0
[pid=20065] ppid=20064 vsize=868596 CPUtime=2.14
/proc/20065/stat : 20065 (java) S 20064 20051 18305 0 -1 0 8133 0 1 0 209 5 0 0 20 0 9 0 23366677 889442304 7252 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20065/statm: 217149 7252 2566 9 0 211654 0
[pid=20065/tid=20066] ppid=20064 vsize=868596 CPUtime=1.69
/proc/20065/task/20066/stat : 20066 (java) R 20064 20051 18305 0 -1 64 2797 0 1 0 168 1 0 0 25 0 9 0 23366678 889442304 7252 996147200 134512640 134550932 4294955936 18446744073709551615 4126517581 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20065/tid=20067] ppid=20064 vsize=868596 CPUtime=0.24
/proc/20065/task/20067/stat : 20067 (java) S 20064 20051 18305 0 -1 64 3169 0 0 0 23 1 0 0 16 0 9 0 23366679 889442304 7252 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20065/tid=20068] ppid=20064 vsize=868596 CPUtime=0
/proc/20065/task/20068/stat : 20068 (java) S 20064 20051 18305 0 -1 64 14 0 0 0 0 0 0 0 17 0 9 0 23366679 889442304 7252 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20065/tid=20069] ppid=20064 vsize=868596 CPUtime=0
/proc/20065/task/20069/stat : 20069 (java) S 20064 20051 18305 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23366679 889442304 7252 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20065/tid=20070] ppid=20064 vsize=868596 CPUtime=0
/proc/20065/task/20070/stat : 20070 (java) S 20064 20051 18305 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23366681 889442304 7252 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20065/tid=20071] ppid=20064 vsize=868596 CPUtime=0.17
/proc/20065/task/20071/stat : 20071 (java) S 20064 20051 18305 0 -1 64 1468 0 0 0 16 1 0 0 16 0 9 0 23366681 889442304 7252 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20065/tid=20072] ppid=20064 vsize=868596 CPUtime=0
/proc/20065/task/20072/stat : 20072 (java) S 20064 20051 18305 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23366681 889442304 7252 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20065/tid=20073] ppid=20064 vsize=868596 CPUtime=0
/proc/20065/task/20073/stat : 20073 (java) S 20064 20051 18305 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23366682 889442304 7252 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 890820

[startup+6.30264 s]
/proc/loadavg: 2.26 2.27 2.17 3/95 20073
/proc/meminfo: memFree=1147448/2055920 swapFree=4192812/4192956
[pid=20051] ppid=20049 vsize=16868 CPUtime=0.64
/proc/20051/stat : 20051 (sugar) S 20049 20051 18305 0 -1 4194304 1310 7044 0 1 6 1 52 5 16 0 1 0 23366605 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20051/statm: 4217 1111 409 3 0 796 0
[pid=20064] ppid=20051 vsize=5356 CPUtime=0
/proc/20064/stat : 20064 (sh) S 20051 20051 18305 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23366677 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20064/statm: 1339 233 193 169 0 50 0
[pid=20065] ppid=20064 vsize=868708 CPUtime=5.13
/proc/20065/stat : 20065 (java) S 20064 20051 18305 0 -1 0 12677 0 1 0 501 12 0 0 20 0 9 0 23366677 889556992 8984 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20065/statm: 217177 8984 2593 9 0 211654 0
[pid=20065/tid=20066] ppid=20064 vsize=868708 CPUtime=4.18
/proc/20065/task/20066/stat : 20066 (java) R 20064 20051 18305 0 -1 64 3226 0 1 0 414 4 0 0 25 0 9 0 23366678 889556992 8984 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20065/tid=20067] ppid=20064 vsize=868708 CPUtime=0.68
/proc/20065/task/20067/stat : 20067 (java) S 20064 20051 18305 0 -1 64 7231 0 0 0 63 5 0 0 16 0 9 0 23366679 889556992 8984 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20065/tid=20068] ppid=20064 vsize=868708 CPUtime=0
/proc/20065/task/20068/stat : 20068 (java) S 20064 20051 18305 0 -1 64 14 0 0 0 0 0 0 0 17 0 9 0 23366679 889556992 8984 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20065/tid=20069] ppid=20064 vsize=868708 CPUtime=0
/proc/20065/task/20069/stat : 20069 (java) S 20064 20051 18305 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23366679 889556992 8984 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20065/tid=20070] ppid=20064 vsize=868708 CPUtime=0
/proc/20065/task/20070/stat : 20070 (java) S 20064 20051 18305 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23366681 889556992 8984 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20065/tid=20071] ppid=20064 vsize=868708 CPUtime=0.23
/proc/20065/task/20071/stat : 20071 (java) S 20064 20051 18305 0 -1 64 1521 0 0 0 22 1 0 0 16 0 9 0 23366681 889556992 8984 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20065/tid=20072] ppid=20064 vsize=868708 CPUtime=0
/proc/20065/task/20072/stat : 20072 (java) S 20064 20051 18305 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23366681 889556992 8984 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20065/tid=20073] ppid=20064 vsize=868708 CPUtime=0
/proc/20065/task/20073/stat : 20073 (java) S 20064 20051 18305 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23366682 889556992 8984 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.77
Current children cumulated vsize (KiB) 890932

[startup+12.7019 s]
/proc/loadavg: 2.32 2.28 2.18 3/87 20075
/proc/meminfo: memFree=1155576/2055920 swapFree=4192812/4192956
[pid=20051] ppid=20049 vsize=16868 CPUtime=5.94
/proc/20051/stat : 20051 (sugar) S 20049 20051 18305 0 -1 4194304 1376 20045 0 2 6 1 568 19 16 0 1 0 23366605 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20051/statm: 4217 1113 409 3 0 796 0
[pid=20074] ppid=20051 vsize=5356 CPUtime=0
/proc/20074/stat : 20074 (sh) S 20051 20051 18305 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23367256 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20074/statm: 1339 232 193 169 0 50 0
[pid=20075] ppid=20074 vsize=14604 CPUtime=6
/proc/20075/stat : 20075 (minisat) R 20074 20051 18305 0 -1 4194304 3436 0 0 0 598 2 0 0 25 0 1 0 23367256 14954496 3422 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20075/statm: 3651 3422 75 150 0 3498 0
Current children cumulated CPU time (s) 11.94
Current children cumulated vsize (KiB) 36828

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

[startup+15.9015 s]
/proc/loadavg: 2.29 2.27 2.18 3/87 20075
/proc/meminfo: memFree=1155256/2055920 swapFree=4192812/4192956
[pid=20051] ppid=20049 vsize=16868 CPUtime=5.94
/proc/20051/stat : 20051 (sugar) S 20049 20051 18305 0 -1 4194304 1376 20045 0 2 6 1 568 19 16 0 1 0 23366605 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20051/statm: 4217 1113 409 3 0 796 0
[pid=20074] ppid=20051 vsize=5356 CPUtime=0
/proc/20074/stat : 20074 (sh) S 20051 20051 18305 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23367256 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20074/statm: 1339 232 193 169 0 50 0
[pid=20075] ppid=20074 vsize=14868 CPUtime=8.82
/proc/20075/stat : 20075 (minisat) R 20074 20051 18305 0 -1 4194304 3529 0 0 0 880 2 0 0 25 0 1 0 23367256 15224832 3515 996147200 134512640 135127466 4294956256 18446744073709551615 134521703 0 0 4096 3 0 0 0 17 1 0 0
/proc/20075/statm: 3717 3515 75 150 0 3564 0
Current children cumulated CPU time (s) 14.76
Current children cumulated vsize (KiB) 37092

[startup+17.5028 s]
/proc/loadavg: 2.27 2.27 2.18 3/87 20075
/proc/meminfo: memFree=1155000/2055920 swapFree=4192812/4192956
[pid=20051] ppid=20049 vsize=16868 CPUtime=5.94
/proc/20051/stat : 20051 (sugar) S 20049 20051 18305 0 -1 4194304 1376 20045 0 2 6 1 568 19 16 0 1 0 23366605 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20051/statm: 4217 1113 409 3 0 796 0
[pid=20074] ppid=20051 vsize=5356 CPUtime=0
/proc/20074/stat : 20074 (sh) S 20051 20051 18305 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23367256 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20074/statm: 1339 232 193 169 0 50 0
[pid=20075] ppid=20074 vsize=15000 CPUtime=10.43
/proc/20075/stat : 20075 (minisat) R 20074 20051 18305 0 -1 4194304 3568 0 0 0 1040 3 0 0 25 0 1 0 23367256 15360000 3554 996147200 134512640 135127466 4294956256 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 1 0 0
/proc/20075/statm: 3750 3554 76 150 0 3597 0
Current children cumulated CPU time (s) 16.37
Current children cumulated vsize (KiB) 37224

[startup+19.1011 s]
/proc/loadavg: 2.27 2.27 2.18 5/87 20075
/proc/meminfo: memFree=1156792/2055920 swapFree=4192812/4192956
[pid=20051] ppid=20049 vsize=16868 CPUtime=5.94
/proc/20051/stat : 20051 (sugar) S 20049 20051 18305 0 -1 4194304 1376 20045 0 2 6 1 568 19 16 0 1 0 23366605 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20051/statm: 4217 1113 409 3 0 796 0
[pid=20074] ppid=20051 vsize=5356 CPUtime=0
/proc/20074/stat : 20074 (sh) S 20051 20051 18305 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23367256 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20074/statm: 1339 232 193 169 0 50 0
[pid=20075] ppid=20074 vsize=15296 CPUtime=11.88
/proc/20075/stat : 20075 (minisat) R 20074 20051 18305 0 -1 4194304 3610 0 0 0 1185 3 0 0 25 0 1 0 23367256 15663104 3596 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/20075/statm: 3824 3596 76 150 0 3671 0
Current children cumulated CPU time (s) 17.82
Current children cumulated vsize (KiB) 37520

[startup+19.5012 s]
/proc/loadavg: 2.27 2.27 2.18 5/87 20075
/proc/meminfo: memFree=1156792/2055920 swapFree=4192812/4192956
[pid=20051] ppid=20049 vsize=16868 CPUtime=5.94
/proc/20051/stat : 20051 (sugar) S 20049 20051 18305 0 -1 4194304 1376 20045 0 2 6 1 568 19 16 0 1 0 23366605 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20051/statm: 4217 1113 409 3 0 796 0
[pid=20074] ppid=20051 vsize=5356 CPUtime=0
/proc/20074/stat : 20074 (sh) S 20051 20051 18305 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23367256 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20074/statm: 1339 232 193 169 0 50 0
[pid=20075] ppid=20074 vsize=15296 CPUtime=12.28
/proc/20075/stat : 20075 (minisat) R 20074 20051 18305 0 -1 4194304 3621 0 0 0 1225 3 0 0 25 0 1 0 23367256 15663104 3607 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/20075/statm: 3824 3607 76 150 0 3671 0
Current children cumulated CPU time (s) 18.22
Current children cumulated vsize (KiB) 37520

[startup+19.9022 s]
/proc/loadavg: 2.27 2.27 2.18 4/95 20085
/proc/meminfo: memFree=1164344/2055920 swapFree=4192812/4192956
[pid=20051] ppid=20049 vsize=16868 CPUtime=18.31
/proc/20051/stat : 20051 (sugar) S 20049 20051 18305 0 -1 4194304 1451 23969 0 2 6 1 1801 23 15 0 1 0 23366605 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20051/statm: 4217 1114 409 3 0 796 0
[pid=20076] ppid=20051 vsize=5356 CPUtime=0
/proc/20076/stat : 20076 (sh) S 20051 20051 18305 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23368563 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20076/statm: 1339 233 193 169 0 50 0
[pid=20077] ppid=20076 vsize=864604 CPUtime=0.3
/proc/20077/stat : 20077 (java) S 20076 20051 18305 0 -1 0 4092 0 1 0 28 2 0 0 19 0 9 0 23368563 885354496 3552 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20077/statm: 216151 3552 1706 9 0 210663 0
[pid=20077/tid=20078] ppid=20076 vsize=864604 CPUtime=0.2
/proc/20077/task/20078/stat : 20078 (java) R 20076 20051 18305 0 -1 64 2531 0 1 0 19 1 0 0 18 0 9 0 23368564 885354496 3555 996147200 134512640 134550932 4294955984 18446744073709551615 103778338 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20077/tid=20079] ppid=20076 vsize=864604 CPUtime=0.01
/proc/20077/task/20079/stat : 20079 (java) S 20076 20051 18305 0 -1 64 382 0 0 0 1 0 0 0 16 0 9 0 23368565 885354496 3555 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20077/tid=20080] ppid=20076 vsize=864604 CPUtime=0
/proc/20077/task/20080/stat : 20080 (java) S 20076 20051 18305 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 23368566 885354496 3556 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20077/tid=20081] ppid=20076 vsize=864604 CPUtime=0
/proc/20077/task/20081/stat : 20081 (java) S 20076 20051 18305 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 23368566 885354496 3556 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20077/tid=20082] ppid=20076 vsize=864604 CPUtime=0
/proc/20077/task/20082/stat : 20082 (java) S 20076 20051 18305 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23368568 885354496 3556 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20077/tid=20083] ppid=20076 vsize=864604 CPUtime=0.06
/proc/20077/task/20083/stat : 20083 (java) S 20076 20051 18305 0 -1 64 488 0 0 0 6 0 0 0 16 0 9 0 23368568 885354496 3556 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20077/tid=20084] ppid=20076 vsize=864604 CPUtime=0
/proc/20077/task/20084/stat : 20084 (java) S 20076 20051 18305 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23368568 885354496 3556 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20077/tid=20085] ppid=20076 vsize=864604 CPUtime=0
/proc/20077/task/20085/stat : 20085 (java) S 20076 20051 18305 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23368568 885354496 3556 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.61
Current children cumulated vsize (KiB) 886828

Child status: 0
Real time (s): 19.9599
CPU time (s): 18.6642
CPU user time (s): 18.3702
CPU system time (s): 0.293955
CPU usage (%): 93.5083
Max. virtual memory (cumulated for all children) (KiB): 896012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.3702
system time used= 0.293955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29933
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= 6808
involuntary context switches= 7186

runsolver used 0.036994 second user time and 0.075988 second system time

The end

Launcher Data

Begin job on node86 at 2009-07-12 03:43:33
IDJOB=2076703
IDBENCH=56486
IDSOLVER=739
FILE ID=node86/2076703-1247363013
PBS_JOBID= 9506972
Free space on /tmp= 66304 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rlfapGraphsMod/normalized-graph8-f10.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2076703-1247363013/watcher-2076703-1247363013 -o /tmp/evaluation-result-2076703-1247363013/solver-2076703-1247363013 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2076703-1247363013.xml

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

MD5SUM BENCH= c887ce37f5a1698918527bda6728d1cf
RANDOM SEED=1210442370

node86.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1179432 kB
Buffers:         25940 kB
Cached:          95644 kB
SwapCached:          0 kB
Active:         788484 kB
Inactive:        39264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1179432 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2052 kB
Writeback:           0 kB
Mapped:         721756 kB
Slab:            32204 kB
Committed_AS:   868668 kB
PageTables:       3468 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= 66304 MiB
End job on node86 at 2009-07-12 03:43:53