Trace number 2076736

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 37.5723 38.0242

General information on the benchmark

Namecsp/rlfapGraphsMod/
normalized-graph9-f9.xml
MD5SUM17a33451183b9900020243750ee5373a
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 benchmark2.6146
Satisfiable
(Un)Satisfiability was proved
Number of variables916
Number of constraints5246
Maximum constraint arity2
Maximum domain size35
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5246
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 03:43:44 2009
0.00/0.08	c 0	PID 21808
0.07/0.08	c 0	HOST node35.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2076736-1247363024.xml TO HOME/temp.csp
0.07/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-2076736-1247363024.xml' 'HOME/temp.csp'
0.07/0.78	c 1	7 domains, 916 variables, 2 predicates, 0 relations, 5246 constraints
0.07/0.81	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.81	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.07/0.90	c 1	Parsing HOME/temp.csp
0.92/1.07	c 1	parsed 6171 expressions
0.92/1.08	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.92/1.08	c 1	Converting to clausal form CSP
1.02/1.11	c 1	converted 618 (10%) expressions
1.42/1.52	c 2	converted 1235 (20%) expressions
1.81/1.99	c 2	converted 1852 (30%) expressions
2.31/2.47	c 3	converted 2469 (40%) expressions
2.80/2.91	c 3	converted 3086 (50%) expressions
3.29/3.41	c 4	converted 3703 (60%) expressions
3.70/3.84	c 4	converted 4320 (70%) expressions
4.09/4.28	c 5	converted 4937 (80%) expressions
4.58/4.72	c 5	converted 5554 (90%) expressions
4.98/5.16	c 5	converted 6171 (100%) expressions
4.98/5.16	c 5	CSP : 916 integers, 0 booleans, 6162 clauses, largest domain size 35
4.98/5.16	c 5	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.98/5.16	c 6	Propagation in CSP
5.67/5.80	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.67/5.80	c 6	CSP : 916 integers, 0 booleans, 6162 clauses, largest domain size 35
5.67/5.80	c 6	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.67/5.81	c 6	Simplifing CSP by introducing new Boolean variables
5.77/5.93	c 6	CSP : 916 integers, 10492 booleans, 16654 clauses, largest domain size 35
5.77/5.93	c 6	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.87/6.01	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.87/6.08	c 6	92 (10%) CSP integer variables are encoded (2690 clauses, 32887 bytes)
5.97/6.10	c 6	184 (20%) CSP integer variables are encoded (5430 clauses, 68507 bytes)
5.97/6.12	c 6	275 (30%) CSP integer variables are encoded (8073 clauses, 102866 bytes)
5.97/6.14	c 6	367 (40%) CSP integer variables are encoded (10808 clauses, 140698 bytes)
5.97/6.16	c 7	458 (50%) CSP integer variables are encoded (13510 clauses, 181228 bytes)
5.97/6.18	c 7	550 (60%) CSP integer variables are encoded (16156 clauses, 220918 bytes)
5.97/6.20	c 7	642 (70%) CSP integer variables are encoded (18844 clauses, 261238 bytes)
6.07/6.22	c 7	733 (80%) CSP integer variables are encoded (21469 clauses, 300613 bytes)
6.07/6.24	c 7	825 (90%) CSP integer variables are encoded (24039 clauses, 339163 bytes)
6.07/6.26	c 7	916 (100%) CSP integer variables are encoded (26520 clauses, 376378 bytes)
6.27/6.44	c 7	1666 (10%) CSP clauses are encoded (57778 clauses, 974140 bytes)
6.46/6.61	c 7	3331 (20%) CSP clauses are encoded (89392 clauses, 1597839 bytes)
6.56/6.75	c 7	4997 (30%) CSP clauses are encoded (121964 clauses, 2246576 bytes)
6.66/6.89	c 7	6662 (40%) CSP clauses are encoded (153843 clauses, 2881624 bytes)
6.86/7.03	c 7	8327 (50%) CSP clauses are encoded (186112 clauses, 3558610 bytes)
6.95/7.17	c 8	9993 (60%) CSP clauses are encoded (217916 clauses, 4227489 bytes)
7.15/7.31	c 8	11658 (70%) CSP clauses are encoded (249788 clauses, 4899378 bytes)
7.26/7.45	c 8	13324 (80%) CSP clauses are encoded (281711 clauses, 5571269 bytes)
7.45/7.61	c 8	14989 (90%) CSP clauses are encoded (313274 clauses, 6234948 bytes)
7.55/7.74	c 8	16654 (100%) CSP clauses are encoded (343431 clauses, 6859295 bytes)
7.55/7.74	c 8	16654 CSP clauses encoded
7.55/7.74	c 8	Writing map file : HOME/temp.map
7.55/7.76	c 8	Heap : 6 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
7.55/7.76	c 8	SAT : 37928 SAT variables, 343431 SAT clauses, 6859295 bytes
7.55/7.76	c 8	Heap : 6 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
7.60/7.81	c 8	SOLVING HOME/temp.cnf
7.60/7.81	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.60/7.81	c 8	This is MiniSat 2.0 beta
7.60/7.81	c 8	WARNING: for repeatability, setting FPU to use double precision
7.60/7.81	c 8	============================[ Problem Statistics ]=============================
7.60/7.81	c 8	|                                                                             |
7.60/7.81	c 8	|  Number of variables:  37928                                                |
7.60/7.81	c 8	|  Number of clauses:    343431                                               |
7.62/8.00	c 8	|  Parsing time:         0.16         s                                       |
7.62/8.01	c 8	============================[ Search Statistics ]==============================
7.62/8.01	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.62/8.01	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.62/8.01	c 8	===============================================================================
7.62/8.01	c 8	|         0 |   37928   343431   959967 |   114477        0    nan |  0.000 % |
7.62/8.03	c 8	|       101 |   37928   343431   959967 |   125924      101      8 |  0.000 % |
7.62/8.07	c 8	|       252 |   37928   343431   959967 |   138517      252      8 |  0.000 % |
7.62/8.10	c 8	|       477 |   37928   343431   959967 |   152368      477      9 |  0.000 % |
7.62/8.14	c 8	|       814 |   37928   343431   959967 |   167605      814      9 |  0.000 % |
7.62/8.20	c 9	|      1320 |   37928   343431   959967 |   184366     1320      9 |  0.000 % |
7.62/8.30	c 9	|      2081 |   37928   343431   959967 |   202802     2081      9 |  0.000 % |
7.62/8.47	c 9	|      3220 |   37928   343431   959967 |   223083     3220     10 |  0.000 % |
8.49/8.73	c 9	|      4931 |   37928   343431   959967 |   245391     4931     10 |  0.000 % |
8.99/9.20	c 10	|      7493 |   37928   343431   959967 |   269930     7493     11 |  0.000 % |
9.68/9.97	c 10	|     11338 |   37923   343402   959909 |   296923    11336     11 |  0.032 % |
10.86/11.15	c 11	|     17104 |   37906   342933   958606 |   326616    17052     11 |  0.058 % |
13.24/13.56	c 14	|     25754 |   37897   342757   958115 |   359277    25684     12 |  0.082 % |
16.81/17.18	c 18	|     38730 |   37877   342371   957054 |   395205    38498     13 |  0.134 % |
26.43/26.83	c 27	|     58192 |   37834   342178   956537 |   434726    57931     13 |  0.250 % |
37.02/37.57	c 38	===============================================================================
37.02/37.57	c 38	restarts              : 15
37.02/37.57	c 38	conflicts             : 72758          (2472 /sec)
37.02/37.57	c 38	decisions             : 342169         (1.54 % random) (11626 /sec)
37.02/37.57	c 38	propagations          : 29857900       (1014487 /sec)
37.02/37.57	c 38	conflict literals     : 1003850        (23.89 % deleted)
37.02/37.57	c 38	Memory used           : 25.71 MB
37.02/37.57	c 38	CPU time              : 29.4315 s
37.02/37.57	c 38	
37.02/37.59	c 38	SATISFIABLE
37.02/37.59	c 38	DECODING HOME/temp.out WITH HOME/temp.map
37.02/37.59	c 38	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'
37.13/37.67	c 38	Decoding HOME/temp.out
37.13/37.97	s SATISFIABLE
37.13/38.00	v 128 366 394 156 72 310 156 394 666 428 128 366 380 142 86 324 44 282 282 44 30 268 352 114 114 352 394 156 652 414 30 268 114 352 128 366 324 86 352 114 414 652 414 652 156 394 156 394 100 338 114 352 352 114 268 30 338 100 100 338 16 254 338 100 666 428 394 156 666 428 72 310 380 142 44 282 366 128 478 240 428 666 394 156 666 428 428 666 156 394 86 324 338 100 414 652 324 86 352 114 428 666 666 428 338 100 352 114 142 380 428 666 652 414 394 156 16 254 114 352 380 142 652 414 114 352 296 58 338 100 352 114 666 428 366 128 310 72 666 428 44 282 394 156 44 282 414 652 296 58 156 394 666 428 394 156 282 44 394 156 142 380 666 428 338 100 30 268 414 652 282 44 666 428 666 428 380 142 310 72 414 652 100 338 366 128 142 380 666 428 394 156 380 142 666 428 428 666 254 16 666 428 666 428 652 414 16 254 428 666 156 394 156 394 156 394 142 380 666 428 428 666 156 394 428 666 428 666 414 652 72 310 142 380 142 380 114 352 666 428 428 666 100 338 72 310 142 380 142 380 142 380 652 414 428 666 414 652 428 666 380 142 142 380 156 394 652 414 338 100 428 666 128 366 414 652 414 652 310 72 86 324 652 414 666 428 310 72 16 254 324 86 128 366 666 428 428 666 142 380 282 44 310 72 366 128 352 114 414 652 86 324 338 100 428 666 652 414 666 428 352 114 666 428 86 324 16 254 142 380 100 338 380 142 428 666 114 352 58 296 156 394 254 16 666 428 100 338 666 428 128 366 666 428 156 394 414 652 666 428 282 44 58 296 114 352 142 380 666 428 428 666 428 666 394 156 428 666 666 428 428 666 142 380 254 16 44 282 366 128 156 394 366 128 366 128 394 156 652 414 414 652 338 100 16 254 282 44 428 666 338 100 156 394 324 86 414 652 142 380 58 296 666 428 156 394 366 128 652 414 666 428 380 142 380 142 428 666 652 414 428 666 72 310 666 428 666 428 666 428 324 86 324 86 428 666 666 428 310 72 428 666 100 338 30 268 428 666 44 282 310 72 324 86 652 414 324 86 380 142 282 44 428 666 156 394 380 142 666 428 114 352 100 338 414 652 156 394 268 30 142 380 666 428 428 666 414 652 414 652 428 666 72 310 666 428 142 380 30 268 428 666 268 30 352 114 394 156 666 428 428 666 394 156 428 666 296 58 282 44 428 666 428 666 652 414 666 428 268 30 338 100 30 268 394 156 414 652 16 254 310 72 666 428 394 156 58 296 142 380 324 86 142 380 254 16 352 114 428 666 142 380 414 652 666 428 652 414 366 128 324 86 72 310 428 666 652 414 16 254 428 666 156 394 352 114 296 58 652 414 268 30 156 394 128 366 142 380 414 652 156 394 666 428 666 428 666 428 366 128 428 666 128 366 414 652 380 142 366 128 380 142 366 128 380 142 414 652 666 428 666 428 666 428 394 156 652 414 652 414 296 58 100 338 72 310 128 366 428 666 142 380 142 380 380 142 128 366 666 428 652 414 352 114 324 86 86 324 282 44 414 652 394 156 282 44 254 16 72 310 380 142 86 324 100 338 666 428 268 30 428 666 428 666 394 156 128 366 156 394 16 254 428 666 380 142 58 296 324 86 380 142 366 128 128 366 72 310 428 666 142 380 58 296 380 142 114 352 100 338 100 338 666 428 86 324 100 338 380 142 428 666 58 296 366 128 156 394 268 30 268 30 428 666 282 44 30 268 310 72 114 352 666 428 666 428 414 652 428 666 30 268 380 142 58 296 254 16 394 156 310 72 156 394 394 156 394 156 380 142 114 352 114 352 366 128 72 310 268 30 86 324 310 72 366 128 310 72 324 86 72 310 380 142 72 310 86 324 338 100 338 100 666 428 128 366 666 428 324 86 666 428 86 324 44 282 428 666 338 100 282 44 652 414 414 652 58 296 30 268 428 666 428 666 428 666 44 282 86 324 296 58 380 142 58 296 142 380 58 296 296 58 380 142 100 338 128 366 394 156 652 414 366 128 352 114 128 366 100 338 296 58 666 428 72 310
37.13/38.01	c 38	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
37.13/38.02	c 38	CPU 37.54 (0.05 0.02 37.13 0.34)
37.13/38.02	c 38	END Sun Jul 12 03:44:22 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-2076736-1247363024/watcher-2076736-1247363024 -o /tmp/evaluation-result-2076736-1247363024/solver-2076736-1247363024 -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-2076736-1247363024.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: 1.95 2.01 1.99 4/83 21808
/proc/meminfo: memFree=1188280/2055920 swapFree=4192812/4192956
[pid=21808] ppid=21806 vsize=18576 CPUtime=0
/proc/21808/stat : 21808 (runsolver) R 21806 21808 21537 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 23368827 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 266134416679 0 0 4096 24578 0 0 0 17 1 0 0
/proc/21808/statm: 4644 284 249 26 0 2626 0

