Trace number 2069376

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 20.1039 26.759

General information on the benchmark

Namecsp/pseudo/mps/
normalized-mps-10teams.xml
MD5SUMa551f9e7199462db918eb24e88fb53ec
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.02393
Satisfiable
(Un)Satisfiability was proved
Number of variables1800
Number of constraints340
Maximum constraint arity72
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension340
Global constraints used (with number of constraints)

Solver Data

0.04/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.04/0.07	c 0	BEGIN Sun Jul 12 00:12:10 2009
0.04/0.07	c 0	PID 16055
0.04/0.07	c 0	HOST node90.alineos.net
0.04/0.07	c 0	CONVERTING HOME/instance-2069376-1247350329.xml TO HOME/temp.csp
0.04/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-2069376-1247350329.xml' 'HOME/temp.csp'
0.06/0.49	c 1	2 domains, 1800 variables, 5 predicates, 0 relations, 340 constraints
0.06/0.54	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.54	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.47/0.62	c 1	Parsing HOME/temp.csp
0.47/0.78	c 1	parsed 2147 expressions
0.47/0.79	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.47/0.79	c 1	Converting to clausal form CSP
0.47/0.81	c 1	converted 215 (10%) expressions
0.47/0.81	c 1	converted 430 (20%) expressions
0.47/0.81	c 1	converted 645 (30%) expressions
0.47/0.82	c 1	converted 859 (40%) expressions
0.47/0.82	c 1	converted 1074 (50%) expressions
0.47/0.82	c 1	converted 1289 (60%) expressions
0.47/0.83	c 1	converted 1503 (70%) expressions
0.47/0.83	c 1	converted 1718 (80%) expressions
1.11/1.21	c 1	converted 1933 (90%) expressions
1.50/1.63	c 2	converted 2147 (100%) expressions
1.50/1.63	c 2	CSP : 5170 integers, 0 booleans, 7070 clauses, largest domain size 15
1.50/1.63	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.50/1.63	c 2	Propagation in CSP
1.70/1.84	c 2	9580 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.70/1.85	c 2	CSP : 5170 integers, 0 booleans, 7070 clauses, largest domain size 15
1.70/1.85	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.70/1.85	c 2	Simplifing CSP by introducing new Boolean variables
1.70/1.86	c 2	CSP : 5170 integers, 0 booleans, 7070 clauses, largest domain size 15
1.70/1.86	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.80/1.92	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.80/1.93	c 2	517 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.80/1.93	c 2	1034 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.80/1.94	c 2	1551 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.80/1.95	c 2	2068 (40%) CSP integer variables are encoded (1065 clauses, 13909 bytes)
1.80/1.95	c 2	2585 (50%) CSP integer variables are encoded (3064 clauses, 39896 bytes)
1.80/1.95	c 2	3102 (60%) CSP integer variables are encoded (3976 clauses, 51752 bytes)
1.80/1.96	c 2	3619 (70%) CSP integer variables are encoded (5757 clauses, 74905 bytes)
1.80/1.96	c 2	4136 (80%) CSP integer variables are encoded (7810 clauses, 104383 bytes)
1.80/1.96	c 2	4653 (90%) CSP integer variables are encoded (8785 clauses, 119008 bytes)
1.80/1.96	c 2	5170 (100%) CSP integer variables are encoded (9200 clauses, 125233 bytes)
2.11/2.25	c 2	707 (10%) CSP clauses are encoded (43093 clauses, 816907 bytes)
2.39/2.54	c 3	1414 (20%) CSP clauses are encoded (76318 clauses, 1565574 bytes)
2.79/2.90	c 3	2121 (30%) CSP clauses are encoded (105055 clauses, 2151719 bytes)
2.99/3.17	c 3	2828 (40%) CSP clauses are encoded (115908 clauses, 2329265 bytes)
3.43/3.56	c 4	3535 (50%) CSP clauses are encoded (146997 clauses, 2975898 bytes)
3.83/3.98	c 4	4242 (60%) CSP clauses are encoded (180757 clauses, 3722320 bytes)
4.21/4.38	c 4	4949 (70%) CSP clauses are encoded (213907 clauses, 4503534 bytes)
5.78/5.96	c 6	5656 (80%) CSP clauses are encoded (237521 clauses, 5014247 bytes)
8.46/8.69	c 9	6363 (90%) CSP clauses are encoded (251055 clauses, 5251537 bytes)
11.41/11.65	c 12	7070 (100%) CSP clauses are encoded (264550 clauses, 5499084 bytes)
11.41/11.65	c 12	7070 CSP clauses encoded
11.41/11.65	c 12	Writing map file : HOME/temp.map
11.41/11.66	c 12	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
11.41/11.66	c 12	SAT : 14170 SAT variables, 264550 SAT clauses, 5499084 bytes
11.41/11.66	c 12	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
11.41/11.69	c 12	SOLVING HOME/temp.cnf
11.41/11.69	c 12	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
19.59/20.11	c 20	DECODING HOME/temp.out WITH HOME/temp.map
19.59/20.11	c 20	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'
19.64/26.35	c 26	Decoding HOME/temp.out
19.93/26.64	s SATISFIABLE
20.03/26.72	v 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
20.03/26.73	c 27	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
20.03/26.75	c 27	CPU 20.07 (0.06 0.02 18.11 1.88)
20.03/26.75	c 27	END Sun Jul 12 00:12:37 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-2069376-1247350329/watcher-2069376-1247350329 -o /tmp/evaluation-result-2069376-1247350329/solver-2069376-1247350329 -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-2069376-1247350329.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.30 2.36 3.74 4/74 16055
/proc/meminfo: memFree=1888196/2055920 swapFree=4192812/4192956
[pid=16055] ppid=16053 vsize=12272 CPUtime=0
/proc/16055/stat : 16055 (sugar) R 16053 16055 14547 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 22097670 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 256373734398 0 0 4224 0 0 0 0 17 0 0 0
/proc/16055/statm: 3068 364 274 3 0 168 0

