Trace number 2065768

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 58.8141 59.5914

General information on the benchmark

Namecsp/os-taillard-15/
normalized-os-taillard-15-100-7.xml
MD5SUMab54a3befb7bc28d039702d9f31a2fb5
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 benchmark1.9497
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size916
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3150
Global constraints used (with number of constraints)

Solver Data

0.03/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.03/0.07	c 0	BEGIN Sat Jul 11 21:04:12 2009
0.03/0.07	c 0	PID 15222
0.03/0.07	c 0	HOST node81.alineos.net
0.03/0.07	c 0	CONVERTING HOME/instance-2065768-1247339052.xml TO HOME/temp.csp
0.03/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-2065768-1247339052.xml' 'HOME/temp.csp'
0.06/0.77	c 1	225 domains, 225 variables, 1 predicates, 0 relations, 3150 constraints
0.06/0.78	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.78	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.76/0.86	c 1	Parsing HOME/temp.csp
0.95/1.02	c 1	parsed 3601 expressions
0.95/1.03	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.95/1.03	c 1	Converting to clausal form CSP
0.95/1.06	c 1	converted 361 (10%) expressions
1.06/1.15	c 1	converted 721 (20%) expressions
1.15/1.25	c 1	converted 1081 (30%) expressions
1.15/1.28	c 1	converted 1441 (40%) expressions
1.15/1.30	c 1	converted 1801 (50%) expressions
1.25/1.31	c 1	converted 2161 (60%) expressions
1.25/1.32	c 1	converted 2521 (70%) expressions
1.25/1.34	c 1	converted 2881 (80%) expressions
1.25/1.35	c 1	converted 3241 (90%) expressions
1.25/1.36	c 1	converted 3601 (100%) expressions
1.25/1.36	c 1	CSP : 225 integers, 0 booleans, 3150 clauses, largest domain size 916
1.25/1.36	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.25/1.36	c 1	Propagation in CSP
1.25/1.38	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.25/1.38	c 1	CSP : 225 integers, 0 booleans, 3150 clauses, largest domain size 916
1.25/1.38	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.25/1.39	c 1	Simplifing CSP by introducing new Boolean variables
1.34/1.48	c 1	CSP : 225 integers, 6300 booleans, 9450 clauses, largest domain size 916
1.34/1.48	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.45/1.52	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.45/1.56	c 1	23 (10%) CSP integer variables are encoded (19915 clauses, 276605 bytes)
1.45/1.59	c 1	45 (20%) CSP integer variables are encoded (38846 clauses, 560570 bytes)
1.54/1.62	c 1	68 (30%) CSP integer variables are encoded (58643 clauses, 857525 bytes)
1.54/1.65	c 1	90 (40%) CSP integer variables are encoded (77854 clauses, 1145690 bytes)
1.54/1.68	c 2	113 (50%) CSP integer variables are encoded (97827 clauses, 1445285 bytes)
1.64/1.71	c 2	135 (60%) CSP integer variables are encoded (116920 clauses, 1765753 bytes)
1.64/1.74	c 2	158 (70%) CSP integer variables are encoded (136794 clauses, 2103611 bytes)
1.64/1.77	c 2	180 (80%) CSP integer variables are encoded (155765 clauses, 2426118 bytes)
1.74/1.81	c 2	203 (90%) CSP integer variables are encoded (175971 clauses, 2769620 bytes)
1.74/1.84	c 2	225 (100%) CSP integer variables are encoded (194984 clauses, 3092841 bytes)
2.73/2.87	c 3	945 (10%) CSP clauses are encoded (716973 clauses, 14681898 bytes)
3.71/3.88	c 4	1890 (20%) CSP clauses are encoded (1231346 clauses, 26681160 bytes)
4.69/4.86	c 5	2835 (30%) CSP clauses are encoded (1738365 clauses, 38527359 bytes)
5.68/5.88	c 6	3780 (40%) CSP clauses are encoded (2258232 clauses, 50685135 bytes)
6.67/6.89	c 7	4725 (50%) CSP clauses are encoded (2776607 clauses, 62816666 bytes)
7.66/7.90	c 8	5670 (60%) CSP clauses are encoded (3295788 clauses, 75020120 bytes)
8.73/8.95	c 9	6615 (70%) CSP clauses are encoded (3814661 clauses, 87620164 bytes)
9.71/9.98	c 10	7560 (80%) CSP clauses are encoded (4330826 clauses, 100512004 bytes)
10.71/10.95	c 11	8505 (90%) CSP clauses are encoded (4848905 clauses, 113451694 bytes)
11.70/11.93	c 12	9450 (100%) CSP clauses are encoded (5371638 clauses, 126507734 bytes)
11.70/11.93	c 12	9450 CSP clauses encoded
11.70/11.93	c 12	Writing map file : HOME/temp.map
11.70/11.93	c 12	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
11.70/11.93	c 12	SAT : 201509 SAT variables, 5371638 SAT clauses, 126507734 bytes
11.70/11.93	c 12	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
11.70/11.98	c 12	SOLVING HOME/temp.cnf
11.70/11.98	c 12	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
58.35/59.10	c 59	DECODING HOME/temp.out WITH HOME/temp.map
58.35/59.10	c 59	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'
58.35/59.18	c 59	Decoding HOME/temp.out
58.63/59.47	s SATISFIABLE
58.63/59.48	v 575 862 694 820 78 660 103 2 132 355 270 273 217 850 522 391 199 479 313 866 143 638 718 209 112 575 817 599 206 11 764 312 12 793 508 582 178 90 236 398 857 749 670 856 453 423 636 521 110 859 730 344 697 94 253 143 376 579 792 38 559 307 774 375 698 0 231 430 99 513 200 642 315 121 114 444 156 628 715 860 108 0 11 349 511 798 16 386 250 58 381 423 305 172 662 341 503 114 399 0 77 757 95 587 867 309 578 526 209 670 801 217 223 104 460 333 14 0 273 30 2 496 758 402 706 223 195 857 319 14 253 112 74 25 154 277 508 365 403 478 581 280 855 233 757 1 243 99 146 330 574 360 656 306 0 276 726 86 116 146 181 29 4 200 479 3 408 801 504 562 709 625 886 0 54 139 12 253 30 315 503 666 397 417 625 562 238 299 108 48 182 86 139 11 459 3 596 562 637 694 818 503 217 350 254 230 108 6 140 411 32 48 56 58 140 208 377 391 451 484 595 656 755 808 853
58.63/59.49	c 59	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
58.72/59.53	c 59	CPU 58.73 (0.05 0.02 32.94 25.72)
58.72/59.53	c 59	END Sat Jul 11 21:05:11 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-2065768-1247339052/watcher-2065768-1247339052 -o /tmp/evaluation-result-2065768-1247339052/solver-2065768-1247339052 -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-2065768-1247339052.xml 

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


