Trace number 2080332

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+picosatSAT 45.3871 45.5054

General information on the benchmark

Namecsp/js-taillard-15/
normalized-js-taillard-15-100-4.xml
MD5SUM0f2f3ada50c67a34ccbabc19d4e4fa5d
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 benchmark24.6083
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints1785
Maximum constraint arity2
Maximum domain size1236
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

0.06/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.06/0.07	c 0	BEGIN Sun Jul 12 05:35:08 2009
0.06/0.07	c 0	PID 26210
0.06/0.07	c 0	HOST node92.alineos.net
0.06/0.07	c 0	CONVERTING HOME/instance-2080332-1247369708.xml TO HOME/temp.csp
0.06/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2080332-1247369708.xml' 'HOME/temp.csp'
0.06/0.74	c 1	225 domains, 225 variables, 2 predicates, 0 relations, 1785 constraints
0.06/0.75	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.75	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.72/0.82	c 1	Parsing HOME/temp.csp
0.72/0.96	c 1	parsed 2237 expressions
0.72/0.97	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.72/0.97	c 1	Converting to clausal form CSP
0.72/0.98	c 1	converted 224 (10%) expressions
0.72/1.00	c 1	converted 448 (20%) expressions
0.95/1.07	c 1	converted 672 (30%) expressions
1.05/1.16	c 2	converted 895 (40%) expressions
1.05/1.18	c 2	converted 1119 (50%) expressions
1.16/1.20	c 2	converted 1343 (60%) expressions
1.16/1.22	c 2	converted 1566 (70%) expressions
1.16/1.23	c 2	converted 1790 (80%) expressions
1.16/1.24	c 2	converted 2014 (90%) expressions
1.16/1.24	c 2	converted 2237 (100%) expressions
1.16/1.24	c 2	CSP : 225 integers, 0 booleans, 1785 clauses, largest domain size 1222
1.16/1.24	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.16/1.24	c 2	Propagation in CSP
1.25/1.32	c 2	70654 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.25/1.32	c 2	CSP : 225 integers, 0 booleans, 1785 clauses, largest domain size 689
1.25/1.32	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.25/1.32	c 2	Simplifing CSP by introducing new Boolean variables
1.25/1.35	c 2	CSP : 225 integers, 3150 booleans, 4935 clauses, largest domain size 689
1.25/1.35	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.25/1.39	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.35/1.41	c 2	23 (10%) CSP integer variables are encoded (7481 clauses, 95112 bytes)
1.35/1.42	c 2	45 (20%) CSP integer variables are encoded (17295 clauses, 237345 bytes)
1.35/1.43	c 2	68 (30%) CSP integer variables are encoded (27804 clauses, 394980 bytes)
1.35/1.45	c 2	90 (40%) CSP integer variables are encoded (38865 clauses, 560895 bytes)
1.35/1.46	c 2	113 (50%) CSP integer variables are encoded (47629 clauses, 692355 bytes)
1.35/1.48	c 2	135 (60%) CSP integer variables are encoded (61035 clauses, 893445 bytes)
1.35/1.49	c 2	158 (70%) CSP integer variables are encoded (73958 clauses, 1087290 bytes)
1.44/1.50	c 2	180 (80%) CSP integer variables are encoded (85845 clauses, 1265595 bytes)
1.44/1.52	c 2	203 (90%) CSP integer variables are encoded (97445 clauses, 1439595 bytes)
1.44/1.53	c 2	225 (100%) CSP integer variables are encoded (109095 clauses, 1632954 bytes)
1.44/1.65	c 2	494 (10%) CSP clauses are encoded (161874 clauses, 2747064 bytes)
1.71/1.77	c 2	987 (20%) CSP clauses are encoded (216508 clauses, 3913597 bytes)
1.84/1.93	c 2	1481 (30%) CSP clauses are encoded (299907 clauses, 5755669 bytes)
2.04/2.10	c 2	1974 (40%) CSP clauses are encoded (387593 clauses, 7731315 bytes)
2.15/2.26	c 3	2468 (50%) CSP clauses are encoded (469999 clauses, 9579857 bytes)
2.35/2.42	c 3	2961 (60%) CSP clauses are encoded (560265 clauses, 11603938 bytes)
2.45/2.57	c 3	3455 (70%) CSP clauses are encoded (644667 clauses, 13491699 bytes)
2.65/2.74	c 3	3948 (80%) CSP clauses are encoded (734200 clauses, 15487754 bytes)
2.85/2.97	c 3	4442 (90%) CSP clauses are encoded (865620 clauses, 18392108 bytes)
3.05/3.17	c 4	4935 (100%) CSP clauses are encoded (988391 clauses, 20984187 bytes)
3.05/3.17	c 4	4935 CSP clauses encoded
3.05/3.18	c 4	Writing map file : HOME/temp.map
3.05/3.18	c 4	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.05/3.18	c 4	SAT : 112470 SAT variables, 988391 SAT clauses, 20984187 bytes
3.05/3.18	c 4	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.15/3.20	c 4	SOLVING HOME/temp.cnf
3.15/3.20	c 4	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
44.90/45.06	c 45	DECODING HOME/temp.out WITH HOME/temp.map
44.90/45.06	c 45	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'
44.99/45.14	c 46	Decoding HOME/temp.out
45.28/45.44	s SATISFIABLE
45.28/45.45	v 0 40 136 195 290 366 441 464 665 740 821 892 944 1028 1212 0 210 298 397 449 517 530 568 603 665 709 802 842 943 1052 245 405 451 465 552 599 678 800 876 936 937 1034 1050 1052 1140 0 19 34 76 84 156 171 275 304 594 715 910 1009 1090 1106 0 68 139 142 212 312 368 446 467 566 930 1010 1074 1103 1172 0 18 68 97 182 198 297 397 452 568 570 741 774 827 990 19 40 332 431 501 581 652 769 865 921 999 1053 1068 1160 1203 0 40 146 235 245 290 328 447 552 568 651 777 921 1130 1176 3 59 97 149 172 173 259 304 319 364 414 451 534 542 603 40 338 431 495 541 551 588 648 732 758 850 887 1052 1127 1176 14 36 188 238 335 366 372 643 711 760 821 896 991 1149 1188 146 251 317 349 372 458 582 663 730 752 906 980 1053 1133 1161 41 62 142 411 477 568 648 756 848 862 875 943 1003 1063 1123 139 382 477 529 591 624 636 731 840 915 927 1010 1013 1103 1230 34 128 169 223 265 335 388 478 528 660 787 827 1051 1113 1223
45.28/45.46	c 46	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
45.28/45.50	c 46	CPU 45.35 (0.06 0.01 40.65 4.63)
45.28/45.50	c 46	END Sun Jul 12 05:35:54 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-2080332-1247369708/watcher-2080332-1247369708 -o /tmp/evaluation-result-2080332-1247369708/solver-2080332-1247369708 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2080332-1247369708.xml 

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


