Trace number 2076383

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 34.8017 35.1213

General information on the benchmark

Namecsp/lexPuzzle/
normalized-crossword-m1-lex-puzzle20.xml
MD5SUM1939684b0167f45216127399dc1d7cf5
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 benchmark0.173973
Satisfiable
(Un)Satisfiability was proved
Number of variables52
Number of constraints92
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension24
Number of constraints which are defined in intension68
Global constraints used (with number of constraints)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.08	c 0	BEGIN Sun Jul 12 03:39:16 2009
0.05/0.08	c 0	PID 17600
0.05/0.08	c 0	HOST node54.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2076383-1247362756.xml TO HOME/temp.csp
0.05/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-2076383-1247362756.xml' 'HOME/temp.csp'
0.06/0.53	c 1	1 domains, 52 variables, 6 predicates, 4 relations, 92 constraints
0.06/0.55	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.55	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.50/0.63	c 1	Parsing HOME/temp.csp
0.50/0.89	c 1	parsed 155 expressions
0.50/0.90	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.50/0.90	c 1	Converting to clausal form CSP
0.50/0.92	c 1	converted 16 (10%) expressions
0.50/0.92	c 1	converted 31 (20%) expressions
0.50/0.92	c 1	converted 47 (30%) expressions
0.50/0.94	c 1	converted 62 (40%) expressions
0.93/1.01	c 1	converted 78 (50%) expressions
1.02/1.15	c 1	converted 93 (60%) expressions
1.02/1.16	c 1	converted 109 (70%) expressions
1.32/1.41	c 2	converted 124 (80%) expressions
1.32/1.43	c 2	converted 140 (90%) expressions
1.32/1.45	c 2	converted 155 (100%) expressions
1.32/1.45	c 2	CSP : 52 integers, 0 booleans, 92 clauses, largest domain size 26
1.32/1.45	c 2	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.32/1.45	c 2	Propagation in CSP
1.32/1.45	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.32/1.45	c 2	CSP : 52 integers, 0 booleans, 92 clauses, largest domain size 26
1.32/1.45	c 2	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.32/1.45	c 2	Simplifing CSP by introducing new Boolean variables
1.32/1.46	c 2	CSP : 52 integers, 512 booleans, 604 clauses, largest domain size 26
1.32/1.46	c 2	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.42/1.55	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.42/1.56	c 2	6 (10%) CSP integer variables are encoded (144 clauses, 1440 bytes)
1.42/1.56	c 2	11 (20%) CSP integer variables are encoded (264 clauses, 2760 bytes)
1.42/1.56	c 2	16 (30%) CSP integer variables are encoded (384 clauses, 4080 bytes)
1.42/1.56	c 2	21 (40%) CSP integer variables are encoded (504 clauses, 5400 bytes)
1.42/1.56	c 2	26 (50%) CSP integer variables are encoded (624 clauses, 6720 bytes)
1.42/1.57	c 2	32 (60%) CSP integer variables are encoded (768 clauses, 8304 bytes)
1.42/1.57	c 2	37 (70%) CSP integer variables are encoded (888 clauses, 9624 bytes)
1.42/1.57	c 2	42 (80%) CSP integer variables are encoded (1008 clauses, 11041 bytes)
1.42/1.57	c 2	47 (90%) CSP integer variables are encoded (1128 clauses, 12601 bytes)
1.42/1.57	c 2	52 (100%) CSP integer variables are encoded (1248 clauses, 14161 bytes)
4.49/4.69	c 5	61 (10%) CSP clauses are encoded (89095 clauses, 2986923 bytes)
4.49/4.70	c 5	121 (20%) CSP clauses are encoded (90455 clauses, 3009273 bytes)
4.59/4.70	c 5	182 (30%) CSP clauses are encoded (91816 clauses, 3032677 bytes)
20.50/20.77	c 21	242 (40%) CSP clauses are encoded (224132 clauses, 9215221 bytes)
20.50/20.77	c 21	302 (50%) CSP clauses are encoded (225542 clauses, 9238717 bytes)
20.50/20.78	c 21	363 (60%) CSP clauses are encoded (226953 clauses, 9262497 bytes)
20.50/20.78	c 21	423 (70%) CSP clauses are encoded (228338 clauses, 9286192 bytes)
20.50/20.79	c 21	484 (80%) CSP clauses are encoded (229774 clauses, 9310839 bytes)
20.50/20.79	c 21	544 (90%) CSP clauses are encoded (231209 clauses, 9335705 bytes)
20.60/20.81	c 21	604 (100%) CSP clauses are encoded (232644 clauses, 9360581 bytes)
20.60/20.81	c 21	604 CSP clauses encoded
20.60/20.81	c 21	Writing map file : HOME/temp.map
20.60/20.81	c 21	Heap : 20 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
20.60/20.81	c 21	SAT : 1812 SAT variables, 232644 SAT clauses, 9360581 bytes
20.60/20.81	c 21	Heap : 20 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
20.60/20.87	c 21	SOLVING HOME/temp.cnf
20.60/20.87	c 21	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
34.58/34.95	c 35	DECODING HOME/temp.out WITH HOME/temp.map
34.58/34.95	c 35	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'
34.64/35.02	c 35	Decoding HOME/temp.out
34.64/35.06	s SATISFIABLE
34.64/35.06	v 2 14 18 0 14 17 19 0 4 12 1 17 14 8 11 18 13 14 1 15 17 14 22 0 6 4 5 17 14 22 4 1 1 18 11 4 22 11 0 14 2 14 14 13 4 11 1 14 22 4 18 19
34.64/35.07	c 35	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
34.75/35.12	c 35	CPU 34.77 (0.05 0.01 31.8 2.91)
34.75/35.12	c 35	END Sun Jul 12 03:39:51 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-2076383-1247362756/watcher-2076383-1247362756 -o /tmp/evaluation-result-2076383-1247362756/solver-2076383-1247362756 -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-2076383-1247362756.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.08 2.06 2.03 4/74 17600
/proc/meminfo: memFree=1765992/2055920 swapFree=4192812/4192956
[pid=17600] ppid=17598 vsize=18576 CPUtime=0
/proc/17600/stat : 17600 (runsolver) R 17598 17600 15343 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 23340408 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 234211568935 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17600/statm: 4644 284 249 26 0 2626 0