[startup+0 s]
/proc/loadavg: 1.99 1.97 1.98 4/75 15222
/proc/meminfo: memFree=1060368/2055920 swapFree=4192948/4192956
[pid=15222] ppid=15220 vsize=4708 CPUtime=0
/proc/15222/stat : 15222 (sugar) R 15220 15222 14690 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 20970256 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 269804963019 0 0 4096 0 0 0 0 17 1 0 0
/proc/15222/statm: 1177 43 33 3 0 8 0

[startup+0.0414439 s]
/proc/loadavg: 1.99 1.97 1.98 4/75 15222
/proc/meminfo: memFree=1060368/2055920 swapFree=4192948/4192956
[pid=15222] ppid=15220 vsize=13336 CPUtime=0.03
/proc/15222/stat : 15222 (sugar) R 15220 15222 14690 0 -1 4194304 736 0 0 0 2 1 0 0 20 0 1 0 20970256 13656064 704 996147200 4194304 4206940 548682068608 18446744073709551615 269816478718 0 0 4224 0 0 0 0 17 0 0 0
/proc/15222/statm: 3334 704 338 3 0 434 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13336

[startup+0.102442 s]
/proc/loadavg: 1.99 1.97 1.98 4/75 15222
/proc/meminfo: memFree=1060368/2055920 swapFree=4192948/4192956
[pid=15222] ppid=15220 vsize=16868 CPUtime=0.06
/proc/15222/stat : 15222 (sugar) S 15220 15222 14690 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 20970256 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15222/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302464 s]
/proc/loadavg: 1.99 1.97 1.98 4/75 15222
/proc/meminfo: memFree=1060368/2055920 swapFree=4192948/4192956
[pid=15222] ppid=15220 vsize=16868 CPUtime=0.06
/proc/15222/stat : 15222 (sugar) S 15220 15222 14690 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 20970256 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15222/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702507 s]
/proc/loadavg: 1.99 1.97 1.98 4/75 15222
/proc/meminfo: memFree=1060368/2055920 swapFree=4192948/4192956
[pid=15222] ppid=15220 vsize=16868 CPUtime=0.06
/proc/15222/stat : 15222 (sugar) S 15220 15222 14690 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 20970256 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15222/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50262 s]
/proc/loadavg: 2.07 1.99 1.99 3/86 15244
/proc/meminfo: memFree=1051256/2055920 swapFree=4192948/4192956
[pid=15222] ppid=15220 vsize=16868 CPUtime=0.76
/proc/15222/stat : 15222 (sugar) S 15220 15222 14690 0 -1 4194304 1310 6832 0 1 5 2 66 3 16 0 1 0 20970256 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15222/statm: 4217 1111 409 3 0 796 0
[pid=15235] ppid=15222 vsize=5356 CPUtime=0
/proc/15235/stat : 15235 (sh) S 15222 15222 14690 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20970335 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15235/statm: 1339 233 193 169 0 50 0
[pid=15236] ppid=15235 vsize=868596 CPUtime=0.69
/proc/15236/stat : 15236 (java) S 15235 15222 14690 0 -1 0 7529 0 1 0 65 4 0 0 20 0 9 0 20970336 889442304 6773 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15236/statm: 217149 6773 2566 9 0 211654 0
[pid=15236/tid=15237] ppid=15235 vsize=868596 CPUtime=0.38
/proc/15236/task/15237/stat : 15237 (java) R 15235 15222 14690 0 -1 64 2683 0 1 0 37 1 0 0 25 0 9 0 20970337 889442304 6773 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15236/tid=15238] ppid=15235 vsize=868596 CPUtime=0.12
/proc/15236/task/15238/stat : 15238 (java) R 15235 15222 14690 0 -1 64 2669 0 0 0 11 1 0 0 16 0 9 0 20970338 889442304 6773 996147200 134512640 134550932 4294955936 18446744073709551615 102381618 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15236/tid=15239] ppid=15235 vsize=868596 CPUtime=0
/proc/15236/task/15239/stat : 15239 (java) S 15235 15222 14690 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20970338 889442304 6773 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15236/tid=15240] ppid=15235 vsize=868596 CPUtime=0
/proc/15236/task/15240/stat : 15240 (java) S 15235 15222 14690 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20970338 889442304 6773 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15236/tid=15241] ppid=15235 vsize=868596 CPUtime=0
/proc/15236/task/15241/stat : 15241 (java) S 15235 15222 14690 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20970340 889442304 6773 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15236/tid=15242] ppid=15235 vsize=868596 CPUtime=0.15
/proc/15236/task/15242/stat : 15242 (java) S 15235 15222 14690 0 -1 64 1479 0 0 0 15 0 0 0 16 0 9 0 20970340 889442304 6773 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15236/tid=15243] ppid=15235 vsize=868596 CPUtime=0
/proc/15236/task/15243/stat : 15243 (java) S 15235 15222 14690 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20970340 889442304 6773 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15236/tid=15244] ppid=15235 vsize=868596 CPUtime=0
/proc/15236/task/15244/stat : 15244 (java) S 15235 15222 14690 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20970340 889442304 6773 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 890820