[startup+0 s]
/proc/loadavg: 2.46 2.23 2.08 4/85 26210
/proc/meminfo: memFree=1140320/2055920 swapFree=4192812/4192956
[pid=26210] ppid=26208 vsize=12268 CPUtime=0
/proc/26210/stat : 26210 (sugar) R 26208 26210 25722 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 24035862 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 0 0 0 0 17 0 0 0
/proc/26210/statm: 3068 324 244 3 0 168 0

[startup+0.0677021 s]
/proc/loadavg: 2.46 2.23 2.08 4/85 26210
/proc/meminfo: memFree=1140320/2055920 swapFree=4192812/4192956
[pid=26210] ppid=26208 vsize=16740 CPUtime=0.06
/proc/26210/stat : 26210 (sugar) R 26208 26210 25722 0 -1 4194304 1089 0 0 0 5 1 0 0 18 0 1 0 24035862 17141760 1057 996147200 4194304 4206940 548682068608 18446744073709551615 251279086305 0 0 4224 0 0 0 0 17 0 0 0
/proc/26210/statm: 4185 1058 380 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101706 s]
/proc/loadavg: 2.46 2.23 2.08 4/85 26210
/proc/meminfo: memFree=1140320/2055920 swapFree=4192812/4192956
[pid=26210] ppid=26208 vsize=16868 CPUtime=0.06
/proc/26210/stat : 26210 (sugar) S 26208 26210 25722 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 24035862 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26210/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301724 s]
/proc/loadavg: 2.46 2.23 2.08 4/85 26210
/proc/meminfo: memFree=1140320/2055920 swapFree=4192812/4192956
[pid=26210] ppid=26208 vsize=16868 CPUtime=0.06
/proc/26210/stat : 26210 (sugar) S 26208 26210 25722 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 24035862 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26210/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701778 s]
/proc/loadavg: 2.46 2.23 2.08 4/85 26210
/proc/meminfo: memFree=1140320/2055920 swapFree=4192812/4192956
[pid=26210] ppid=26208 vsize=16868 CPUtime=0.06
/proc/26210/stat : 26210 (sugar) S 26208 26210 25722 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 24035862 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26210/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50188 s]
/proc/loadavg: 2.46 2.23 2.08 3/96 26232
/proc/meminfo: memFree=1130184/2055920 swapFree=4192812/4192956
[pid=26210] ppid=26208 vsize=16868 CPUtime=0.72
/proc/26210/stat : 26210 (sugar) S 26208 26210 25722 0 -1 4194304 1310 5191 0 1 5 1 63 3 15 0 1 0 24035862 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26210/statm: 4217 1111 409 3 0 796 0
[pid=26223] ppid=26210 vsize=5356 CPUtime=0
/proc/26223/stat : 26223 (sh) S 26210 26210 25722 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24035937 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26223/statm: 1339 233 193 169 0 50 0
[pid=26224] ppid=26223 vsize=868624 CPUtime=0.72
/proc/26224/stat : 26224 (java) S 26223 26210 25722 0 -1 0 6810 0 1 0 68 4 0 0 20 0 9 0 24035938 889470976 6011 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26224/statm: 217156 6011 2589 9 0 211633 0
[pid=26224/tid=26225] ppid=26223 vsize=868624 CPUtime=0.48
/proc/26224/task/26225/stat : 26225 (java) R 26223 26210 25722 0 -1 64 2763 0 1 0 46 2 0 0 25 0 9 0 24035939 889470976 6011 996147200 134512640 134550932 4294955936 18446744073709551615 4126380752 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26224/tid=26226] ppid=26223 vsize=868624 CPUtime=0.06
/proc/26224/task/26226/stat : 26226 (java) S 26223 26210 25722 0 -1 64 1859 0 0 0 6 0 0 0 16 0 9 0 24035940 889470976 6011 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26224/tid=26227] ppid=26223 vsize=868624 CPUtime=0
/proc/26224/task/26227/stat : 26227 (java) S 26223 26210 25722 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24035940 889470976 6011 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26224/tid=26228] ppid=26223 vsize=868624 CPUtime=0
/proc/26224/task/26228/stat : 26228 (java) S 26223 26210 25722 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24035940 889470976 6011 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26224/tid=26229] ppid=26223 vsize=868624 CPUtime=0
/proc/26224/task/26229/stat : 26229 (java) S 26223 26210 25722 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24035942 889470976 6011 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26224/tid=26230] ppid=26223 vsize=868624 CPUtime=0.16
/proc/26224/task/26230/stat : 26230 (java) S 26223 26210 25722 0 -1 64 1488 0 0 0 16 0 0 0 16 0 9 0 24035942 889470976 6011 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26224/tid=26231] ppid=26223 vsize=868624 CPUtime=0
/proc/26224/task/26231/stat : 26231 (java) S 26223 26210 25722 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24035942 889470976 6011 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26224/tid=26232] ppid=26223 vsize=868624 CPUtime=0
/proc/26224/task/26232/stat : 26232 (java) S 26223 26210 25722 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24035942 889470976 6011 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 890848

