Trace number 2085656

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+picosatUNSAT 22.9315 23.0934

General information on the benchmark

Namecsp/graphColoring/insertion/full-insertion/
normalized-4-fullins-5-6.xml
MD5SUM66166aaa52c5efc6681b748f5ca3a1e2
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.44348
Satisfiable
(Un)Satisfiability was proved
Number of variables4146
Number of constraints77305
Maximum constraint arity2
Maximum domain size6
Number of constraints which are defined in extension0
Number of constraints which are defined in intension77305
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sun Jul 12 09:06:45 2009
0.00/0.07	c 0	PID 23864
0.00/0.07	c 0	HOST node63.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2085656-1247382404.xml TO HOME/temp.csp
0.00/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-2085656-1247382404.xml' 'HOME/temp.csp'
3.70/3.70	c 4	1 domains, 4146 variables, 1 predicates, 0 relations, 77305 constraints
3.70/3.75	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.70/3.75	c 4	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'
3.73/3.83	c 4	Parsing HOME/temp.csp
3.73/4.01	c 4	parsed 10000 expressions
3.73/4.12	c 4	parsed 20000 expressions
3.73/4.24	c 4	parsed 30000 expressions
4.26/4.32	c 4	parsed 40000 expressions
4.35/4.46	c 4	parsed 50000 expressions
4.45/4.55	c 4	parsed 60000 expressions
4.55/4.63	c 5	parsed 70000 expressions
4.65/4.70	c 5	parsed 80000 expressions
4.65/4.71	c 5	parsed 81453 expressions
4.65/4.72	c 5	Heap : 20 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.65/4.72	c 5	Converting to clausal form CSP
5.15/5.24	c 5	converted 8146 (10%) expressions
5.45/5.52	c 5	converted 16291 (20%) expressions
5.63/5.79	c 6	converted 24436 (30%) expressions
6.14/6.29	c 6	converted 32582 (40%) expressions
6.44/6.57	c 6	converted 40727 (50%) expressions
6.74/6.85	c 7	converted 48872 (60%) expressions
7.03/7.11	c 7	converted 57018 (70%) expressions
7.63/7.78	c 8	converted 65163 (80%) expressions
7.92/8.06	c 8	converted 73308 (90%) expressions
8.22/8.34	c 8	converted 81453 (100%) expressions
8.22/8.35	c 8	CSP : 4146 integers, 0 booleans, 77305 clauses, largest domain size 6
8.22/8.35	c 8	Heap : 73 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.22/8.35	c 8	Propagation in CSP
8.52/8.65	c 9	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.52/8.65	c 9	CSP : 4146 integers, 0 booleans, 77305 clauses, largest domain size 6
8.52/8.65	c 9	Heap : 79 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.52/8.68	c 9	Simplifing CSP by introducing new Boolean variables
10.22/10.31	c 10	CSP : 4146 integers, 154610 booleans, 231915 clauses, largest domain size 6
10.22/10.31	c 10	Heap : 122 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.92/11.01	c 11	Encoding CSP to SAT : HOME/temp.cnf
10.92/11.06	c 11	415 (10%) CSP integer variables are encoded (1660 clauses, 19871 bytes)
10.92/11.06	c 11	830 (20%) CSP integer variables are encoded (3320 clauses, 41451 bytes)
10.92/11.07	c 11	1244 (30%) CSP integer variables are encoded (4976 clauses, 62979 bytes)
10.92/11.08	c 11	1659 (40%) CSP integer variables are encoded (6636 clauses, 84559 bytes)
10.92/11.08	c 11	2073 (50%) CSP integer variables are encoded (8292 clauses, 106672 bytes)
10.92/11.08	c 11	2488 (60%) CSP integer variables are encoded (9952 clauses, 131572 bytes)
10.92/11.08	c 11	2903 (70%) CSP integer variables are encoded (11612 clauses, 156472 bytes)
10.92/11.09	c 11	3317 (80%) CSP integer variables are encoded (13268 clauses, 181312 bytes)
10.92/11.09	c 11	3732 (90%) CSP integer variables are encoded (14928 clauses, 206212 bytes)
10.92/11.09	c 11	4146 (100%) CSP integer variables are encoded (16584 clauses, 231052 bytes)
11.22/11.39	c 11	23192 (10%) CSP clauses are encoded (117086 clauses, 1942146 bytes)
11.52/11.64	c 12	46383 (20%) CSP clauses are encoded (217577 clauses, 3735520 bytes)
11.82/11.90	c 12	69575 (30%) CSP clauses are encoded (318079 clauses, 5531238 bytes)
12.02/12.17	c 12	92766 (40%) CSP clauses are encoded (418570 clauses, 7334800 bytes)
12.31/12.42	c 12	115958 (50%) CSP clauses are encoded (519072 clauses, 9185034 bytes)
12.51/12.68	c 13	139149 (60%) CSP clauses are encoded (619563 clauses, 11150373 bytes)
12.81/12.95	c 13	162341 (70%) CSP clauses are encoded (720065 clauses, 13206803 bytes)
13.11/13.22	c 13	185532 (80%) CSP clauses are encoded (820556 clauses, 15262999 bytes)
13.29/13.49	c 13	208724 (90%) CSP clauses are encoded (921058 clauses, 17319429 bytes)
13.59/13.75	c 14	231915 (100%) CSP clauses are encoded (1021549 clauses, 19375625 bytes)
13.59/13.75	c 14	231915 CSP clauses encoded
13.59/13.76	c 14	Writing map file : HOME/temp.map
13.59/13.79	c 14	Heap : 85 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
13.59/13.79	c 14	SAT : 175340 SAT variables, 1021549 SAT clauses, 19375625 bytes
13.59/13.79	c 14	Heap : 85 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
13.69/13.85	c 14	SOLVING HOME/temp.cnf
13.69/13.85	c 14	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
22.60/22.81	c 23	DECODING HOME/temp.out WITH HOME/temp.map
22.60/22.81	c 23	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'
22.60/22.89	c 23	Decoding HOME/temp.out
22.82/23.06	s UNSATISFIABLE
22.82/23.07	c 23	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
22.82/23.09	c 23	CPU 22.9 (0.06 0.02 17.72 5.1)
22.82/23.09	c 23	END Sun Jul 12 09:07:08 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2085656-1247382404/watcher-2085656-1247382404 -o /tmp/evaluation-result-2085656-1247382404/solver-2085656-1247382404 -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-2085656-1247382404.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.92 2.01 2.04 4/74 23864
/proc/meminfo: memFree=1621472/2055920 swapFree=4191904/4192956
[pid=23864] ppid=23862 vsize=12272 CPUtime=0
/proc/23864/stat : 23864 (sugar) R 23862 23864 23556 0 -1 4194304 355 0 0 0 0 0 0 0 18 0 1 0 25303052 12566528 323 996147200 4194304 4206940 548682068608 18446744073709551615 244294421972 0 0 4224 0 0 0 0 17 0 0 0
/proc/23864/statm: 3068 324 244 3 0 168 0

