Trace number 2078507

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+minisatSAT 44.4882 45.0549

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-35_ext.xml
MD5SUMab38c2036f3b1b0ab354ce542948959c
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.33588
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints57
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension57
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 04:51:17 2009
0.00/0.08	c 0	PID 22169
0.07/0.08	c 0	HOST node39.alineos.net
0.07/0.09	c 0	CONVERTING HOME/instance-2078507-1247367076.xml TO HOME/temp.csp
0.07/0.09	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2078507-1247367076.xml' 'HOME/temp.csp'
0.07/0.76	c 0	1 domains, 20 variables, 0 predicates, 57 relations, 57 constraints
0.07/0.78	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.78	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.73/0.86	c 0	Parsing HOME/temp.csp
1.71/1.85	c 1	parsed 135 expressions
1.71/1.86	c 1	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.71/1.86	c 1	Converting to clausal form CSP
1.71/1.88	c 1	converted 14 (10%) expressions
1.71/1.89	c 1	converted 27 (20%) expressions
1.81/1.90	c 1	converted 41 (30%) expressions
1.81/1.92	c 1	converted 54 (40%) expressions
1.81/1.92	c 1	converted 68 (50%) expressions
2.01/2.13	c 2	converted 81 (60%) expressions
2.11/2.25	c 2	converted 95 (70%) expressions
2.20/2.35	c 2	converted 108 (80%) expressions
2.29/2.44	c 2	converted 122 (90%) expressions
2.40/2.54	c 2	converted 135 (100%) expressions
2.40/2.54	c 2	CSP : 20 integers, 0 booleans, 57 clauses, largest domain size 20
2.40/2.54	c 2	Heap : 35 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.40/2.54	c 2	Propagation in CSP
2.40/2.54	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.40/2.54	c 2	CSP : 20 integers, 0 booleans, 57 clauses, largest domain size 20
2.40/2.54	c 2	Heap : 35 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.40/2.55	c 2	Simplifing CSP by introducing new Boolean variables
2.40/2.55	c 2	CSP : 20 integers, 0 booleans, 57 clauses, largest domain size 20
2.40/2.55	c 2	Heap : 35 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.50/2.66	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.50/2.67	c 2	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
2.50/2.67	c 2	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
2.50/2.67	c 2	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
2.50/2.67	c 2	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
2.50/2.67	c 2	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
2.50/2.67	c 2	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
2.50/2.68	c 2	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
2.50/2.68	c 2	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
2.50/2.68	c 2	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
2.50/2.68	c 2	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
2.69/2.88	c 2	6 (10%) CSP clauses are encoded (11213 clauses, 252676 bytes)
2.89/3.02	c 3	12 (20%) CSP clauses are encoded (22047 clauses, 516637 bytes)
2.99/3.15	c 3	18 (30%) CSP clauses are encoded (32778 clauses, 776172 bytes)
3.09/3.27	c 3	23 (40%) CSP clauses are encoded (41859 clauses, 1001296 bytes)
3.28/3.41	c 3	29 (50%) CSP clauses are encoded (52632 clauses, 1268858 bytes)
3.38/3.54	c 3	35 (60%) CSP clauses are encoded (62807 clauses, 1520279 bytes)
3.49/3.64	c 3	40 (70%) CSP clauses are encoded (71268 clauses, 1741377 bytes)
3.58/3.78	c 3	46 (80%) CSP clauses are encoded (82071 clauses, 2030423 bytes)
3.78/3.92	c 3	52 (90%) CSP clauses are encoded (92809 clauses, 2317760 bytes)
3.87/4.02	c 4	57 (100%) CSP clauses are encoded (101186 clauses, 2540317 bytes)
3.87/4.02	c 4	57 CSP clauses encoded
3.87/4.02	c 4	Writing map file : HOME/temp.map
3.87/4.03	c 4	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.87/4.03	c 4	SAT : 380 SAT variables, 101186 SAT clauses, 2540317 bytes
3.87/4.03	c 4	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.87/4.08	c 4	SOLVING HOME/temp.cnf
3.87/4.08	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.87/4.09	c 4	This is MiniSat 2.0 beta
3.87/4.09	c 4	WARNING: for repeatability, setting FPU to use double precision
3.87/4.09	c 4	============================[ Problem Statistics ]=============================
3.87/4.09	c 4	|                                                                             |
3.87/4.09	c 4	|  Number of variables:  380                                                  |
3.87/4.09	c 4	|  Number of clauses:    101186                                               |
3.94/4.15	c 4	|  Parsing time:         0.06         s                                       |
3.94/4.16	c 4	============================[ Search Statistics ]==============================
3.94/4.16	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.94/4.16	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.94/4.16	c 4	===============================================================================
3.94/4.16	c 4	|         0 |     380   101186   554179 |    33728        0    nan |  0.000 % |
3.94/4.22	c 4	|       100 |     380   101186   554179 |    37101      100      9 |  0.001 % |
3.94/4.29	c 4	|       250 |     380   101186   554179 |    40811      250     10 |  0.013 % |
4.14/4.40	c 4	|       477 |     380   101186   554179 |    44892      477     10 |  0.013 % |
4.33/4.52	c 4	|       814 |     380   101186   554179 |    49382      814     10 |  0.013 % |
4.53/4.71	c 4	|      1320 |     380   101186   554179 |    54320     1320     10 |  0.013 % |
4.73/4.96	c 4	|      2081 |     380   101186   554179 |    59752     2081     11 |  0.013 % |
5.23/5.43	c 5	|      3220 |     380   101186   554179 |    65727     3220     11 |  0.013 % |
5.92/6.10	c 6	|      4929 |     380   101186   554179 |    72300     4929     13 |  0.012 % |
6.91/7.14	c 7	|      7491 |     380   101186   554179 |    79530     7491     13 |  0.006 % |
8.39/8.66	c 8	|     11335 |     380   101186   554179 |    87483    11335     13 |  0.016 % |
11.16/11.43	c 11	|     17101 |     380   101186   554179 |    96231    17101     13 |  0.019 % |
15.63/15.98	c 15	|     25753 |     379   100181   549540 |   105855    10738     13 |  0.264 % |
21.77/22.17	c 22	|     38727 |     379   100181   549540 |   116440    23712     14 |  0.277 % |
31.76/32.28	c 32	|     58189 |     378    99250   545191 |   128084    27862     14 |  0.528 % |
44.25/44.88	c 44	===============================================================================
44.25/44.88	c 44	restarts              : 15
44.25/44.88	c 44	conflicts             : 81958          (2030 /sec)
44.25/44.88	c 44	decisions             : 103777         (1.54 % random) (2570 /sec)
44.25/44.88	c 44	propagations          : 3272590        (81051 /sec)
44.25/44.88	c 44	conflict literals     : 1159611        (32.13 % deleted)
44.25/44.88	c 44	Memory used           : 10.93 MB
44.25/44.88	c 44	CPU time              : 40.3769 s
44.25/44.88	c 44	
44.25/44.88	c 44	SATISFIABLE
44.25/44.88	c 44	DECODING HOME/temp.out WITH HOME/temp.map
44.25/44.88	c 44	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'
44.35/44.96	c 44	Decoding HOME/temp.out
44.35/44.99	s SATISFIABLE
44.35/44.99	v 12 3 6 15 12 11 17 14 16 0 17 5 3 5 9 18 6 14 16 3
44.45/45.01	c 45	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
44.45/45.05	c 45	CPU 44.46 (0.06 0.01 44.18 0.21)
44.45/45.05	c 45	END Sun Jul 12 04:52:02 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-2078507-1247367076/watcher-2078507-1247367076 -o /tmp/evaluation-result-2078507-1247367076/solver-2078507-1247367076 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2078507-1247367076.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.05 2.07 2.19 4/74 22169
/proc/meminfo: memFree=1163960/2055920 swapFree=4192812/4192956
[pid=22169] ppid=22167 vsize=12000 CPUtime=0
/proc/22169/stat : 22169 (sugar) R 22167 22169 18714 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 23771688 12288000 171 996147200 4194304 4206940 548682068608 18446744073709551615 272836803600 0 0 4224 0 0 0 0 17 1 0 0
/proc/22169/statm: 3000 171 132 3 0 100 0

