Trace number 1087935

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 11.0963 11.2825

General information on the benchmark

Namecsp/rlfapGraphs/
normalized-graph14.xml
MD5SUM3fb56d38999618c3f590ccca7c05d859
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.562914
Satisfiable
(Un)Satisfiability was proved
Number of variables916
Number of constraints4638
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4638
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 Sat Jul  5 10:14:19 2008
0.00/0.04	c 0	PID 790
0.00/0.04	c 0	HOST node84.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1087935-1215245659.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-1087935-1215245659.xml' 'HOME/temp.csp'
0.03/0.61	c 1	6 domains, 916 variables, 2 predicates, 0 relations, 4638 constraints
0.03/0.66	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.66	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.60/0.73	c 1	Parsing HOME/temp.csp
0.93/1.09	c 2	parsed 5562 expressions
0.93/1.09	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.93/1.09	c 2	Converting to clausal form CSP
1.02/1.13	c 2	converted 557 (10%) expressions
1.21/1.39	c 2	converted 1113 (20%) expressions
1.91/2.02	c 2	converted 1669 (30%) expressions
2.41/2.55	c 3	converted 2225 (40%) expressions
2.90/3.09	c 4	converted 2781 (50%) expressions
3.50/3.61	c 4	converted 3338 (60%) expressions
3.99/4.12	c 5	converted 3894 (70%) expressions
4.49/4.66	c 5	converted 4450 (80%) expressions
4.98/5.18	c 6	converted 5006 (90%) expressions
5.48/5.70	c 6	converted 5562 (100%) expressions
5.48/5.70	c 6	CSP : 916 integers, 0 booleans, 5554 clauses, largest domain size 44
5.48/5.70	c 6	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.48/5.70	c 6	Propagation in CSP
6.28/6.48	c 7	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.28/6.48	c 7	CSP : 916 integers, 0 booleans, 5554 clauses, largest domain size 44
6.28/6.48	c 7	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.28/6.48	c 7	Simplifing CSP by introducing new Boolean variables
6.38/6.60	c 7	CSP : 916 integers, 9276 booleans, 14830 clauses, largest domain size 44
6.38/6.60	c 7	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.48/6.66	c 7	Encoding CSP to SAT : HOME/temp.cnf
6.57/6.73	c 7	92 (10%) CSP integer variables are encoded (3640 clauses, 45229 bytes)
6.57/6.76	c 7	184 (20%) CSP integer variables are encoded (7280 clauses, 92549 bytes)
6.57/6.79	c 7	275 (30%) CSP integer variables are encoded (10882 clauses, 141634 bytes)
6.67/6.82	c 7	367 (40%) CSP integer variables are encoded (14442 clauses, 195034 bytes)
6.67/6.85	c 7	458 (50%) CSP integer variables are encoded (17892 clauses, 246784 bytes)
6.67/6.87	c 7	550 (60%) CSP integer variables are encoded (21356 clauses, 298744 bytes)
6.78/6.90	c 7	642 (70%) CSP integer variables are encoded (24804 clauses, 350464 bytes)
6.78/6.93	c 7	733 (80%) CSP integer variables are encoded (28270 clauses, 402454 bytes)
6.78/6.96	c 7	825 (90%) CSP integer variables are encoded (31590 clauses, 452254 bytes)
6.78/6.98	c 7	916 (100%) CSP integer variables are encoded (34884 clauses, 501664 bytes)
7.07/7.22	c 8	1483 (10%) CSP clauses are encoded (74182 clauses, 1264844 bytes)
7.27/7.43	c 8	2966 (20%) CSP clauses are encoded (113598 clauses, 2050734 bytes)
7.47/7.63	c 8	4449 (30%) CSP clauses are encoded (153282 clauses, 2848219 bytes)
7.66/7.83	c 8	5932 (40%) CSP clauses are encoded (193883 clauses, 3678553 bytes)
7.87/8.02	c 8	7415 (50%) CSP clauses are encoded (232672 clauses, 4501523 bytes)
8.06/8.22	c 9	8898 (60%) CSP clauses are encoded (271702 clauses, 5328550 bytes)
8.26/8.41	c 9	10381 (70%) CSP clauses are encoded (309429 clauses, 6125909 bytes)
8.47/8.60	c 9	11864 (80%) CSP clauses are encoded (347539 clauses, 6927894 bytes)
8.56/8.79	c 9	13347 (90%) CSP clauses are encoded (385685 clauses, 7726413 bytes)
8.75/8.97	c 9	14830 (100%) CSP clauses are encoded (422386 clauses, 8489896 bytes)
8.75/8.97	c 9	14830 CSP clauses encoded
8.75/8.97	c 9	Writing map file : HOME/temp.map
8.75/8.99	c 9	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.75/8.99	c 9	SAT : 45076 SAT variables, 422386 SAT clauses, 8489896 bytes
8.75/8.99	c 9	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.86/9.01	c 9	SOLVING HOME/temp.cnf
8.86/9.01	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.86/9.01	c 9	This is MiniSat 2.0 beta
8.86/9.01	c 9	WARNING: for repeatability, setting FPU to use double precision
8.86/9.01	c 9	============================[ Problem Statistics ]=============================
8.86/9.01	c 9	|                                                                             |
8.86/9.01	c 9	|  Number of variables:  45076                                                |
8.86/9.01	c 9	|  Number of clauses:    422386                                               |
8.87/9.23	c 10	|  Parsing time:         0.18         s                                       |
8.87/9.25	c 10	============================[ Search Statistics ]==============================
8.87/9.25	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.87/9.25	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.87/9.25	c 10	===============================================================================
8.87/9.25	c 10	|         0 |   45076   422386  1184480 |   140795        0    nan |  0.000 % |
8.87/9.37	c 10	|       100 |   45076   422386  1184480 |   154874      100      5 |  0.000 % |
8.87/9.58	c 10	|       250 |   45076   422386  1184480 |   170362      250      5 |  0.000 % |
9.74/9.94	c 10	|       475 |   45076   422386  1184480 |   187398      475      5 |  0.000 % |
10.33/10.50	c 11	|       812 |   45076   422386  1184480 |   206138      812      5 |  0.000 % |
10.53/10.78	c 11	===============================================================================
10.53/10.78	c 11	restarts              : 5
10.53/10.78	c 11	conflicts             : 966            (565 /sec)
10.53/10.78	c 11	decisions             : 58530          (1.18 % random) (34233 /sec)
10.53/10.78	c 11	propagations          : 2310169        (1351181 /sec)
10.53/10.78	c 11	conflict literals     : 4838           (4.97 % deleted)
10.53/10.78	c 11	Memory used           : 23.00 MB
10.53/10.78	c 11	CPU time              : 1.70974 s
10.53/10.78	c 11	
10.63/10.80	c 11	SATISFIABLE
10.63/10.80	c 11	DECODING HOME/temp.out WITH HOME/temp.map
10.63/10.80	c 11	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
10.63/10.88	c 11	Decoding HOME/temp.out
10.92/11.19	s SATISFIABLE
11.02/11.22	v 114 352 394 156 554 792 484 722 722 484 722 484 484 722 394 156 694 456 708 470 722 484 142 380 792 554 554 792 652 414 792 554 428 666 708 470 554 792 652 414 414 652 652 414 666 428 554 792 666 428 442 680 428 666 764 526 750 512 540 778 722 484 554 792 764 526 428 666 540 778 680 442 708 470 414 652 792 554 722 484 526 764 764 526 750 512 428 666 470 708 652 414 498 736 442 680 736 498 526 764 554 792 554 792 736 498 554 792 414 652 414 652 414 652 722 484 554 792 554 792 512 750 442 680 778 540 554 792 554 792 680 442 414 652 414 652 708 470 652 414 526 764 652 414 414 652 652 414 512 750 456 694 750 512 554 792 750 512 498 736 778 540 526 764 792 554 442 680 554 792 498 736 456 694 736 498 540 778 554 792 778 540 414 652 484 722 554 792 428 666 456 694 442 680 792 554 792 554 414 652 156 394 792 554 792 554 554 792 512 750 498 736 142 380 750 512 694 456 652 414 526 764 456 694 100 338 792 554 666 428 484 722 142 380 498 736 736 498 442 680 778 540 512 750 540 778 750 512 456 694 554 792 792 554 708 470 764 526 694 456 778 540 554 792 526 764 498 736 526 764 680 442 680 442 456 694 484 722 484 722 764 526 428 666 540 778 428 666 526 764 484 722 540 778 778 540 394 156 540 778 456 694 428 666 526 764 736 498 470 708 680 442 680 442 498 736 526 764 680 442 750 512 484 722 526 764 694 456 498 736 778 540 156 394 428 666 792 554 792 554 540 778 380 142 156 394 722 484 512 750 736 498 512 750 540 778 512 750 498 736 484 722 652 414 380 142 554 792 792 554 792 554 554 792 694 456 540 778 456 694 722 484 470 708 540 778 442 680 526 764 394 156 526 764 470 708 428 666 708 470 554 792 484 722 722 484 554 792 484 722 498 736 792 554 708 470 554 792 764 526 512 750 666 428 414 652 680 442 526 764 540 778 380 142 680 442 428 666 680 442 666 428 778 540 498 736 484 722 666 428 680 442 666 428 428 666 694 456 792 554 750 512 750 512 554 792 694 456 764 526 750 512 554 792 484 722 512 750 666 428 554 792 428 666 512 750 498 736 778 540 778 540 750 512 456 694 778 540 722 484 666 428 526 764 512 750 778 540 498 736 470 708 554 792 764 526 554 792 722 484 736 498 778 540 540 778 652 414 484 722 680 442 142 380 708 470 736 498 778 540 764 526 540 778 694 456 694 456 498 736 512 750 512 750 380 142 540 778 484 722 442 680 470 708 456 694 498 736 484 722 456 694 526 764 792 554 512 750 540 778 764 526 526 764 708 470 736 498 666 428 526 764 750 512 708 470 792 554 750 512 540 778 666 428 484 722 442 680 764 526 366 128 764 526 470 708 414 652 540 778 456 694 428 666 722 484 708 470 512 750 792 554 708 470 526 764 380 142 428 666 470 708 708 470 470 708 442 680 100 338 428 666 554 792 442 680 792 554 540 778 470 708 554 792 764 526 554 792 498 736 484 722 792 554 722 484 554 792 708 470 750 512 778 540 554 792 512 750 470 708 736 498 526 764 778 540 442 680 554 792 736 498 736 498 778 540 526 764 792 554 484 722 540 778 442 680 428 666 526 764 764 526 666 428 764 526 554 792 736 498 792 554 554 792 498 736 526 764 736 498 526 764 778 540 414 652 470 708 442 680 778 540 666 428 708 470 708 470 708 470 540 778 540 778 708 470 778 540 512 750 694 456 722 484 512 750 778 540 764 526 778 540 394 156 540 778 708 470 666 428 750 512 792 554 792 554 498 736 680 442 324 86 666 428 764 526 750 512 498 736 442 680 428 666 540 778 778 540 540 778 680 442 652 414 708 470 778 540 694 456 722 484 114 352 456 694 380 142 666 428 750 512 540 778 540 778 652 414 352 114 456 694 764 526 540 778 484 722 470 708 484 722 778 540 498 736 750 512 428 666 484 722 792 554 666 428 540 778 694 456 142 380 540 778 708 470 428 666 484 722 498 736 484 722 540 778 498 736 680 442 428 666 526 764 512 750 778 540 750 512 428 666 722 484 680 442
11.02/11.23	c 12	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
11.02/11.28	c 12	CPU 10.76 (0.03 0.02 10.73 0.29)
11.02/11.28	c 12	END Sat Jul  5 10:14:31 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-1087935-1215245659/watcher-1087935-1215245659 -o /tmp/evaluation-result-1087935-1215245659/solver-1087935-1215245659 -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-1087935-1215245659.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.63 2.45 2.18 4/73 790
/proc/meminfo: memFree=1882224/2055920 swapFree=4177348/4192956
[pid=790] ppid=788 vsize=12272 CPUtime=0
/proc/790/stat : 790 (sugar) R 788 790 31264 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 647486083 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 243665697381 0 0 4224 0 0 0 0 17 0 0 0
/proc/790/statm: 3068 364 274 3 0 168 0

