Trace number 1081208

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+picosatSAT 116.43 117.689

General information on the benchmark

Namecsp/js-taillard-15/
normalized-js-taillard-15-100-3.xml
MD5SUMdac891c0d2b55f561c48b6bbb6283241
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 benchmark116.43
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints1785
Maximum constraint arity2
Maximum domain size1181
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1785
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 01:59:26 2008
0.00/0.04	c 0	PID 26307
0.00/0.05	c 0	HOST node20.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1081208-1215215965.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1081208-1215215965.xml' 'HOME/temp.csp'
0.03/0.79	c 0	225 domains, 225 variables, 2 predicates, 0 relations, 1785 constraints
0.03/0.84	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.84	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.76/0.92	c 0	Parsing HOME/temp.csp
1.09/1.24	c 1	parsed 2237 expressions
1.09/1.25	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.09/1.25	c 1	Converting to clausal form CSP
1.09/1.27	c 1	converted 224 (10%) expressions
1.09/1.27	c 1	converted 448 (20%) expressions
1.20/1.34	c 1	converted 672 (30%) expressions
1.29/1.43	c 1	converted 895 (40%) expressions
1.29/1.45	c 1	converted 1119 (50%) expressions
1.29/1.47	c 1	converted 1343 (60%) expressions
1.29/1.48	c 1	converted 1566 (70%) expressions
1.29/1.49	c 1	converted 1790 (80%) expressions
1.39/1.50	c 1	converted 2014 (90%) expressions
1.39/1.51	c 1	converted 2237 (100%) expressions
1.39/1.51	c 1	CSP : 225 integers, 0 booleans, 1785 clauses, largest domain size 1181
1.39/1.51	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.39/1.51	c 1	Propagation in CSP
1.49/1.61	c 1	153286 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.49/1.61	c 1	CSP : 225 integers, 0 booleans, 1785 clauses, largest domain size 576
1.49/1.61	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.49/1.62	c 1	Simplifing CSP by introducing new Boolean variables
1.49/1.65	c 1	CSP : 225 integers, 3150 booleans, 4935 clauses, largest domain size 576
1.49/1.65	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.49/1.68	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.59/1.71	c 1	23 (10%) CSP integer variables are encoded (8251 clauses, 105120 bytes)
1.59/1.72	c 1	45 (20%) CSP integer variables are encoded (16860 clauses, 230816 bytes)
1.59/1.73	c 1	68 (30%) CSP integer variables are encoded (25487 clauses, 360221 bytes)
1.59/1.75	c 1	90 (40%) CSP integer variables are encoded (35820 clauses, 515216 bytes)
1.59/1.76	c 1	113 (50%) CSP integer variables are encoded (46853 clauses, 680711 bytes)
1.59/1.77	c 1	135 (60%) CSP integer variables are encoded (56010 clauses, 818066 bytes)
1.59/1.79	c 1	158 (70%) CSP integer variables are encoded (67382 clauses, 988646 bytes)
1.69/1.80	c 1	180 (80%) CSP integer variables are encoded (76935 clauses, 1131941 bytes)
1.69/1.82	c 1	203 (90%) CSP integer variables are encoded (89298 clauses, 1317386 bytes)
1.69/1.83	c 1	225 (100%) CSP integer variables are encoded (101265 clauses, 1499868 bytes)
1.79/1.98	c 2	494 (10%) CSP clauses are encoded (165202 clauses, 2849065 bytes)
1.99/2.11	c 2	987 (20%) CSP clauses are encoded (216282 clauses, 3936903 bytes)
2.08/2.24	c 2	1481 (30%) CSP clauses are encoded (276901 clauses, 5269174 bytes)
2.18/2.38	c 2	1974 (40%) CSP clauses are encoded (338118 clauses, 6637817 bytes)
2.38/2.52	c 2	2468 (50%) CSP clauses are encoded (403571 clauses, 8095340 bytes)
2.58/2.71	c 2	2961 (60%) CSP clauses are encoded (497435 clauses, 10192490 bytes)
2.68/2.87	c 2	3455 (70%) CSP clauses are encoded (581189 clauses, 12053882 bytes)
2.87/3.04	c 3	3948 (80%) CSP clauses are encoded (663924 clauses, 13878173 bytes)
3.07/3.22	c 3	4442 (90%) CSP clauses are encoded (752157 clauses, 15803839 bytes)
3.27/3.43	c 3	4935 (100%) CSP clauses are encoded (867523 clauses, 18192899 bytes)
3.27/3.43	c 3	4935 CSP clauses encoded
3.27/3.43	c 3	Writing map file : HOME/temp.map
3.27/3.44	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.27/3.44	c 3	SAT : 104640 SAT variables, 867523 SAT clauses, 18192899 bytes
3.27/3.44	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.27/3.46	c 3	SOLVING HOME/temp.cnf
3.27/3.46	c 3	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
115.86/117.14	c 117	DECODING HOME/temp.out WITH HOME/temp.map
115.86/117.14	c 117	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
115.92/117.23	c 117	Decoding HOME/temp.out
116.35/117.61	s SATISFIABLE
116.35/117.62	v 0 72 128 229 281 353 413 501 540 568 754 828 893 1029 1091 0 196 279 358 405 449 516 567 722 823 884 936 992 1011 1102 123 262 323 364 497 557 642 718 754 762 847 863 1007 1018 1090 12 84 151 235 269 289 308 402 455 578 674 701 741 915 1062 19 459 554 562 608 643 686 718 735 815 894 1008 1089 1119 1136 0 105 161 212 347 413 514 554 559 574 589 692 731 808 1118 0 217 347 366 439 699 806 873 895 987 1034 1072 1079 1095 1118 0 12 33 109 207 591 675 770 822 875 928 981 1037 1066 1149 14 62 137 229 288 358 362 445 537 561 634 711 784 868 953 0 36 74 140 205 248 294 381 530 647 660 710 716 865 1144 275 342 356 445 482 534 602 615 733 781 895 1001 1073 1091 1170 34 108 169 255 432 529 592 632 770 854 959 1001 1009 1036 1048 3 12 34 43 51 105 163 269 345 376 474 767 907 994 1140 0 67 93 222 308 395 399 404 558 824 914 963 971 1063 1170 152 198 222 246 260 294 351 446 510 516 539 653 748 835 1116
116.35/117.63	c 117	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
116.35/117.68	c 117	CPU 112.09 (0.03 0.01 112.06 4.29)
116.35/117.68	c 117	END Sat Jul  5 02:01:23 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-1081208-1215215965/watcher-1081208-1215215965 -o /tmp/evaluation-result-1081208-1215215965/solver-1081208-1215215965 -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/picosat -tmp=HOME/temp HOME/instance-1081208-1215215965.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 2.01 1.99 4/72 26307
/proc/meminfo: memFree=1514176/2055920 swapFree=4122156/4192956
[pid=26307] ppid=26305 vsize=12268 CPUtime=0
/proc/26307/stat : 26307 (sugar) R 26305 26307 24559 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1309842461 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 273952766565 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/26307/statm: 3067 316 241 3 0 167 0