[startup+0.091718 s]
/proc/loadavg: 1.92 2.01 2.04 4/74 23864
/proc/meminfo: memFree=1621472/2055920 swapFree=4191904/4192956
[pid=23864] ppid=23862 vsize=16868 CPUtime=0.06
/proc/23864/stat : 23864 (sugar) S 23862 23864 23556 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 25303052 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23864/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101719 s]
/proc/loadavg: 1.92 2.01 2.04 4/74 23864
/proc/meminfo: memFree=1621472/2055920 swapFree=4191904/4192956
[pid=23864] ppid=23862 vsize=16868 CPUtime=0.06
/proc/23864/stat : 23864 (sugar) S 23862 23864 23556 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 25303052 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23864/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301738 s]
/proc/loadavg: 1.92 2.01 2.04 4/74 23864
/proc/meminfo: memFree=1621472/2055920 swapFree=4191904/4192956
[pid=23864] ppid=23862 vsize=16868 CPUtime=0.06
/proc/23864/stat : 23864 (sugar) S 23862 23864 23556 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 25303052 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23864/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70179 s]
/proc/loadavg: 1.92 2.01 2.04 4/74 23864
/proc/meminfo: memFree=1621472/2055920 swapFree=4191904/4192956
[pid=23864] ppid=23862 vsize=16868 CPUtime=0.06
/proc/23864/stat : 23864 (sugar) S 23862 23864 23556 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 25303052 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23864/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50288 s]
/proc/loadavg: 1.92 2.01 2.04 4/85 23876
/proc/meminfo: memFree=1584712/2055920 swapFree=4191904/4192956
[pid=23864] ppid=23862 vsize=16868 CPUtime=0.06
/proc/23864/stat : 23864 (sugar) S 23862 23864 23556 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 25303052 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23864/statm: 4217 1111 409 3 0 796 0
[pid=23867] ppid=23864 vsize=5356 CPUtime=0
/proc/23867/stat : 23867 (sh) S 23864 23864 23556 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25303060 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23867/statm: 1339 233 193 169 0 50 0
[pid=23868] ppid=23867 vsize=866768 CPUtime=1.46
/proc/23868/stat : 23868 (java) S 23867 23864 23556 0 -1 0 18498 0 1 0 135 11 0 0 18 0 9 0 25303060 887570432 15570 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23868/statm: 216692 15570 2557 9 0 211204 0
[pid=23868/tid=23869] ppid=23867 vsize=866768 CPUtime=0.74
/proc/23868/task/23869/stat : 23869 (java) R 23867 23864 23556 0 -1 64 3023 0 1 0 72 2 0 0 24 0 9 0 25303061 887570432 15570 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23868/tid=23870] ppid=23867 vsize=866768 CPUtime=0.6
/proc/23868/task/23870/stat : 23870 (java) R 23867 23864 23556 0 -1 64 14272 0 0 0 53 7 0 0 17 0 9 0 25303063 887570432 15570 996147200 134512640 134550932 4294955984 18446744073709551615 102768143 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23868/tid=23871] ppid=23867 vsize=866768 CPUtime=0
/proc/23868/task/23871/stat : 23871 (java) S 23867 23864 23556 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 25303063 887570432 15570 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23868/tid=23872] ppid=23867 vsize=866768 CPUtime=0
/proc/23868/task/23872/stat : 23872 (java) S 23867 23864 23556 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 25303063 887570432 15570 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23868/tid=23873] ppid=23867 vsize=866768 CPUtime=0
/proc/23868/task/23873/stat : 23873 (java) S 23867 23864 23556 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25303065 887570432 15570 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23868/tid=23874] ppid=23867 vsize=866768 CPUtime=0.08
/proc/23868/task/23874/stat : 23874 (java) S 23867 23864 23556 0 -1 64 499 0 0 0 8 0 0 0 16 0 9 0 25303065 887570432 15570 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23868/tid=23875] ppid=23867 vsize=866768 CPUtime=0
/proc/23868/task/23875/stat : 23875 (java) S 23867 23864 23556 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25303065 887570432 15570 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23868/tid=23876] ppid=23867 vsize=866768 CPUtime=0
/proc/23868/task/23876/stat : 23876 (java) S 23867 23864 23556 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25303065 887570432 15570 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 888992