[startup+0.088148 s]
/proc/loadavg: 2.05 2.07 2.19 4/74 22169
/proc/meminfo: memFree=1163960/2055920 swapFree=4192812/4192956
[pid=22169] ppid=22167 vsize=16740 CPUtime=0.07
/proc/22169/stat : 22169 (sugar) S 22167 22169 18714 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 23771688 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22169/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.100961 s]
/proc/loadavg: 2.05 2.07 2.19 4/74 22169
/proc/meminfo: memFree=1163960/2055920 swapFree=4192812/4192956
[pid=22169] ppid=22167 vsize=16868 CPUtime=0.07
/proc/22169/stat : 22169 (sugar) S 22167 22169 18714 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23771688 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22169/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301975 s]
/proc/loadavg: 2.05 2.07 2.19 4/74 22169
/proc/meminfo: memFree=1163960/2055920 swapFree=4192812/4192956
[pid=22169] ppid=22167 vsize=16868 CPUtime=0.07
/proc/22169/stat : 22169 (sugar) S 22167 22169 18714 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23771688 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22169/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701998 s]
/proc/loadavg: 2.05 2.07 2.19 4/74 22169
/proc/meminfo: memFree=1163960/2055920 swapFree=4192812/4192956
[pid=22169] ppid=22167 vsize=16868 CPUtime=0.07
/proc/22169/stat : 22169 (sugar) S 22167 22169 18714 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23771688 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22169/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50205 s]
/proc/loadavg: 2.05 2.07 2.19 3/85 22191
/proc/meminfo: memFree=1152352/2055920 swapFree=4192812/4192956
[pid=22169] ppid=22167 vsize=16868 CPUtime=0.73
/proc/22169/stat : 22169 (sugar) S 22167 22169 18714 0 -1 4194304 1309 7033 0 1 6 1 61 5 16 0 1 0 23771688 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22169/statm: 4217 1111 409 3 0 796 0
[pid=22182] ppid=22169 vsize=5356 CPUtime=0
/proc/22182/stat : 22182 (sh) S 22169 22169 18714 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23771767 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22182/statm: 1339 233 193 169 0 50 0
[pid=22183] ppid=22182 vsize=862284 CPUtime=0.68
/proc/22183/stat : 22183 (java) S 22182 22169 18714 0 -1 0 7041 0 1 0 65 3 0 0 19 0 9 0 23771767 882978816 6318 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22183/statm: 215571 6318 2158 9 0 210484 0
[pid=22183/tid=22184] ppid=22182 vsize=862284 CPUtime=0.44
/proc/22183/task/22184/stat : 22184 (java) R 22182 22169 18714 0 -1 64 2028 0 1 0 43 1 0 0 23 0 9 0 23771768 882978816 6318 996147200 134512640 134550932 4294955936 18446744073709551615 4126422419 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22183/tid=22185] ppid=22182 vsize=862284 CPUtime=0.19
/proc/22183/task/22185/stat : 22185 (java) S 22182 22169 18714 0 -1 64 4005 0 0 0 18 1 0 0 16 0 9 0 23771769 882978816 6318 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22183/tid=22186] ppid=22182 vsize=862284 CPUtime=0
/proc/22183/task/22186/stat : 22186 (java) S 22182 22169 18714 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23771769 882978816 6318 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22183/tid=22187] ppid=22182 vsize=862284 CPUtime=0
/proc/22183/task/22187/stat : 22187 (java) S 22182 22169 18714 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23771769 882978816 6318 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22183/tid=22188] ppid=22182 vsize=862284 CPUtime=0
/proc/22183/task/22188/stat : 22188 (java) S 22182 22169 18714 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23771771 882978816 6318 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22183/tid=22189] ppid=22182 vsize=862284 CPUtime=0.03
/proc/22183/task/22189/stat : 22189 (java) S 22182 22169 18714 0 -1 64 306 0 0 0 3 0 0 0 17 0 9 0 23771771 882978816 6318 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22183/tid=22190] ppid=22182 vsize=862284 CPUtime=0
/proc/22183/task/22190/stat : 22190 (java) S 22182 22169 18714 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23771772 882978816 6318 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22183/tid=22191] ppid=22182 vsize=862284 CPUtime=0
/proc/22183/task/22191/stat : 22191 (java) S 22182 22169 18714 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23771772 882978816 6318 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 884508

