Trace number 2076273

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 87.3707 92.6038

General information on the benchmark

Namecsp/lexPuzzle/
normalized-crossword-m1-lex-puzzle22.xml
MD5SUMf1c6bf620952c726a0b7422016268834
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.154975
Satisfiable
(Un)Satisfiability was proved
Number of variables132
Number of constraints662
Maximum constraint arity26
Maximum domain size26
Number of constraints which are defined in extension60
Number of constraints which are defined in intension602
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 03:36:01 2009
0.00/0.07	c 0	PID 18728
0.07/0.08	c 0	HOST node36.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2076273-1247362561.xml TO HOME/temp.csp
0.07/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-2076273-1247362561.xml' 'HOME/temp.csp'
0.07/0.51	c 1	1 domains, 132 variables, 6 predicates, 4 relations, 662 constraints
0.07/0.55	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/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.49/0.63	c 1	Parsing HOME/temp.csp
0.49/0.79	c 1	parsed 805 expressions
0.49/0.80	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.49/0.80	c 1	Converting to clausal form CSP
0.49/0.82	c 1	converted 81 (10%) expressions
0.49/0.88	c 1	converted 161 (20%) expressions
1.31/1.43	c 2	converted 242 (30%) expressions
1.41/1.54	c 2	converted 322 (40%) expressions
1.41/1.56	c 2	converted 403 (50%) expressions
1.41/1.58	c 2	converted 483 (60%) expressions
1.41/1.59	c 2	converted 564 (70%) expressions
1.41/1.60	c 2	converted 644 (80%) expressions
1.51/1.61	c 2	converted 725 (90%) expressions
1.51/1.63	c 2	converted 805 (100%) expressions
1.51/1.63	c 2	CSP : 132 integers, 0 booleans, 662 clauses, largest domain size 26
1.51/1.63	c 2	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.51/1.63	c 2	Propagation in CSP
1.51/1.64	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.51/1.64	c 2	CSP : 132 integers, 0 booleans, 662 clauses, largest domain size 26
1.51/1.64	c 2	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.51/1.65	c 2	Simplifing CSP by introducing new Boolean variables
1.51/1.68	c 2	CSP : 132 integers, 4512 booleans, 5174 clauses, largest domain size 26
1.51/1.68	c 2	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.70/1.82	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.73/1.92	c 2	14 (10%) CSP integer variables are encoded (336 clauses, 3552 bytes)
1.73/1.92	c 2	27 (20%) CSP integer variables are encoded (648 clauses, 6984 bytes)
1.73/1.92	c 2	40 (30%) CSP integer variables are encoded (960 clauses, 10417 bytes)
1.73/1.92	c 2	53 (40%) CSP integer variables are encoded (1272 clauses, 14473 bytes)
1.73/1.92	c 2	66 (50%) CSP integer variables are encoded (1584 clauses, 18529 bytes)
1.73/1.93	c 2	80 (60%) CSP integer variables are encoded (1920 clauses, 22897 bytes)
1.73/1.93	c 2	93 (70%) CSP integer variables are encoded (2232 clauses, 26953 bytes)
1.73/1.93	c 2	106 (80%) CSP integer variables are encoded (2544 clauses, 31009 bytes)
1.73/1.93	c 2	119 (90%) CSP integer variables are encoded (2856 clauses, 35065 bytes)
1.73/1.93	c 2	132 (100%) CSP integer variables are encoded (3168 clauses, 39121 bytes)
9.17/9.82	c 10	518 (10%) CSP clauses are encoded (240649 clauses, 8563307 bytes)
9.17/9.85	c 10	1035 (20%) CSP clauses are encoded (252241 clauses, 8777569 bytes)
9.17/9.88	c 10	1553 (30%) CSP clauses are encoded (263859 clauses, 8994389 bytes)
9.27/9.91	c 10	2070 (40%) CSP clauses are encoded (275826 clauses, 9197659 bytes)
9.27/9.94	c 10	2587 (50%) CSP clauses are encoded (287818 clauses, 9404197 bytes)
9.27/9.96	c 10	3105 (60%) CSP clauses are encoded (299861 clauses, 9617149 bytes)
9.27/9.98	c 10	3622 (70%) CSP clauses are encoded (311853 clauses, 9829657 bytes)
9.36/10.01	c 10	4140 (80%) CSP clauses are encoded (323896 clauses, 10047789 bytes)
9.36/10.03	c 10	4657 (90%) CSP clauses are encoded (335888 clauses, 10271922 bytes)
10.85/11.58	c 12	5174 (100%) CSP clauses are encoded (375222 clauses, 12636875 bytes)
10.85/11.58	c 12	5174 CSP clauses encoded
10.85/11.58	c 12	Writing map file : HOME/temp.map
10.85/11.58	c 12	Heap : 31 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
10.85/11.58	c 12	SAT : 7812 SAT variables, 375222 SAT clauses, 12636875 bytes
10.85/11.58	c 12	Heap : 31 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
10.94/11.61	c 12	SOLVING HOME/temp.cnf
10.94/11.61	c 12	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
87.10/92.31	c 93	DECODING HOME/temp.out WITH HOME/temp.map
87.10/92.31	c 93	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'
87.13/92.40	c 93	Decoding HOME/temp.out
87.13/92.50	s SATISFIABLE
87.13/92.50	v 22 8 18 15 11 18 8 5 0 19 4 0 5 0 17 14 0 17 4 13 14 11 8 13 5 14 5 11 14 0 13 13 0 11 8 4 2 7 19 4 13 18 19 4 8 13 17 0 24 24 0 7 12 4 19 0 11 3 4 2 2 0 0 21 8 18 17 8 14 19 2 0 2 19 8 18 22 0 6 4 8 17 0 15 8 4 19 17 0 13 18 12 8 18 18 8 1 11 4 7 4 17 0 8 3 0 6 17 0 1 20 13 8 19 19 4 11 7 0 19 4 3 0 3 4 24 0 12 19 4 4 13
87.13/92.54	c 93	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
87.35/92.60	c 93	CPU 87.34 (0.05 0.02 83.71 3.56)
87.35/92.60	c 93	END Sun Jul 12 03:37:34 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-2076273-1247362561/watcher-2076273-1247362561 -o /tmp/evaluation-result-2076273-1247362561/solver-2076273-1247362561 -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-2076273-1247362561.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.45 2.33 2.19 4/83 18728
/proc/meminfo: memFree=764920/2055920 swapFree=4192956/4192956
[pid=18728] ppid=18726 vsize=18576 CPUtime=0
/proc/18728/stat : 18728 (runsolver) R 18726 18728 18511 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 23320815 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 240907775271 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18728/statm: 4644 284 249 26 0 2626 0