[startup+3.10207 s]
/proc/loadavg: 1.92 2.01 2.04 4/85 23876
/proc/meminfo: memFree=1533000/2055920 swapFree=4191904/4192956
[pid=23864] ppid=23862 vsize=16868 CPUtime=0.06
/proc/23864/stat : 23864 (sugar) S 23862 23864 23556 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 25303052 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23864/statm: 4217 1111 409 3 0 796 0
[pid=23867] ppid=23864 vsize=5356 CPUtime=0
/proc/23867/stat : 23867 (sh) S 23864 23864 23556 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25303060 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23867/statm: 1339 233 193 169 0 50 0
[pid=23868] ppid=23867 vsize=864780 CPUtime=3.04
/proc/23868/stat : 23868 (java) S 23867 23864 23556 0 -1 0 34486 0 1 0 284 20 0 0 18 0 9 0 25303060 885534720 29071 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23868/statm: 216195 29071 2557 9 0 210707 0
[pid=23868/tid=23869] ppid=23867 vsize=864780 CPUtime=1.59
/proc/23868/task/23869/stat : 23869 (java) R 23867 23864 23556 0 -1 64 3926 0 1 0 156 3 0 0 25 0 9 0 25303061 885534720 29071 996147200 134512640 134550932 4294955984 18446744073709551615 4126510104 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23868/tid=23870] ppid=23867 vsize=864780 CPUtime=1.31
/proc/23868/task/23870/stat : 23870 (java) S 23867 23864 23556 0 -1 64 29326 0 0 0 115 16 0 0 16 0 9 0 25303063 885534720 29071 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23868/tid=23871] ppid=23867 vsize=864780 CPUtime=0
/proc/23868/task/23871/stat : 23871 (java) S 23867 23864 23556 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 25303063 885534720 29071 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23868/tid=23872] ppid=23867 vsize=864780 CPUtime=0
/proc/23868/task/23872/stat : 23872 (java) S 23867 23864 23556 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 25303063 885534720 29071 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23868/tid=23873] ppid=23867 vsize=864780 CPUtime=0
/proc/23868/task/23873/stat : 23873 (java) S 23867 23864 23556 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25303065 885534720 29071 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23868/tid=23874] ppid=23867 vsize=864780 CPUtime=0.13
/proc/23868/task/23874/stat : 23874 (java) S 23867 23864 23556 0 -1 64 530 0 0 0 13 0 0 0 16 0 9 0 25303065 885534720 29071 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23868/tid=23875] ppid=23867 vsize=864780 CPUtime=0
/proc/23868/task/23875/stat : 23875 (java) S 23867 23864 23556 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25303065 885534720 29071 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23868/tid=23876] ppid=23867 vsize=864780 CPUtime=0
/proc/23868/task/23876/stat : 23876 (java) S 23867 23864 23556 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25303065 885534720 29071 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 887004