[startup+3.10216 s]
/proc/loadavg: 2.05 2.07 2.19 3/85 22191
/proc/meminfo: memFree=1129824/2055920 swapFree=4192812/4192956
[pid=22169] ppid=22167 vsize=16868 CPUtime=0.73
/proc/22169/stat : 22169 (sugar) S 22167 22169 18714 0 -1 4194304 1310 7033 0 1 6 1 61 5 15 0 1 0 23771688 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22169/statm: 4217 1111 409 3 0 796 0
[pid=22182] ppid=22169 vsize=5356 CPUtime=0
/proc/22182/stat : 22182 (sh) S 22169 22169 18714 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23771767 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22182/statm: 1339 233 193 169 0 50 0
[pid=22183] ppid=22182 vsize=864488 CPUtime=2.26
/proc/22183/stat : 22183 (java) S 22182 22169 18714 0 -1 0 14239 0 1 0 219 7 0 0 19 0 9 0 23771767 885235712 13443 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22183/statm: 216122 13443 2590 9 0 210599 0
[pid=22183/tid=22184] ppid=22182 vsize=864488 CPUtime=1.37
/proc/22183/task/22184/stat : 22184 (java) R 22182 22169 18714 0 -1 64 3023 0 1 0 135 2 0 0 20 0 9 0 23771768 885235712 13443 996147200 134512640 134550932 4294955936 18446744073709551615 4126550818 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22183/tid=22185] ppid=22182 vsize=864488 CPUtime=0.8
/proc/22183/task/22185/stat : 22185 (java) S 22182 22169 18714 0 -1 64 10180 0 0 0 76 4 0 0 15 0 9 0 23771769 885235712 13443 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22183/tid=22186] ppid=22182 vsize=864488 CPUtime=0
/proc/22183/task/22186/stat : 22186 (java) S 22182 22169 18714 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23771769 885235712 13443 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22183/tid=22187] ppid=22182 vsize=864488 CPUtime=0
/proc/22183/task/22187/stat : 22187 (java) S 22182 22169 18714 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23771769 885235712 13443 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22183/tid=22188] ppid=22182 vsize=864488 CPUtime=0
/proc/22183/task/22188/stat : 22188 (java) S 22182 22169 18714 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23771771 885235712 13443 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22183/tid=22189] ppid=22182 vsize=864488 CPUtime=0.07
/proc/22183/task/22189/stat : 22189 (java) S 22182 22169 18714 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 23771771 885235712 13443 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22183/tid=22190] ppid=22182 vsize=864488 CPUtime=0
/proc/22183/task/22190/stat : 22190 (java) S 22182 22169 18714 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23771772 885235712 13443 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22183/tid=22191] ppid=22182 vsize=864488 CPUtime=0
/proc/22183/task/22191/stat : 22191 (java) S 22182 22169 18714 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23771772 885235712 13443 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 886712