[startup+0.0726199 s]
/proc/loadavg: 2.08 2.06 2.03 4/74 17600
/proc/meminfo: memFree=1765992/2055920 swapFree=4192812/4192956
[pid=17600] ppid=17598 vsize=16476 CPUtime=0.05
/proc/17600/stat : 17600 (sugar) R 17598 17600 15343 0 -1 4194304 1033 0 0 0 4 1 0 0 18 0 1 0 23340408 16871424 1001 996147200 4194304 4206940 548682068608 18446744073709551615 234229416878 0 0 4224 0 0 0 0 17 1 0 0
/proc/17600/statm: 4119 1001 380 3 0 698 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16476

[startup+0.101834 s]
/proc/loadavg: 2.08 2.06 2.03 4/74 17600
/proc/meminfo: memFree=1765992/2055920 swapFree=4192812/4192956
[pid=17600] ppid=17598 vsize=16868 CPUtime=0.06
/proc/17600/stat : 17600 (sugar) S 17598 17600 15343 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23340408 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17600/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301647 s]
/proc/loadavg: 2.08 2.06 2.03 4/74 17600
/proc/meminfo: memFree=1765992/2055920 swapFree=4192812/4192956
[pid=17600] ppid=17598 vsize=16868 CPUtime=0.06
/proc/17600/stat : 17600 (sugar) S 17598 17600 15343 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23340408 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17600/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701698 s]
/proc/loadavg: 2.08 2.06 2.03 4/74 17600
/proc/meminfo: memFree=1765992/2055920 swapFree=4192812/4192956
[pid=17600] ppid=17598 vsize=16868 CPUtime=0.5
/proc/17600/stat : 17600 (sugar) S 17598 17600 15343 0 -1 4194304 1309 4870 0 1 5 1 40 4 16 0 1 0 23340408 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17600/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 16868