[startup+0.0621599 s]
/proc/loadavg: 1.92 2.01 1.99 4/72 26307
/proc/meminfo: memFree=1514176/2055920 swapFree=4122156/4192956
[pid=26307] ppid=26305 vsize=13600 CPUtime=0.03
/proc/26307/stat : 26307 (sugar) S 26305 26307 24559 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1309842461 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26307/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101612 s]
/proc/loadavg: 1.92 2.01 1.99 4/72 26307
/proc/meminfo: memFree=1514176/2055920 swapFree=4122156/4192956
[pid=26307] ppid=26305 vsize=13600 CPUtime=0.03
/proc/26307/stat : 26307 (sugar) S 26305 26307 24559 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1309842461 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26307/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301645 s]
/proc/loadavg: 1.92 2.01 1.99 4/72 26307
/proc/meminfo: memFree=1514176/2055920 swapFree=4122156/4192956
[pid=26307] ppid=26305 vsize=13600 CPUtime=0.03
/proc/26307/stat : 26307 (sugar) S 26305 26307 24559 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1309842461 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26307/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70173 s]
/proc/loadavg: 1.92 2.01 1.99 4/72 26307
/proc/meminfo: memFree=1514176/2055920 swapFree=4122156/4192956
[pid=26307] ppid=26305 vsize=13600 CPUtime=0.03
/proc/26307/stat : 26307 (sugar) S 26305 26307 24559 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1309842461 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26307/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50294 s]
/proc/loadavg: 1.92 2.01 1.99 5/83 26329
/proc/meminfo: memFree=1506920/2055920 swapFree=4122156/4192956
[pid=26307] ppid=26305 vsize=13600 CPUtime=0.76
/proc/26307/stat : 26307 (sugar) S 26305 26307 24559 0 -1 4194304 974 5127 0 1 3 0 70 3 15 0 1 0 1309842461 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26307/statm: 3400 797 370 3 0 500 0
[pid=26320] ppid=26307 vsize=5356 CPUtime=0
/proc/26320/stat : 26320 (sh) S 26307 26307 24559 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1309842545 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26320/statm: 1339 233 193 169 0 50 0
[pid=26321] ppid=26320 vsize=868264 CPUtime=0.63
/proc/26321/stat : 26321 (java) S 26320 26307 24559 0 -1 0 5294 0 1 0 61 2 0 0 18 0 9 0 1309842545 889102336 4701 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26321/statm: 217066 4701 1734 9 0 211641 0
[pid=26321/tid=26322] ppid=26320 vsize=868264 CPUtime=0.4
/proc/26321/task/26322/stat : 26322 (java) R 26320 26307 24559 0 -1 64 2643 0 1 0 39 1 0 0 20 0 9 0 1309842546 889102336 4701 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26321/tid=26323] ppid=26320 vsize=868264 CPUtime=0.02
/proc/26321/task/26323/stat : 26323 (java) S 26320 26307 24559 0 -1 64 489 0 0 0 2 0 0 0 16 0 9 0 1309842547 889102336 4701 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26321/tid=26324] ppid=26320 vsize=868264 CPUtime=0
/proc/26321/task/26324/stat : 26324 (java) S 26320 26307 24559 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1309842547 889102336 4701 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26321/tid=26325] ppid=26320 vsize=868264 CPUtime=0
/proc/26321/task/26325/stat : 26325 (java) S 26320 26307 24559 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1309842547 889102336 4701 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26321/tid=26326] ppid=26320 vsize=868264 CPUtime=0
/proc/26321/task/26326/stat : 26326 (java) S 26320 26307 24559 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1309842549 889102336 4701 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26321/tid=26327] ppid=26320 vsize=868264 CPUtime=0.18
/proc/26321/task/26327/stat : 26327 (java) S 26320 26307 24559 0 -1 64 1470 0 0 0 18 0 0 0 16 0 9 0 1309842549 889102336 4701 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26321/tid=26328] ppid=26320 vsize=868264 CPUtime=0
/proc/26321/task/26328/stat : 26328 (java) S 26320 26307 24559 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1309842549 889102336 4701 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26321/tid=26329] ppid=26320 vsize=868264 CPUtime=0
/proc/26321/task/26329/stat : 26329 (java) S 26320 26307 24559 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1309842549 889102336 4701 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 887220