[startup+0.0800351 s]
/proc/loadavg: 2.45 2.33 2.19 4/83 18728
/proc/meminfo: memFree=764920/2055920 swapFree=4192956/4192956
[pid=18728] ppid=18726 vsize=16740 CPUtime=0.07
/proc/18728/stat : 18728 (sugar) S 18726 18728 18511 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 23320815 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18728/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101435 s]
/proc/loadavg: 2.45 2.33 2.19 4/83 18728
/proc/meminfo: memFree=764920/2055920 swapFree=4192956/4192956
[pid=18728] ppid=18726 vsize=16868 CPUtime=0.07
/proc/18728/stat : 18728 (sugar) S 18726 18728 18511 0 -1 4194304 1227 128 0 0 5 2 0 0 18 0 1 0 23320815 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18728/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302445 s]
/proc/loadavg: 2.45 2.33 2.19 4/83 18728
/proc/meminfo: memFree=764920/2055920 swapFree=4192956/4192956
[pid=18728] ppid=18726 vsize=16868 CPUtime=0.07
/proc/18728/stat : 18728 (sugar) S 18726 18728 18511 0 -1 4194304 1227 128 0 0 5 2 0 0 18 0 1 0 23320815 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18728/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702478 s]
/proc/loadavg: 2.45 2.33 2.19 4/83 18728
/proc/meminfo: memFree=764920/2055920 swapFree=4192956/4192956
[pid=18728] ppid=18726 vsize=16868 CPUtime=0.49
/proc/18728/stat : 18728 (sugar) S 18726 18728 18511 0 -1 4194304 1309 4933 0 1 5 2 38 4 16 0 1 0 23320815 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18728/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 16868