[startup+0.081428 s]
/proc/loadavg: 1.95 2.01 1.99 4/83 21808
/proc/meminfo: memFree=1188280/2055920 swapFree=4192812/4192956
[pid=21808] ppid=21806 vsize=16740 CPUtime=0.07
/proc/21808/stat : 21808 (sugar) S 21806 21808 21537 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 23368827 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21808/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.10159 s]
/proc/loadavg: 1.95 2.01 1.99 4/83 21808
/proc/meminfo: memFree=1188280/2055920 swapFree=4192812/4192956
[pid=21808] ppid=21806 vsize=16868 CPUtime=0.07
/proc/21808/stat : 21808 (sugar) S 21806 21808 21537 0 -1 4194304 1227 128 0 0 5 2 0 0 18 0 1 0 23368827 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21808/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301606 s]
/proc/loadavg: 1.95 2.01 1.99 4/83 21808
/proc/meminfo: memFree=1188280/2055920 swapFree=4192812/4192956
[pid=21808] ppid=21806 vsize=16868 CPUtime=0.07
/proc/21808/stat : 21808 (sugar) S 21806 21808 21537 0 -1 4194304 1227 128 0 0 5 2 0 0 18 0 1 0 23368827 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21808/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.70267 s]
/proc/loadavg: 1.95 2.01 1.99 4/83 21808
/proc/meminfo: memFree=1188280/2055920 swapFree=4192812/4192956
[pid=21808] ppid=21806 vsize=16868 CPUtime=0.07
/proc/21808/stat : 21808 (sugar) S 21806 21808 21537 0 -1 4194304 1227 128 0 0 5 2 0 0 18 0 1 0 23368827 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21808/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50274 s]
/proc/loadavg: 2.03 2.03 2.00 5/94 21830
/proc/meminfo: memFree=1183456/2055920 swapFree=4192812/4192956
[pid=21808] ppid=21806 vsize=16868 CPUtime=0.76
/proc/21808/stat : 21808 (sugar) S 21806 21808 21537 0 -1 4194304 1309 7624 0 1 5 2 64 5 15 0 1 0 23368827 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21808/statm: 4217 1111 409 3 0 796 0
[pid=21821] ppid=21808 vsize=5356 CPUtime=0
/proc/21821/stat : 21821 (sh) S 21808 21808 21537 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23368909 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21821/statm: 1339 233 193 169 0 50 0
[pid=21822] ppid=21821 vsize=868512 CPUtime=0.66
/proc/21822/stat : 21822 (java) S 21821 21808 21537 0 -1 0 5412 0 1 0 63 3 0 0 20 0 9 0 23368909 889356288 4830 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21822/statm: 217128 4830 1741 9 0 211633 0
[pid=21822/tid=21823] ppid=21821 vsize=868512 CPUtime=0.48
/proc/21822/task/21823/stat : 21823 (java) R 21821 21808 21537 0 -1 64 2674 0 1 0 47 1 0 0 25 0 9 0 23368910 889356288 4830 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21822/tid=21824] ppid=21821 vsize=868512 CPUtime=0.02
/proc/21822/task/21824/stat : 21824 (java) S 21821 21808 21537 0 -1 64 602 0 0 0 2 0 0 0 16 0 9 0 23368912 889356288 4830 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21822/tid=21825] ppid=21821 vsize=868512 CPUtime=0
/proc/21822/task/21825/stat : 21825 (java) S 21821 21808 21537 0 -1 64 11 0 0 0 0 0 0 0 24 0 9 0 23368912 889356288 4830 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21822/tid=21826] ppid=21821 vsize=868512 CPUtime=0
/proc/21822/task/21826/stat : 21826 (java) S 21821 21808 21537 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 23368912 889356288 4830 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21822/tid=21827] ppid=21821 vsize=868512 CPUtime=0
/proc/21822/task/21827/stat : 21827 (java) S 21821 21808 21537 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23368914 889356288 4830 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21822/tid=21828] ppid=21821 vsize=868512 CPUtime=0.13
/proc/21822/task/21828/stat : 21828 (java) R 21821 21808 21537 0 -1 64 1443 0 0 0 13 0 0 0 16 0 9 0 23368914 889356288 4830 996147200 134512640 134550932 4294955936 18446744073709551615 102045178 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21822/tid=21829] ppid=21821 vsize=868512 CPUtime=0
/proc/21822/task/21829/stat : 21829 (java) S 21821 21808 21537 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23368914 889356288 4830 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21822/tid=21830] ppid=21821 vsize=868512 CPUtime=0
/proc/21822/task/21830/stat : 21830 (java) S 21821 21808 21537 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23368914 889356288 4830 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890736