[startup+3.1022 s]
/proc/loadavg: 1.92 2.01 1.99 3/83 26329
/proc/meminfo: memFree=1493864/2055920 swapFree=4122156/4192956
[pid=26307] ppid=26305 vsize=13600 CPUtime=0.76
/proc/26307/stat : 26307 (sugar) S 26305 26307 24559 0 -1 4194304 974 5127 0 1 3 0 70 3 15 0 1 0 1309842461 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26307/statm: 3400 797 370 3 0 500 0
[pid=26320] ppid=26307 vsize=5356 CPUtime=0
/proc/26320/stat : 26320 (sh) S 26307 26307 24559 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1309842545 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26320/statm: 1339 233 193 169 0 50 0
[pid=26321] ppid=26320 vsize=868376 CPUtime=2.22
/proc/26321/stat : 26321 (java) S 26320 26307 24559 0 -1 0 7223 0 1 0 207 15 0 0 18 0 9 0 1309842545 889217024 6036 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26321/statm: 217094 6036 2563 9 0 211641 0
[pid=26321/tid=26322] ppid=26320 vsize=868376 CPUtime=1.79
/proc/26321/task/26322/stat : 26322 (java) R 26320 26307 24559 0 -1 64 3112 0 1 0 168 11 0 0 25 0 9 0 1309842546 889217024 6036 996147200 134512640 134550740 4294955952 18446744073709551615 4126587351 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26321/tid=26323] ppid=26320 vsize=868376 CPUtime=0.16
/proc/26321/task/26323/stat : 26323 (java) S 26320 26307 24559 0 -1 64 1914 0 0 0 14 2 0 0 16 0 9 0 1309842547 889217024 6036 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26321/tid=26324] ppid=26320 vsize=868376 CPUtime=0
/proc/26321/task/26324/stat : 26324 (java) S 26320 26307 24559 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1309842547 889217024 6036 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26321/tid=26325] ppid=26320 vsize=868376 CPUtime=0
/proc/26321/task/26325/stat : 26325 (java) S 26320 26307 24559 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1309842547 889217024 6036 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26321/tid=26326] ppid=26320 vsize=868376 CPUtime=0
/proc/26321/task/26326/stat : 26326 (java) S 26320 26307 24559 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1309842549 889217024 6036 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26321/tid=26327] ppid=26320 vsize=868376 CPUtime=0.24
/proc/26321/task/26327/stat : 26327 (java) S 26320 26307 24559 0 -1 64 1504 0 0 0 24 0 0 0 16 0 9 0 1309842549 889217024 6036 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26321/tid=26328] ppid=26320 vsize=868376 CPUtime=0
/proc/26321/task/26328/stat : 26328 (java) S 26320 26307 24559 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1309842549 889217024 6036 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26321/tid=26329] ppid=26320 vsize=868376 CPUtime=0
/proc/26321/task/26329/stat : 26329 (java) S 26320 26307 24559 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1309842549 889217024 6036 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887332