[startup+1.50281 s]
/proc/loadavg: 2.08 2.06 2.03 4/85 17622
/proc/meminfo: memFree=1753488/2055920 swapFree=4192812/4192956
[pid=17600] ppid=17598 vsize=16868 CPUtime=0.5
/proc/17600/stat : 17600 (sugar) S 17598 17600 15343 0 -1 4194304 1310 4870 0 1 5 1 40 4 15 0 1 0 23340408 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17600/statm: 4217 1111 409 3 0 796 0
[pid=17613] ppid=17600 vsize=5356 CPUtime=0
/proc/17613/stat : 17613 (sh) S 17600 17600 15343 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23340464 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17613/statm: 1339 233 193 169 0 50 0
[pid=17614] ppid=17613 vsize=864428 CPUtime=0.92
/proc/17614/stat : 17614 (java) S 17613 17600 15343 0 -1 0 8316 0 1 0 89 3 0 0 18 0 9 0 23340464 885174272 7584 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17614/statm: 216107 7584 2566 9 0 210612 0
[pid=17614/tid=17615] ppid=17613 vsize=864428 CPUtime=0.51
/proc/17614/task/17615/stat : 17615 (java) R 17613 17600 15343 0 -1 64 2773 0 1 0 50 1 0 0 21 0 9 0 23340465 885174272 7584 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17614/tid=17616] ppid=17613 vsize=864428 CPUtime=0.32
/proc/17614/task/17616/stat : 17616 (java) R 17613 17600 15343 0 -1 64 4524 0 0 0 31 1 0 0 16 0 9 0 23340466 885174272 7584 996147200 134512640 134550932 4294955936 18446744073709551615 104188655 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17614/tid=17617] ppid=17613 vsize=864428 CPUtime=0
/proc/17614/task/17617/stat : 17617 (java) S 17613 17600 15343 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23340466 885174272 7584 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17614/tid=17618] ppid=17613 vsize=864428 CPUtime=0
/proc/17614/task/17618/stat : 17618 (java) S 17613 17600 15343 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23340466 885174272 7584 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17614/tid=17619] ppid=17613 vsize=864428 CPUtime=0
/proc/17614/task/17619/stat : 17619 (java) S 17613 17600 15343 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23340468 885174272 7584 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17614/tid=17620] ppid=17613 vsize=864428 CPUtime=0.07
/proc/17614/task/17620/stat : 17620 (java) S 17613 17600 15343 0 -1 64 321 0 0 0 7 0 0 0 16 0 9 0 23340468 885174272 7584 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17614/tid=17621] ppid=17613 vsize=864428 CPUtime=0
/proc/17614/task/17621/stat : 17621 (java) S 17613 17600 15343 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23340469 885174272 7584 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17614/tid=17622] ppid=17613 vsize=864428 CPUtime=0
/proc/17614/task/17622/stat : 17622 (java) S 17613 17600 15343 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23340469 885174272 7584 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 886652

[startup+3.103 s]
/proc/loadavg: 2.08 2.06 2.03 3/85 17622
/proc/meminfo: memFree=1740944/2055920 swapFree=4192812/4192956
[pid=17600] ppid=17598 vsize=16868 CPUtime=0.5
/proc/17600/stat : 17600 (sugar) S 17598 17600 15343 0 -1 4194304 1310 4870 0 1 5 1 40 4 15 0 1 0 23340408 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17600/statm: 4217 1111 409 3 0 796 0
[pid=17613] ppid=17600 vsize=5356 CPUtime=0
/proc/17613/stat : 17613 (sh) S 17600 17600 15343 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23340464 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17613/statm: 1339 233 193 169 0 50 0
[pid=17614] ppid=17613 vsize=864476 CPUtime=2.51
/proc/17614/stat : 17614 (java) S 17613 17600 15343 0 -1 0 9267 0 1 0 245 6 0 0 18 0 9 0 23340464 885223424 8418 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17614/statm: 216119 8418 2590 9 0 210596 0
[pid=17614/tid=17615] ppid=17613 vsize=864476 CPUtime=1.94
/proc/17614/task/17615/stat : 17615 (java) R 17613 17600 15343 0 -1 64 2960 0 1 0 192 2 0 0 25 0 9 0 23340465 885223424 8418 996147200 134512640 134550932 4294955936 18446744073709551615 103210802 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17614/tid=17616] ppid=17613 vsize=864476 CPUtime=0.46
/proc/17614/task/17616/stat : 17616 (java) S 17613 17600 15343 0 -1 64 5269 0 0 0 43 3 0 0 16 0 9 0 23340466 885223424 8418 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17614/tid=17617] ppid=17613 vsize=864476 CPUtime=0
/proc/17614/task/17617/stat : 17617 (java) S 17613 17600 15343 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23340466 885223424 8418 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17614/tid=17618] ppid=17613 vsize=864476 CPUtime=0
/proc/17614/task/17618/stat : 17618 (java) S 17613 17600 15343 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23340466 885223424 8418 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17614/tid=17619] ppid=17613 vsize=864476 CPUtime=0
/proc/17614/task/17619/stat : 17619 (java) S 17613 17600 15343 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23340468 885223424 8418 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17614/tid=17620] ppid=17613 vsize=864476 CPUtime=0.09
/proc/17614/task/17620/stat : 17620 (java) S 17613 17600 15343 0 -1 64 340 0 0 0 9 0 0 0 16 0 9 0 23340468 885223424 8418 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17614/tid=17621] ppid=17613 vsize=864476 CPUtime=0
/proc/17614/task/17621/stat : 17621 (java) S 17613 17600 15343 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23340469 885223424 8418 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17614/tid=17622] ppid=17613 vsize=864476 CPUtime=0
/proc/17614/task/17622/stat : 17622 (java) S 17613 17600 15343 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23340469 885223424 8418 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 886700