[startup+6.30137 s]
/proc/loadavg: 2.05 2.07 2.19 3/77 22193
/proc/meminfo: memFree=1148960/2055920 swapFree=4192812/4192956
[pid=22169] ppid=22167 vsize=16868 CPUtime=3.94
/proc/22169/stat : 22169 (sugar) S 22167 22169 18714 0 -1 4194304 1374 21631 0 2 6 1 371 16 15 0 1 0 23771688 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22169/statm: 4217 1112 409 3 0 796 0
[pid=22192] ppid=22169 vsize=5356 CPUtime=0
/proc/22192/stat : 22192 (sh) S 22169 22169 18714 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23772096 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22192/statm: 1339 232 193 169 0 50 0
[pid=22193] ppid=22192 vsize=8320 CPUtime=2.18
/proc/22193/stat : 22193 (minisat) R 22192 22169 18714 0 -1 4194304 1968 0 0 0 217 1 0 0 25 0 1 0 23772097 8519680 1954 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22193/statm: 2080 1954 75 150 0 1927 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 30544

[startup+12.7028 s]
/proc/loadavg: 2.04 2.07 2.19 3/77 22193
/proc/meminfo: memFree=1147552/2055920 swapFree=4192812/4192956
[pid=22169] ppid=22167 vsize=16868 CPUtime=3.94
/proc/22169/stat : 22169 (sugar) S 22167 22169 18714 0 -1 4194304 1374 21631 0 2 6 1 371 16 16 0 1 0 23771688 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22169/statm: 4217 1112 409 3 0 796 0
[pid=22192] ppid=22169 vsize=5356 CPUtime=0
/proc/22192/stat : 22192 (sh) S 22169 22169 18714 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23772096 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22192/statm: 1339 232 193 169 0 50 0
[pid=22193] ppid=22192 vsize=9560 CPUtime=8.52
/proc/22193/stat : 22193 (minisat) R 22192 22169 18714 0 -1 4194304 2256 0 0 0 850 2 0 0 25 0 1 0 23772097 9789440 2242 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22193/statm: 2390 2242 75 150 0 2237 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 31784

