Trace number 2071148

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+minisat? (MO) 53.0438 53.8679

General information on the benchmark

Namecsp/golombRulerArity4/
normalized-ruler-67-11-a4.xml
MD5SUM085bfc51df6ecdce11133d129a5861be
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables11
Number of constraints1375
Maximum constraint arity4
Maximum domain size68
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1375
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 00:54:01 2009
0.00/0.07	c 0	PID 15554
0.00/0.08	c 0	HOST node29.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2071148-1247352841.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2071148-1247352841.xml' 'HOME/temp.csp'
0.06/0.57	c 0	1 domains, 11 variables, 2 predicates, 0 relations, 1375 constraints
0.06/0.62	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.62	c 0	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.06/0.69	c 0	Parsing HOME/temp.csp
0.54/0.82	c 1	parsed 1389 expressions
0.54/0.85	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.54/0.85	c 1	Converting to clausal form CSP
0.54/0.94	c 1	converted 139 (10%) expressions
0.54/0.98	c 1	converted 278 (20%) expressions
0.54/1.08	c 1	converted 417 (30%) expressions
1.00/1.15	c 1	converted 556 (40%) expressions
1.00/1.20	c 1	converted 695 (50%) expressions
1.11/1.24	c 1	converted 834 (60%) expressions
1.11/1.27	c 1	converted 973 (70%) expressions
1.11/1.30	c 1	converted 1112 (80%) expressions
1.20/1.33	c 1	converted 1251 (90%) expressions
1.20/1.35	c 1	converted 1389 (100%) expressions
1.20/1.36	c 1	CSP : 1991 integers, 0 booleans, 5335 clauses, largest domain size 130
1.20/1.36	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.20/1.36	c 1	Propagation in CSP
1.50/1.61	c 1	16605 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.50/1.61	c 1	CSP : 1991 integers, 0 booleans, 5335 clauses, largest domain size 115
1.50/1.61	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.50/1.61	c 1	Simplifing CSP by introducing new Boolean variables
1.50/1.64	c 1	CSP : 1991 integers, 2640 booleans, 7975 clauses, largest domain size 115
1.50/1.64	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.50/1.68	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.60/1.73	c 1	200 (10%) CSP integer variables are encoded (21973 clauses, 307667 bytes)
1.60/1.76	c 1	399 (20%) CSP integer variables are encoded (44460 clauses, 644972 bytes)
1.60/1.79	c 1	598 (30%) CSP integer variables are encoded (66947 clauses, 982277 bytes)
1.70/1.82	c 2	797 (40%) CSP integer variables are encoded (89434 clauses, 1319582 bytes)
1.70/1.86	c 2	996 (50%) CSP integer variables are encoded (111921 clauses, 1682496 bytes)
1.70/1.89	c 2	1195 (60%) CSP integer variables are encoded (134408 clauses, 2064775 bytes)
1.79/1.92	c 2	1394 (70%) CSP integer variables are encoded (156895 clauses, 2447054 bytes)
1.79/1.96	c 2	1593 (80%) CSP integer variables are encoded (179382 clauses, 2829333 bytes)
1.79/1.99	c 2	1792 (90%) CSP integer variables are encoded (201869 clauses, 3211612 bytes)
1.89/2.02	c 2	1991 (100%) CSP integer variables are encoded (224356 clauses, 3593891 bytes)
2.89/3.06	c 3	798 (10%) CSP clauses are encoded (657685 clauses, 13315583 bytes)
6.17/6.31	c 6	1595 (20%) CSP clauses are encoded (2386142 clauses, 45607304 bytes)
10.44/10.62	c 10	2393 (30%) CSP clauses are encoded (4685354 clauses, 89340428 bytes)
14.67/14.91	c 15	3190 (40%) CSP clauses are encoded (6980567 clauses, 133151312 bytes)
18.83/19.19	c 19	3988 (50%) CSP clauses are encoded (9278203 clauses, 177330182 bytes)
23.18/23.58	c 23	4785 (60%) CSP clauses are encoded (11574120 clauses, 223773197 bytes)
27.57/28.06	c 28	5583 (70%) CSP clauses are encoded (13872486 clauses, 270920013 bytes)
31.99/32.55	c 32	6380 (80%) CSP clauses are encoded (16168527 clauses, 318781883 bytes)
36.40/37.02	c 37	7178 (90%) CSP clauses are encoded (18467807 clauses, 366707279 bytes)
40.75/41.47	c 41	7975 (100%) CSP clauses are encoded (20764208 clauses, 414588344 bytes)
40.75/41.47	c 41	7975 CSP clauses encoded
40.75/41.48	c 41	Writing map file : HOME/temp.map
40.75/41.48	c 41	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
40.75/41.48	c 41	SAT : 228987 SAT variables, 20764208 SAT clauses, 414588344 bytes
40.75/41.48	c 41	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
40.82/41.50	c 41	SOLVING HOME/temp.cnf
40.82/41.50	c 41	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
40.82/41.50	c 41	This is MiniSat 2.0 beta
40.82/41.50	c 41	WARNING: for repeatability, setting FPU to use double precision
40.82/41.50	c 41	============================[ Problem Statistics ]=============================
40.82/41.50	c 41	|                                                                             |
40.82/41.51	c 41	|  Number of variables:  228987                                               |
40.82/41.51	c 41	|  Number of clauses:    20764208                                             |
51.06/51.81	c 52	|  Parsing time:         8.89         s                                       |
51.45/52.25	c 52	============================[ Search Statistics ]==============================
51.45/52.25	c 52	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
51.45/52.25	c 52	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
51.45/52.25	c 52	===============================================================================
51.45/52.25	c 52	|         0 |  228987 20764208 68564528 |  6921402        0    nan |  0.000 % |
52.75/53.51	c ERROR INTERRUPTED
52.86/53.66	s UNKNOWN
52.86/53.66	c 53	CPU 40.84 (0.06 0.01 37.15 3.62)
52.86/53.66	c 53	END Sun Jul 12 00:54:54 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2071148-1247352841/watcher-2071148-1247352841 -o /tmp/evaluation-result-2071148-1247352841/solver-2071148-1247352841 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2071148-1247352841.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.03 2.02 2.00 4/82 15554
/proc/meminfo: memFree=1863160/2055920 swapFree=4191900/4192956
[pid=15554] ppid=15552 vsize=18576 CPUtime=0
/proc/15554/stat : 15554 (runsolver) R 15552 15554 15393 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 22350220 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 221780700455 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15554/statm: 4644 284 249 26 0 2626 0