[startup+3.10208 s]
/proc/loadavg: 2.46 2.23 2.08 3/96 26232
/proc/meminfo: memFree=1113864/2055920 swapFree=4192812/4192956
[pid=26210] ppid=26208 vsize=16868 CPUtime=0.73
/proc/26210/stat : 26210 (sugar) S 26208 26210 25722 0 -1 4194304 1310 5191 0 1 6 1 63 3 15 0 1 0 24035862 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26210/statm: 4217 1111 409 3 0 796 0
[pid=26223] ppid=26210 vsize=5356 CPUtime=0
/proc/26223/stat : 26223 (sh) S 26210 26210 25722 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24035937 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26223/statm: 1339 233 193 169 0 50 0
[pid=26224] ppid=26223 vsize=868624 CPUtime=2.32
/proc/26224/stat : 26224 (java) S 26223 26210 25722 0 -1 0 7332 0 1 0 212 20 0 0 20 0 9 0 24035938 889470976 6031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26224/statm: 217156 6031 2589 9 0 211633 0
[pid=26224/tid=26225] ppid=26223 vsize=868624 CPUtime=1.92
/proc/26224/task/26225/stat : 26225 (java) R 26223 26210 25722 0 -1 64 3268 0 1 0 177 15 0 0 25 0 9 0 24035939 889470976 6031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26224/tid=26226] ppid=26223 vsize=868624 CPUtime=0.18
/proc/26224/task/26226/stat : 26226 (java) S 26223 26210 25722 0 -1 64 1859 0 0 0 15 3 0 0 16 0 9 0 24035940 889470976 6031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26224/tid=26227] ppid=26223 vsize=868624 CPUtime=0
/proc/26224/task/26227/stat : 26227 (java) S 26223 26210 25722 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24035940 889470976 6031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26224/tid=26228] ppid=26223 vsize=868624 CPUtime=0
/proc/26224/task/26228/stat : 26228 (java) S 26223 26210 25722 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24035940 889470976 6031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26224/tid=26229] ppid=26223 vsize=868624 CPUtime=0
/proc/26224/task/26229/stat : 26229 (java) S 26223 26210 25722 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24035942 889470976 6031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26224/tid=26230] ppid=26223 vsize=868624 CPUtime=0.18
/proc/26224/task/26230/stat : 26230 (java) S 26223 26210 25722 0 -1 64 1505 0 0 0 18 0 0 0 16 0 9 0 24035942 889470976 6031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26224/tid=26231] ppid=26223 vsize=868624 CPUtime=0
/proc/26224/task/26231/stat : 26231 (java) S 26223 26210 25722 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24035942 889470976 6031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26224/tid=26232] ppid=26223 vsize=868624 CPUtime=0
/proc/26224/task/26232/stat : 26232 (java) S 26223 26210 25722 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24035942 889470976 6031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 890848