[startup+0.0452809 s]
/proc/loadavg: 2.63 2.45 2.18 4/73 790
/proc/meminfo: memFree=1882224/2055920 swapFree=4177348/4192956
[pid=790] ppid=788 vsize=13600 CPUtime=0.03
/proc/790/stat : 790 (sugar) S 788 790 31264 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 647486083 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/790/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102289 s]
/proc/loadavg: 2.63 2.45 2.18 4/73 790
/proc/meminfo: memFree=1882224/2055920 swapFree=4177348/4192956
[pid=790] ppid=788 vsize=13600 CPUtime=0.03
/proc/790/stat : 790 (sugar) S 788 790 31264 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 647486083 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/790/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301307 s]
/proc/loadavg: 2.63 2.45 2.18 4/73 790
/proc/meminfo: memFree=1882224/2055920 swapFree=4177348/4192956
[pid=790] ppid=788 vsize=13600 CPUtime=0.03
/proc/790/stat : 790 (sugar) S 788 790 31264 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 647486083 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/790/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702348 s]
/proc/loadavg: 2.63 2.45 2.18 4/73 790
/proc/meminfo: memFree=1882224/2055920 swapFree=4177348/4192956
[pid=790] ppid=788 vsize=13600 CPUtime=0.6
/proc/790/stat : 790 (sugar) S 788 790 31264 0 -1 4194304 956 7284 0 1 2 1 53 4 16 0 1 0 647486083 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/790/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 13600