[startup+0.0475801 s]
/proc/loadavg: 2.30 2.36 3.74 4/74 16055
/proc/meminfo: memFree=1888196/2055920 swapFree=4192812/4192956
[pid=16055] ppid=16053 vsize=14776 CPUtime=0.04
/proc/16055/stat : 16055 (sugar) R 16053 16055 14547 0 -1 4194304 880 0 0 0 3 1 0 0 18 0 1 0 22097670 15130624 848 996147200 4194304 4206940 548682068608 18446744073709551615 256373734398 0 0 4224 0 0 0 0 17 0 0 0
/proc/16055/statm: 3694 848 378 3 0 533 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14776

[startup+0.102585 s]
/proc/loadavg: 2.30 2.36 3.74 4/74 16055
/proc/meminfo: memFree=1888196/2055920 swapFree=4192812/4192956
[pid=16055] ppid=16053 vsize=16868 CPUtime=0.06
/proc/16055/stat : 16055 (sugar) S 16053 16055 14547 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 22097670 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16055/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301601 s]
/proc/loadavg: 2.30 2.36 3.74 4/74 16055
/proc/meminfo: memFree=1888196/2055920 swapFree=4192812/4192956
[pid=16055] ppid=16053 vsize=16868 CPUtime=0.06
/proc/16055/stat : 16055 (sugar) S 16053 16055 14547 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 22097670 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16055/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.703646 s]
/proc/loadavg: 2.30 2.36 3.74 4/74 16055
/proc/meminfo: memFree=1888196/2055920 swapFree=4192812/4192956
[pid=16055] ppid=16053 vsize=16868 CPUtime=0.47
/proc/16055/stat : 16055 (sugar) S 16053 16055 14547 0 -1 4194304 1309 5017 0 1 5 1 37 4 16 0 1 0 22097670 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16055/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 16868