[startup+3.10191 s]
/proc/loadavg: 2.03 2.03 2.00 3/94 21830
/proc/meminfo: memFree=1175136/2055920 swapFree=4192812/4192956
[pid=21808] ppid=21806 vsize=16868 CPUtime=0.76
/proc/21808/stat : 21808 (sugar) S 21806 21808 21537 0 -1 4194304 1309 7624 0 1 5 2 64 5 16 0 1 0 23368827 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21808/statm: 4217 1111 409 3 0 796 0
[pid=21821] ppid=21808 vsize=5356 CPUtime=0
/proc/21821/stat : 21821 (sh) S 21808 21808 21537 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23368909 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21821/statm: 1339 233 193 169 0 50 0
[pid=21822] ppid=21821 vsize=868600 CPUtime=2.25
/proc/21822/stat : 21822 (java) S 21821 21808 21537 0 -1 0 7285 0 1 0 220 5 0 0 20 0 9 0 23368909 889446400 6375 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21822/statm: 217150 6375 2566 9 0 211655 0
[pid=21822/tid=21823] ppid=21821 vsize=868600 CPUtime=1.91
/proc/21822/task/21823/stat : 21823 (java) R 21821 21808 21537 0 -1 64 2827 0 1 0 190 1 0 0 25 0 9 0 23368910 889446400 6375 996147200 134512640 134550932 4294955936 18446744073709551615 4126521424 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21822/tid=21824] ppid=21821 vsize=868600 CPUtime=0.15
/proc/21822/task/21824/stat : 21824 (java) S 21821 21808 21537 0 -1 64 2289 0 0 0 13 2 0 0 16 0 9 0 23368912 889446400 6375 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21822/tid=21825] ppid=21821 vsize=868600 CPUtime=0
/proc/21822/task/21825/stat : 21825 (java) S 21821 21808 21537 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23368912 889446400 6375 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21822/tid=21826] ppid=21821 vsize=868600 CPUtime=0
/proc/21822/task/21826/stat : 21826 (java) S 21821 21808 21537 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23368912 889446400 6375 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21822/tid=21827] ppid=21821 vsize=868600 CPUtime=0
/proc/21822/task/21827/stat : 21827 (java) S 21821 21808 21537 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23368914 889446400 6375 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21822/tid=21828] ppid=21821 vsize=868600 CPUtime=0.15
/proc/21822/task/21828/stat : 21828 (java) S 21821 21808 21537 0 -1 64 1471 0 0 0 15 0 0 0 16 0 9 0 23368914 889446400 6375 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21822/tid=21829] ppid=21821 vsize=868600 CPUtime=0
/proc/21822/task/21829/stat : 21829 (java) S 21821 21808 21537 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23368914 889446400 6375 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21822/tid=21830] ppid=21821 vsize=868600 CPUtime=0
/proc/21822/task/21830/stat : 21830 (java) S 21821 21808 21537 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23368914 889446400 6375 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890824