[startup+1.50243 s]
/proc/loadavg: 2.58 2.44 2.18 4/84 812
/proc/meminfo: memFree=1874072/2055920 swapFree=4177348/4192956
[pid=790] ppid=788 vsize=13600 CPUtime=0.6
/proc/790/stat : 790 (sugar) S 788 790 31264 0 -1 4194304 973 7284 0 1 2 1 53 4 15 0 1 0 647486083 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/790/statm: 3400 797 370 3 0 500 0
[pid=803] ppid=790 vsize=5356 CPUtime=0
/proc/803/stat : 803 (sh) S 790 790 31264 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 647486150 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/803/statm: 1339 233 193 169 0 50 0
[pid=804] ppid=803 vsize=864288 CPUtime=0.81
/proc/804/stat : 804 (java) S 803 790 31264 0 -1 0 4316 0 1 0 79 2 0 0 18 0 9 0 647486150 885030912 3744 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/804/statm: 216072 3744 1732 9 0 210647 0
[pid=804/tid=805] ppid=803 vsize=864288 CPUtime=0.64
/proc/804/task/805/stat : 805 (java) R 803 790 31264 0 -1 64 2671 0 1 0 63 1 0 0 23 0 9 0 647486151 885030912 3744 996147200 134512640 134550740 4294955952 18446744073709551615 4126583524 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=804/tid=806] ppid=803 vsize=864288 CPUtime=0.04
/proc/804/task/806/stat : 806 (java) S 803 790 31264 0 -1 64 591 0 0 0 4 0 0 0 16 0 9 0 647486152 885030912 3744 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=804/tid=807] ppid=803 vsize=864288 CPUtime=0
/proc/804/task/807/stat : 807 (java) S 803 790 31264 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 647486152 885030912 3744 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=804/tid=808] ppid=803 vsize=864288 CPUtime=0
/proc/804/task/808/stat : 808 (java) S 803 790 31264 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 647486152 885030912 3744 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=804/tid=809] ppid=803 vsize=864288 CPUtime=0
/proc/804/task/809/stat : 809 (java) S 803 790 31264 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 647486154 885030912 3744 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=804/tid=810] ppid=803 vsize=864288 CPUtime=0.11
/proc/804/task/810/stat : 810 (java) S 803 790 31264 0 -1 64 363 0 0 0 11 0 0 0 16 0 9 0 647486154 885030912 3744 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=804/tid=811] ppid=803 vsize=864288 CPUtime=0
/proc/804/task/811/stat : 811 (java) S 803 790 31264 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 647486154 885030912 3744 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=804/tid=812] ppid=803 vsize=864288 CPUtime=0
/proc/804/task/812/stat : 812 (java) S 803 790 31264 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 647486154 885030912 3744 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 883244