[startup+6.30248 s]
/proc/loadavg: 2.43 2.22 2.08 3/88 26234
/proc/meminfo: memFree=1099144/2055920 swapFree=4192812/4192956
[pid=26210] ppid=26208 vsize=16868 CPUtime=3.15
/proc/26210/stat : 26210 (sugar) S 26208 26210 25722 0 -1 4194304 1365 12854 0 2 6 1 283 25 16 0 1 0 24035862 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26210/statm: 4217 1113 409 3 0 796 0
[pid=26233] ppid=26210 vsize=5356 CPUtime=0
/proc/26233/stat : 26233 (sh) S 26210 26210 25722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24036182 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26233/statm: 1339 232 193 169 0 50 0
[pid=26234] ppid=26233 vsize=22400 CPUtime=3.09
/proc/26234/stat : 26234 (picosat) R 26233 26210 25722 0 -1 4194304 4968 0 0 0 138 171 0 0 25 0 1 0 24036183 22937600 4954 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/26234/statm: 5600 4954 40 102 0 5495 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 44624

[startup+12.7013 s]
/proc/loadavg: 2.47 2.24 2.08 3/88 26234
/proc/meminfo: memFree=1077704/2055920 swapFree=4192812/4192956
[pid=26210] ppid=26208 vsize=16868 CPUtime=3.15
/proc/26210/stat : 26210 (sugar) S 26208 26210 25722 0 -1 4194304 1365 12854 0 2 6 1 283 25 16 0 1 0 24035862 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26210/statm: 4217 1113 409 3 0 796 0
[pid=26233] ppid=26210 vsize=5356 CPUtime=0
/proc/26233/stat : 26233 (sh) S 26210 26210 25722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24036182 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26233/statm: 1339 232 193 169 0 50 0
[pid=26234] ppid=26233 vsize=42352 CPUtime=9.47
/proc/26234/stat : 26234 (picosat) R 26233 26210 25722 0 -1 4194304 9596 0 0 0 514 433 0 0 25 0 1 0 24036183 43368448 9582 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/26234/statm: 10588 9582 42 102 0 10483 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 64576