[startup+1.50273 s]
/proc/loadavg: 2.28 2.35 3.73 4/85 16077
/proc/meminfo: memFree=1875756/2055920 swapFree=4192812/4192956
[pid=16055] ppid=16053 vsize=16868 CPUtime=0.47
/proc/16055/stat : 16055 (sugar) S 16053 16055 14547 0 -1 4194304 1309 5017 0 1 5 1 37 4 16 0 1 0 22097670 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16055/statm: 4217 1111 409 3 0 796 0
[pid=16068] ppid=16055 vsize=5356 CPUtime=0
/proc/16068/stat : 16068 (sh) S 16055 16055 14547 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22097725 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16068/statm: 1339 233 193 169 0 50 0
[pid=16069] ppid=16068 vsize=868544 CPUtime=0.94
/proc/16069/stat : 16069 (java) S 16068 16055 14547 0 -1 0 7576 0 1 0 90 4 0 0 20 0 9 0 22097725 889389056 6781 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16069/statm: 217136 6781 2566 9 0 211641 0
[pid=16069/tid=16070] ppid=16068 vsize=868544 CPUtime=0.63
/proc/16069/task/16070/stat : 16070 (java) R 16068 16055 14547 0 -1 64 2713 0 1 0 61 2 0 0 25 0 9 0 22097726 889389056 6781 996147200 134512640 134550932 4294955936 18446744073709551615 4126575430 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16069/tid=16071] ppid=16068 vsize=868544 CPUtime=0.11
/proc/16069/task/16071/stat : 16071 (java) S 16068 16055 14547 0 -1 64 2666 0 0 0 10 1 0 0 16 0 9 0 22097727 889389056 6781 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16069/tid=16072] ppid=16068 vsize=868544 CPUtime=0
/proc/16069/task/16072/stat : 16072 (java) S 16068 16055 14547 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22097727 889389056 6781 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16069/tid=16073] ppid=16068 vsize=868544 CPUtime=0
/proc/16069/task/16073/stat : 16073 (java) S 16068 16055 14547 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22097727 889389056 6781 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16069/tid=16074] ppid=16068 vsize=868544 CPUtime=0
/proc/16069/task/16074/stat : 16074 (java) S 16068 16055 14547 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22097729 889389056 6781 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16069/tid=16075] ppid=16068 vsize=868544 CPUtime=0.17
/proc/16069/task/16075/stat : 16075 (java) S 16068 16055 14547 0 -1 64 1498 0 0 0 17 0 0 0 16 0 9 0 22097729 889389056 6781 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16069/tid=16076] ppid=16068 vsize=868544 CPUtime=0
/proc/16069/task/16076/stat : 16076 (java) S 16068 16055 14547 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22097729 889389056 6781 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16069/tid=16077] ppid=16068 vsize=868544 CPUtime=0
/proc/16069/task/16077/stat : 16077 (java) S 16068 16055 14547 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22097729 889389056 6781 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890768

[startup+3.10189 s]
/proc/loadavg: 2.28 2.35 3.73 3/85 16077
/proc/meminfo: memFree=1865644/2055920 swapFree=4192812/4192956
[pid=16055] ppid=16053 vsize=16868 CPUtime=0.47
/proc/16055/stat : 16055 (sugar) S 16053 16055 14547 0 -1 4194304 1310 5017 0 1 5 1 37 4 15 0 1 0 22097670 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16055/statm: 4217 1111 409 3 0 796 0
[pid=16068] ppid=16055 vsize=5356 CPUtime=0
/proc/16068/stat : 16068 (sh) S 16055 16055 14547 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22097725 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16068/statm: 1339 233 193 169 0 50 0
[pid=16069] ppid=16068 vsize=868740 CPUtime=2.52
/proc/16069/stat : 16069 (java) S 16068 16055 14547 0 -1 0 8178 0 1 0 245 7 0 0 20 0 9 0 22097725 889589760 7184 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16069/statm: 217185 7184 2590 9 0 211662 0
[pid=16069/tid=16070] ppid=16068 vsize=868740 CPUtime=2.04
/proc/16069/task/16070/stat : 16070 (java) R 16068 16055 14547 0 -1 64 2937 0 1 0 200 4 0 0 25 0 9 0 22097726 889589760 7184 996147200 134512640 134550932 4294955936 18446744073709551615 4126994781 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16069/tid=16071] ppid=16068 vsize=868740 CPUtime=0.25
/proc/16069/task/16071/stat : 16071 (java) S 16068 16055 14547 0 -1 64 3019 0 0 0 23 2 0 0 16 0 9 0 22097727 889589760 7184 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16069/tid=16072] ppid=16068 vsize=868740 CPUtime=0
/proc/16069/task/16072/stat : 16072 (java) S 16068 16055 14547 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22097727 889589760 7184 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16069/tid=16073] ppid=16068 vsize=868740 CPUtime=0
/proc/16069/task/16073/stat : 16073 (java) S 16068 16055 14547 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22097727 889589760 7184 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16069/tid=16074] ppid=16068 vsize=868740 CPUtime=0
/proc/16069/task/16074/stat : 16074 (java) S 16068 16055 14547 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22097729 889589760 7184 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16069/tid=16075] ppid=16068 vsize=868740 CPUtime=0.21
/proc/16069/task/16075/stat : 16075 (java) S 16068 16055 14547 0 -1 64 1523 0 0 0 21 0 0 0 16 0 9 0 22097729 889589760 7184 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16069/tid=16076] ppid=16068 vsize=868740 CPUtime=0
/proc/16069/task/16076/stat : 16076 (java) S 16068 16055 14547 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22097729 889589760 7184 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16069/tid=16077] ppid=16068 vsize=868740 CPUtime=0
/proc/16069/task/16077/stat : 16077 (java) S 16068 16055 14547 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22097729 889589760 7184 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890964