[startup+25.5016 s]
/proc/loadavg: 2.03 2.07 2.19 3/77 22193
/proc/meminfo: memFree=1146720/2055920 swapFree=4192812/4192956
[pid=22169] ppid=22167 vsize=16868 CPUtime=3.94
/proc/22169/stat : 22169 (sugar) S 22167 22169 18714 0 -1 4194304 1374 21631 0 2 6 1 371 16 16 0 1 0 23771688 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22169/statm: 4217 1112 409 3 0 796 0
[pid=22192] ppid=22169 vsize=5356 CPUtime=0
/proc/22192/stat : 22192 (sh) S 22169 22169 18714 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23772096 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22192/statm: 1339 232 193 169 0 50 0
[pid=22193] ppid=22192 vsize=10520 CPUtime=21.19
/proc/22193/stat : 22193 (minisat) R 22192 22169 18714 0 -1 4194304 2495 0 0 0 2117 2 0 0 25 0 1 0 23772097 10772480 2481 996147200 134512640 135127466 4294956256 18446744073709551615 134530722 0 0 4096 3 0 0 0 17 1 0 0
/proc/22193/statm: 2630 2481 75 150 0 2477 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 32744

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

[startup+38.3025 s]
/proc/loadavg: 2.03 2.06 2.18 3/77 22193
/proc/meminfo: memFree=1146144/2055920 swapFree=4192812/4192956
[pid=22169] ppid=22167 vsize=16868 CPUtime=3.94
/proc/22169/stat : 22169 (sugar) S 22167 22169 18714 0 -1 4194304 1374 21631 0 2 6 1 371 16 16 0 1 0 23771688 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22169/statm: 4217 1112 409 3 0 796 0
[pid=22192] ppid=22169 vsize=5356 CPUtime=0
/proc/22192/stat : 22192 (sh) S 22169 22169 18714 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23772096 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22192/statm: 1339 232 193 169 0 50 0
[pid=22193] ppid=22192 vsize=11052 CPUtime=33.87
/proc/22193/stat : 22193 (minisat) R 22192 22169 18714 0 -1 4194304 2631 0 0 0 3385 2 0 0 25 0 1 0 23772097 11317248 2617 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22193/statm: 2763 2617 75 150 0 2610 0
Current children cumulated CPU time (s) 37.81
Current children cumulated vsize (KiB) 33276

[startup+41.5017 s]
/proc/loadavg: 2.03 2.06 2.18 3/77 22193
/proc/meminfo: memFree=1146144/2055920 swapFree=4192812/4192956
[pid=22169] ppid=22167 vsize=16868 CPUtime=3.94
/proc/22169/stat : 22169 (sugar) S 22167 22169 18714 0 -1 4194304 1374 21631 0 2 6 1 371 16 16 0 1 0 23771688 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22169/statm: 4217 1112 409 3 0 796 0
[pid=22192] ppid=22169 vsize=5356 CPUtime=0
/proc/22192/stat : 22192 (sh) S 22169 22169 18714 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23772096 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22192/statm: 1339 232 193 169 0 50 0
[pid=22193] ppid=22192 vsize=11052 CPUtime=37.04
/proc/22193/stat : 22193 (minisat) R 22192 22169 18714 0 -1 4194304 2646 0 0 0 3702 2 0 0 25 0 1 0 23772097 11317248 2632 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22193/statm: 2763 2632 75 150 0 2610 0
Current children cumulated CPU time (s) 40.98
Current children cumulated vsize (KiB) 33276