[startup+6.30227 s]
/proc/loadavg: 2.03 2.03 2.00 3/94 21830
/proc/meminfo: memFree=1170848/2055920 swapFree=4192812/4192956
[pid=21808] ppid=21806 vsize=16868 CPUtime=0.76
/proc/21808/stat : 21808 (sugar) S 21806 21808 21537 0 -1 4194304 1310 7624 0 1 5 2 64 5 15 0 1 0 23368827 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21808/statm: 4217 1111 409 3 0 796 0
[pid=21821] ppid=21808 vsize=5356 CPUtime=0
/proc/21821/stat : 21821 (sh) S 21808 21808 21537 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23368909 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21821/statm: 1339 233 193 169 0 50 0
[pid=21822] ppid=21821 vsize=868712 CPUtime=5.41
/proc/21822/stat : 21822 (java) S 21821 21808 21537 0 -1 0 10905 0 1 0 531 10 0 0 20 0 9 0 23368909 889561088 7754 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21822/statm: 217178 7754 2593 9 0 211655 0
[pid=21822/tid=21823] ppid=21821 vsize=868712 CPUtime=4.71
/proc/21822/task/21823/stat : 21823 (java) R 21821 21808 21537 0 -1 64 3262 0 1 0 469 2 0 0 25 0 9 0 23368910 889561088 7754 996147200 134512640 134550932 4294955936 18446744073709551615 4126945097 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21822/tid=21824] ppid=21821 vsize=868712 CPUtime=0.45
/proc/21822/task/21824/stat : 21824 (java) S 21821 21808 21537 0 -1 64 5442 0 0 0 40 5 0 0 16 0 9 0 23368912 889561088 7754 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21822/tid=21825] ppid=21821 vsize=868712 CPUtime=0
/proc/21822/task/21825/stat : 21825 (java) S 21821 21808 21537 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23368912 889561088 7754 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21822/tid=21826] ppid=21821 vsize=868712 CPUtime=0
/proc/21822/task/21826/stat : 21826 (java) S 21821 21808 21537 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23368912 889561088 7754 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21822/tid=21827] ppid=21821 vsize=868712 CPUtime=0
/proc/21822/task/21827/stat : 21827 (java) S 21821 21808 21537 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23368914 889561088 7754 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21822/tid=21828] ppid=21821 vsize=868712 CPUtime=0.2
/proc/21822/task/21828/stat : 21828 (java) S 21821 21808 21537 0 -1 64 1503 0 0 0 20 0 0 0 15 0 9 0 23368914 889561088 7754 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21822/tid=21829] ppid=21821 vsize=868712 CPUtime=0
/proc/21822/task/21829/stat : 21829 (java) S 21821 21808 21537 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23368914 889561088 7754 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21822/tid=21830] ppid=21821 vsize=868712 CPUtime=0
/proc/21822/task/21830/stat : 21830 (java) S 21821 21808 21537 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23368914 889561088 7754 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890936