[startup+0.106594 s]
/proc/loadavg: 2.03 2.02 2.00 4/82 15554
/proc/meminfo: memFree=1863160/2055920 swapFree=4191900/4192956
[pid=15554] ppid=15552 vsize=16868 CPUtime=0.06
/proc/15554/stat : 15554 (sugar) S 15552 15554 15393 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 22350220 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15554/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.2026 s]
/proc/loadavg: 2.03 2.02 2.00 4/82 15554
/proc/meminfo: memFree=1863160/2055920 swapFree=4191900/4192956
[pid=15554] ppid=15552 vsize=16868 CPUtime=0.06
/proc/15554/stat : 15554 (sugar) S 15552 15554 15393 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 22350220 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15554/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302604 s]
/proc/loadavg: 2.03 2.02 2.00 4/82 15554
/proc/meminfo: memFree=1863160/2055920 swapFree=4191900/4192956
[pid=15554] ppid=15552 vsize=16868 CPUtime=0.06
/proc/15554/stat : 15554 (sugar) S 15552 15554 15393 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 22350220 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15554/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702633 s]
/proc/loadavg: 2.03 2.02 2.00 4/82 15554
/proc/meminfo: memFree=1863160/2055920 swapFree=4191900/4192956
[pid=15554] ppid=15552 vsize=16868 CPUtime=0.54
/proc/15554/stat : 15554 (sugar) S 15552 15554 15393 0 -1 4194304 1309 4969 0 1 5 1 45 3 16 0 1 0 22350220 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15554/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 16868