[startup+43.1018 s]
/proc/loadavg: 2.02 2.06 2.18 3/77 22193
/proc/meminfo: memFree=1146144/2055920 swapFree=4192812/4192956
[pid=22169] ppid=22167 vsize=16868 CPUtime=3.94
/proc/22169/stat : 22169 (sugar) S 22167 22169 18714 0 -1 4194304 1374 21631 0 2 6 1 371 16 16 0 1 0 23771688 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22169/statm: 4217 1112 409 3 0 796 0
[pid=22192] ppid=22169 vsize=5356 CPUtime=0
/proc/22192/stat : 22192 (sh) S 22169 22169 18714 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23772096 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22192/statm: 1339 232 193 169 0 50 0
[pid=22193] ppid=22192 vsize=11052 CPUtime=38.62
/proc/22193/stat : 22193 (minisat) R 22192 22169 18714 0 -1 4194304 2646 0 0 0 3860 2 0 0 25 0 1 0 23772097 11317248 2632 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22193/statm: 2763 2632 75 150 0 2610 0
Current children cumulated CPU time (s) 42.56
Current children cumulated vsize (KiB) 33276

[startup+43.9018 s]
/proc/loadavg: 2.02 2.06 2.18 3/77 22193
/proc/meminfo: memFree=1146144/2055920 swapFree=4192812/4192956
[pid=22169] ppid=22167 vsize=16868 CPUtime=3.94
/proc/22169/stat : 22169 (sugar) S 22167 22169 18714 0 -1 4194304 1374 21631 0 2 6 1 371 16 16 0 1 0 23771688 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22169/statm: 4217 1112 409 3 0 796 0
[pid=22192] ppid=22169 vsize=5356 CPUtime=0
/proc/22192/stat : 22192 (sh) S 22169 22169 18714 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23772096 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22192/statm: 1339 232 193 169 0 50 0
[pid=22193] ppid=22192 vsize=11052 CPUtime=39.42
/proc/22193/stat : 22193 (minisat) R 22192 22169 18714 0 -1 4194304 2646 0 0 0 3940 2 0 0 25 0 1 0 23772097 11317248 2632 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/22193/statm: 2763 2632 75 150 0 2610 0
Current children cumulated CPU time (s) 43.36
Current children cumulated vsize (KiB) 33276

[startup+44.7019 s]
/proc/loadavg: 2.02 2.06 2.18 3/77 22193
/proc/meminfo: memFree=1146144/2055920 swapFree=4192812/4192956
[pid=22169] ppid=22167 vsize=16868 CPUtime=3.94
/proc/22169/stat : 22169 (sugar) S 22167 22169 18714 0 -1 4194304 1374 21631 0 2 6 1 371 16 16 0 1 0 23771688 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22169/statm: 4217 1112 409 3 0 796 0
[pid=22192] ppid=22169 vsize=5356 CPUtime=0
/proc/22192/stat : 22192 (sh) S 22169 22169 18714 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23772096 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22192/statm: 1339 232 193 169 0 50 0
[pid=22193] ppid=22192 vsize=11052 CPUtime=40.21
/proc/22193/stat : 22193 (minisat) R 22192 22169 18714 0 -1 4194304 2647 0 0 0 4019 2 0 0 25 0 1 0 23772097 11317248 2633 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22193/statm: 2763 2633 75 150 0 2610 0
Current children cumulated CPU time (s) 44.15
Current children cumulated vsize (KiB) 33276

[startup+44.9019 s]
/proc/loadavg: 2.02 2.06 2.18 3/77 22193
/proc/meminfo: memFree=1146144/2055920 swapFree=4192812/4192956
[pid=22169] ppid=22167 vsize=16868 CPUtime=44.35
/proc/22169/stat : 22169 (sugar) S 22167 22169 18714 0 -1 4194304 1427 24580 0 2 6 1 4409 19 17 0 1 0 23771688 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22169/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 44.35
Current children cumulated vsize (KiB) 16868