[startup+3.10159 s]
/proc/loadavg: 2.58 2.44 2.18 3/84 812
/proc/meminfo: memFree=1866968/2055920 swapFree=4177348/4192956
[pid=790] ppid=788 vsize=13600 CPUtime=0.6
/proc/790/stat : 790 (sugar) S 788 790 31264 0 -1 4194304 973 7284 0 1 2 1 53 4 15 0 1 0 647486083 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/790/statm: 3400 797 370 3 0 500 0
[pid=803] ppid=790 vsize=5356 CPUtime=0
/proc/803/stat : 803 (sh) S 790 790 31264 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 647486150 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/803/statm: 1339 233 193 169 0 50 0
[pid=804] ppid=803 vsize=868416 CPUtime=2.4
/proc/804/stat : 804 (java) S 803 790 31264 0 -1 0 5770 0 1 0 236 4 0 0 18 0 9 0 647486150 889257984 5050 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/804/statm: 217104 5050 1734 9 0 211679 0
[pid=804/tid=805] ppid=803 vsize=868416 CPUtime=2.08
/proc/804/task/805/stat : 805 (java) R 803 790 31264 0 -1 64 2794 0 1 0 207 1 0 0 25 0 9 0 647486151 889257984 5050 996147200 134512640 134550740 4294955952 18446744073709551615 4126520750 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=804/tid=806] ppid=803 vsize=868416 CPUtime=0.1
/proc/804/task/806/stat : 806 (java) S 803 790 31264 0 -1 64 825 0 0 0 9 1 0 0 16 0 9 0 647486152 889257984 5050 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=804/tid=807] ppid=803 vsize=868416 CPUtime=0
/proc/804/task/807/stat : 807 (java) S 803 790 31264 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 647486152 889257984 5050 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=804/tid=808] ppid=803 vsize=868416 CPUtime=0
/proc/804/task/808/stat : 808 (java) S 803 790 31264 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 647486152 889257984 5050 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=804/tid=809] ppid=803 vsize=868416 CPUtime=0
/proc/804/task/809/stat : 809 (java) S 803 790 31264 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 647486154 889257984 5050 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=804/tid=810] ppid=803 vsize=868416 CPUtime=0.18
/proc/804/task/810/stat : 810 (java) S 803 790 31264 0 -1 64 1460 0 0 0 18 0 0 0 16 0 9 0 647486154 889257984 5050 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=804/tid=811] ppid=803 vsize=868416 CPUtime=0
/proc/804/task/811/stat : 811 (java) S 803 790 31264 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 647486154 889257984 5050 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=804/tid=812] ppid=803 vsize=868416 CPUtime=0
/proc/804/task/812/stat : 812 (java) S 803 790 31264 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 647486154 889257984 5050 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887372