[startup+6.30242 s]
/proc/loadavg: 1.93 2.01 2.04 3/85 23886
/proc/meminfo: memFree=1576136/2055920 swapFree=4191904/4192956
[pid=23864] ppid=23862 vsize=16868 CPUtime=3.73
/proc/23864/stat : 23864 (sugar) S 23862 23864 23556 0 -1 4194304 1309 36438 0 1 5 1 343 24 16 0 1 0 25303052 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23864/statm: 4217 1111 409 3 0 796 0
[pid=23877] ppid=23864 vsize=5356 CPUtime=0
/proc/23877/stat : 23877 (sh) S 23864 23864 23556 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25303428 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23877/statm: 1339 233 193 169 0 50 0
[pid=23878] ppid=23877 vsize=868644 CPUtime=2.51
/proc/23878/stat : 23878 (java) S 23877 23864 23556 0 -1 0 18371 0 1 0 240 11 0 0 20 0 9 0 25303428 889491456 16354 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23878/statm: 217161 16354 2566 9 0 211666 0
[pid=23878/tid=23879] ppid=23877 vsize=868644 CPUtime=1.36
/proc/23878/task/23879/stat : 23879 (java) R 23877 23864 23556 0 -1 64 3181 0 1 0 134 2 0 0 25 0 9 0 25303429 889491456 16354 996147200 134512640 134550932 4294955936 18446744073709551615 4126823200 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23878/tid=23880] ppid=23877 vsize=868644 CPUtime=0.97
/proc/23878/task/23880/stat : 23880 (java) S 23877 23864 23556 0 -1 64 13011 0 0 0 90 7 0 0 16 0 9 0 25303430 889491456 16354 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23878/tid=23881] ppid=23877 vsize=868644 CPUtime=0
/proc/23878/task/23881/stat : 23881 (java) S 23877 23864 23556 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 25303431 889491456 16354 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23878/tid=23882] ppid=23877 vsize=868644 CPUtime=0
/proc/23878/task/23882/stat : 23882 (java) S 23877 23864 23556 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25303431 889491456 16354 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23878/tid=23883] ppid=23877 vsize=868644 CPUtime=0
/proc/23878/task/23883/stat : 23883 (java) S 23877 23864 23556 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 25303433 889491456 16354 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23878/tid=23884] ppid=23877 vsize=868644 CPUtime=0.15
/proc/23878/task/23884/stat : 23884 (java) S 23877 23864 23556 0 -1 64 1477 0 0 0 15 0 0 0 16 0 9 0 25303433 889491456 16354 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23878/tid=23885] ppid=23877 vsize=868644 CPUtime=0
/proc/23878/task/23885/stat : 23885 (java) S 23877 23864 23556 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 25303433 889491456 16354 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23878/tid=23886] ppid=23877 vsize=868644 CPUtime=0
/proc/23878/task/23886/stat : 23886 (java) S 23877 23864 23556 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25303433 889491456 16354 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 890868