[startup+6.30183 s]
/proc/loadavg: 1.93 2.01 1.99 3/75 26331
/proc/meminfo: memFree=1479592/2055920 swapFree=4122156/4192956
[pid=26307] ppid=26305 vsize=13600 CPUtime=3.32
/proc/26307/stat : 26307 (sugar) S 26305 26307 24559 0 -1 4194304 1022 12751 0 2 3 0 307 22 16 0 1 0 1309842461 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26307/statm: 3400 799 370 3 0 500 0
[pid=26330] ppid=26307 vsize=5356 CPUtime=0
/proc/26330/stat : 26330 (sh) S 26307 26307 24559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1309842807 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26330/statm: 1339 232 193 169 0 50 0
[pid=26331] ppid=26330 vsize=19600 CPUtime=2.8
/proc/26331/stat : 26331 (picosat) R 26330 26307 24559 0 -1 4194304 4370 0 0 0 125 155 0 0 25 0 1 0 1309842807 20070400 4356 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/26331/statm: 4900 4356 40 102 0 4795 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 38556

[startup+12.7021 s]
/proc/loadavg: 1.93 2.01 1.99 3/75 26331
/proc/meminfo: memFree=1459688/2055920 swapFree=4122156/4192956
[pid=26307] ppid=26305 vsize=13600 CPUtime=3.32
/proc/26307/stat : 26307 (sugar) S 26305 26307 24559 0 -1 4194304 1022 12751 0 2 3 0 307 22 16 0 1 0 1309842461 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26307/statm: 3400 799 370 3 0 500 0
[pid=26330] ppid=26307 vsize=5356 CPUtime=0
/proc/26330/stat : 26330 (sh) S 26307 26307 24559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1309842807 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26330/statm: 1339 232 193 169 0 50 0
[pid=26331] ppid=26330 vsize=38820 CPUtime=9.14
/proc/26331/stat : 26331 (picosat) R 26330 26307 24559 0 -1 4194304 8549 0 0 0 513 401 0 0 25 0 1 0 1309842807 39751680 8535 996147200 134512640 134931368 4294956256 18446744073709551615 134525624 0 0 4096 0 0 0 0 17 1 0 0
/proc/26331/statm: 9705 8535 42 102 0 9600 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 57776