[startup+6.30241 s]
/proc/loadavg: 2.08 2.05 2.03 3/85 17622
/proc/meminfo: memFree=1730576/2055920 swapFree=4192812/4192956
[pid=17600] ppid=17598 vsize=16868 CPUtime=0.5
/proc/17600/stat : 17600 (sugar) S 17598 17600 15343 0 -1 4194304 1310 4870 0 1 5 1 40 4 16 0 1 0 23340408 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17600/statm: 4217 1111 409 3 0 796 0
[pid=17613] ppid=17600 vsize=5356 CPUtime=0
/proc/17613/stat : 17613 (sh) S 17600 17600 15343 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23340464 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17613/statm: 1339 233 193 169 0 50 0
[pid=17614] ppid=17613 vsize=864476 CPUtime=5.69
/proc/17614/stat : 17614 (java) S 17613 17600 15343 0 -1 0 10775 0 1 0 561 8 0 0 18 0 9 0 23340464 885223424 9828 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17614/statm: 216119 9828 2590 9 0 210596 0
[pid=17614/tid=17615] ppid=17613 vsize=864476 CPUtime=5.02
/proc/17614/task/17615/stat : 17615 (java) R 17613 17600 15343 0 -1 64 3058 0 1 0 499 3 0 0 25 0 9 0 23340465 885223424 9828 996147200 134512640 134550932 4294955936 18446744073709551615 4126629192 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17614/tid=17616] ppid=17613 vsize=864476 CPUtime=0.54
/proc/17614/task/17616/stat : 17616 (java) S 17613 17600 15343 0 -1 64 6675 0 0 0 51 3 0 0 16 0 9 0 23340466 885223424 9828 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17614/tid=17617] ppid=17613 vsize=864476 CPUtime=0
/proc/17614/task/17617/stat : 17617 (java) S 17613 17600 15343 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23340466 885223424 9828 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17614/tid=17618] ppid=17613 vsize=864476 CPUtime=0
/proc/17614/task/17618/stat : 17618 (java) S 17613 17600 15343 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23340466 885223424 9828 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17614/tid=17619] ppid=17613 vsize=864476 CPUtime=0
/proc/17614/task/17619/stat : 17619 (java) S 17613 17600 15343 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23340468 885223424 9828 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17614/tid=17620] ppid=17613 vsize=864476 CPUtime=0.1
/proc/17614/task/17620/stat : 17620 (java) S 17613 17600 15343 0 -1 64 344 0 0 0 10 0 0 0 16 0 9 0 23340468 885223424 9828 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17614/tid=17621] ppid=17613 vsize=864476 CPUtime=0
/proc/17614/task/17621/stat : 17621 (java) S 17613 17600 15343 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23340469 885223424 9828 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17614/tid=17622] ppid=17613 vsize=864476 CPUtime=0
/proc/17614/task/17622/stat : 17622 (java) S 17613 17600 15343 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23340469 885223424 9828 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 886700