[startup+6.30297 s]
/proc/loadavg: 2.54 2.43 2.18 3/84 812
/proc/meminfo: memFree=1863832/2055920 swapFree=4177348/4192956
[pid=790] ppid=788 vsize=13600 CPUtime=0.6
/proc/790/stat : 790 (sugar) S 788 790 31264 0 -1 4194304 974 7284 0 1 2 1 53 4 15 0 1 0 647486083 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/790/statm: 3400 797 370 3 0 500 0
[pid=803] ppid=790 vsize=5356 CPUtime=0
/proc/803/stat : 803 (sh) S 790 790 31264 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 647486150 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/803/statm: 1339 233 193 169 0 50 0
[pid=804] ppid=803 vsize=868416 CPUtime=5.57
/proc/804/stat : 804 (java) S 803 790 31264 0 -1 0 7845 0 1 0 550 7 0 0 18 0 9 0 647486150 889257984 6634 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/804/statm: 217104 6634 2540 9 0 211679 0
[pid=804/tid=805] ppid=803 vsize=868416 CPUtime=5.05
/proc/804/task/805/stat : 805 (java) R 803 790 31264 0 -1 64 3115 0 1 0 503 2 0 0 25 0 9 0 647486151 889257984 6634 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=804/tid=806] ppid=803 vsize=868416 CPUtime=0.29
/proc/804/task/806/stat : 806 (java) S 803 790 31264 0 -1 64 2572 0 0 0 26 3 0 0 15 0 9 0 647486152 889257984 6634 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=804/tid=807] ppid=803 vsize=868416 CPUtime=0
/proc/804/task/807/stat : 807 (java) S 803 790 31264 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 647486152 889257984 6634 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=804/tid=808] ppid=803 vsize=868416 CPUtime=0
/proc/804/task/808/stat : 808 (java) S 803 790 31264 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 647486152 889257984 6634 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=804/tid=809] ppid=803 vsize=868416 CPUtime=0
/proc/804/task/809/stat : 809 (java) S 803 790 31264 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 647486154 889257984 6634 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=804/tid=810] ppid=803 vsize=868416 CPUtime=0.2
/proc/804/task/810/stat : 810 (java) S 803 790 31264 0 -1 64 1466 0 0 0 20 0 0 0 15 0 9 0 647486154 889257984 6634 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=804/tid=811] ppid=803 vsize=868416 CPUtime=0
/proc/804/task/811/stat : 811 (java) S 803 790 31264 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 647486154 889257984 6634 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=804/tid=812] ppid=803 vsize=868416 CPUtime=0
/proc/804/task/812/stat : 812 (java) S 803 790 31264 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 647486154 889257984 6634 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887372

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