[startup+25.5016 s]
/proc/loadavg: 1.95 2.01 1.99 3/75 26331
/proc/meminfo: memFree=1459816/2055920 swapFree=4122156/4192956
[pid=26307] ppid=26305 vsize=13600 CPUtime=3.32
/proc/26307/stat : 26307 (sugar) S 26305 26307 24559 0 -1 4194304 1022 12751 0 2 3 0 307 22 16 0 1 0 1309842461 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26307/statm: 3400 799 370 3 0 500 0
[pid=26330] ppid=26307 vsize=5356 CPUtime=0
/proc/26330/stat : 26330 (sh) S 26307 26307 24559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1309842807 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26330/statm: 1339 232 193 169 0 50 0
[pid=26331] ppid=26330 vsize=38952 CPUtime=21.83
/proc/26331/stat : 26331 (picosat) R 26330 26307 24559 0 -1 4194304 8580 0 0 0 1781 402 0 0 25 0 1 0 1309842807 39886848 8566 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/26331/statm: 9738 8566 42 102 0 9633 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 57908

[startup+51.1016 s]
/proc/loadavg: 1.96 2.01 1.99 3/75 26331
/proc/meminfo: memFree=1459496/2055920 swapFree=4122156/4192956
[pid=26307] ppid=26305 vsize=13600 CPUtime=3.32
/proc/26307/stat : 26307 (sugar) S 26305 26307 24559 0 -1 4194304 1022 12751 0 2 3 0 307 22 16 0 1 0 1309842461 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26307/statm: 3400 799 370 3 0 500 0
[pid=26330] ppid=26307 vsize=5356 CPUtime=0
/proc/26330/stat : 26330 (sh) S 26307 26307 24559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1309842807 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26330/statm: 1339 232 193 169 0 50 0
[pid=26331] ppid=26330 vsize=39348 CPUtime=47.18
/proc/26331/stat : 26331 (picosat) R 26330 26307 24559 0 -1 4194304 8671 0 0 0 4316 402 0 0 25 0 1 0 1309842807 40292352 8657 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/26331/statm: 9837 8657 42 102 0 9732 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 58304

[startup+102.307 s]
/proc/loadavg: 1.98 2.00 1.99 3/75 26337
/proc/meminfo: memFree=1458600/2055920 swapFree=4122156/4192956
[pid=26307] ppid=26305 vsize=13600 CPUtime=3.32
/proc/26307/stat : 26307 (sugar) S 26305 26307 24559 0 -1 4194304 1022 12751 0 2 3 0 307 22 16 0 1 0 1309842461 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26307/statm: 3400 799 370 3 0 500 0
[pid=26330] ppid=26307 vsize=5356 CPUtime=0
/proc/26330/stat : 26330 (sh) S 26307 26307 24559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1309842807 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26330/statm: 1339 232 193 169 0 50 0
[pid=26331] ppid=26330 vsize=40008 CPUtime=97.88
/proc/26331/stat : 26331 (picosat) R 26330 26307 24559 0 -1 4194304 8867 0 0 0 9385 403 0 0 25 0 1 0 1309842807 40968192 8853 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/26331/statm: 10002 8853 42 102 0 9897 0
Current children cumulated CPU time (s) 101.2
Current children cumulated vsize (KiB) 58964

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