[startup+12.7011 s]
/proc/loadavg: 2.09 2.04 2.05 4/85 23886
/proc/meminfo: memFree=1462088/2055920 swapFree=4191904/4192956
[pid=23864] ppid=23862 vsize=16868 CPUtime=3.74
/proc/23864/stat : 23864 (sugar) S 23862 23864 23556 0 -1 4194304 1310 36438 0 1 6 1 343 24 15 0 1 0 25303052 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23864/statm: 4217 1111 409 3 0 796 0
[pid=23877] ppid=23864 vsize=5356 CPUtime=0
/proc/23877/stat : 23877 (sh) S 23864 23864 23556 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25303428 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23877/statm: 1339 233 193 169 0 50 0
[pid=23878] ppid=23877 vsize=868756 CPUtime=8.87
/proc/23878/stat : 23878 (java) S 23877 23864 23556 0 -1 0 55637 0 1 0 846 41 0 0 20 0 9 0 25303428 889606144 39300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23878/statm: 217189 39300 2591 9 0 211666 0
[pid=23878/tid=23879] ppid=23877 vsize=868756 CPUtime=4.7
/proc/23878/task/23879/stat : 23879 (java) R 23877 23864 23556 0 -1 64 4500 0 1 0 459 11 0 0 25 0 9 0 25303429 889606144 39300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23878/tid=23880] ppid=23877 vsize=868756 CPUtime=3.91
/proc/23878/task/23880/stat : 23880 (java) S 23877 23864 23556 0 -1 64 48912 0 0 0 364 27 0 0 16 0 9 0 25303430 889606144 39300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23878/tid=23881] ppid=23877 vsize=868756 CPUtime=0
/proc/23878/task/23881/stat : 23881 (java) S 23877 23864 23556 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 25303431 889606144 39300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23878/tid=23882] ppid=23877 vsize=868756 CPUtime=0
/proc/23878/task/23882/stat : 23882 (java) S 23877 23864 23556 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25303431 889606144 39300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23878/tid=23883] ppid=23877 vsize=868756 CPUtime=0
/proc/23878/task/23883/stat : 23883 (java) S 23877 23864 23556 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 25303433 889606144 39300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23878/tid=23884] ppid=23877 vsize=868756 CPUtime=0.23
/proc/23878/task/23884/stat : 23884 (java) S 23877 23864 23556 0 -1 64 1523 0 0 0 22 1 0 0 16 0 9 0 25303433 889606144 39300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23878/tid=23885] ppid=23877 vsize=868756 CPUtime=0
/proc/23878/task/23885/stat : 23885 (java) S 23877 23864 23556 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 25303433 889606144 39300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23878/tid=23886] ppid=23877 vsize=868756 CPUtime=0
/proc/23878/task/23886/stat : 23886 (java) S 23877 23864 23556 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25303433 889606144 39300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 890980

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

[startup+19.1029 s]
/proc/loadavg: 2.15 2.06 2.05 3/77 23888
/proc/meminfo: memFree=1571848/2055920 swapFree=4191904/4192956
[pid=23864] ppid=23862 vsize=16868 CPUtime=13.72
/proc/23864/stat : 23864 (sugar) S 23862 23864 23556 0 -1 4194304 1365 92409 0 2 6 1 1292 73 16 0 1 0 25303052 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23864/statm: 4217 1113 409 3 0 796 0
[pid=23887] ppid=23864 vsize=5356 CPUtime=0
/proc/23887/stat : 23887 (sh) S 23864 23864 23556 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25304438 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23887/statm: 1339 232 193 169 0 50 0
[pid=23888] ppid=23887 vsize=28112 CPUtime=5.21
/proc/23888/stat : 23888 (picosat) R 23887 23864 23556 0 -1 4194304 6748 0 0 0 233 288 0 0 25 0 1 0 25304438 28786688 6734 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/23888/statm: 7028 6734 40 102 0 6923 0
Current children cumulated CPU time (s) 18.93
Current children cumulated vsize (KiB) 50336