[startup+25.5019 s]
/proc/loadavg: 2.37 2.23 2.08 3/88 26234
/proc/meminfo: memFree=1077640/2055920 swapFree=4192812/4192956
[pid=26210] ppid=26208 vsize=16868 CPUtime=3.15
/proc/26210/stat : 26210 (sugar) S 26208 26210 25722 0 -1 4194304 1365 12854 0 2 6 1 283 25 16 0 1 0 24035862 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26210/statm: 4217 1113 409 3 0 796 0
[pid=26233] ppid=26210 vsize=5356 CPUtime=0
/proc/26233/stat : 26233 (sh) S 26210 26210 25722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24036182 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26233/statm: 1339 232 193 169 0 50 0
[pid=26234] ppid=26233 vsize=42484 CPUtime=22.27
/proc/26234/stat : 26234 (picosat) R 26233 26210 25722 0 -1 4194304 9644 0 0 0 1793 434 0 0 25 0 1 0 24036183 43503616 9630 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 0 0 0
/proc/26234/statm: 10621 9630 42 102 0 10516 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 64708

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

[startup+25.6019 s]
/proc/loadavg: 2.37 2.23 2.08 3/88 26234
/proc/meminfo: memFree=1077640/2055920 swapFree=4192812/4192956
[pid=26210] ppid=26208 vsize=16868 CPUtime=3.15
/proc/26210/stat : 26210 (sugar) S 26208 26210 25722 0 -1 4194304 1365 12854 0 2 6 1 283 25 16 0 1 0 24035862 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26210/statm: 4217 1113 409 3 0 796 0
[pid=26233] ppid=26210 vsize=5356 CPUtime=0
/proc/26233/stat : 26233 (sh) S 26210 26210 25722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24036182 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26233/statm: 1339 232 193 169 0 50 0
[pid=26234] ppid=26233 vsize=42484 CPUtime=22.37
/proc/26234/stat : 26234 (picosat) R 26233 26210 25722 0 -1 4194304 9644 0 0 0 1803 434 0 0 25 0 1 0 24036183 43503616 9630 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/26234/statm: 10621 9630 42 102 0 10516 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 64708

[startup+38.4015 s]
/proc/loadavg: 2.31 2.22 2.08 3/88 26234
/proc/meminfo: memFree=1077448/2055920 swapFree=4192812/4192956
[pid=26210] ppid=26208 vsize=16868 CPUtime=3.15
/proc/26210/stat : 26210 (sugar) S 26208 26210 25722 0 -1 4194304 1365 12854 0 2 6 1 283 25 16 0 1 0 24035862 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26210/statm: 4217 1113 409 3 0 796 0
[pid=26233] ppid=26210 vsize=5356 CPUtime=0
/proc/26233/stat : 26233 (sh) S 26210 26210 25722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24036182 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26233/statm: 1339 232 193 169 0 50 0
[pid=26234] ppid=26233 vsize=42748 CPUtime=35.15
/proc/26234/stat : 26234 (picosat) R 26233 26210 25722 0 -1 4194304 9702 0 0 0 3081 434 0 0 25 0 1 0 24036183 43773952 9688 996147200 134512640 134931368 4294956256 18446744073709551615 134525669 0 0 4096 0 0 0 0 17 0 0 0
/proc/26234/statm: 10687 9688 42 102 0 10582 0
Current children cumulated CPU time (s) 38.3
Current children cumulated vsize (KiB) 64972

[startup+41.6029 s]
/proc/loadavg: 2.28 2.21 2.08 3/88 26234
/proc/meminfo: memFree=1077064/2055920 swapFree=4192812/4192956
[pid=26210] ppid=26208 vsize=16868 CPUtime=3.15
/proc/26210/stat : 26210 (sugar) S 26208 26210 25722 0 -1 4194304 1365 12854 0 2 6 1 283 25 16 0 1 0 24035862 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26210/statm: 4217 1113 409 3 0 796 0
[pid=26233] ppid=26210 vsize=5356 CPUtime=0
/proc/26233/stat : 26233 (sh) S 26210 26210 25722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24036182 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26233/statm: 1339 232 193 169 0 50 0
[pid=26234] ppid=26233 vsize=42748 CPUtime=38.35
/proc/26234/stat : 26234 (picosat) R 26233 26210 25722 0 -1 4194304 9716 0 0 0 3401 434 0 0 25 0 1 0 24036183 43773952 9702 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/26234/statm: 10687 9702 42 102 0 10582 0
Current children cumulated CPU time (s) 41.5
Current children cumulated vsize (KiB) 64972