[startup+12.7022 s]
/proc/loadavg: 2.07 2.05 2.03 3/85 17622
/proc/meminfo: memFree=1727888/2055920 swapFree=4192812/4192956
[pid=17600] ppid=17598 vsize=16868 CPUtime=0.5
/proc/17600/stat : 17600 (sugar) S 17598 17600 15343 0 -1 4194304 1310 4870 0 1 5 1 40 4 16 0 1 0 23340408 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17600/statm: 4217 1111 409 3 0 796 0
[pid=17613] ppid=17600 vsize=5356 CPUtime=0
/proc/17613/stat : 17613 (sh) S 17600 17600 15343 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23340464 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17613/statm: 1339 233 193 169 0 50 0
[pid=17614] ppid=17613 vsize=864476 CPUtime=12.05
/proc/17614/stat : 17614 (java) S 17613 17600 15343 0 -1 0 12237 0 1 0 1194 11 0 0 18 0 9 0 23340464 885223424 9918 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17614/statm: 216119 9918 2590 9 0 210596 0
[pid=17614/tid=17615] ppid=17613 vsize=864476 CPUtime=11.14
/proc/17614/task/17615/stat : 17615 (java) R 17613 17600 15343 0 -1 64 3219 0 1 0 1109 5 0 0 25 0 9 0 23340465 885223424 9918 996147200 134512640 134550932 4294955936 18446744073709551615 4126607680 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17614/tid=17616] ppid=17613 vsize=864476 CPUtime=0.78
/proc/17614/task/17616/stat : 17616 (java) S 17613 17600 15343 0 -1 64 7976 0 0 0 73 5 0 0 16 0 9 0 23340466 885223424 9918 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17614/tid=17617] ppid=17613 vsize=864476 CPUtime=0
/proc/17614/task/17617/stat : 17617 (java) S 17613 17600 15343 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23340466 885223424 9918 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17614/tid=17618] ppid=17613 vsize=864476 CPUtime=0
/proc/17614/task/17618/stat : 17618 (java) S 17613 17600 15343 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23340466 885223424 9918 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17614/tid=17619] ppid=17613 vsize=864476 CPUtime=0
/proc/17614/task/17619/stat : 17619 (java) S 17613 17600 15343 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23340468 885223424 9918 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17614/tid=17620] ppid=17613 vsize=864476 CPUtime=0.1
/proc/17614/task/17620/stat : 17620 (java) S 17613 17600 15343 0 -1 64 344 0 0 0 10 0 0 0 17 0 9 0 23340468 885223424 9918 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17614/tid=17621] ppid=17613 vsize=864476 CPUtime=0
/proc/17614/task/17621/stat : 17621 (java) S 17613 17600 15343 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23340469 885223424 9918 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17614/tid=17622] ppid=17613 vsize=864476 CPUtime=0
/proc/17614/task/17622/stat : 17622 (java) S 17613 17600 15343 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23340469 885223424 9918 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 886700

[startup+25.5019 s]
/proc/loadavg: 2.05 2.05 2.02 3/77 17624
/proc/meminfo: memFree=1741648/2055920 swapFree=4192812/4192956
[pid=17600] ppid=17598 vsize=16868 CPUtime=20.63
/proc/17600/stat : 17600 (sugar) S 17598 17600 15343 0 -1 4194304 1365 19195 0 2 5 1 2035 22 16 0 1 0 23340408 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17600/statm: 4217 1113 409 3 0 796 0
[pid=17623] ppid=17600 vsize=5356 CPUtime=0
/proc/17623/stat : 17623 (sh) S 17600 17600 15343 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23342495 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17623/statm: 1339 232 193 169 0 50 0
[pid=17624] ppid=17623 vsize=12332 CPUtime=4.59
/proc/17624/stat : 17624 (picosat) R 17623 17600 15343 0 -1 4194304 2964 0 0 0 215 244 0 0 25 0 1 0 23342495 12627968 2950 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/17624/statm: 3083 2950 40 102 0 2978 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 34556

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