[startup+1.50269 s]
/proc/loadavg: 2.02 2.02 2.00 3/93 15576
/proc/meminfo: memFree=1848736/2055920 swapFree=4191900/4192956
[pid=15554] ppid=15552 vsize=16868 CPUtime=0.54
/proc/15554/stat : 15554 (sugar) S 15552 15554 15393 0 -1 4194304 1310 4969 0 1 5 1 45 3 15 0 1 0 22350220 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15554/statm: 4217 1111 409 3 0 796 0
[pid=15567] ppid=15554 vsize=5356 CPUtime=0
/proc/15567/stat : 15567 (sh) S 15554 15554 15393 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22350283 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15567/statm: 1339 233 193 169 0 50 0
[pid=15568] ppid=15567 vsize=868532 CPUtime=0.86
/proc/15568/stat : 15568 (java) S 15567 15554 15393 0 -1 0 5932 0 1 0 83 3 0 0 18 0 9 0 22350283 889376768 5319 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15568/statm: 217133 5319 1743 9 0 211638 0
[pid=15568/tid=15569] ppid=15567 vsize=868532 CPUtime=0.6
/proc/15568/task/15569/stat : 15569 (java) R 15567 15554 15393 0 -1 64 2712 0 1 0 59 1 0 0 21 0 9 0 22350284 889376768 5319 996147200 134512640 134550932 4294955936 18446744073709551615 4126517763 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15568/tid=15570] ppid=15567 vsize=868532 CPUtime=0.06
/proc/15568/task/15570/stat : 15570 (java) S 15567 15554 15393 0 -1 64 1052 0 0 0 6 0 0 0 16 0 9 0 22350285 889376768 5319 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15568/tid=15571] ppid=15567 vsize=868532 CPUtime=0
/proc/15568/task/15571/stat : 15571 (java) S 15567 15554 15393 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 22350285 889376768 5319 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15568/tid=15572] ppid=15567 vsize=868532 CPUtime=0
/proc/15568/task/15572/stat : 15572 (java) S 15567 15554 15393 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 22350285 889376768 5319 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15568/tid=15573] ppid=15567 vsize=868532 CPUtime=0
/proc/15568/task/15573/stat : 15573 (java) S 15567 15554 15393 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22350287 889376768 5319 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15568/tid=15574] ppid=15567 vsize=868532 CPUtime=0.17
/proc/15568/task/15574/stat : 15574 (java) S 15567 15554 15393 0 -1 64 1474 0 0 0 17 0 0 0 16 0 9 0 22350287 889376768 5319 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15568/tid=15575] ppid=15567 vsize=868532 CPUtime=0
/proc/15568/task/15575/stat : 15575 (java) S 15567 15554 15393 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22350287 889376768 5319 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15568/tid=15576] ppid=15567 vsize=868532 CPUtime=0
/proc/15568/task/15576/stat : 15576 (java) S 15567 15554 15393 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22350287 889376768 5319 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890756

[startup+3.10178 s]
/proc/loadavg: 2.02 2.02 2.00 3/93 15576
/proc/meminfo: memFree=1838816/2055920 swapFree=4191900/4192956
[pid=15554] ppid=15552 vsize=16868 CPUtime=0.54
/proc/15554/stat : 15554 (sugar) S 15552 15554 15393 0 -1 4194304 1310 4969 0 1 5 1 45 3 16 0 1 0 22350220 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15554/statm: 4217 1111 409 3 0 796 0
[pid=15567] ppid=15554 vsize=5356 CPUtime=0
/proc/15567/stat : 15567 (sh) S 15554 15554 15393 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22350283 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15567/statm: 1339 233 193 169 0 50 0
[pid=15568] ppid=15567 vsize=868644 CPUtime=2.45
/proc/15568/stat : 15568 (java) S 15567 15554 15393 0 -1 0 7756 0 1 0 230 15 0 0 18 0 9 0 22350283 889491456 6515 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15568/statm: 217161 6515 2590 9 0 211638 0
[pid=15568/tid=15569] ppid=15567 vsize=868644 CPUtime=1.95
/proc/15568/task/15569/stat : 15569 (java) R 15567 15554 15393 0 -1 64 3208 0 1 0 185 10 0 0 25 0 9 0 22350284 889491456 6515 996147200 134512640 134550932 4294955936 18446744073709551615 4294960145 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15568/tid=15570] ppid=15567 vsize=868644 CPUtime=0.25
/proc/15568/task/15570/stat : 15570 (java) S 15567 15554 15393 0 -1 64 2347 0 0 0 22 3 0 0 16 0 9 0 22350285 889491456 6515 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15568/tid=15571] ppid=15567 vsize=868644 CPUtime=0
/proc/15568/task/15571/stat : 15571 (java) S 15567 15554 15393 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22350285 889491456 6515 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15568/tid=15572] ppid=15567 vsize=868644 CPUtime=0
/proc/15568/task/15572/stat : 15572 (java) S 15567 15554 15393 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22350285 889491456 6515 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15568/tid=15573] ppid=15567 vsize=868644 CPUtime=0
/proc/15568/task/15573/stat : 15573 (java) S 15567 15554 15393 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22350287 889491456 6515 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15568/tid=15574] ppid=15567 vsize=868644 CPUtime=0.21
/proc/15568/task/15574/stat : 15574 (java) S 15567 15554 15393 0 -1 64 1501 0 0 0 21 0 0 0 16 0 9 0 22350287 889491456 6515 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15568/tid=15575] ppid=15567 vsize=868644 CPUtime=0
/proc/15568/task/15575/stat : 15575 (java) S 15567 15554 15393 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22350287 889491456 6515 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15568/tid=15576] ppid=15567 vsize=868644 CPUtime=0
/proc/15568/task/15576/stat : 15576 (java) S 15567 15554 15393 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22350287 889491456 6515 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890868