[startup+108.702 s]
/proc/loadavg: 1.98 2.00 1.99 3/75 26337
/proc/meminfo: memFree=1458600/2055920 swapFree=4122156/4192956
[pid=26307] ppid=26305 vsize=13600 CPUtime=3.32
/proc/26307/stat : 26307 (sugar) S 26305 26307 24559 0 -1 4194304 1022 12751 0 2 3 0 307 22 16 0 1 0 1309842461 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26307/statm: 3400 799 370 3 0 500 0
[pid=26330] ppid=26307 vsize=5356 CPUtime=0
/proc/26330/stat : 26330 (sh) S 26307 26307 24559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1309842807 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26330/statm: 1339 232 193 169 0 50 0
[pid=26331] ppid=26330 vsize=40140 CPUtime=104.23
/proc/26331/stat : 26331 (picosat) R 26330 26307 24559 0 -1 4194304 8890 0 0 0 10020 403 0 0 25 0 1 0 1309842807 41103360 8876 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26331/statm: 10035 8876 42 102 0 9930 0
Current children cumulated CPU time (s) 107.55
Current children cumulated vsize (KiB) 59096

[startup+111.902 s]
/proc/loadavg: 1.98 2.00 1.99 3/75 26337
/proc/meminfo: memFree=1458536/2055920 swapFree=4122156/4192956
[pid=26307] ppid=26305 vsize=13600 CPUtime=3.32
/proc/26307/stat : 26307 (sugar) S 26305 26307 24559 0 -1 4194304 1022 12751 0 2 3 0 307 22 16 0 1 0 1309842461 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26307/statm: 3400 799 370 3 0 500 0
[pid=26330] ppid=26307 vsize=5356 CPUtime=0
/proc/26330/stat : 26330 (sh) S 26307 26307 24559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1309842807 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26330/statm: 1339 232 193 169 0 50 0
[pid=26331] ppid=26330 vsize=40140 CPUtime=107.4
/proc/26331/stat : 26331 (picosat) R 26330 26307 24559 0 -1 4194304 8904 0 0 0 10337 403 0 0 25 0 1 0 1309842807 41103360 8890 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/26331/statm: 10035 8890 42 102 0 9930 0
Current children cumulated CPU time (s) 110.72
Current children cumulated vsize (KiB) 59096

[startup+115.102 s]
/proc/loadavg: 1.99 2.00 1.99 3/75 26337
/proc/meminfo: memFree=1458472/2055920 swapFree=4122156/4192956
[pid=26307] ppid=26305 vsize=13600 CPUtime=3.32
/proc/26307/stat : 26307 (sugar) S 26305 26307 24559 0 -1 4194304 1022 12751 0 2 3 0 307 22 16 0 1 0 1309842461 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26307/statm: 3400 799 370 3 0 500 0
[pid=26330] ppid=26307 vsize=5356 CPUtime=0
/proc/26330/stat : 26330 (sh) S 26307 26307 24559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1309842807 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26330/statm: 1339 232 193 169 0 50 0
[pid=26331] ppid=26330 vsize=40272 CPUtime=110.56
/proc/26331/stat : 26331 (picosat) R 26330 26307 24559 0 -1 4194304 8918 0 0 0 10653 403 0 0 25 0 1 0 1309842807 41238528 8904 996147200 134512640 134931368 4294956256 18446744073709551615 134524112 0 0 4096 0 0 0 0 17 1 0 0
/proc/26331/statm: 10068 8904 42 102 0 9963 0
Current children cumulated CPU time (s) 113.88
Current children cumulated vsize (KiB) 59228