[startup+3.10176 s]
/proc/loadavg: 2.07 1.99 1.99 3/86 15244
/proc/meminfo: memFree=1033656/2055920 swapFree=4192948/4192956
[pid=15222] ppid=15220 vsize=16868 CPUtime=0.76
/proc/15222/stat : 15222 (sugar) S 15220 15222 14690 0 -1 4194304 1310 6832 0 1 5 2 66 3 16 0 1 0 20970256 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15222/statm: 4217 1111 409 3 0 796 0
[pid=15235] ppid=15222 vsize=5356 CPUtime=0
/proc/15235/stat : 15235 (sh) S 15222 15222 14690 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20970335 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15235/statm: 1339 233 193 169 0 50 0
[pid=15236] ppid=15235 vsize=868708 CPUtime=2.27
/proc/15236/stat : 15236 (java) S 15235 15222 14690 0 -1 0 8065 0 1 0 211 16 0 0 20 0 9 0 20970336 889556992 6835 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15236/statm: 217177 6835 2590 9 0 211654 0
[pid=15236/tid=15237] ppid=15235 vsize=868708 CPUtime=1.8
/proc/15236/task/15237/stat : 15237 (java) R 15235 15222 14690 0 -1 64 3196 0 1 0 168 12 0 0 25 0 9 0 20970337 889556992 6835 996147200 134512640 134550932 4294955936 18446744073709551615 4126524575 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15236/tid=15238] ppid=15235 vsize=868708 CPUtime=0.25
/proc/15236/task/15238/stat : 15238 (java) S 15235 15222 14690 0 -1 64 2669 0 0 0 23 2 0 0 16 0 9 0 20970338 889556992 6835 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15236/tid=15239] ppid=15235 vsize=868708 CPUtime=0
/proc/15236/task/15239/stat : 15239 (java) S 15235 15222 14690 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20970338 889556992 6835 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15236/tid=15240] ppid=15235 vsize=868708 CPUtime=0
/proc/15236/task/15240/stat : 15240 (java) S 15235 15222 14690 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20970338 889556992 6835 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15236/tid=15241] ppid=15235 vsize=868708 CPUtime=0
/proc/15236/task/15241/stat : 15241 (java) S 15235 15222 14690 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20970340 889556992 6835 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15236/tid=15242] ppid=15235 vsize=868708 CPUtime=0.19
/proc/15236/task/15242/stat : 15242 (java) S 15235 15222 14690 0 -1 64 1502 0 0 0 19 0 0 0 16 0 9 0 20970340 889556992 6835 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15236/tid=15243] ppid=15235 vsize=868708 CPUtime=0
/proc/15236/task/15243/stat : 15243 (java) S 15235 15222 14690 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20970340 889556992 6835 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15236/tid=15244] ppid=15235 vsize=868708 CPUtime=0
/proc/15236/task/15244/stat : 15244 (java) S 15235 15222 14690 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20970340 889556992 6835 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 890932