[startup+6.30298 s]
/proc/loadavg: 2.10 2.04 2.01 3/93 15576
/proc/meminfo: memFree=1806312/2055920 swapFree=4191900/4192956
[pid=15554] ppid=15552 vsize=16868 CPUtime=0.54
/proc/15554/stat : 15554 (sugar) S 15552 15554 15393 0 -1 4194304 1310 4969 0 1 5 1 45 3 16 0 1 0 22350220 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15554/statm: 4217 1111 409 3 0 796 0
[pid=15567] ppid=15554 vsize=5356 CPUtime=0
/proc/15567/stat : 15567 (sh) S 15554 15554 15393 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22350283 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15567/statm: 1339 233 193 169 0 50 0
[pid=15568] ppid=15567 vsize=868644 CPUtime=5.63
/proc/15568/stat : 15568 (java) S 15567 15554 15393 0 -1 0 8808 0 1 0 523 40 0 0 18 0 9 0 22350283 889491456 6516 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15568/statm: 217161 6516 2590 9 0 211638 0
[pid=15568/tid=15569] ppid=15567 vsize=868644 CPUtime=4.89
/proc/15568/task/15569/stat : 15569 (java) R 15567 15554 15393 0 -1 64 4259 0 1 0 459 30 0 0 25 0 9 0 22350284 889491456 6516 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15568/tid=15570] ppid=15567 vsize=868644 CPUtime=0.49
/proc/15568/task/15570/stat : 15570 (java) S 15567 15554 15393 0 -1 64 2347 0 0 0 41 8 0 0 16 0 9 0 22350285 889491456 6516 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15568/tid=15571] ppid=15567 vsize=868644 CPUtime=0
/proc/15568/task/15571/stat : 15571 (java) S 15567 15554 15393 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22350285 889491456 6516 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15568/tid=15572] ppid=15567 vsize=868644 CPUtime=0
/proc/15568/task/15572/stat : 15572 (java) S 15567 15554 15393 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22350285 889491456 6516 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15568/tid=15573] ppid=15567 vsize=868644 CPUtime=0
/proc/15568/task/15573/stat : 15573 (java) S 15567 15554 15393 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22350287 889491456 6516 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15568/tid=15574] ppid=15567 vsize=868644 CPUtime=0.21
/proc/15568/task/15574/stat : 15574 (java) S 15567 15554 15393 0 -1 64 1502 0 0 0 21 0 0 0 17 0 9 0 22350287 889491456 6516 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15568/tid=15575] ppid=15567 vsize=868644 CPUtime=0
/proc/15568/task/15575/stat : 15575 (java) S 15567 15554 15393 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22350287 889491456 6516 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15568/tid=15576] ppid=15567 vsize=868644 CPUtime=0
/proc/15568/task/15576/stat : 15576 (java) S 15567 15554 15393 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22350287 889491456 6516 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890868