[startup+6.30222 s]
/proc/loadavg: 2.33 2.36 3.72 3/85 16077
/proc/meminfo: memFree=1860844/2055920 swapFree=4192812/4192956
[pid=16055] ppid=16053 vsize=16868 CPUtime=0.47
/proc/16055/stat : 16055 (sugar) S 16053 16055 14547 0 -1 4194304 1310 5017 0 1 5 1 37 4 16 0 1 0 22097670 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16055/statm: 4217 1111 409 3 0 796 0
[pid=16068] ppid=16055 vsize=5356 CPUtime=0
/proc/16068/stat : 16068 (sh) S 16055 16055 14547 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22097725 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16068/statm: 1339 233 193 169 0 50 0
[pid=16069] ppid=16068 vsize=868740 CPUtime=5.7
/proc/16069/stat : 16069 (java) S 16068 16055 14547 0 -1 0 8389 0 1 0 559 11 0 0 20 0 9 0 22097725 889589760 7195 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16069/statm: 217185 7195 2590 9 0 211662 0
[pid=16069/tid=16070] ppid=16068 vsize=868740 CPUtime=5.15
/proc/16069/task/16070/stat : 16070 (java) R 16068 16055 14547 0 -1 64 3137 0 1 0 509 6 0 0 25 0 9 0 22097726 889589760 7195 996147200 134512640 134550932 4294955936 18446744073709551615 4126996369 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16069/tid=16071] ppid=16068 vsize=868740 CPUtime=0.3
/proc/16069/task/16071/stat : 16071 (java) S 16068 16055 14547 0 -1 64 3019 0 0 0 27 3 0 0 16 0 9 0 22097727 889589760 7195 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16069/tid=16072] ppid=16068 vsize=868740 CPUtime=0
/proc/16069/task/16072/stat : 16072 (java) S 16068 16055 14547 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22097727 889589760 7195 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16069/tid=16073] ppid=16068 vsize=868740 CPUtime=0
/proc/16069/task/16073/stat : 16073 (java) S 16068 16055 14547 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22097727 889589760 7195 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16069/tid=16074] ppid=16068 vsize=868740 CPUtime=0
/proc/16069/task/16074/stat : 16074 (java) S 16068 16055 14547 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22097729 889589760 7195 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16069/tid=16075] ppid=16068 vsize=868740 CPUtime=0.22
/proc/16069/task/16075/stat : 16075 (java) S 16068 16055 14547 0 -1 64 1534 0 0 0 22 0 0 0 16 0 9 0 22097729 889589760 7195 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16069/tid=16076] ppid=16068 vsize=868740 CPUtime=0
/proc/16069/task/16076/stat : 16076 (java) S 16068 16055 14547 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22097729 889589760 7195 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16069/tid=16077] ppid=16068 vsize=868740 CPUtime=0
/proc/16069/task/16077/stat : 16077 (java) S 16068 16055 14547 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22097729 889589760 7195 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890964