[startup+6.3021 s]
/proc/loadavg: 2.15 2.00 1.99 3/86 15244
/proc/meminfo: memFree=994232/2055920 swapFree=4192948/4192956
[pid=15222] ppid=15220 vsize=16868 CPUtime=0.76
/proc/15222/stat : 15222 (sugar) S 15220 15222 14690 0 -1 4194304 1310 6832 0 1 5 2 66 3 16 0 1 0 20970256 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15222/statm: 4217 1111 409 3 0 796 0
[pid=15235] ppid=15222 vsize=5356 CPUtime=0
/proc/15235/stat : 15235 (sh) S 15222 15222 14690 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20970335 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15235/statm: 1339 233 193 169 0 50 0
[pid=15236] ppid=15235 vsize=868708 CPUtime=5.42
/proc/15236/stat : 15236 (java) S 15235 15222 14690 0 -1 0 9063 0 1 0 498 44 0 0 20 0 9 0 20970336 889556992 6838 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15236/statm: 217177 6838 2590 9 0 211654 0
[pid=15236/tid=15237] ppid=15235 vsize=868708 CPUtime=4.71
/proc/15236/task/15237/stat : 15237 (java) R 15235 15222 14690 0 -1 64 4192 0 1 0 436 35 0 0 25 0 9 0 20970337 889556992 6838 996147200 134512640 134550932 4294955936 18446744073709551615 102093928 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15236/tid=15238] ppid=15235 vsize=868708 CPUtime=0.49
/proc/15236/task/15238/stat : 15238 (java) S 15235 15222 14690 0 -1 64 2669 0 0 0 41 8 0 0 16 0 9 0 20970338 889556992 6838 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15236/tid=15239] ppid=15235 vsize=868708 CPUtime=0
/proc/15236/task/15239/stat : 15239 (java) S 15235 15222 14690 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20970338 889556992 6838 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15236/tid=15240] ppid=15235 vsize=868708 CPUtime=0
/proc/15236/task/15240/stat : 15240 (java) S 15235 15222 14690 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20970338 889556992 6838 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15236/tid=15241] ppid=15235 vsize=868708 CPUtime=0
/proc/15236/task/15241/stat : 15241 (java) S 15235 15222 14690 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20970340 889556992 6838 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15236/tid=15242] ppid=15235 vsize=868708 CPUtime=0.19
/proc/15236/task/15242/stat : 15242 (java) S 15235 15222 14690 0 -1 64 1504 0 0 0 19 0 0 0 17 0 9 0 20970340 889556992 6838 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15236/tid=15243] ppid=15235 vsize=868708 CPUtime=0
/proc/15236/task/15243/stat : 15243 (java) S 15235 15222 14690 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20970340 889556992 6838 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15236/tid=15244] ppid=15235 vsize=868708 CPUtime=0
/proc/15236/task/15244/stat : 15244 (java) S 15235 15222 14690 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20970340 889556992 6838 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890932