[startup+116.702 s]
/proc/loadavg: 1.99 2.00 1.99 3/75 26337
/proc/meminfo: memFree=1458408/2055920 swapFree=4122156/4192956
[pid=26307] ppid=26305 vsize=13600 CPUtime=3.32
/proc/26307/stat : 26307 (sugar) S 26305 26307 24559 0 -1 4194304 1022 12751 0 2 3 0 307 22 16 0 1 0 1309842461 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26307/statm: 3400 799 370 3 0 500 0
[pid=26330] ppid=26307 vsize=5356 CPUtime=0
/proc/26330/stat : 26330 (sh) S 26307 26307 24559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1309842807 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26330/statm: 1339 232 193 169 0 50 0
[pid=26331] ppid=26330 vsize=40272 CPUtime=112.14
/proc/26331/stat : 26331 (picosat) R 26330 26307 24559 0 -1 4194304 8927 0 0 0 10811 403 0 0 25 0 1 0 1309842807 41238528 8913 996147200 134512640 134931368 4294956256 18446744073709551615 134525907 0 0 4096 0 0 0 0 17 1 0 0
/proc/26331/statm: 10068 8913 42 102 0 9963 0
Current children cumulated CPU time (s) 115.46
Current children cumulated vsize (KiB) 59228

[startup+117.102 s]
/proc/loadavg: 1.99 2.00 1.99 3/75 26337
/proc/meminfo: memFree=1458408/2055920 swapFree=4122156/4192956
[pid=26307] ppid=26305 vsize=13600 CPUtime=3.32
/proc/26307/stat : 26307 (sugar) S 26305 26307 24559 0 -1 4194304 1022 12751 0 2 3 0 307 22 16 0 1 0 1309842461 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26307/statm: 3400 799 370 3 0 500 0
[pid=26330] ppid=26307 vsize=5356 CPUtime=0
/proc/26330/stat : 26330 (sh) S 26307 26307 24559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1309842807 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26330/statm: 1339 232 193 169 0 50 0
[pid=26331] ppid=26330 vsize=40276 CPUtime=112.54
/proc/26331/stat : 26331 (picosat) R 26330 26307 24559 0 -1 4194304 8947 0 0 0 10851 403 0 0 25 0 1 0 1309842807 41242624 8933 996147200 134512640 134931368 4294956256 18446744073709551615 134581951 0 0 4096 0 0 0 0 17 1 0 0
/proc/26331/statm: 10069 8933 47 102 0 9964 0
Current children cumulated CPU time (s) 115.86
Current children cumulated vsize (KiB) 59232

[startup+117.502 s]
/proc/loadavg: 1.99 2.00 1.99 3/75 26337
/proc/meminfo: memFree=1458408/2055920 swapFree=4122156/4192956
[pid=26307] ppid=26305 vsize=13600 CPUtime=115.92
/proc/26307/stat : 26307 (sugar) S 26305 26307 24559 0 -1 4194304 1091 21984 0 2 3 0 11163 426 16 0 1 0 1309842461 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26307/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 115.92
Current children cumulated vsize (KiB) 13600