[startup+12.7019 s]
/proc/loadavg: 2.39 2.37 3.72 3/77 16079
/proc/meminfo: memFree=1876780/2055920 swapFree=4192812/4192956
[pid=16055] ppid=16053 vsize=16868 CPUtime=11.51
/proc/16055/stat : 16055 (sugar) S 16053 16055 14547 0 -1 4194304 1365 13917 0 2 6 1 1126 18 16 0 1 0 22097670 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16055/statm: 4217 1113 409 3 0 796 0
[pid=16078] ppid=16055 vsize=5356 CPUtime=0
/proc/16078/stat : 16078 (sh) S 16055 16055 14547 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22098839 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16078/statm: 1339 232 193 169 0 50 0
[pid=16079] ppid=16078 vsize=3056 CPUtime=0.73
/proc/16079/stat : 16079 (picosat) R 16078 16055 14547 0 -1 4194304 675 0 0 0 34 39 0 0 24 0 1 0 22098839 3129344 661 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/16079/statm: 764 661 40 102 0 659 0
Current children cumulated CPU time (s) 12.24
Current children cumulated vsize (KiB) 25280

[startup+25.5012 s]
/proc/loadavg: 2.68 2.43 3.72 2/76 16080
/proc/meminfo: memFree=1878836/2055920 swapFree=4192812/4192956
[pid=16055] ppid=16053 vsize=16868 CPUtime=19.62
/proc/16055/stat : 16055 (sugar) S 16053 16055 14547 0 -1 4194304 1411 17315 0 2 6 1 1771 184 16 0 1 0 22097670 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16055/statm: 4217 1113 409 3 0 796 0
[pid=16080] ppid=16055 vsize=16868 CPUtime=0
/proc/16080/stat : 16080 (sugar) D 16055 16055 14547 0 -1 4194368 10 0 0 0 0 0 0 0 18 0 1 0 22099681 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256364834087 0 0 4096 16386 18446744072099202260 0 0 17 0 0 0
/proc/16080/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 19.62
Current children cumulated vsize (KiB) 33736
heavy processes:

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

[startup+26.3013 s]
/proc/loadavg: 2.68 2.43 3.72 4/81 16085
/proc/meminfo: memFree=1876684/2055920 swapFree=4192812/4192956
[pid=16055] ppid=16053 vsize=16868 CPUtime=19.62
/proc/16055/stat : 16055 (sugar) S 16053 16055 14547 0 -1 4194304 1428 17315 0 2 6 1 1771 184 16 0 1 0 22097670 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16055/statm: 4217 1113 409 3 0 796 0
[pid=16080] ppid=16055 vsize=5356 CPUtime=0.01
/proc/16080/stat : 16080 (sh) S 16055 16055 14547 0 -1 4194304 278 0 0 0 0 1 0 0 18 0 1 0 22099681 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16080/statm: 1339 233 193 169 0 50 0
[pid=16081] ppid=16080 vsize=859892 CPUtime=0.01
/proc/16081/stat : 16081 (java) S 16080 16055 14547 0 -1 0 1500 0 1 0 1 0 0 0 18 0 5 0 22100298 880529408 1186 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/16081/statm: 214973 1186 685 9 0 209888 0
[pid=16081/tid=16082] ppid=16080 vsize=859892 CPUtime=0
/proc/16081/task/16082/stat : 16082 (java) R 16080 16055 14547 0 -1 64 812 0 1 0 0 0 0 0 19 0 5 0 22100299 880529408 1186 996147200 134512640 134550932 4294955984 18446744073709551615 103851521 0 4 0 16784584 0 0 0 -1 1 0 0
[pid=16081/tid=16083] ppid=16080 vsize=859892 CPUtime=0
/proc/16081/task/16083/stat : 16083 (java) S 16080 16055 14547 0 -1 64 1 0 0 0 0 0 0 0 18 0 5 0 22100300 880529408 1186 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16784584 0 0 0 -1 1 0 0
[pid=16081/tid=16084] ppid=16080 vsize=859892 CPUtime=0
/proc/16081/task/16084/stat : 16084 (java) S 16080 16055 14547 0 -1 64 10 0 0 0 0 0 0 0 19 0 5 0 22100300 880529408 1186 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
[pid=16081/tid=16085] ppid=16080 vsize=859892 CPUtime=0
/proc/16081/task/16085/stat : 16085 (java) R 16080 16055 14547 0 -1 64 0 0 0 0 0 0 0 0 20 0 5 0 22100300 880529408 1186 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19.64
Current children cumulated vsize (KiB) 882116