[startup+9.50225 s]
/proc/loadavg: 2.54 2.43 2.18 3/84 812
/proc/meminfo: memFree=1852640/2055920 swapFree=4177348/4192956
[pid=790] ppid=788 vsize=13600 CPUtime=8.87
/proc/790/stat : 790 (sugar) S 788 790 31264 0 -1 4194304 1034 16664 0 2 3 1 862 21 15 0 1 0 647486083 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/790/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 8.87
Current children cumulated vsize (KiB) 13600

[startup+10.3023 s]
/proc/loadavg: 2.54 2.43 2.18 3/76 814
/proc/meminfo: memFree=1849440/2055920 swapFree=4177348/4192956
[pid=790] ppid=788 vsize=13600 CPUtime=8.87
/proc/790/stat : 790 (sugar) S 788 790 31264 0 -1 4194304 1034 16664 0 2 3 1 862 21 15 0 1 0 647486083 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/790/statm: 3400 799 370 3 0 500 0
[pid=813] ppid=790 vsize=5356 CPUtime=0
/proc/813/stat : 813 (sh) S 790 790 31264 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647486985 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/813/statm: 1339 232 193 169 0 50 0
[pid=814] ppid=813 vsize=23316 CPUtime=1.27
/proc/814/stat : 814 (minisat) R 813 790 31264 0 -1 4194304 5578 0 0 0 123 4 0 0 25 0 1 0 647486985 23875584 5564 996147200 134512640 135127466 4294956256 18446744073709551615 134521750 0 0 4096 3 0 0 0 17 1 0 0
/proc/814/statm: 5829 5564 76 150 0 5676 0
Current children cumulated CPU time (s) 10.14
Current children cumulated vsize (KiB) 42272