[startup+117.602 s]
/proc/loadavg: 1.99 2.00 1.99 3/83 26347
/proc/meminfo: memFree=1487720/2055920 swapFree=4122156/4192956
[pid=26307] ppid=26305 vsize=13600 CPUtime=115.92
/proc/26307/stat : 26307 (sugar) S 26305 26307 24559 0 -1 4194304 1091 21984 0 2 3 0 11163 426 16 0 1 0 1309842461 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26307/statm: 3400 799 370 3 0 500 0
[pid=26338] ppid=26307 vsize=5356 CPUtime=0
/proc/26338/stat : 26338 (sh) S 26307 26307 24559 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1309854175 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26338/statm: 1339 233 193 169 0 50 0
[pid=26339] ppid=26338 vsize=864040 CPUtime=0.43
/proc/26339/stat : 26339 (java) S 26338 26307 24559 0 -1 0 3508 0 1 0 41 2 0 0 18 0 9 0 1309854176 884776960 2982 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26339/statm: 216010 2982 1664 9 0 210592 0
[pid=26339/tid=26340] ppid=26338 vsize=864040 CPUtime=0.38
/proc/26339/task/26340/stat : 26340 (java) R 26338 26307 24559 0 -1 64 2455 0 1 0 37 1 0 0 20 0 9 0 1309854177 884776960 2982 996147200 134512640 134550740 4294956000 18446744073709551615 4126447785 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26339/tid=26341] ppid=26338 vsize=864040 CPUtime=0
/proc/26339/task/26341/stat : 26341 (java) S 26338 26307 24559 0 -1 64 67 0 0 0 0 0 0 0 16 0 9 0 1309854178 884776960 2982 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26339/tid=26342] ppid=26338 vsize=864040 CPUtime=0
/proc/26339/task/26342/stat : 26342 (java) S 26338 26307 24559 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1309854179 884776960 2982 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26339/tid=26343] ppid=26338 vsize=864040 CPUtime=0
/proc/26339/task/26343/stat : 26343 (java) S 26338 26307 24559 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1309854179 884776960 2982 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26339/tid=26344] ppid=26338 vsize=864040 CPUtime=0
/proc/26339/task/26344/stat : 26344 (java) S 26338 26307 24559 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1309854181 884776960 2982 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26339/tid=26345] ppid=26338 vsize=864040 CPUtime=0.03
/proc/26339/task/26345/stat : 26345 (java) S 26338 26307 24559 0 -1 64 294 0 0 0 3 0 0 0 19 0 9 0 1309854181 884776960 2982 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26339/tid=26346] ppid=26338 vsize=864040 CPUtime=0
/proc/26339/task/26346/stat : 26346 (java) S 26338 26307 24559 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1309854181 884776960 2982 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26339/tid=26347] ppid=26338 vsize=864040 CPUtime=0
/proc/26339/task/26347/stat : 26347 (java) S 26338 26307 24559 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1309854181 884776960 2982 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 116.35
Current children cumulated vsize (KiB) 882996

Child status: 0
Real time (s): 117.689
CPU time (s): 116.43
CPU user time (s): 112.108
CPU system time (s): 4.32234
CPU usage (%): 98.9308
Max. virtual memory (cumulated for all children) (KiB): 887332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 112.108
system time used= 4.32234
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26996
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= 5504
involuntary context switches= 7839

runsolver used 0.149977 second user time and 0.39194 second system time

The end

Launcher Data (download as text)

Begin job on node20 at 2008-07-05 01:59:26
IDJOB=1081208
IDBENCH=57085
IDSOLVER=345
FILE ID=node20/1081208-1215215965
PBS_JOBID= 7881729
Free space on /tmp= 66500 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/js-taillard-15/normalized-js-taillard-15-100-3.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1081208-1215215965/watcher-1081208-1215215965 -o /tmp/evaluation-result-1081208-1215215965/solver-1081208-1215215965 -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/picosat" -tmp="HOME/temp" HOME/instance-1081208-1215215965.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= dac891c0d2b55f561c48b6bbb6283241
RANDOM SEED=971558326

node20.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.263
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.263
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:       1514656 kB
Buffers:         87728 kB
Cached:         283588 kB
SwapCached:      64700 kB
Active:         282120 kB
Inactive:       182692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1514656 kB
SwapTotal:     4192956 kB
SwapFree:      4122156 kB
Dirty:            1540 kB
Writeback:           0 kB
Mapped:         101200 kB
Slab:            61568 kB
Committed_AS:  2779952 kB
PageTables:       1928 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= 66500 MiB
End job on node20 at 2008-07-05 02:01:23