[startup+12.7024 s]
/proc/loadavg: 2.09 2.04 2.00 3/93 15576
/proc/meminfo: memFree=1738088/2055920 swapFree=4191900/4192956
[pid=15554] ppid=15552 vsize=16868 CPUtime=0.54
/proc/15554/stat : 15554 (sugar) S 15552 15554 15393 0 -1 4194304 1310 4969 0 1 5 1 45 3 16 0 1 0 22350220 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15554/statm: 4217 1111 409 3 0 796 0
[pid=15567] ppid=15554 vsize=5356 CPUtime=0
/proc/15567/stat : 15567 (sh) S 15554 15554 15393 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22350283 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15567/statm: 1339 233 193 169 0 50 0
[pid=15568] ppid=15567 vsize=868644 CPUtime=11.97
/proc/15568/stat : 15568 (java) S 15567 15554 15393 0 -1 0 10891 0 1 0 1098 99 0 0 18 0 9 0 22350283 889491456 6517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15568/statm: 217161 6517 2590 9 0 211638 0
[pid=15568/tid=15569] ppid=15567 vsize=868644 CPUtime=10.71
/proc/15568/task/15569/stat : 15569 (java) R 15567 15554 15393 0 -1 64 6341 0 1 0 995 76 0 0 25 0 9 0 22350284 889491456 6517 996147200 134512640 134550932 4294955936 18446744073709551615 4126938652 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15568/tid=15570] ppid=15567 vsize=868644 CPUtime=1.01
/proc/15568/task/15570/stat : 15570 (java) S 15567 15554 15393 0 -1 64 2347 0 0 0 80 21 0 0 16 0 9 0 22350285 889491456 6517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15568/tid=15571] ppid=15567 vsize=868644 CPUtime=0
/proc/15568/task/15571/stat : 15571 (java) S 15567 15554 15393 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22350285 889491456 6517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15568/tid=15572] ppid=15567 vsize=868644 CPUtime=0
/proc/15568/task/15572/stat : 15572 (java) S 15567 15554 15393 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22350285 889491456 6517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15568/tid=15573] ppid=15567 vsize=868644 CPUtime=0
/proc/15568/task/15573/stat : 15573 (java) S 15567 15554 15393 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22350287 889491456 6517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15568/tid=15574] ppid=15567 vsize=868644 CPUtime=0.21
/proc/15568/task/15574/stat : 15574 (java) S 15567 15554 15393 0 -1 64 1503 0 0 0 21 0 0 0 17 0 9 0 22350287 889491456 6517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15568/tid=15575] ppid=15567 vsize=868644 CPUtime=0
/proc/15568/task/15575/stat : 15575 (java) S 15567 15554 15393 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22350287 889491456 6517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15568/tid=15576] ppid=15567 vsize=868644 CPUtime=0
/proc/15568/task/15576/stat : 15576 (java) S 15567 15554 15393 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22350287 889491456 6517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 890868