[startup+10.7014 s]
/proc/loadavg: 2.54 2.43 2.18 3/76 814
/proc/meminfo: memFree=1849440/2055920 swapFree=4177348/4192956
[pid=790] ppid=788 vsize=13600 CPUtime=8.87
/proc/790/stat : 790 (sugar) S 788 790 31264 0 -1 4194304 1034 16664 0 2 3 1 862 21 15 0 1 0 647486083 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/790/statm: 3400 799 370 3 0 500 0
[pid=813] ppid=790 vsize=5356 CPUtime=0
/proc/813/stat : 813 (sh) S 790 790 31264 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647486985 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/813/statm: 1339 232 193 169 0 50 0
[pid=814] ppid=813 vsize=23396 CPUtime=1.66
/proc/814/stat : 814 (minisat) R 813 790 31264 0 -1 4194304 5604 0 0 0 162 4 0 0 25 0 1 0 647486985 23957504 5590 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/814/statm: 5849 5590 76 150 0 5696 0
Current children cumulated CPU time (s) 10.53
Current children cumulated vsize (KiB) 42352

[startup+11.1014 s]
/proc/loadavg: 2.49 2.42 2.18 4/84 824
/proc/meminfo: memFree=1866336/2055920 swapFree=4177348/4192956
[pid=790] ppid=788 vsize=13600 CPUtime=10.64
/proc/790/stat : 790 (sugar) S 788 790 31264 0 -1 4194304 1090 22578 0 2 3 1 1034 26 15 0 1 0 647486083 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/790/statm: 3400 799 370 3 0 500 0
[pid=815] ppid=790 vsize=5356 CPUtime=0
/proc/815/stat : 815 (sh) S 790 790 31264 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 647487164 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/815/statm: 1339 233 193 169 0 50 0
[pid=816] ppid=815 vsize=864364 CPUtime=0.28
/proc/816/stat : 816 (java) S 815 790 31264 0 -1 0 4154 0 1 0 26 2 0 0 20 0 9 0 647487164 885108736 3619 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/816/statm: 216091 3619 1681 9 0 210673 0
[pid=816/tid=817] ppid=815 vsize=864364 CPUtime=0.18
/proc/816/task/817/stat : 817 (java) R 815 790 31264 0 -1 64 2490 0 1 0 18 0 0 0 25 0 9 0 647487165 885108736 3619 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=816/tid=818] ppid=815 vsize=864364 CPUtime=0.02
/proc/816/task/818/stat : 818 (java) S 815 790 31264 0 -1 64 554 0 0 0 2 0 0 0 16 0 9 0 647487166 885108736 3619 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=816/tid=819] ppid=815 vsize=864364 CPUtime=0
/proc/816/task/819/stat : 819 (java) S 815 790 31264 0 -1 64 9 0 0 0 0 0 0 0 23 0 9 0 647487166 885108736 3619 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=816/tid=820] ppid=815 vsize=864364 CPUtime=0
/proc/816/task/820/stat : 820 (java) S 815 790 31264 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 647487166 885108736 3619 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=816/tid=821] ppid=815 vsize=864364 CPUtime=0
/proc/816/task/821/stat : 821 (java) S 815 790 31264 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 647487168 885108736 3619 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=816/tid=822] ppid=815 vsize=864364 CPUtime=0.05
/proc/816/task/822/stat : 822 (java) S 815 790 31264 0 -1 64 418 0 0 0 5 0 0 0 18 0 9 0 647487168 885108736 3619 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=816/tid=823] ppid=815 vsize=864364 CPUtime=0
/proc/816/task/823/stat : 823 (java) S 815 790 31264 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 647487168 885108736 3619 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=816/tid=824] ppid=815 vsize=864364 CPUtime=0
/proc/816/task/824/stat : 824 (java) S 815 790 31264 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 647487168 885108736 3619 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.92
Current children cumulated vsize (KiB) 883320