[startup+45.0019 s]
/proc/loadavg: 2.02 2.06 2.18 3/85 22203
/proc/meminfo: memFree=1151456/2055920 swapFree=4192812/4192956
[pid=22169] ppid=22167 vsize=16868 CPUtime=44.35
/proc/22169/stat : 22169 (sugar) S 22167 22169 18714 0 -1 4194304 1447 24580 0 2 6 1 4409 19 16 0 1 0 23771688 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22169/statm: 4217 1112 409 3 0 796 0
[pid=22194] ppid=22169 vsize=5356 CPUtime=0
/proc/22194/stat : 22194 (sh) S 22169 22169 18714 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23776176 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22194/statm: 1339 233 193 169 0 50 0
[pid=22195] ppid=22194 vsize=864128 CPUtime=0.1
/proc/22195/stat : 22195 (java) S 22194 22169 18714 0 -1 0 3299 0 1 0 8 2 0 0 18 0 9 0 23776177 884867072 2770 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22195/statm: 216032 2770 1595 9 0 210544 0
[pid=22195/tid=22196] ppid=22194 vsize=864128 CPUtime=0.07
/proc/22195/task/22196/stat : 22196 (java) R 22194 22169 18714 0 -1 64 2320 0 1 0 6 1 0 0 20 0 9 0 23776178 884867072 2770 996147200 134512640 134550932 4294955984 18446744073709551615 4159514095 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22195/tid=22197] ppid=22194 vsize=864128 CPUtime=0
/proc/22195/task/22197/stat : 22197 (java) S 22194 22169 18714 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 23776179 884867072 2770 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22195/tid=22198] ppid=22194 vsize=864128 CPUtime=0
/proc/22195/task/22198/stat : 22198 (java) S 22194 22169 18714 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 23776179 884867072 2770 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22195/tid=22199] ppid=22194 vsize=864128 CPUtime=0
/proc/22195/task/22199/stat : 22199 (java) S 22194 22169 18714 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 23776179 884867072 2770 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22195/tid=22200] ppid=22194 vsize=864128 CPUtime=0
/proc/22195/task/22200/stat : 22200 (java) S 22194 22169 18714 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23776181 884867072 2770 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22195/tid=22201] ppid=22194 vsize=864128 CPUtime=0.01
/proc/22195/task/22201/stat : 22201 (java) S 22194 22169 18714 0 -1 64 283 0 0 0 1 0 0 0 18 0 9 0 23776181 884867072 2770 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22195/tid=22202] ppid=22194 vsize=864128 CPUtime=0
/proc/22195/task/22202/stat : 22202 (java) S 22194 22169 18714 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23776181 884867072 2770 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22195/tid=22203] ppid=22194 vsize=864128 CPUtime=0
/proc/22195/task/22203/stat : 22203 (java) S 22194 22169 18714 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23776181 884867072 2770 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 44.45
Current children cumulated vsize (KiB) 886352

Child status: 0
Real time (s): 45.0549
CPU time (s): 44.4882
CPU user time (s): 44.2473
CPU system time (s): 0.240963
CPU usage (%): 98.7422
Max. virtual memory (cumulated for all children) (KiB): 886712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 44.2473
system time used= 0.240963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29849
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= 2968
involuntary context switches= 3778

runsolver used 0.057991 second user time and 0.170974 second system time

The end

Launcher Data

Begin job on node39 at 2009-07-12 04:51:16
IDJOB=2078507
IDBENCH=56760
IDSOLVER=739
FILE ID=node39/2078507-1247367076
PBS_JOBID= 9507055
Free space on /tmp= 66224 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-3-20-20-fcd/normalized-rand-3-20-20-60-632-fcd-35_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2078507-1247367076/watcher-2078507-1247367076 -o /tmp/evaluation-result-2078507-1247367076/solver-2078507-1247367076 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2078507-1247367076.xml

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

MD5SUM BENCH= ab38c2036f3b1b0ab354ce542948959c
RANDOM SEED=569677828

node39.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.236
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.236
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:       1164440 kB
Buffers:         45888 kB
Cached:         493624 kB
SwapCached:          0 kB
Active:         630352 kB
Inactive:       180648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1164440 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2536 kB
Writeback:           0 kB
Mapped:         282628 kB
Slab:            65148 kB
Committed_AS:   427652 kB
PageTables:       2368 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= 66224 MiB
End job on node39 at 2009-07-12 04:52:02