[startup+1.50157 s]
/proc/loadavg: 2.45 2.33 2.19 4/94 18750
/proc/meminfo: memFree=749024/2055920 swapFree=4192956/4192956
[pid=18728] ppid=18726 vsize=16868 CPUtime=0.49
/proc/18728/stat : 18728 (sugar) S 18726 18728 18511 0 -1 4194304 1309 4933 0 1 5 2 38 4 16 0 1 0 23320815 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18728/statm: 4217 1111 409 3 0 796 0
[pid=18741] ppid=18728 vsize=5356 CPUtime=0
/proc/18741/stat : 18741 (sh) S 18728 18728 18511 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23320871 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18741/statm: 1339 233 193 169 0 50 0
[pid=18742] ppid=18741 vsize=867116 CPUtime=0.92
/proc/18742/stat : 18742 (java) S 18741 18728 18511 0 -1 0 9759 0 1 0 86 6 0 0 20 0 9 0 23320872 887926784 9021 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18742/statm: 216779 9021 2566 9 0 211284 0
[pid=18742/tid=18743] ppid=18741 vsize=867116 CPUtime=0.46
/proc/18742/task/18743/stat : 18743 (java) R 18741 18728 18511 0 -1 64 2810 0 1 0 44 2 0 0 25 0 9 0 23320873 887926784 9021 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18742/tid=18744] ppid=18741 vsize=867116 CPUtime=0.34
/proc/18742/task/18744/stat : 18744 (java) S 18741 18728 18511 0 -1 64 5225 0 0 0 31 3 0 0 16 0 9 0 23320874 887926784 9021 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18742/tid=18745] ppid=18741 vsize=867116 CPUtime=0
/proc/18742/task/18745/stat : 18745 (java) S 18741 18728 18511 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23320874 887926784 9021 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18742/tid=18746] ppid=18741 vsize=867116 CPUtime=0
/proc/18742/task/18746/stat : 18746 (java) S 18741 18728 18511 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23320874 887926784 9021 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18742/tid=18747] ppid=18741 vsize=867116 CPUtime=0
/proc/18742/task/18747/stat : 18747 (java) S 18741 18728 18511 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23320876 887926784 9021 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18742/tid=18748] ppid=18741 vsize=867116 CPUtime=0.09
/proc/18742/task/18748/stat : 18748 (java) R 18741 18728 18511 0 -1 64 1026 0 0 0 9 0 0 0 16 0 9 0 23320876 887926784 9021 996147200 134512640 134550932 4294955936 18446744073709551615 102019473 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18742/tid=18749] ppid=18741 vsize=867116 CPUtime=0
/proc/18742/task/18749/stat : 18749 (java) S 18741 18728 18511 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23320876 887926784 9021 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18742/tid=18750] ppid=18741 vsize=867116 CPUtime=0
/proc/18742/task/18750/stat : 18750 (java) R 18741 18728 18511 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23320876 887926784 9021 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) 889340

[startup+3.10272 s]
/proc/loadavg: 2.45 2.33 2.19 3/94 18750
/proc/meminfo: memFree=729120/2055920 swapFree=4192956/4192956
[pid=18728] ppid=18726 vsize=16868 CPUtime=0.49
/proc/18728/stat : 18728 (sugar) S 18726 18728 18511 0 -1 4194304 1310 4933 0 1 5 2 38 4 15 0 1 0 23320815 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18728/statm: 4217 1111 409 3 0 796 0
[pid=18741] ppid=18728 vsize=5356 CPUtime=0
/proc/18741/stat : 18741 (sh) S 18728 18728 18511 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23320871 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18741/statm: 1339 233 193 169 0 50 0
[pid=18742] ppid=18741 vsize=868628 CPUtime=2.43
/proc/18742/stat : 18742 (java) S 18741 18728 18511 0 -1 0 11888 0 1 0 233 10 0 0 20 0 9 0 23320872 889475072 11034 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18742/statm: 217157 11034 2591 9 0 211634 0
[pid=18742/tid=18743] ppid=18741 vsize=868628 CPUtime=1.63
/proc/18742/task/18743/stat : 18743 (java) R 18741 18728 18511 0 -1 64 3010 0 1 0 160 3 0 0 25 0 9 0 23320873 889475072 11034 996147200 134512640 134550932 4294955936 18446744073709551615 4126929688 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18742/tid=18744] ppid=18741 vsize=868628 CPUtime=0.58
/proc/18742/task/18744/stat : 18744 (java) S 18741 18728 18511 0 -1 64 6683 0 0 0 54 4 0 0 16 0 9 0 23320874 889475072 11034 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18742/tid=18745] ppid=18741 vsize=868628 CPUtime=0
/proc/18742/task/18745/stat : 18745 (java) S 18741 18728 18511 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23320874 889475072 11034 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18742/tid=18746] ppid=18741 vsize=868628 CPUtime=0
/proc/18742/task/18746/stat : 18746 (java) S 18741 18728 18511 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23320874 889475072 11034 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18742/tid=18747] ppid=18741 vsize=868628 CPUtime=0
/proc/18742/task/18747/stat : 18747 (java) S 18741 18728 18511 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23320876 889475072 11034 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18742/tid=18748] ppid=18741 vsize=868628 CPUtime=0.18
/proc/18742/task/18748/stat : 18748 (java) S 18741 18728 18511 0 -1 64 1497 0 0 0 17 1 0 0 16 0 9 0 23320876 889475072 11034 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18742/tid=18749] ppid=18741 vsize=868628 CPUtime=0
/proc/18742/task/18749/stat : 18749 (java) S 18741 18728 18511 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23320876 889475072 11034 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18742/tid=18750] ppid=18741 vsize=868628 CPUtime=0
/proc/18742/task/18750/stat : 18750 (java) S 18741 18728 18511 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23320876 889475072 11034 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 890852