[startup+25.5022 s]
/proc/loadavg: 2.08 2.03 2.00 3/93 15576
/proc/meminfo: memFree=1601448/2055920 swapFree=4191900/4192956
[pid=15554] ppid=15552 vsize=16868 CPUtime=0.54
/proc/15554/stat : 15554 (sugar) S 15552 15554 15393 0 -1 4194304 1310 4969 0 1 5 1 45 3 16 0 1 0 22350220 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15554/statm: 4217 1111 409 3 0 796 0
[pid=15567] ppid=15554 vsize=5356 CPUtime=0
/proc/15567/stat : 15567 (sh) S 15554 15554 15393 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22350283 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15567/statm: 1339 233 193 169 0 50 0
[pid=15568] ppid=15567 vsize=868644 CPUtime=24.6
/proc/15568/stat : 15568 (java) S 15567 15554 15393 0 -1 0 15074 0 1 0 2245 215 0 0 18 0 9 0 22350283 889491456 6517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15568/statm: 217161 6517 2590 9 0 211638 0
[pid=15568/tid=15569] ppid=15567 vsize=868644 CPUtime=22.25
/proc/15568/task/15569/stat : 15569 (java) R 15567 15554 15393 0 -1 64 10524 0 1 0 2058 167 0 0 25 0 9 0 22350284 889491456 6517 996147200 134512640 134550932 4294955936 18446744073709551615 4126934090 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15568/tid=15570] ppid=15567 vsize=868644 CPUtime=2.11
/proc/15568/task/15570/stat : 15570 (java) S 15567 15554 15393 0 -1 64 2347 0 0 0 165 46 0 0 16 0 9 0 22350285 889491456 6517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15568/tid=15571] ppid=15567 vsize=868644 CPUtime=0
/proc/15568/task/15571/stat : 15571 (java) S 15567 15554 15393 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22350285 889491456 6517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15568/tid=15572] ppid=15567 vsize=868644 CPUtime=0
/proc/15568/task/15572/stat : 15572 (java) S 15567 15554 15393 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22350285 889491456 6517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15568/tid=15573] ppid=15567 vsize=868644 CPUtime=0
/proc/15568/task/15573/stat : 15573 (java) S 15567 15554 15393 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22350287 889491456 6517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15568/tid=15574] ppid=15567 vsize=868644 CPUtime=0.21
/proc/15568/task/15574/stat : 15574 (java) S 15567 15554 15393 0 -1 64 1503 0 0 0 21 0 0 0 17 0 9 0 22350287 889491456 6517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15568/tid=15575] ppid=15567 vsize=868644 CPUtime=0
/proc/15568/task/15575/stat : 15575 (java) S 15567 15554 15393 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22350287 889491456 6517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15568/tid=15576] ppid=15567 vsize=868644 CPUtime=0
/proc/15568/task/15576/stat : 15576 (java) S 15567 15554 15393 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22350287 889491456 6517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 890868

[startup+51.1028 s]
/proc/loadavg: 2.05 2.03 2.00 3/85 15578
/proc/meminfo: memFree=720232/2055920 swapFree=4191900/4192956
[pid=15554] ppid=15552 vsize=16868 CPUtime=40.84
/proc/15554/stat : 15554 (sugar) S 15552 15554 15393 0 -1 4194304 1373 25507 0 2 6 1 3715 362 16 0 1 0 22350220 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15554/statm: 4217 1111 409 3 0 796 0
[pid=15577] ppid=15554 vsize=5356 CPUtime=0
/proc/15577/stat : 15577 (sh) S 15554 15554 15393 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22354371 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15577/statm: 1339 232 193 169 0 50 0
[pid=15578] ppid=15577 vsize=821816 CPUtime=9.52
/proc/15578/stat : 15578 (minisat) R 15577 15554 15393 0 -1 4194304 190708 0 0 0 826 126 0 0 25 0 1 0 22354371 841539584 190694 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 1 0 0
/proc/15578/statm: 205454 190694 62 150 0 205301 0
Current children cumulated CPU time (s) 50.36
Current children cumulated vsize (KiB) 844040



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+53.5019 s]
/proc/loadavg: 2.05 2.03 2.00 3/85 15578
/proc/meminfo: memFree=601576/2055920 swapFree=4191900/4192956
[pid=15554] ppid=15552 vsize=16868 CPUtime=40.84
/proc/15554/stat : 15554 (sugar) S 15552 15554 15393 0 -1 4194304 1373 25507 0 2 6 1 3715 362 15 0 1 0 22350220 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15554/statm: 4217 1111 409 3 0 796 0
[pid=15577] ppid=15554 vsize=5356 CPUtime=0
/proc/15577/stat : 15577 (sh) S 15554 15554 15393 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22354371 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15577/statm: 1339 232 193 169 0 50 0
[pid=15578] ppid=15577 vsize=900140 CPUtime=11.91
/proc/15578/stat : 15578 (minisat) R 15577 15554 15393 0 -1 4194304 210691 0 0 0 1054 137 0 0 25 0 1 0 22354371 921743360 210677 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 1 0 0
/proc/15578/statm: 225035 210678 74 150 0 224882 0
Current children cumulated CPU time (s) 52.75
Current children cumulated vsize (KiB) 922364

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

############
# WARNING:
# current cumulated CPU time (40.89 s) is less than in the last sample (52.86 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (11.97 s) to the 'lost time'.