[startup+12.7018 s]
/proc/loadavg: 2.14 2.00 1.99 3/78 15246
/proc/meminfo: memFree=928824/2055920 swapFree=4192948/4192956
[pid=15222] ppid=15220 vsize=16868 CPUtime=11.76
/proc/15222/stat : 15222 (sugar) S 15220 15222 14690 0 -1 4194304 1365 18006 0 2 5 2 1064 105 16 0 1 0 20970256 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15222/statm: 4217 1113 409 3 0 796 0
[pid=15245] ppid=15222 vsize=5356 CPUtime=0
/proc/15245/stat : 15245 (sh) S 15222 15222 14690 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20971455 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15245/statm: 1339 232 193 169 0 50 0
[pid=15246] ppid=15245 vsize=11840 CPUtime=0.69
/proc/15246/stat : 15246 (picosat) R 15245 15222 14690 0 -1 4194304 2539 0 0 0 30 39 0 0 23 0 1 0 20971456 12124160 2525 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/15246/statm: 2960 2525 40 102 0 2855 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 34064

[startup+25.5012 s]
/proc/loadavg: 2.10 2.00 1.99 3/78 15246
/proc/meminfo: memFree=863416/2055920 swapFree=4192948/4192956
[pid=15222] ppid=15220 vsize=16868 CPUtime=11.76
/proc/15222/stat : 15222 (sugar) S 15220 15222 14690 0 -1 4194304 1365 18006 0 2 5 2 1064 105 16 0 1 0 20970256 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15222/statm: 4217 1113 409 3 0 796 0
[pid=15245] ppid=15222 vsize=5356 CPUtime=0
/proc/15245/stat : 15245 (sh) S 15222 15222 14690 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20971455 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15245/statm: 1339 232 193 169 0 50 0
[pid=15246] ppid=15245 vsize=74700 CPUtime=13.36
/proc/15246/stat : 15246 (picosat) R 15245 15222 14690 0 -1 4194304 16957 0 0 0 615 721 0 0 25 0 1 0 20971456 76492800 16943 996147200 134512640 134931368 4294956256 18446744073709551615 134514596 0 0 4096 0 0 0 0 17 0 0 0
/proc/15246/statm: 18675 16943 40 102 0 18570 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 96924

[startup+51.1019 s]
/proc/loadavg: 2.07 2.00 1.99 3/78 15246
/proc/meminfo: memFree=757816/2055920 swapFree=4192948/4192956
[pid=15222] ppid=15220 vsize=16868 CPUtime=11.76
/proc/15222/stat : 15222 (sugar) S 15220 15222 14690 0 -1 4194304 1365 18006 0 2 5 2 1064 105 16 0 1 0 20970256 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15222/statm: 4217 1113 409 3 0 796 0
[pid=15245] ppid=15222 vsize=5356 CPUtime=0
/proc/15245/stat : 15245 (sh) S 15222 15222 14690 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20971455 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15245/statm: 1339 232 193 169 0 50 0
[pid=15246] ppid=15245 vsize=191544 CPUtime=38.66
/proc/15246/stat : 15246 (picosat) R 15245 15222 14690 0 -1 4194304 42959 0 0 0 1785 2081 0 0 25 0 1 0 20971456 196141056 42945 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/15246/statm: 47886 42945 40 102 0 47781 0
Current children cumulated CPU time (s) 50.42
Current children cumulated vsize (KiB) 213768

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