[startup+12.702 s]
/proc/loadavg: 2.03 2.03 2.00 3/86 21832
/proc/meminfo: memFree=1162016/2055920 swapFree=4192812/4192956
[pid=21808] ppid=21806 vsize=16868 CPUtime=7.62
/proc/21808/stat : 21808 (sugar) S 21806 21808 21537 0 -1 4194304 1376 19137 0 2 5 2 732 23 16 0 1 0 23368827 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21808/statm: 4217 1113 409 3 0 796 0
[pid=21831] ppid=21808 vsize=5356 CPUtime=0
/proc/21831/stat : 21831 (sh) S 21808 21808 21537 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23369608 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21831/statm: 1339 232 193 169 0 50 0
[pid=21832] ppid=21831 vsize=21412 CPUtime=4.83
/proc/21832/stat : 21832 (minisat) R 21831 21808 21537 0 -1 4194304 5062 0 0 0 479 4 0 0 25 0 1 0 23369609 21925888 5048 996147200 134512640 135127466 4294956256 18446744073709551615 134521700 0 0 4096 3 0 0 0 17 0 0 0
/proc/21832/statm: 5353 5048 76 150 0 5200 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 43636

[startup+25.5014 s]
/proc/loadavg: 2.02 2.03 2.00 3/86 21832
/proc/meminfo: memFree=1158688/2055920 swapFree=4192812/4192956
[pid=21808] ppid=21806 vsize=16868 CPUtime=7.62
/proc/21808/stat : 21808 (sugar) S 21806 21808 21537 0 -1 4194304 1376 19137 0 2 5 2 732 23 16 0 1 0 23368827 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21808/statm: 4217 1113 409 3 0 796 0
[pid=21831] ppid=21808 vsize=5356 CPUtime=0
/proc/21831/stat : 21831 (sh) S 21808 21808 21537 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23369608 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21831/statm: 1339 232 193 169 0 50 0
[pid=21832] ppid=21831 vsize=24592 CPUtime=17.52
/proc/21832/stat : 21832 (minisat) R 21831 21808 21537 0 -1 4194304 5858 0 0 0 1747 5 0 0 25 0 1 0 23369609 25182208 5844 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21832/statm: 6148 5844 76 150 0 5995 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 46816

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