[startup+6.30204 s]
/proc/loadavg: 2.49 2.35 2.20 3/94 18750
/proc/meminfo: memFree=715360/2055920 swapFree=4192956/4192956
[pid=18728] ppid=18726 vsize=16868 CPUtime=0.49
/proc/18728/stat : 18728 (sugar) S 18726 18728 18511 0 -1 4194304 1310 4933 0 1 5 2 38 4 15 0 1 0 23320815 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18728/statm: 4217 1111 409 3 0 796 0
[pid=18741] ppid=18728 vsize=5356 CPUtime=0
/proc/18741/stat : 18741 (sh) S 18728 18728 18511 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23320871 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18741/statm: 1339 233 193 169 0 50 0
[pid=18742] ppid=18741 vsize=868628 CPUtime=5.4
/proc/18742/stat : 18742 (java) S 18741 18728 18511 0 -1 0 15104 0 1 0 524 16 0 0 20 0 9 0 23320872 889475072 13162 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18742/statm: 217157 13162 2591 9 0 211634 0
[pid=18742/tid=18743] ppid=18741 vsize=868628 CPUtime=4.25
/proc/18742/task/18743/stat : 18743 (java) R 18741 18728 18511 0 -1 64 3133 0 1 0 419 6 0 0 25 0 9 0 23320873 889475072 13162 996147200 134512640 134550932 4294955936 18446744073709551615 4126899725 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18742/tid=18744] ppid=18741 vsize=868628 CPUtime=0.94
/proc/18742/task/18744/stat : 18744 (java) S 18741 18728 18511 0 -1 64 9775 0 0 0 87 7 0 0 16 0 9 0 23320874 889475072 13162 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18742/tid=18745] ppid=18741 vsize=868628 CPUtime=0
/proc/18742/task/18745/stat : 18745 (java) S 18741 18728 18511 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23320874 889475072 13162 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18742/tid=18746] ppid=18741 vsize=868628 CPUtime=0
/proc/18742/task/18746/stat : 18746 (java) S 18741 18728 18511 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23320874 889475072 13162 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18742/tid=18747] ppid=18741 vsize=868628 CPUtime=0
/proc/18742/task/18747/stat : 18747 (java) S 18741 18728 18511 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23320876 889475072 13162 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18742/tid=18748] ppid=18741 vsize=868628 CPUtime=0.18
/proc/18742/task/18748/stat : 18748 (java) S 18741 18728 18511 0 -1 64 1498 0 0 0 17 1 0 0 16 0 9 0 23320876 889475072 13162 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18742/tid=18749] ppid=18741 vsize=868628 CPUtime=0
/proc/18742/task/18749/stat : 18749 (java) S 18741 18728 18511 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23320876 889475072 13162 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18742/tid=18750] ppid=18741 vsize=868628 CPUtime=0
/proc/18742/task/18750/stat : 18750 (java) S 18741 18728 18511 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23320876 889475072 13162 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 890852