[startup+11.2014 s]
/proc/loadavg: 2.49 2.42 2.18 4/84 824
/proc/meminfo: memFree=1866336/2055920 swapFree=4177348/4192956
[pid=790] ppid=788 vsize=13600 CPUtime=10.64
/proc/790/stat : 790 (sugar) S 788 790 31264 0 -1 4194304 1091 22578 0 2 3 1 1034 26 15 0 1 0 647486083 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/790/statm: 3400 799 370 3 0 500 0
[pid=815] ppid=790 vsize=5356 CPUtime=0
/proc/815/stat : 815 (sh) S 790 790 31264 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 647487164 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/815/statm: 1339 233 193 169 0 50 0
[pid=816] ppid=815 vsize=864364 CPUtime=0.38
/proc/816/stat : 816 (java) S 815 790 31264 0 -1 0 4234 0 1 0 36 2 0 0 20 0 9 0 647487164 885108736 3692 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/816/statm: 216091 3692 1682 9 0 210673 0
[pid=816/tid=817] ppid=815 vsize=864364 CPUtime=0.28
/proc/816/task/817/stat : 817 (java) R 815 790 31264 0 -1 64 2497 0 1 0 27 1 0 0 25 0 9 0 647487165 885108736 3692 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=816/tid=818] ppid=815 vsize=864364 CPUtime=0.02
/proc/816/task/818/stat : 818 (java) S 815 790 31264 0 -1 64 622 0 0 0 2 0 0 0 16 0 9 0 647487166 885108736 3692 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=816/tid=819] ppid=815 vsize=864364 CPUtime=0
/proc/816/task/819/stat : 819 (java) S 815 790 31264 0 -1 64 9 0 0 0 0 0 0 0 23 0 9 0 647487166 885108736 3692 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=816/tid=820] ppid=815 vsize=864364 CPUtime=0
/proc/816/task/820/stat : 820 (java) S 815 790 31264 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 647487166 885108736 3692 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=816/tid=821] ppid=815 vsize=864364 CPUtime=0
/proc/816/task/821/stat : 821 (java) S 815 790 31264 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 647487168 885108736 3692 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=816/tid=822] ppid=815 vsize=864364 CPUtime=0.06
/proc/816/task/822/stat : 822 (java) S 815 790 31264 0 -1 64 423 0 0 0 6 0 0 0 16 0 9 0 647487168 885108736 3692 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=816/tid=823] ppid=815 vsize=864364 CPUtime=0
/proc/816/task/823/stat : 823 (java) S 815 790 31264 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 647487168 885108736 3692 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=816/tid=824] ppid=815 vsize=864364 CPUtime=0
/proc/816/task/824/stat : 824 (java) S 815 790 31264 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 647487168 885108736 3692 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.02
Current children cumulated vsize (KiB) 883320

Child status: 0
Real time (s): 11.2825
CPU time (s): 11.0963
CPU user time (s): 10.7694
CPU system time (s): 0.32695
CPU usage (%): 98.35
Max. virtual memory (cumulated for all children) (KiB): 887484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.7694
system time used= 0.32695
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28313
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= 9584
involuntary context switches= 9646

runsolver used 0.015997 second user time and 0.047992 second system time

The end

Launcher Data (download as text)

Begin job on node84 at 2008-07-05 10:14:19
IDJOB=1087935
IDBENCH=58056
IDSOLVER=346
FILE ID=node84/1087935-1215245659
PBS_JOBID= 7881932
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rlfapGraphs/normalized-graph14.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-1087935-1215245659/watcher-1087935-1215245659 -o /tmp/evaluation-result-1087935-1215245659/solver-1087935-1215245659 -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-1087935-1215245659.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3fb56d38999618c3f590ccca7c05d859
RANDOM SEED=1546601958

node84.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.231
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.231
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:       1882704 kB
Buffers:         10372 kB
Cached:          91280 kB
SwapCached:       9596 kB
Active:         103436 kB
Inactive:        23780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1882704 kB
SwapTotal:     4192956 kB
SwapFree:      4177348 kB
Dirty:            2284 kB
Writeback:           0 kB
Mapped:          32952 kB
Slab:            31396 kB
Committed_AS:  1191320 kB
PageTables:       1748 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 node84 at 2008-07-05 10:14:31