[startup+20.7011 s]
/proc/loadavg: 2.15 2.06 2.05 3/77 23888
/proc/meminfo: memFree=1566792/2055920 swapFree=4191904/4192956
[pid=23864] ppid=23862 vsize=16868 CPUtime=13.72
/proc/23864/stat : 23864 (sugar) S 23862 23864 23556 0 -1 4194304 1365 92409 0 2 6 1 1292 73 16 0 1 0 25303052 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23864/statm: 4217 1113 409 3 0 796 0
[pid=23887] ppid=23864 vsize=5356 CPUtime=0
/proc/23887/stat : 23887 (sh) S 23864 23864 23556 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25304438 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23887/statm: 1339 232 193 169 0 50 0
[pid=23888] ppid=23887 vsize=43244 CPUtime=6.8
/proc/23888/stat : 23888 (picosat) R 23887 23864 23556 0 -1 4194304 8622 0 0 0 307 373 0 0 25 0 1 0 25304438 44281856 8608 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/23888/statm: 10811 8608 40 102 0 10706 0
Current children cumulated CPU time (s) 20.52
Current children cumulated vsize (KiB) 65468

[startup+22.3012 s]
/proc/loadavg: 2.15 2.06 2.05 3/77 23888
/proc/meminfo: memFree=1555664/2055920 swapFree=4191904/4192956
[pid=23864] ppid=23862 vsize=16868 CPUtime=13.72
/proc/23864/stat : 23864 (sugar) S 23862 23864 23556 0 -1 4194304 1365 92409 0 2 6 1 1292 73 16 0 1 0 25303052 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23864/statm: 4217 1113 409 3 0 796 0
[pid=23887] ppid=23864 vsize=5356 CPUtime=0
/proc/23887/stat : 23887 (sh) S 23864 23864 23556 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25304438 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23887/statm: 1339 232 193 169 0 50 0
[pid=23888] ppid=23887 vsize=50904 CPUtime=8.39
/proc/23888/stat : 23888 (picosat) R 23887 23864 23556 0 -1 4194304 10169 0 0 0 407 432 0 0 25 0 1 0 25304438 52125696 10155 996147200 134512640 134931368 4294956256 18446744073709551615 134525875 0 0 4096 0 0 0 0 17 0 0 0
/proc/23888/statm: 12726 10155 42 102 0 12621 0
Current children cumulated CPU time (s) 22.11
Current children cumulated vsize (KiB) 73128

[startup+22.7013 s]
/proc/loadavg: 2.15 2.06 2.05 3/77 23888
/proc/meminfo: memFree=1555664/2055920 swapFree=4191904/4192956
[pid=23864] ppid=23862 vsize=16868 CPUtime=13.72
/proc/23864/stat : 23864 (sugar) S 23862 23864 23556 0 -1 4194304 1365 92409 0 2 6 1 1292 73 16 0 1 0 25303052 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23864/statm: 4217 1113 409 3 0 796 0
[pid=23887] ppid=23864 vsize=5356 CPUtime=0
/proc/23887/stat : 23887 (sh) S 23864 23864 23556 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25304438 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23887/statm: 1339 232 193 169 0 50 0
[pid=23888] ppid=23887 vsize=50904 CPUtime=8.78
/proc/23888/stat : 23888 (picosat) R 23887 23864 23556 0 -1 4194304 10170 0 0 0 446 432 0 0 25 0 1 0 25304438 52125696 10156 996147200 134512640 134931368 4294956256 18446744073709551615 134525781 0 0 4096 0 0 0 0 17 0 0 0
/proc/23888/statm: 12726 10156 42 102 0 12621 0
Current children cumulated CPU time (s) 22.5
Current children cumulated vsize (KiB) 73128

[startup+22.9013 s]
/proc/loadavg: 2.15 2.06 2.05 3/77 23888
/proc/meminfo: memFree=1555664/2055920 swapFree=4191904/4192956
[pid=23864] ppid=23862 vsize=16868 CPUtime=22.65
/proc/23864/stat : 23864 (sugar) S 23862 23864 23556 0 -1 4194304 1446 102868 0 2 6 2 1750 507 16 0 1 0 25303052 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23864/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 22.65
Current children cumulated vsize (KiB) 16868