[startup+12.7017 s]
/proc/loadavg: 2.53 2.36 2.20 3/86 18752
/proc/meminfo: memFree=747168/2055920 swapFree=4192956/4192956
[pid=18728] ppid=18726 vsize=16868 CPUtime=10.96
/proc/18728/stat : 18728 (sugar) S 18726 18728 18511 0 -1 4194304 1365 20961 0 2 5 2 1062 27 16 0 1 0 23320815 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18728/statm: 4217 1113 409 3 0 796 0
[pid=18751] ppid=18728 vsize=5356 CPUtime=0
/proc/18751/stat : 18751 (sh) S 18728 18728 18511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23321977 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18751/statm: 1339 232 193 169 0 50 0
[pid=18752] ppid=18751 vsize=3424 CPUtime=0.93
/proc/18752/stat : 18752 (picosat) R 18751 18728 18511 0 -1 4194304 779 0 0 0 42 51 0 0 25 0 1 0 23321977 3506176 765 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/18752/statm: 856 765 40 102 0 751 0
Current children cumulated CPU time (s) 11.89
Current children cumulated vsize (KiB) 25648

[startup+25.503 s]
/proc/loadavg: 2.77 2.42 2.22 3/86 18752
/proc/meminfo: memFree=728864/2055920 swapFree=4192956/4192956
[pid=18728] ppid=18726 vsize=16868 CPUtime=10.96
/proc/18728/stat : 18728 (sugar) S 18726 18728 18511 0 -1 4194304 1365 20961 0 2 5 2 1062 27 16 0 1 0 23320815 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18728/statm: 4217 1113 409 3 0 796 0
[pid=18751] ppid=18728 vsize=5356 CPUtime=0
/proc/18751/stat : 18751 (sh) S 18728 18728 18511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23321977 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18751/statm: 1339 232 193 169 0 50 0
[pid=18752] ppid=18751 vsize=21036 CPUtime=12.99
/proc/18752/stat : 18752 (picosat) R 18751 18728 18511 0 -1 4194304 5056 0 0 0 976 323 0 0 25 0 1 0 23321977 21540864 5040 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18752/statm: 5259 5040 42 102 0 5154 0
Current children cumulated CPU time (s) 23.95
Current children cumulated vsize (KiB) 43260

[startup+51.1025 s]
/proc/loadavg: 2.50 2.38 2.22 3/86 18752
/proc/meminfo: memFree=724000/2055920 swapFree=4192956/4192956
[pid=18728] ppid=18726 vsize=16868 CPUtime=10.96
/proc/18728/stat : 18728 (sugar) S 18726 18728 18511 0 -1 4194304 1365 20961 0 2 5 2 1062 27 16 0 1 0 23320815 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18728/statm: 4217 1113 409 3 0 796 0
[pid=18751] ppid=18728 vsize=5356 CPUtime=0
/proc/18751/stat : 18751 (sh) S 18728 18728 18511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23321977 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18751/statm: 1339 232 193 169 0 50 0
[pid=18752] ppid=18751 vsize=25624 CPUtime=37.23
/proc/18752/stat : 18752 (picosat) R 18751 18728 18511 0 -1 4194304 6339 0 0 0 3399 324 0 0 25 0 1 0 23321977 26238976 6210 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18752/statm: 6406 6210 48 102 0 6301 0
Current children cumulated CPU time (s) 48.19
Current children cumulated vsize (KiB) 47848

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

[startup+76.7021 s]
/proc/loadavg: 2.40 2.37 2.21 3/86 18752
/proc/meminfo: memFree=691680/2055920 swapFree=4192956/4192956
[pid=18728] ppid=18726 vsize=16868 CPUtime=10.96
/proc/18728/stat : 18728 (sugar) S 18726 18728 18511 0 -1 4194304 1365 20961 0 2 5 2 1062 27 16 0 1 0 23320815 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18728/statm: 4217 1113 409 3 0 796 0
[pid=18751] ppid=18728 vsize=5356 CPUtime=0
/proc/18751/stat : 18751 (sh) S 18728 18728 18511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23321977 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18751/statm: 1339 232 193 169 0 50 0
[pid=18752] ppid=18751 vsize=26020 CPUtime=61.3
/proc/18752/stat : 18752 (picosat) R 18751 18728 18511 0 -1 4194304 6437 0 0 0 5806 324 0 0 25 0 1 0 23321977 26644480 6308 996147200 134512640 134931368 4294956256 18446744073709551615 134525814 0 0 4096 0 0 0 0 17 0 0 0
/proc/18752/statm: 6505 6308 48 102 0 6400 0
Current children cumulated CPU time (s) 72.26
Current children cumulated vsize (KiB) 48244