[startup+31.9061 s]
/proc/loadavg: 2.02 2.03 2.00 3/86 21832
/proc/meminfo: memFree=1157664/2055920 swapFree=4192812/4192956
[pid=21808] ppid=21806 vsize=16868 CPUtime=7.62
/proc/21808/stat : 21808 (sugar) S 21806 21808 21537 0 -1 4194304 1376 19137 0 2 5 2 732 23 16 0 1 0 23368827 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21808/statm: 4217 1113 409 3 0 796 0
[pid=21831] ppid=21808 vsize=5356 CPUtime=0
/proc/21831/stat : 21831 (sh) S 21808 21808 21537 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23369608 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21831/statm: 1339 232 193 169 0 50 0
[pid=21832] ppid=21831 vsize=25636 CPUtime=23.86
/proc/21832/stat : 21832 (minisat) R 21831 21808 21537 0 -1 4194304 6112 0 0 0 2381 5 0 0 25 0 1 0 23369609 26251264 6098 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/21832/statm: 6409 6098 76 150 0 6256 0
Current children cumulated CPU time (s) 31.48
Current children cumulated vsize (KiB) 47860

[startup+35.1025 s]
/proc/loadavg: 2.10 2.04 2.00 3/86 21832
/proc/meminfo: memFree=1157280/2055920 swapFree=4192812/4192956
[pid=21808] ppid=21806 vsize=16868 CPUtime=7.62
/proc/21808/stat : 21808 (sugar) S 21806 21808 21537 0 -1 4194304 1376 19137 0 2 5 2 732 23 16 0 1 0 23368827 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21808/statm: 4217 1113 409 3 0 796 0
[pid=21831] ppid=21808 vsize=5356 CPUtime=0
/proc/21831/stat : 21831 (sh) S 21808 21808 21537 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23369608 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21831/statm: 1339 232 193 169 0 50 0
[pid=21832] ppid=21831 vsize=26032 CPUtime=27.03
/proc/21832/stat : 21832 (minisat) R 21831 21808 21537 0 -1 4194304 6205 0 0 0 2698 5 0 0 25 0 1 0 23369609 26656768 6191 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/21832/statm: 6508 6191 76 150 0 6355 0
Current children cumulated CPU time (s) 34.65
Current children cumulated vsize (KiB) 48256