[startup+23.0013 s]
/proc/loadavg: 2.15 2.06 2.05 3/85 23898
/proc/meminfo: memFree=1590672/2055920 swapFree=4191904/4192956
[pid=23864] ppid=23862 vsize=16868 CPUtime=22.65
/proc/23864/stat : 23864 (sugar) S 23862 23864 23556 0 -1 4194304 1446 102868 0 2 6 2 1750 507 16 0 1 0 25303052 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23864/statm: 4217 1113 409 3 0 796 0
[pid=23889] ppid=23864 vsize=5356 CPUtime=0
/proc/23889/stat : 23889 (sh) S 23864 23864 23556 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25305334 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23889/statm: 1339 233 193 169 0 50 0
[pid=23890] ppid=23889 vsize=862156 CPUtime=0.17
/proc/23890/stat : 23890 (java) S 23889 23864 23556 0 -1 0 3128 0 1 0 15 2 0 0 18 0 9 0 25305334 882847744 2599 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23890/statm: 215539 2599 1266 9 0 210452 0
[pid=23890/tid=23891] ppid=23889 vsize=862156 CPUtime=0.11
/proc/23890/task/23891/stat : 23891 (java) R 23889 23864 23556 0 -1 64 2008 0 1 0 10 1 0 0 20 0 9 0 25305335 882847744 2599 996147200 134512640 134550932 4294955984 18446744073709551615 4125925328 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23890/tid=23892] ppid=23889 vsize=862156 CPUtime=0
/proc/23890/task/23892/stat : 23892 (java) S 23889 23864 23556 0 -1 64 119 0 0 0 0 0 0 0 16 0 9 0 25305336 882847744 2599 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23890/tid=23893] ppid=23889 vsize=862156 CPUtime=0
/proc/23890/task/23893/stat : 23893 (java) S 23889 23864 23556 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 25305337 882847744 2599 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23890/tid=23894] ppid=23889 vsize=862156 CPUtime=0
/proc/23890/task/23894/stat : 23894 (java) S 23889 23864 23556 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 25305337 882847744 2599 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23890/tid=23895] ppid=23889 vsize=862156 CPUtime=0
/proc/23890/task/23895/stat : 23895 (java) S 23889 23864 23556 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25305339 882847744 2599 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23890/tid=23896] ppid=23889 vsize=862156 CPUtime=0.04
/proc/23890/task/23896/stat : 23896 (java) S 23889 23864 23556 0 -1 64 308 0 0 0 4 0 0 0 17 0 9 0 25305339 882847744 2599 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23890/tid=23897] ppid=23889 vsize=862156 CPUtime=0
/proc/23890/task/23897/stat : 23897 (java) S 23889 23864 23556 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25305339 882847744 2599 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23890/tid=23898] ppid=23889 vsize=862156 CPUtime=0
/proc/23890/task/23898/stat : 23898 (java) S 23889 23864 23556 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 25305339 882847744 2599 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.82
Current children cumulated vsize (KiB) 884380

Child status: 0
Real time (s): 23.0934
CPU time (s): 22.9315
CPU user time (s): 17.7893
CPU system time (s): 5.14222
CPU usage (%): 99.2988
Max. virtual memory (cumulated for all children) (KiB): 911356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.7893
system time used= 5.14222
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108522
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= 4231
involuntary context switches= 4346

runsolver used 0.043993 second user time and 0.082987 second system time

The end

Launcher Data

Begin job on node63 at 2009-07-12 09:06:45
IDJOB=2085656
IDBENCH=58466
IDSOLVER=738
FILE ID=node63/2085656-1247382404
PBS_JOBID= 9507258
Free space on /tmp= 66196 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/graphColoring/insertion/full-insertion/normalized-4-fullins-5-6.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-2085656-1247382404/watcher-2085656-1247382404 -o /tmp/evaluation-result-2085656-1247382404/solver-2085656-1247382404 -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-2085656-1247382404.xml

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

MD5SUM BENCH= 66166aaa52c5efc6681b748f5ca3a1e2
RANDOM SEED=1821057718

node63.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.232
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.232
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:       1621952 kB
Buffers:         45640 kB
Cached:         188360 kB
SwapCached:        260 kB
Active:         278284 kB
Inactive:       101388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1621952 kB
SwapTotal:     4192956 kB
SwapFree:      4191904 kB
Dirty:           10936 kB
Writeback:           0 kB
Mapped:         156276 kB
Slab:            39148 kB
Committed_AS:   311364 kB
PageTables:       2164 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= 66196 MiB
End job on node63 at 2009-07-12 09:07:08