[startup+83.1017 s]
/proc/loadavg: 2.37 2.36 2.21 3/86 18752
/proc/meminfo: memFree=707296/2055920 swapFree=4192956/4192956
[pid=18728] ppid=18726 vsize=16868 CPUtime=10.96
/proc/18728/stat : 18728 (sugar) S 18726 18728 18511 0 -1 4194304 1365 20961 0 2 5 2 1062 27 16 0 1 0 23320815 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18728/statm: 4217 1113 409 3 0 796 0
[pid=18751] ppid=18728 vsize=5356 CPUtime=0
/proc/18751/stat : 18751 (sh) S 18728 18728 18511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23321977 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18751/statm: 1339 232 193 169 0 50 0
[pid=18752] ppid=18751 vsize=26152 CPUtime=67.4
/proc/18752/stat : 18752 (picosat) R 18751 18728 18511 0 -1 4194304 6579 0 0 0 6416 324 0 0 25 0 1 0 23321977 26779648 6357 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18752/statm: 6538 6357 48 102 0 6433 0
Current children cumulated CPU time (s) 78.36
Current children cumulated vsize (KiB) 48376

[startup+89.5013 s]
/proc/loadavg: 2.47 2.38 2.22 3/86 18752
/proc/meminfo: memFree=723360/2055920 swapFree=4192956/4192956
[pid=18728] ppid=18726 vsize=16868 CPUtime=10.96
/proc/18728/stat : 18728 (sugar) S 18726 18728 18511 0 -1 4194304 1365 20961 0 2 5 2 1062 27 16 0 1 0 23320815 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18728/statm: 4217 1113 409 3 0 796 0
[pid=18751] ppid=18728 vsize=5356 CPUtime=0
/proc/18751/stat : 18751 (sh) S 18728 18728 18511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23321977 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18751/statm: 1339 232 193 169 0 50 0
[pid=18752] ppid=18751 vsize=26152 CPUtime=73.48
/proc/18752/stat : 18752 (picosat) R 18751 18728 18511 0 -1 4194304 6579 0 0 0 7024 324 0 0 25 0 1 0 23321977 26779648 6357 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18752/statm: 6538 6357 48 102 0 6433 0
Current children cumulated CPU time (s) 84.44
Current children cumulated vsize (KiB) 48376

[startup+91.1015 s]
/proc/loadavg: 2.47 2.38 2.22 3/86 18752
/proc/meminfo: memFree=723360/2055920 swapFree=4192956/4192956
[pid=18728] ppid=18726 vsize=16868 CPUtime=10.96
/proc/18728/stat : 18728 (sugar) S 18726 18728 18511 0 -1 4194304 1365 20961 0 2 5 2 1062 27 16 0 1 0 23320815 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18728/statm: 4217 1113 409 3 0 796 0
[pid=18751] ppid=18728 vsize=5356 CPUtime=0
/proc/18751/stat : 18751 (sh) S 18728 18728 18511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23321977 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18751/statm: 1339 232 193 169 0 50 0
[pid=18752] ppid=18751 vsize=26152 CPUtime=74.94
/proc/18752/stat : 18752 (picosat) R 18751 18728 18511 0 -1 4194304 6579 0 0 0 7170 324 0 0 25 0 1 0 23321977 26779648 6357 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18752/statm: 6538 6357 48 102 0 6433 0
Current children cumulated CPU time (s) 85.9
Current children cumulated vsize (KiB) 48376