[startup+36.7026 s]
/proc/loadavg: 2.10 2.04 2.00 3/86 21832
/proc/meminfo: memFree=1157152/2055920 swapFree=4192812/4192956
[pid=21808] ppid=21806 vsize=16868 CPUtime=7.62
/proc/21808/stat : 21808 (sugar) S 21806 21808 21537 0 -1 4194304 1376 19137 0 2 5 2 732 23 16 0 1 0 23368827 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21808/statm: 4217 1113 409 3 0 796 0
[pid=21831] ppid=21808 vsize=5356 CPUtime=0
/proc/21831/stat : 21831 (sh) S 21808 21808 21537 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23369608 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21831/statm: 1339 232 193 169 0 50 0
[pid=21832] ppid=21831 vsize=26164 CPUtime=28.62
/proc/21832/stat : 21832 (minisat) R 21831 21808 21537 0 -1 4194304 6251 0 0 0 2857 5 0 0 25 0 1 0 23369609 26791936 6237 996147200 134512640 135127466 4294956256 18446744073709551615 134521733 0 0 4096 3 0 0 0 17 0 0 0
/proc/21832/statm: 6541 6237 76 150 0 6388 0
Current children cumulated CPU time (s) 36.24
Current children cumulated vsize (KiB) 48388

[startup+37.5017 s]
/proc/loadavg: 2.10 2.04 2.00 4/86 21832
/proc/meminfo: memFree=1152992/2055920 swapFree=4192812/4192956
[pid=21808] ppid=21806 vsize=16868 CPUtime=7.62
/proc/21808/stat : 21808 (sugar) S 21806 21808 21537 0 -1 4194304 1376 19137 0 2 5 2 732 23 16 0 1 0 23368827 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21808/statm: 4217 1113 409 3 0 796 0
[pid=21831] ppid=21808 vsize=5356 CPUtime=0
/proc/21831/stat : 21831 (sh) S 21808 21808 21537 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23369608 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21831/statm: 1339 232 193 169 0 50 0
[pid=21832] ppid=21831 vsize=26164 CPUtime=29.4
/proc/21832/stat : 21832 (minisat) R 21831 21808 21537 0 -1 4194304 6267 0 0 0 2935 5 0 0 25 0 1 0 23369609 26791936 6253 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/21832/statm: 6541 6253 76 150 0 6388 0
Current children cumulated CPU time (s) 37.02
Current children cumulated vsize (KiB) 48388