[startup+53.6189 s]
/proc/loadavg: 2.05 2.03 2.00 3/85 15578
/proc/meminfo: memFree=601576/2055920 swapFree=4191900/4192956
[pid=15554] ppid=15552 vsize=16868 CPUtime=40.84
/proc/15554/stat : 15554 (sugar) S 15552 15554 15393 0 -1 4194304 1396 25507 0 2 6 1 3715 362 16 0 1 0 22350220 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/15554/statm: 4217 1112 409 3 0 796 0
[pid=15577] ppid=15554 vsize=0 CPUtime=0
/proc/15577/stat : 15577 (sh) Z 15554 15554 15393 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 22354371 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/15577/statm: 0 0 0 0 0 0 0
[pid=15578] ppid=1 vsize=0 CPUtime=12.02
/proc/15578/stat : 15578 (minisat) R 1 15554 15393 0 -1 4195332 210693 0 0 0 1054 148 0 0 25 0 1 0 22354371 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/15578/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 52.86
Current children cumulated vsize (KiB) 16868

[startup+53.7019 s]
/proc/loadavg: 2.05 2.03 2.00 3/85 15578
/proc/meminfo: memFree=601576/2055920 swapFree=4191900/4192956
[pid=15554] ppid=15552 vsize=16868 CPUtime=40.89
/proc/15554/stat : 15554 (sugar) R 15552 15554 15393 0 -1 4194304 1421 25784 0 2 6 6 3715 362 17 0 1 0 22350220 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221780874281 0 0 4224 16386 0 0 0 17 1 0 0
/proc/15554/statm: 4217 1113 410 3 0 796 0
Current children cumulated CPU time (s) 40.89
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+53.7019 s]
/proc/loadavg: 2.05 2.03 2.00 3/85 15578
/proc/meminfo: memFree=601576/2055920 swapFree=4191900/4192956
[pid=15554] ppid=15552 vsize=16868 CPUtime=40.89
/proc/15554/stat : 15554 (sugar) R 15552 15554 15393 0 -1 4194304 1421 25784 0 2 6 6 3715 362 17 0 1 0 22350220 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221780874281 0 0 4224 16386 0 0 0 17 1 0 0
/proc/15554/statm: 4217 1113 410 3 0 796 0
Current children cumulated CPU time (s) 40.89
Current children cumulated vsize (KiB) 16868

[startup+53.802 s]
/proc/loadavg: 2.05 2.03 2.00 3/85 15578
/proc/meminfo: memFree=601576/2055920 swapFree=4191900/4192956
[pid=15554] ppid=15552 vsize=16868 CPUtime=40.99
/proc/15554/stat : 15554 (sugar) R 15552 15554 15393 0 -1 4194304 1421 25784 0 2 6 16 3715 362 17 0 1 0 22350220 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221780874281 0 0 4224 16386 0 0 0 17 1 0 0
/proc/15554/statm: 4217 1113 410 3 0 796 0
Current children cumulated CPU time (s) 40.99
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 11.97
#  lost CPU user time (s): 10.54
#  lost CPU system time (s): 1.43

Real time (s): 53.8679
CPU time (s): 53.0438
CPU user time (s): 47.7563
CPU system time (s): 5.28741
CPU usage (%): 98.4701
Max. virtual memory (cumulated for all children) (KiB): 922364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.2163
system time used= 3.85741
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27264
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 118740
involuntary context switches= 119502

runsolver used 0.077988 second user time and 0.185971 second system time

The end

Launcher Data

Begin job on node29 at 2009-07-12 00:54:01
IDJOB=2071148
IDBENCH=55439
IDSOLVER=739
FILE ID=node29/2071148-1247352841
PBS_JOBID= 9506951
Free space on /tmp= 66332 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/golombRulerArity4/normalized-ruler-67-11-a4.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2071148-1247352841/watcher-2071148-1247352841 -o /tmp/evaluation-result-2071148-1247352841/solver-2071148-1247352841 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2071148-1247352841.xml

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

MD5SUM BENCH= 085bfc51df6ecdce11133d129a5861be
RANDOM SEED=279370942

node29.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.225
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.225
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:       1863640 kB
Buffers:         12656 kB
Cached:          68688 kB
SwapCached:        392 kB
Active:         115100 kB
Inactive:        28192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1863640 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            1464 kB
Writeback:           0 kB
Mapped:          81732 kB
Slab:            33904 kB
Committed_AS:   228756 kB
PageTables:       2044 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= 66328 MiB
End job on node29 at 2009-07-12 00:54:56