[startup+31.9077 s]
/proc/loadavg: 2.05 2.05 2.02 3/77 17624
/proc/meminfo: memFree=1738576/2055920 swapFree=4192812/4192956
[pid=17600] ppid=17598 vsize=16868 CPUtime=20.63
/proc/17600/stat : 17600 (sugar) S 17598 17600 15343 0 -1 4194304 1365 19195 0 2 5 1 2035 22 16 0 1 0 23340408 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17600/statm: 4217 1113 409 3 0 796 0
[pid=17623] ppid=17600 vsize=5356 CPUtime=0
/proc/17623/stat : 17623 (sh) S 17600 17600 15343 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23342495 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17623/statm: 1339 232 193 169 0 50 0
[pid=17624] ppid=17623 vsize=14708 CPUtime=10.97
/proc/17624/stat : 17624 (picosat) R 17623 17600 15343 0 -1 4194304 3597 0 0 0 832 265 0 0 25 0 1 0 23342495 15060992 3583 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17624/statm: 3677 3583 42 102 0 3572 0
Current children cumulated CPU time (s) 31.6
Current children cumulated vsize (KiB) 36932

[startup+33.5019 s]
/proc/loadavg: 2.05 2.05 2.02 3/77 17624
/proc/meminfo: memFree=1738320/2055920 swapFree=4192812/4192956
[pid=17600] ppid=17598 vsize=16868 CPUtime=20.63
/proc/17600/stat : 17600 (sugar) S 17598 17600 15343 0 -1 4194304 1365 19195 0 2 5 1 2035 22 16 0 1 0 23340408 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17600/statm: 4217 1113 409 3 0 796 0
[pid=17623] ppid=17600 vsize=5356 CPUtime=0
/proc/17623/stat : 17623 (sh) S 17600 17600 15343 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23342495 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17623/statm: 1339 232 193 169 0 50 0
[pid=17624] ppid=17623 vsize=15104 CPUtime=12.56
/proc/17624/stat : 17624 (picosat) R 17623 17600 15343 0 -1 4194304 3703 0 0 0 991 265 0 0 25 0 1 0 23342495 15466496 3689 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17624/statm: 3776 3689 42 102 0 3671 0
Current children cumulated CPU time (s) 33.19
Current children cumulated vsize (KiB) 37328

[startup+34.302 s]
/proc/loadavg: 2.04 2.05 2.02 3/77 17624
/proc/meminfo: memFree=1738000/2055920 swapFree=4192812/4192956
[pid=17600] ppid=17598 vsize=16868 CPUtime=20.63
/proc/17600/stat : 17600 (sugar) S 17598 17600 15343 0 -1 4194304 1365 19195 0 2 5 1 2035 22 16 0 1 0 23340408 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17600/statm: 4217 1113 409 3 0 796 0
[pid=17623] ppid=17600 vsize=5356 CPUtime=0
/proc/17623/stat : 17623 (sh) S 17600 17600 15343 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23342495 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17623/statm: 1339 232 193 169 0 50 0
[pid=17624] ppid=17623 vsize=16260 CPUtime=13.35
/proc/17624/stat : 17624 (picosat) R 17623 17600 15343 0 -1 4194304 3760 0 0 0 1070 265 0 0 25 0 1 0 23342495 16650240 3746 996147200 134512640 134931368 4294956256 18446744073709551615 134525820 0 0 4096 0 0 0 0 17 1 0 0
/proc/17624/statm: 4065 3746 42 102 0 3960 0
Current children cumulated CPU time (s) 33.98
Current children cumulated vsize (KiB) 38484

[startup+34.702 s]
/proc/loadavg: 2.04 2.05 2.02 3/77 17624
/proc/meminfo: memFree=1738000/2055920 swapFree=4192812/4192956
[pid=17600] ppid=17598 vsize=16868 CPUtime=20.63
/proc/17600/stat : 17600 (sugar) S 17598 17600 15343 0 -1 4194304 1365 19195 0 2 5 1 2035 22 16 0 1 0 23340408 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17600/statm: 4217 1113 409 3 0 796 0
[pid=17623] ppid=17600 vsize=5356 CPUtime=0
/proc/17623/stat : 17623 (sh) S 17600 17600 15343 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23342495 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17623/statm: 1339 232 193 169 0 50 0
[pid=17624] ppid=17623 vsize=16392 CPUtime=13.75
/proc/17624/stat : 17624 (picosat) R 17623 17600 15343 0 -1 4194304 3780 0 0 0 1110 265 0 0 25 0 1 0 23342495 16785408 3766 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/17624/statm: 4098 3766 42 102 0 3993 0
Current children cumulated CPU time (s) 34.38
Current children cumulated vsize (KiB) 38616