[startup+37.9018 s]
/proc/loadavg: 2.10 2.04 2.00 4/86 21832
/proc/meminfo: memFree=1152992/2055920 swapFree=4192812/4192956
[pid=21808] ppid=21806 vsize=16868 CPUtime=37.13
/proc/21808/stat : 21808 (sugar) S 21806 21808 21537 0 -1 4194304 1448 25709 0 2 5 2 3676 30 16 0 1 0 23368827 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21808/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 37.13
Current children cumulated vsize (KiB) 16868

[startup+38.0018 s]
/proc/loadavg: 2.10 2.04 2.00 4/86 21832
/proc/meminfo: memFree=1152992/2055920 swapFree=4192812/4192956
[pid=21808] ppid=21806 vsize=16868 CPUtime=37.13
/proc/21808/stat : 21808 (sugar) S 21806 21808 21537 0 -1 4194304 1449 25709 0 2 5 2 3676 30 15 0 1 0 23368827 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21808/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 37.13
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 38.0242
CPU time (s): 37.5723
CPU user time (s): 37.1913
CPU system time (s): 0.380942
CPU usage (%): 98.8116
Max. virtual memory (cumulated for all children) (KiB): 892300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.1913
system time used= 0.380942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31814
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= 10609
involuntary context switches= 11331

runsolver used 0.041993 second user time and 0.12598 second system time

The end

Launcher Data

Begin job on node35 at 2009-07-12 03:43:44
IDJOB=2076736
IDBENCH=56489
IDSOLVER=739
FILE ID=node35/2076736-1247363024
PBS_JOBID= 9507005
Free space on /tmp= 66248 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rlfapGraphsMod/normalized-graph9-f9.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-2076736-1247363024/watcher-2076736-1247363024 -o /tmp/evaluation-result-2076736-1247363024/solver-2076736-1247363024 -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-2076736-1247363024.xml

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

MD5SUM BENCH= 17a33451183b9900020243750ee5373a
RANDOM SEED=444668767

node35.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.213
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.213
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:       1188760 kB
Buffers:         26880 kB
Cached:          90352 kB
SwapCached:          0 kB
Active:         782352 kB
Inactive:        36100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1188760 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2588 kB
Writeback:           0 kB
Mapped:         716932 kB
Slab:            32584 kB
Committed_AS:   908988 kB
PageTables:       3124 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= 66248 MiB
End job on node35 at 2009-07-12 03:44:22