[startup+43.2011 s]
/proc/loadavg: 2.28 2.21 2.08 4/88 26234
/proc/meminfo: memFree=1077192/2055920 swapFree=4192812/4192956
[pid=26210] ppid=26208 vsize=16868 CPUtime=3.15
/proc/26210/stat : 26210 (sugar) S 26208 26210 25722 0 -1 4194304 1365 12854 0 2 6 1 283 25 16 0 1 0 24035862 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26210/statm: 4217 1113 409 3 0 796 0
[pid=26233] ppid=26210 vsize=5356 CPUtime=0
/proc/26233/stat : 26233 (sh) S 26210 26210 25722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24036182 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26233/statm: 1339 232 193 169 0 50 0
[pid=26234] ppid=26233 vsize=42748 CPUtime=39.95
/proc/26234/stat : 26234 (picosat) R 26233 26210 25722 0 -1 4194304 9723 0 0 0 3561 434 0 0 25 0 1 0 24036183 43773952 9709 996147200 134512640 134931368 4294956256 18446744073709551615 134524012 0 0 4096 0 0 0 0 17 0 0 0
/proc/26234/statm: 10687 9709 42 102 0 10582 0
Current children cumulated CPU time (s) 43.1
Current children cumulated vsize (KiB) 64972

[startup+44.8013 s]
/proc/loadavg: 2.26 2.21 2.08 3/88 26234
/proc/meminfo: memFree=1077192/2055920 swapFree=4192812/4192956
[pid=26210] ppid=26208 vsize=16868 CPUtime=3.15
/proc/26210/stat : 26210 (sugar) S 26208 26210 25722 0 -1 4194304 1365 12854 0 2 6 1 283 25 16 0 1 0 24035862 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26210/statm: 4217 1113 409 3 0 796 0
[pid=26233] ppid=26210 vsize=5356 CPUtime=0
/proc/26233/stat : 26233 (sh) S 26210 26210 25722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24036182 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26233/statm: 1339 232 193 169 0 50 0
[pid=26234] ppid=26233 vsize=42880 CPUtime=41.55
/proc/26234/stat : 26234 (picosat) R 26233 26210 25722 0 -1 4194304 9729 0 0 0 3721 434 0 0 25 0 1 0 24036183 43909120 9715 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/26234/statm: 10720 9715 42 102 0 10615 0
Current children cumulated CPU time (s) 44.7
Current children cumulated vsize (KiB) 65104

[startup+45.2064 s]
/proc/loadavg: 2.26 2.21 2.08 3/92 26240
/proc/meminfo: memFree=1112680/2055920 swapFree=4192812/4192956
[pid=26210] ppid=26208 vsize=16868 CPUtime=44.97
/proc/26210/stat : 26210 (sugar) S 26208 26210 25722 0 -1 4194304 1446 22887 0 2 6 1 4030 460 16 0 1 0 24035862 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26210/statm: 4217 1113 409 3 0 796 0
[pid=26235] ppid=26210 vsize=5356 CPUtime=0
/proc/26235/stat : 26235 (sh) S 26210 26210 25722 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24040369 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26235/statm: 1339 233 193 169 0 50 0
[pid=26236] ppid=26235 vsize=862012 CPUtime=0.12
/proc/26236/stat : 26236 (java) S 26235 26210 25722 0 -1 0 2904 0 1 0 11 1 0 0 18 0 9 0 24040369 882700288 2375 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26236/statm: 215503 2375 1251 9 0 210416 0
[pid=26236/tid=26237] ppid=26235 vsize=862012 CPUtime=0.1
/proc/26236/task/26237/stat : 26237 (java) R 26235 26210 25722 0 -1 64 2000 0 1 0 10 0 0 0 18 0 9 0 24040370 882700288 2375 996147200 134512640 134550932 4294955984 18446744073709551615 4125957679 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26236/tid=26238] ppid=26235 vsize=862012 CPUtime=0
/proc/26236/task/26238/stat : 26238 (java) S 26235 26210 25722 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 24040371 882700288 2375 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26236/tid=26239] ppid=26235 vsize=862012 CPUtime=0
/proc/26236/task/26239/stat : 26239 (java) S 26235 26210 25722 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24040371 882700288 2375 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26236/tid=26240] ppid=26235 vsize=862012 CPUtime=0
/proc/26236/task/26240/stat : 26240 (java) S 26235 26210 25722 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 24040371 882700288 2375 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 45.09
Current children cumulated vsize (KiB) 884236