[startup+35.1011 s]
/proc/loadavg: 2.04 2.05 2.02 2/85 17634
/proc/meminfo: memFree=1747600/2055920 swapFree=4192812/4192956
[pid=17600] ppid=17598 vsize=16868 CPUtime=34.64
/proc/17600/stat : 17600 (sugar) S 17598 17600 15343 0 -1 4194304 1449 23275 0 2 5 1 3170 288 16 0 1 0 23340408 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17600/statm: 4217 1113 409 3 0 796 0
[pid=17625] ppid=17600 vsize=5356 CPUtime=0
/proc/17625/stat : 17625 (sh) S 17600 17600 15343 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 23343903 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17625/statm: 1339 233 193 169 0 50 0
[pid=17626] ppid=17625 vsize=864152 CPUtime=0.11
/proc/17626/stat : 17626 (java) S 17625 17600 15343 0 -1 0 3465 0 1 0 10 1 0 0 18 0 9 0 23343903 884891648 2931 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17626/statm: 216038 2931 1703 9 0 210543 0
[pid=17626/tid=17627] ppid=17625 vsize=864152 CPUtime=0.08
/proc/17626/task/17627/stat : 17627 (java) S 17625 17600 15343 0 -1 64 2480 0 1 0 7 1 0 0 20 0 9 0 23343904 884891648 2931 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17626/tid=17628] ppid=17625 vsize=864152 CPUtime=0
/proc/17626/task/17628/stat : 17628 (java) S 17625 17600 15343 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23343906 884891648 2931 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17626/tid=17629] ppid=17625 vsize=864152 CPUtime=0
/proc/17626/task/17629/stat : 17629 (java) S 17625 17600 15343 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 23343906 884891648 2931 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17626/tid=17630] ppid=17625 vsize=864152 CPUtime=0
/proc/17626/task/17630/stat : 17630 (java) S 17625 17600 15343 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 23343906 884891648 2931 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17626/tid=17631] ppid=17625 vsize=864152 CPUtime=0
/proc/17626/task/17631/stat : 17631 (java) S 17625 17600 15343 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23343908 884891648 2931 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17626/tid=17632] ppid=17625 vsize=864152 CPUtime=0.01
/proc/17626/task/17632/stat : 17632 (java) S 17625 17600 15343 0 -1 64 291 0 0 0 1 0 0 0 18 0 9 0 23343908 884891648 2931 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17626/tid=17633] ppid=17625 vsize=864152 CPUtime=0
/proc/17626/task/17633/stat : 17633 (java) S 17625 17600 15343 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23343908 884891648 2931 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17626/tid=17634] ppid=17625 vsize=864152 CPUtime=0
/proc/17626/task/17634/stat : 17634 (java) S 17625 17600 15343 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23343908 884891648 2931 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 34.75
Current children cumulated vsize (KiB) 886376

Child status: 0
Real time (s): 35.1213
CPU time (s): 34.8017
CPU user time (s): 31.8642
CPU system time (s): 2.93755
CPU usage (%): 99.0901
Max. virtual memory (cumulated for all children) (KiB): 889476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.8642
system time used= 2.93755
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28569
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= 6837
involuntary context switches= 7060

runsolver used 0.06099 second user time and 0.12598 second system time

The end

Launcher Data

Begin job on node54 at 2009-07-12 03:39:16
IDJOB=2076383
IDBENCH=56416
IDSOLVER=738
FILE ID=node54/2076383-1247362756
PBS_JOBID= 9506937
Free space on /tmp= 66404 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/lexPuzzle/normalized-crossword-m1-lex-puzzle20.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-2076383-1247362756/watcher-2076383-1247362756 -o /tmp/evaluation-result-2076383-1247362756/solver-2076383-1247362756 -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-2076383-1247362756.xml

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

MD5SUM BENCH= 1939684b0167f45216127399dc1d7cf5
RANDOM SEED=324241593

node54.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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1766472 kB
Buffers:         20464 kB
Cached:          99012 kB
SwapCached:          0 kB
Active:         207648 kB
Inactive:        35264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1766472 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1436 kB
Writeback:           0 kB
Mapped:         134136 kB
Slab:            31476 kB
Committed_AS:   342148 kB
PageTables:       2044 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= 66404 MiB
End job on node54 at 2009-07-12 03:39:51