[startup+54.3012 s]
/proc/loadavg: 2.07 2.00 1.99 3/78 15246
/proc/meminfo: memFree=747000/2055920 swapFree=4192948/4192956
[pid=15222] ppid=15220 vsize=16868 CPUtime=11.76
/proc/15222/stat : 15222 (sugar) S 15220 15222 14690 0 -1 4194304 1365 18006 0 2 5 2 1064 105 16 0 1 0 20970256 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15222/statm: 4217 1113 409 3 0 796 0
[pid=15245] ppid=15222 vsize=5356 CPUtime=0
/proc/15245/stat : 15245 (sh) S 15222 15222 14690 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20971455 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15245/statm: 1339 232 193 169 0 50 0
[pid=15246] ppid=15245 vsize=203160 CPUtime=41.83
/proc/15246/stat : 15246 (picosat) R 15245 15222 14690 0 -1 4194304 46209 0 0 0 1928 2255 0 0 25 0 1 0 20971456 208035840 46195 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/15246/statm: 50790 46195 40 102 0 50685 0
Current children cumulated CPU time (s) 53.59
Current children cumulated vsize (KiB) 225384

[startup+57.5016 s]
/proc/loadavg: 2.06 2.00 1.99 3/78 15246
/proc/meminfo: memFree=733560/2055920 swapFree=4192948/4192956
[pid=15222] ppid=15220 vsize=16868 CPUtime=11.76
/proc/15222/stat : 15222 (sugar) S 15220 15222 14690 0 -1 4194304 1365 18006 0 2 5 2 1064 105 16 0 1 0 20970256 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15222/statm: 4217 1113 409 3 0 796 0
[pid=15245] ppid=15222 vsize=5356 CPUtime=0
/proc/15245/stat : 15245 (sh) S 15222 15222 14690 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20971455 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15245/statm: 1339 232 193 169 0 50 0
[pid=15246] ppid=15245 vsize=214644 CPUtime=45
/proc/15246/stat : 15246 (picosat) R 15245 15222 14690 0 -1 4194304 49450 0 0 0 2071 2429 0 0 25 0 1 0 20971456 219795456 49436 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/15246/statm: 53661 49436 40 102 0 53556 0
Current children cumulated CPU time (s) 56.76
Current children cumulated vsize (KiB) 236868

[startup+58.3067 s]
/proc/loadavg: 2.06 2.00 1.99 3/78 15246
/proc/meminfo: memFree=728952/2055920 swapFree=4192948/4192956
[pid=15222] ppid=15220 vsize=16868 CPUtime=11.76
/proc/15222/stat : 15222 (sugar) S 15220 15222 14690 0 -1 4194304 1365 18006 0 2 5 2 1064 105 16 0 1 0 20970256 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15222/statm: 4217 1113 409 3 0 796 0
[pid=15245] ppid=15222 vsize=5356 CPUtime=0
/proc/15245/stat : 15245 (sh) S 15222 15222 14690 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20971455 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15245/statm: 1339 232 193 169 0 50 0
[pid=15246] ppid=15245 vsize=218564 CPUtime=45.79
/proc/15246/stat : 15246 (picosat) R 15245 15222 14690 0 -1 4194304 50278 0 0 0 2119 2460 0 0 25 0 1 0 20971456 223809536 50264 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15246/statm: 54641 50264 42 102 0 54536 0
Current children cumulated CPU time (s) 57.55
Current children cumulated vsize (KiB) 240788

[startup+59.1031 s]
/proc/loadavg: 2.06 2.00 1.99 3/78 15246
/proc/meminfo: memFree=728952/2055920 swapFree=4192948/4192956
[pid=15222] ppid=15220 vsize=16868 CPUtime=11.76
/proc/15222/stat : 15222 (sugar) S 15220 15222 14690 0 -1 4194304 1365 18006 0 2 5 2 1064 105 16 0 1 0 20970256 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15222/statm: 4217 1113 409 3 0 796 0
[pid=15245] ppid=15222 vsize=5356 CPUtime=0
/proc/15245/stat : 15245 (sh) S 15222 15222 14690 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20971455 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15245/statm: 1339 232 193 169 0 50 0
[pid=15246] ppid=15245 vsize=0 CPUtime=46.59
/proc/15246/stat : 15246 (picosat) R 15245 15222 14690 0 -1 4194308 50323 0 0 0 2195 2464 0 0 25 0 1 0 20971456 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/15246/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 58.35
Current children cumulated vsize (KiB) 22224