[startup+45.4014 s]
/proc/loadavg: 2.26 2.21 2.08 3/92 26240
/proc/meminfo: memFree=1112680/2055920 swapFree=4192812/4192956
[pid=26210] ppid=26208 vsize=16868 CPUtime=44.97
/proc/26210/stat : 26210 (sugar) S 26208 26210 25722 0 -1 4194304 1446 22887 0 2 6 1 4030 460 16 0 1 0 24035862 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26210/statm: 4217 1113 409 3 0 796 0
[pid=26235] ppid=26210 vsize=5356 CPUtime=0
/proc/26235/stat : 26235 (sh) S 26210 26210 25722 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24040369 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26235/statm: 1339 233 193 169 0 50 0
[pid=26236] ppid=26235 vsize=862156 CPUtime=0.31
/proc/26236/stat : 26236 (java) S 26235 26210 25722 0 -1 0 3091 0 1 0 30 1 0 0 18 0 9 0 24040369 882847744 2561 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26236/statm: 215539 2561 1279 9 0 210452 0
[pid=26236/tid=26237] ppid=26235 vsize=862156 CPUtime=0.26
/proc/26236/task/26237/stat : 26237 (java) R 26235 26210 25722 0 -1 64 2030 0 1 0 26 0 0 0 19 0 9 0 24040370 882847744 2561 996147200 134512640 134550932 4294955984 18446744073709551615 4126468057 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26236/tid=26238] ppid=26235 vsize=862156 CPUtime=0
/proc/26236/task/26238/stat : 26238 (java) S 26235 26210 25722 0 -1 64 66 0 0 0 0 0 0 0 16 0 9 0 24040371 882847744 2561 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26236/tid=26239] ppid=26235 vsize=862156 CPUtime=0
/proc/26236/task/26239/stat : 26239 (java) S 26235 26210 25722 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24040371 882847744 2561 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26236/tid=26240] ppid=26235 vsize=862156 CPUtime=0
/proc/26236/task/26240/stat : 26240 (java) S 26235 26210 25722 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 24040371 882847744 2561 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 45.28
Current children cumulated vsize (KiB) 884380

[startup+45.5036 s]
/proc/loadavg: 2.26 2.21 2.08 3/92 26240
/proc/meminfo: memFree=1112680/2055920 swapFree=4192812/4192956
[pid=26210] ppid=26208 vsize=16868 CPUtime=45.36
/proc/26210/stat : 26210 (sugar) R 26208 26210 25722 0 -1 4194304 1477 26796 0 3 6 2 4065 463 16 0 1 0 24035862 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 251279414313 0 0 4224 16386 0 0 0 17 1 0 0
/proc/26210/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 45.36
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 45.5054
CPU time (s): 45.3871
CPU user time (s): 40.7238
CPU system time (s): 4.66329
CPU usage (%): 99.7399
Max. virtual memory (cumulated for all children) (KiB): 890848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.7238
system time used= 4.66329
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28333
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= 7065
involuntary context switches= 7076

runsolver used 0.06299 second user time and 0.147977 second system time

The end

Launcher Data

Begin job on node92 at 2009-07-12 05:35:08
IDJOB=2080332
IDBENCH=57058
IDSOLVER=738
FILE ID=node92/2080332-1247369708
PBS_JOBID= 9507137
Free space on /tmp= 66340 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/js-taillard-15/normalized-js-taillard-15-100-4.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2080332-1247369708/watcher-2080332-1247369708 -o /tmp/evaluation-result-2080332-1247369708/solver-2080332-1247369708 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2080332-1247369708.xml

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

MD5SUM BENCH= 0f2f3ada50c67a34ccbabc19d4e4fa5d
RANDOM SEED=1579108603

node92.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.216
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.216
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:       1140800 kB
Buffers:         20344 kB
Cached:         157612 kB
SwapCached:          0 kB
Active:         774768 kB
Inactive:        80092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1140800 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1564 kB
Writeback:           0 kB
Mapped:         692564 kB
Slab:            44056 kB
Committed_AS:   853532 kB
PageTables:       3316 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= 66336 MiB
End job on node92 at 2009-07-12 05:35:54