[startup+91.9016 s]
/proc/loadavg: 2.47 2.38 2.22 3/86 18752
/proc/meminfo: memFree=723360/2055920 swapFree=4192956/4192956
[pid=18728] ppid=18726 vsize=16868 CPUtime=10.96
/proc/18728/stat : 18728 (sugar) S 18726 18728 18511 0 -1 4194304 1365 20961 0 2 5 2 1062 27 16 0 1 0 23320815 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18728/statm: 4217 1113 409 3 0 796 0
[pid=18751] ppid=18728 vsize=5356 CPUtime=0
/proc/18751/stat : 18751 (sh) S 18728 18728 18511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23321977 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18751/statm: 1339 232 193 169 0 50 0
[pid=18752] ppid=18751 vsize=26152 CPUtime=75.74
/proc/18752/stat : 18752 (picosat) R 18751 18728 18511 0 -1 4194304 6579 0 0 0 7250 324 0 0 25 0 1 0 23321977 26779648 6357 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18752/statm: 6538 6357 48 102 0 6433 0
Current children cumulated CPU time (s) 86.7
Current children cumulated vsize (KiB) 48376

[startup+92.3016 s]
/proc/loadavg: 2.47 2.38 2.22 3/86 18752
/proc/meminfo: memFree=723488/2055920 swapFree=4192956/4192956
[pid=18728] ppid=18726 vsize=16868 CPUtime=10.96
/proc/18728/stat : 18728 (sugar) S 18726 18728 18511 0 -1 4194304 1365 20961 0 2 5 2 1062 27 16 0 1 0 23320815 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18728/statm: 4217 1113 409 3 0 796 0
[pid=18751] ppid=18728 vsize=5356 CPUtime=0
/proc/18751/stat : 18751 (sh) S 18728 18728 18511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23321977 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18751/statm: 1339 232 193 169 0 50 0
[pid=18752] ppid=18751 vsize=25940 CPUtime=76.14
/proc/18752/stat : 18752 (picosat) R 18751 18728 18511 0 -1 4194304 6585 0 0 0 7290 324 0 0 25 0 1 0 23321977 26562560 6324 996147200 134512640 134931368 4294956256 18446744073709551615 134580560 0 0 4096 0 0 0 0 17 1 0 0
/proc/18752/statm: 6485 6324 52 102 0 6380 0
Current children cumulated CPU time (s) 87.1
Current children cumulated vsize (KiB) 48164

[startup+92.5016 s]
/proc/loadavg: 2.47 2.38 2.22 3/86 18752
/proc/meminfo: memFree=723488/2055920 swapFree=4192956/4192956
[pid=18728] ppid=18726 vsize=16868 CPUtime=87.13
/proc/18728/stat : 18728 (sugar) S 18726 18728 18511 0 -1 4194304 1446 27832 0 2 5 2 8353 353 16 0 1 0 23320815 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18728/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 87.13
Current children cumulated vsize (KiB) 16868

[startup+92.6016 s]
/proc/loadavg: 2.47 2.38 2.22 3/86 18752
/proc/meminfo: memFree=723488/2055920 swapFree=4192956/4192956
[pid=18728] ppid=18726 vsize=16868 CPUtime=87.35
/proc/18728/stat : 18728 (sugar) R 18726 18728 18511 0 -1 4194304 1477 31623 0 3 5 3 8371 356 15 0 1 0 23320815 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 240907949097 0 0 4224 16386 0 0 0 17 1 0 0
/proc/18728/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 87.35
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 92.6038
CPU time (s): 87.3707
CPU user time (s): 83.7703
CPU system time (s): 3.60045
CPU usage (%): 94.3489
Max. virtual memory (cumulated for all children) (KiB): 893416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 83.7703
system time used= 3.60045
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33160
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= 5904
involuntary context switches= 7693

runsolver used 0.119981 second user time and 0.293955 second system time

The end

Launcher Data

Begin job on node36 at 2009-07-12 03:36:01
IDJOB=2076273
IDBENCH=56399
IDSOLVER=738
FILE ID=node36/2076273-1247362561
PBS_JOBID= 9506989
Free space on /tmp= 66392 MiB

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

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

MD5SUM BENCH= f1c6bf620952c726a0b7422016268834
RANDOM SEED=294021974

node36.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.238
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.238
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:        765400 kB
Buffers:         68008 kB
Cached:         444780 kB
SwapCached:          0 kB
Active:         753480 kB
Inactive:       472288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        765400 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1656 kB
Writeback:           0 kB
Mapped:         728612 kB
Slab:            48612 kB
Committed_AS:   876136 kB
PageTables:       3316 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= 66392 MiB
End job on node36 at 2009-07-12 03:37:34