[startup+59.5028 s]
/proc/loadavg: 2.06 2.00 1.99 4/86 15256
/proc/meminfo: memFree=923512/2055920 swapFree=4192948/4192956
[pid=15222] ppid=15220 vsize=16868 CPUtime=58.36
/proc/15222/stat : 15222 (sugar) S 15220 15222 14690 0 -1 4194304 1449 68614 0 2 5 2 3259 2570 15 0 1 0 20970256 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15222/statm: 4217 1113 409 3 0 796 0
[pid=15247] ppid=15222 vsize=5356 CPUtime=0
/proc/15247/stat : 15247 (sh) S 15222 15222 14690 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20976167 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15247/statm: 1339 233 193 169 0 50 0
[pid=15248] ppid=15247 vsize=864156 CPUtime=0.36
/proc/15248/stat : 15248 (java) S 15247 15222 14690 0 -1 0 3618 0 1 0 34 2 0 0 19 0 9 0 20976168 884895744 3083 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15248/statm: 216039 3083 1716 9 0 210544 0
[pid=15248/tid=15249] ppid=15247 vsize=864156 CPUtime=0.31
/proc/15248/task/15249/stat : 15249 (java) S 15247 15222 14690 0 -1 64 2554 0 1 0 30 1 0 0 25 0 9 0 20976169 884895744 3083 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15248/tid=15250] ppid=15247 vsize=864156 CPUtime=0
/proc/15248/task/15250/stat : 15250 (java) S 15247 15222 14690 0 -1 64 64 0 0 0 0 0 0 0 16 0 9 0 20976170 884895744 3083 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15248/tid=15251] ppid=15247 vsize=864156 CPUtime=0
/proc/15248/task/15251/stat : 15251 (java) S 15247 15222 14690 0 -1 64 10 0 0 0 0 0 0 0 22 0 9 0 20976170 884895744 3083 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15248/tid=15252] ppid=15247 vsize=864156 CPUtime=0
/proc/15248/task/15252/stat : 15252 (java) S 15247 15222 14690 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 20976170 884895744 3083 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15248/tid=15253] ppid=15247 vsize=864156 CPUtime=0
/proc/15248/task/15253/stat : 15253 (java) S 15247 15222 14690 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 20976172 884895744 3083 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15248/tid=15254] ppid=15247 vsize=864156 CPUtime=0.04
/proc/15248/task/15254/stat : 15254 (java) S 15247 15222 14690 0 -1 64 306 0 0 0 4 0 0 0 16 0 9 0 20976172 884895744 3083 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15248/tid=15255] ppid=15247 vsize=864156 CPUtime=0
/proc/15248/task/15255/stat : 15255 (java) S 15247 15222 14690 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20976172 884895744 3083 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15248/tid=15256] ppid=15247 vsize=864156 CPUtime=0
/proc/15248/task/15256/stat : 15256 (java) S 15247 15222 14690 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20976172 884895744 3083 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 58.72
Current children cumulated vsize (KiB) 886380

Child status: 0
Real time (s): 59.5914
CPU time (s): 58.8141
CPU user time (s): 33
CPU system time (s): 25.8141
CPU usage (%): 98.6956
Max. virtual memory (cumulated for all children) (KiB): 890932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33
system time used= 25.8141
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74058
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= 31478
involuntary context switches= 32626

runsolver used 0.080987 second user time and 0.206968 second system time

The end

Launcher Data

Begin job on node81 at 2009-07-11 21:04:12
IDJOB=2065768
IDBENCH=54414
IDSOLVER=738
FILE ID=node81/2065768-1247339052
PBS_JOBID= 9506735
Free space on /tmp= 126584 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/os-taillard-15/normalized-os-taillard-15-100-7.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-2065768-1247339052/watcher-2065768-1247339052 -o /tmp/evaluation-result-2065768-1247339052/solver-2065768-1247339052 -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-2065768-1247339052.xml

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

MD5SUM BENCH= ab54a3befb7bc28d039702d9f31a2fb5
RANDOM SEED=2032677311

node81.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.233
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.233
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:       1060784 kB
Buffers:         51892 kB
Cached:         818976 kB
SwapCached:          8 kB
Active:         193292 kB
Inactive:       748004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1060784 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:            8924 kB
Writeback:           0 kB
Mapped:          81512 kB
Slab:            38792 kB
Committed_AS:   200388 kB
PageTables:       2016 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126584 MiB
End job on node81 at 2009-07-11 21:05:11