[startup+26.7023 s]
/proc/loadavg: 2.68 2.43 3.72 4/81 16085
/proc/meminfo: memFree=1876684/2055920 swapFree=4192812/4192956
[pid=16055] ppid=16053 vsize=16868 CPUtime=19.63
/proc/16055/stat : 16055 (sugar) S 16053 16055 14547 0 -1 4194304 1448 17315 0 2 6 2 1771 184 15 0 1 0 22097670 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16055/statm: 4217 1113 409 3 0 796 0
[pid=16080] ppid=16055 vsize=5356 CPUtime=0.01
/proc/16080/stat : 16080 (sh) S 16055 16055 14547 0 -1 4194304 278 0 0 0 0 1 0 0 18 0 1 0 22099681 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16080/statm: 1339 233 193 169 0 50 0
[pid=16081] ppid=16080 vsize=862316 CPUtime=0.39
/proc/16081/stat : 16081 (java) S 16080 16055 14547 0 -1 0 3246 0 1 0 37 2 0 0 18 0 9 0 22100298 883011584 2713 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16081/statm: 215579 2713 1285 9 0 210492 0
[pid=16081/tid=16082] ppid=16080 vsize=862316 CPUtime=0.29
/proc/16081/task/16082/stat : 16082 (java) R 16080 16055 14547 0 -1 64 2049 0 1 0 28 1 0 0 19 0 9 0 22100299 883011584 2713 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16081/tid=16083] ppid=16080 vsize=862316 CPUtime=0
/proc/16081/task/16083/stat : 16083 (java) S 16080 16055 14547 0 -1 64 150 0 0 0 0 0 0 0 16 0 9 0 22100300 883011584 2713 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16081/tid=16084] ppid=16080 vsize=862316 CPUtime=0
/proc/16081/task/16084/stat : 16084 (java) S 16080 16055 14547 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 22100300 883011584 2713 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16081/tid=16085] ppid=16080 vsize=862316 CPUtime=0
/proc/16081/task/16085/stat : 16085 (java) S 16080 16055 14547 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22100300 883011584 2713 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.03
Current children cumulated vsize (KiB) 884540

Child status: 0
Real time (s): 26.759
CPU time (s): 20.1039
CPU user time (s): 18.1842
CPU system time (s): 1.91971
CPU usage (%): 75.1295
Max. virtual memory (cumulated for all children) (KiB): 890964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.1842
system time used= 1.91971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22917
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= 9477
involuntary context switches= 9604

runsolver used 0.121981 second user time and 0.279957 second system time

The end

Launcher Data

Begin job on node90 at 2009-07-12 00:12:10
IDJOB=2069376
IDBENCH=55034
IDSOLVER=738
FILE ID=node90/2069376-1247350329
PBS_JOBID= 9506772
Free space on /tmp= 66228 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/pseudo/mps/normalized-mps-10teams.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-2069376-1247350329/watcher-2069376-1247350329 -o /tmp/evaluation-result-2069376-1247350329/solver-2069376-1247350329 -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-2069376-1247350329.xml

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

MD5SUM BENCH= a551f9e7199462db918eb24e88fb53ec
RANDOM SEED=1851863448

node90.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.212
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.212
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:       1888612 kB
Buffers:          4880 kB
Cached:          51356 kB
SwapCached:          0 kB
Active:         105544 kB
Inactive:        13820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1888612 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1924 kB
Writeback:           0 kB
Mapped:          73828 kB
Slab:            33192 kB
Committed_AS:   284964 kB
PageTables:       1960 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= 66228 MiB
End job on node90 at 2009-07-12 00:12:37