Trace number 2060929

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+minisatUNSAT 97.2862 98.3045

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-22-22.xml
MD5SUMe23ca055df0c6e4fbd5c341fa6a6c6fa
Bench CategoryAlldiff+Cumul+Elt+WSum (alldiff,cumulative,element,weightedsum)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.52677
Satisfiable
(Un)Satisfiability was proved
Number of variables968
Number of constraints1158
Maximum constraint arity22
Maximum domain size61
Number of constraints which are defined in extension0
Number of constraints which are defined in intension925
Global constraints used (with number of constraints)cumulative(2),weightedsum(231)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 17:30:49 2009
0.00/0.08	c 0	PID 13306
0.00/0.08	c 0	HOST node36.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2060929-1247326249.xml TO HOME/temp.csp
0.00/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-2060929-1247326249.xml' 'HOME/temp.csp'
0.07/0.82	c 1	23 domains, 968 variables, 2 predicates, 0 relations, 1158 constraints
0.07/0.82	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.82	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.79/0.90	c 1	Parsing HOME/temp.csp
0.79/1.00	c 1	parsed 2151 expressions
0.79/1.01	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.79/1.01	c 1	Converting to clausal form CSP
0.79/1.03	c 1	converted 216 (10%) expressions
0.79/1.04	c 1	converted 431 (20%) expressions
0.79/1.04	c 1	converted 646 (30%) expressions
0.79/1.05	c 1	converted 861 (40%) expressions
1.05/1.18	c 1	converted 1076 (50%) expressions
1.14/1.24	c 1	converted 1291 (60%) expressions
1.14/1.27	c 1	converted 1506 (70%) expressions
1.14/1.29	c 1	converted 1721 (80%) expressions
1.24/1.32	c 1	converted 1936 (90%) expressions
1.84/1.92	c 2	converted 2151 (100%) expressions
1.84/1.92	c 2	CSP : 4018 integers, 1638 booleans, 11528 clauses, largest domain size 62
1.84/1.92	c 2	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.84/1.92	c 2	Propagation in CSP
1.84/1.97	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.84/1.97	c 2	CSP : 4018 integers, 1638 booleans, 11528 clauses, largest domain size 62
1.84/1.97	c 2	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.84/1.99	c 2	Simplifing CSP by introducing new Boolean variables
1.93/2.00	c 2	CSP : 4018 integers, 1638 booleans, 11528 clauses, largest domain size 62
1.93/2.00	c 2	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.93/2.07	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.93/2.09	c 2	402 (10%) CSP integer variables are encoded (2094 clauses, 25115 bytes)
1.93/2.09	c 2	804 (20%) CSP integer variables are encoded (2094 clauses, 25115 bytes)
1.93/2.09	c 2	1206 (30%) CSP integer variables are encoded (3345 clauses, 41378 bytes)
2.03/2.10	c 2	1608 (40%) CSP integer variables are encoded (5416 clauses, 68301 bytes)
2.03/2.10	c 2	2009 (50%) CSP integer variables are encoded (7640 clauses, 97213 bytes)
2.03/2.11	c 2	2411 (60%) CSP integer variables are encoded (9864 clauses, 129966 bytes)
2.03/2.11	c 2	2813 (70%) CSP integer variables are encoded (12088 clauses, 163326 bytes)
2.03/2.11	c 2	3215 (80%) CSP integer variables are encoded (14159 clauses, 194391 bytes)
2.03/2.12	c 2	3617 (90%) CSP integer variables are encoded (16462 clauses, 228936 bytes)
2.03/2.12	c 2	4018 (100%) CSP integer variables are encoded (18746 clauses, 263196 bytes)
2.12/2.26	c 2	1153 (10%) CSP clauses are encoded (65016 clauses, 1039877 bytes)
2.23/2.35	c 2	2306 (20%) CSP clauses are encoded (93162 clauses, 1590709 bytes)
2.32/2.47	c 2	3459 (30%) CSP clauses are encoded (107567 clauses, 1981594 bytes)
2.41/2.57	c 2	4612 (40%) CSP clauses are encoded (118124 clauses, 2263321 bytes)
2.52/2.67	c 2	5764 (50%) CSP clauses are encoded (129735 clauses, 2576765 bytes)
2.71/2.86	c 3	6917 (60%) CSP clauses are encoded (184568 clauses, 3700561 bytes)
2.82/2.99	c 3	8070 (70%) CSP clauses are encoded (199401 clauses, 4171607 bytes)
2.92/3.08	c 3	9223 (80%) CSP clauses are encoded (210385 clauses, 4513080 bytes)
3.01/3.19	c 3	10376 (90%) CSP clauses are encoded (222161 clauses, 4880339 bytes)
3.21/3.38	c 3	11528 (100%) CSP clauses are encoded (275974 clauses, 6052139 bytes)
3.21/3.38	c 3	11528 CSP clauses encoded
3.21/3.38	c 3	Writing map file : HOME/temp.map
3.21/3.39	c 3	Heap : 7 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.21/3.40	c 3	SAT : 24352 SAT variables, 275974 SAT clauses, 6052139 bytes
3.21/3.40	c 3	Heap : 7 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.30/3.44	c 3	SOLVING HOME/temp.cnf
3.30/3.44	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.30/3.44	c 3	This is MiniSat 2.0 beta
3.30/3.44	c 3	WARNING: for repeatability, setting FPU to use double precision
3.30/3.44	c 3	============================[ Problem Statistics ]=============================
3.30/3.44	c 3	|                                                                             |
3.30/3.44	c 3	|  Number of variables:  24352                                                |
3.30/3.44	c 3	|  Number of clauses:    275974                                               |
3.32/3.60	c 3	|  Parsing time:         0.13         s                                       |
3.32/3.61	c 3	============================[ Search Statistics ]==============================
3.32/3.61	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.32/3.61	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.32/3.61	c 3	===============================================================================
3.32/3.61	c 3	|         0 |   24352   275974   950188 |    91991        0    nan |  0.000 % |
3.32/3.76	c 4	|       101 |   24352   275974   950188 |   101190      101     20 |  0.000 % |
3.32/4.01	c 4	|       251 |   24352   275974   950188 |   111309      251     20 |  0.000 % |
3.32/4.26	c 4	|       477 |   24352   275974   950188 |   122440      477     18 |  0.000 % |
4.46/4.67	c 4	|       816 |   24352   275974   950188 |   134684      816     19 |  0.000 % |
5.25/5.40	c 5	|      1323 |   24352   275974   950188 |   148152     1323     20 |  0.000 % |
6.54/6.78	c 7	|      2083 |   24352   275974   950188 |   162968     2083     25 |  0.000 % |
7.92/8.19	c 8	|      3222 |   24352   275974   950188 |   179265     3222     25 |  0.000 % |
10.40/10.69	c 10	|      4930 |   24352   275974   950188 |   197191     4930     24 |  0.000 % |
13.67/13.98	c 14	|      7492 |   24352   275974   950188 |   216910     7492     24 |  0.000 % |
19.12/19.47	c 19	|     11337 |   24352   275974   950188 |   238601    11337     24 |  0.000 % |
28.23/28.64	c 28	|     17104 |   24351   275971   950182 |   262462    17102     23 |  0.230 % |
45.06/45.69	c 45	|     25753 |   24296   275347   947835 |   288708    25751     23 |  0.230 % |
71.32/72.10	c 72	|     38728 |   24294   275287   947564 |   317579    33069     22 |  0.238 % |
96.97/98.07	c 98	===============================================================================
96.97/98.07	c 98	restarts              : 14
96.97/98.07	c 98	conflicts             : 51295          (548 /sec)
96.97/98.07	c 98	decisions             : 60760          (1.61 % random) (649 /sec)
96.97/98.07	c 98	propagations          : 100771917      (1075661 /sec)
96.97/98.07	c 98	conflict literals     : 1118098        (45.24 % deleted)
96.97/98.07	c 98	Memory used           : 21.67 MB
96.97/98.07	c 98	CPU time              : 93.6838 s
96.97/98.07	c 98	
96.97/98.07	c 98	UNSATISFIABLE
96.97/98.07	c 98	DECODING HOME/temp.out WITH HOME/temp.map
96.97/98.07	c 98	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'
97.07/98.16	c 98	Decoding HOME/temp.out
97.07/98.26	s UNSATISFIABLE
97.07/98.27	c 98	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
97.07/98.30	c 98	CPU 97.26 (0.06 0.02 96.94 0.24)
97.07/98.30	c 98	END Sat Jul 11 17:32:27 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2060929-1247326249/watcher-2060929-1247326249 -o /tmp/evaluation-result-2060929-1247326249/solver-2060929-1247326249 -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-2060929-1247326249.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 13306
/proc/meminfo: memFree=1406232/2055920 swapFree=4192956/4192956
[pid=13306] ppid=13304 vsize=18576 CPUtime=0
/proc/13306/stat : 13306 (runsolver) R 13304 13306 12414 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 19689553 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 240907775271 0 0 4096 24578 0 0 0 17 1 0 0
/proc/13306/statm: 4644 284 249 26 0 2626 0

[startup+0.101592 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 13306
/proc/meminfo: memFree=1406232/2055920 swapFree=4192956/4192956
[pid=13306] ppid=13304 vsize=16868 CPUtime=0.07
/proc/13306/stat : 13306 (sugar) S 13304 13306 12414 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 19689553 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13306/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.202593 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 13306
/proc/meminfo: memFree=1406232/2055920 swapFree=4192956/4192956
[pid=13306] ppid=13304 vsize=16868 CPUtime=0.07
/proc/13306/stat : 13306 (sugar) S 13304 13306 12414 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 19689553 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13306/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302598 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 13306
/proc/meminfo: memFree=1406232/2055920 swapFree=4192956/4192956
[pid=13306] ppid=13304 vsize=16868 CPUtime=0.07
/proc/13306/stat : 13306 (sugar) S 13304 13306 12414 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 19689553 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13306/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.70164 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 13306
/proc/meminfo: memFree=1406232/2055920 swapFree=4192956/4192956
[pid=13306] ppid=13304 vsize=16868 CPUtime=0.07
/proc/13306/stat : 13306 (sugar) S 13304 13306 12414 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 19689553 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13306/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50172 s]
/proc/loadavg: 1.93 1.98 1.99 3/85 13328
/proc/meminfo: memFree=1396096/2055920 swapFree=4192956/4192956
[pid=13306] ppid=13304 vsize=16868 CPUtime=0.79
/proc/13306/stat : 13306 (sugar) S 13304 13306 12414 0 -1 4194304 1309 5102 0 1 5 2 69 3 16 0 1 0 19689553 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13306/statm: 4217 1111 409 3 0 796 0
[pid=13319] ppid=13306 vsize=5356 CPUtime=0
/proc/13319/stat : 13319 (sh) S 13306 13306 12414 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19689636 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13319/statm: 1339 233 193 169 0 50 0
[pid=13320] ppid=13319 vsize=868656 CPUtime=0.64
/proc/13320/stat : 13320 (java) S 13319 13306 12414 0 -1 0 6134 0 1 0 61 3 0 0 18 0 9 0 19689636 889503744 5514 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13320/statm: 217164 5514 1855 9 0 211669 0
[pid=13320/tid=13321] ppid=13319 vsize=868656 CPUtime=0.38
/proc/13320/task/13321/stat : 13321 (java) R 13319 13306 12414 0 -1 64 2687 0 1 0 38 0 0 0 20 0 9 0 19689637 889503744 5514 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13320/tid=13322] ppid=13319 vsize=868656 CPUtime=0.05
/proc/13320/task/13322/stat : 13322 (java) R 13319 13306 12414 0 -1 64 1269 0 0 0 5 0 0 0 16 0 9 0 19689638 889503744 5514 996147200 134512640 134550932 4294955936 18446744073709551615 104516081 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13320/tid=13323] ppid=13319 vsize=868656 CPUtime=0
/proc/13320/task/13323/stat : 13323 (java) S 13319 13306 12414 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 19689638 889503744 5514 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13320/tid=13324] ppid=13319 vsize=868656 CPUtime=0
/proc/13320/task/13324/stat : 13324 (java) S 13319 13306 12414 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 19689638 889503744 5514 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13320/tid=13325] ppid=13319 vsize=868656 CPUtime=0
/proc/13320/task/13325/stat : 13325 (java) S 13319 13306 12414 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19689640 889503744 5514 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13320/tid=13326] ppid=13319 vsize=868656 CPUtime=0.18
/proc/13320/task/13326/stat : 13326 (java) S 13319 13306 12414 0 -1 64 1484 0 0 0 17 1 0 0 16 0 9 0 19689640 889503744 5514 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13320/tid=13327] ppid=13319 vsize=868656 CPUtime=0
/proc/13320/task/13327/stat : 13327 (java) S 13319 13306 12414 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19689640 889503744 5514 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13320/tid=13328] ppid=13319 vsize=868656 CPUtime=0
/proc/13320/task/13328/stat : 13328 (java) S 13319 13306 12414 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19689640 889503744 5514 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890880

[startup+3.10288 s]
/proc/loadavg: 1.93 1.98 1.99 3/85 13328
/proc/meminfo: memFree=1381376/2055920 swapFree=4192956/4192956
[pid=13306] ppid=13304 vsize=16868 CPUtime=0.79
/proc/13306/stat : 13306 (sugar) S 13304 13306 12414 0 -1 4194304 1310 5102 0 1 5 2 69 3 15 0 1 0 19689553 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13306/statm: 4217 1111 409 3 0 796 0
[pid=13319] ppid=13306 vsize=5356 CPUtime=0
/proc/13319/stat : 13319 (sh) S 13306 13306 12414 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19689636 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13319/statm: 1339 233 193 169 0 50 0
[pid=13320] ppid=13319 vsize=868704 CPUtime=2.22
/proc/13320/stat : 13320 (java) S 13319 13306 12414 0 -1 0 8725 0 1 0 212 10 0 0 18 0 9 0 19689636 889552896 7720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13320/statm: 217176 7720 2591 9 0 211653 0
[pid=13320/tid=13321] ppid=13319 vsize=868704 CPUtime=1.62
/proc/13320/task/13321/stat : 13321 (java) R 13319 13306 12414 0 -1 64 2936 0 1 0 157 5 0 0 25 0 9 0 19689637 889552896 7720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13320/tid=13322] ppid=13319 vsize=868704 CPUtime=0.32
/proc/13320/task/13322/stat : 13322 (java) S 13319 13306 12414 0 -1 64 3550 0 0 0 30 2 0 0 16 0 9 0 19689638 889552896 7720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13320/tid=13323] ppid=13319 vsize=868704 CPUtime=0
/proc/13320/task/13323/stat : 13323 (java) S 13319 13306 12414 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19689638 889552896 7720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13320/tid=13324] ppid=13319 vsize=868704 CPUtime=0
/proc/13320/task/13324/stat : 13324 (java) S 13319 13306 12414 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19689638 889552896 7720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13320/tid=13325] ppid=13319 vsize=868704 CPUtime=0
/proc/13320/task/13325/stat : 13325 (java) S 13319 13306 12414 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19689640 889552896 7720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13320/tid=13326] ppid=13319 vsize=868704 CPUtime=0.26
/proc/13320/task/13326/stat : 13326 (java) S 13319 13306 12414 0 -1 64 1539 0 0 0 25 1 0 0 16 0 9 0 19689640 889552896 7720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13320/tid=13327] ppid=13319 vsize=868704 CPUtime=0
/proc/13320/task/13327/stat : 13327 (java) S 13319 13306 12414 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19689640 889552896 7720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13320/tid=13328] ppid=13319 vsize=868704 CPUtime=0
/proc/13320/task/13328/stat : 13328 (java) S 13319 13306 12414 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19689640 889552896 7720 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) 890928

[startup+6.3022 s]
/proc/loadavg: 1.93 1.98 1.99 3/77 13330
/proc/meminfo: memFree=1381120/2055920 swapFree=4192956/4192956
[pid=13306] ppid=13304 vsize=16868 CPUtime=3.32
/proc/13306/stat : 13306 (sugar) S 13304 13306 12414 0 -1 4194304 1376 14183 0 2 6 2 309 15 15 0 1 0 19689553 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13306/statm: 4217 1113 409 3 0 796 0
[pid=13329] ppid=13306 vsize=5356 CPUtime=0
/proc/13329/stat : 13329 (sh) S 13306 13306 12414 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19689897 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13329/statm: 1339 232 193 169 0 50 0
[pid=13330] ppid=13329 vsize=16596 CPUtime=2.83
/proc/13330/stat : 13330 (minisat) R 13329 13306 12414 0 -1 4194304 3974 0 0 0 281 2 0 0 25 0 1 0 19689898 16994304 3960 996147200 134512640 135127466 4294956256 18446744073709551615 134531123 0 0 4096 3 0 0 0 17 1 0 0
/proc/13330/statm: 4149 3960 76 150 0 3996 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 38820

[startup+12.7018 s]
/proc/loadavg: 1.94 1.98 1.99 3/77 13330
/proc/meminfo: memFree=1380352/2055920 swapFree=4192956/4192956
[pid=13306] ppid=13304 vsize=16868 CPUtime=3.32
/proc/13306/stat : 13306 (sugar) S 13304 13306 12414 0 -1 4194304 1376 14183 0 2 6 2 309 15 16 0 1 0 19689553 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13306/statm: 4217 1113 409 3 0 796 0
[pid=13329] ppid=13306 vsize=5356 CPUtime=0
/proc/13329/stat : 13329 (sh) S 13306 13306 12414 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19689897 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13329/statm: 1339 232 193 169 0 50 0
[pid=13330] ppid=13329 vsize=17256 CPUtime=9.16
/proc/13330/stat : 13330 (minisat) R 13329 13306 12414 0 -1 4194304 4142 0 0 0 914 2 0 0 25 0 1 0 19689898 17670144 4128 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13330/statm: 4314 4128 76 150 0 4161 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 39480

[startup+25.5021 s]
/proc/loadavg: 1.95 1.98 1.99 3/77 13330
/proc/meminfo: memFree=1379264/2055920 swapFree=4192956/4192956
[pid=13306] ppid=13304 vsize=16868 CPUtime=3.32
/proc/13306/stat : 13306 (sugar) S 13304 13306 12414 0 -1 4194304 1376 14183 0 2 6 2 309 15 16 0 1 0 19689553 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13306/statm: 4217 1113 409 3 0 796 0
[pid=13329] ppid=13306 vsize=5356 CPUtime=0
/proc/13329/stat : 13329 (sh) S 13306 13306 12414 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19689897 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13329/statm: 1339 232 193 169 0 50 0
[pid=13330] ppid=13329 vsize=18444 CPUtime=21.84
/proc/13330/stat : 13330 (minisat) R 13329 13306 12414 0 -1 4194304 4452 0 0 0 2181 3 0 0 25 0 1 0 19689898 18886656 4438 996147200 134512640 135127466 4294956256 18446744073709551615 134528349 0 0 4096 3 0 0 0 17 1 0 0
/proc/13330/statm: 4611 4438 76 150 0 4458 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 40668

[startup+51.1027 s]
/proc/loadavg: 1.96 1.98 1.99 3/77 13330
/proc/meminfo: memFree=1377536/2055920 swapFree=4192956/4192956
[pid=13306] ppid=13304 vsize=16868 CPUtime=3.32
/proc/13306/stat : 13306 (sugar) S 13304 13306 12414 0 -1 4194304 1376 14183 0 2 6 2 309 15 16 0 1 0 19689553 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13306/statm: 4217 1113 409 3 0 796 0
[pid=13329] ppid=13306 vsize=5356 CPUtime=0
/proc/13329/stat : 13329 (sh) S 13306 13306 12414 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19689897 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13329/statm: 1339 232 193 169 0 50 0
[pid=13330] ppid=13329 vsize=20256 CPUtime=47.19
/proc/13330/stat : 13330 (minisat) R 13329 13306 12414 0 -1 4194304 4895 0 0 0 4716 3 0 0 25 0 1 0 19689898 20742144 4881 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13330/statm: 5064 4881 76 150 0 4911 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 42480

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

[startup+51.2027 s]
/proc/loadavg: 1.96 1.98 1.99 3/77 13330
/proc/meminfo: memFree=1377536/2055920 swapFree=4192956/4192956
[pid=13306] ppid=13304 vsize=16868 CPUtime=3.32
/proc/13306/stat : 13306 (sugar) S 13304 13306 12414 0 -1 4194304 1376 14183 0 2 6 2 309 15 16 0 1 0 19689553 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13306/statm: 4217 1113 409 3 0 796 0
[pid=13329] ppid=13306 vsize=5356 CPUtime=0
/proc/13329/stat : 13329 (sh) S 13306 13306 12414 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19689897 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13329/statm: 1339 232 193 169 0 50 0
[pid=13330] ppid=13329 vsize=20256 CPUtime=47.29
/proc/13330/stat : 13330 (minisat) R 13329 13306 12414 0 -1 4194304 4897 0 0 0 4726 3 0 0 25 0 1 0 19689898 20742144 4883 996147200 134512640 135127466 4294956256 18446744073709551615 134522637 0 0 4096 3 0 0 0 17 1 0 0
/proc/13330/statm: 5064 4883 76 150 0 4911 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 42480

[startup+76.8022 s]
/proc/loadavg: 1.98 1.98 1.99 3/77 13330
/proc/meminfo: memFree=1376448/2055920 swapFree=4192956/4192956
[pid=13306] ppid=13304 vsize=16868 CPUtime=3.32
/proc/13306/stat : 13306 (sugar) S 13304 13306 12414 0 -1 4194304 1376 14183 0 2 6 2 309 15 16 0 1 0 19689553 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13306/statm: 4217 1113 409 3 0 796 0
[pid=13329] ppid=13306 vsize=5356 CPUtime=0
/proc/13329/stat : 13329 (sh) S 13306 13306 12414 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19689897 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13329/statm: 1339 232 193 169 0 50 0
[pid=13330] ppid=13329 vsize=21180 CPUtime=72.66
/proc/13330/stat : 13330 (minisat) R 13329 13306 12414 0 -1 4194304 5131 0 0 0 7262 4 0 0 25 0 1 0 19689898 21688320 5117 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/13330/statm: 5295 5117 76 150 0 5142 0
Current children cumulated CPU time (s) 75.98
Current children cumulated vsize (KiB) 43404

[startup+89.6015 s]
/proc/loadavg: 1.98 1.98 1.99 3/77 13330
/proc/meminfo: memFree=1375552/2055920 swapFree=4192956/4192956
[pid=13306] ppid=13304 vsize=16868 CPUtime=3.32
/proc/13306/stat : 13306 (sugar) S 13304 13306 12414 0 -1 4194304 1376 14183 0 2 6 2 309 15 16 0 1 0 19689553 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13306/statm: 4217 1113 409 3 0 796 0
[pid=13329] ppid=13306 vsize=5356 CPUtime=0
/proc/13329/stat : 13329 (sh) S 13306 13306 12414 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19689897 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13329/statm: 1339 232 193 169 0 50 0
[pid=13330] ppid=13329 vsize=21920 CPUtime=85.33
/proc/13330/stat : 13330 (minisat) R 13329 13306 12414 0 -1 4194304 5309 0 0 0 8529 4 0 0 25 0 1 0 19689898 22446080 5295 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13330/statm: 5480 5295 76 150 0 5327 0
Current children cumulated CPU time (s) 88.65
Current children cumulated vsize (KiB) 44144

[startup+92.8028 s]
/proc/loadavg: 1.98 1.98 1.99 3/77 13330
/proc/meminfo: memFree=1375360/2055920 swapFree=4192956/4192956
[pid=13306] ppid=13304 vsize=16868 CPUtime=3.32
/proc/13306/stat : 13306 (sugar) S 13304 13306 12414 0 -1 4194304 1376 14183 0 2 6 2 309 15 16 0 1 0 19689553 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13306/statm: 4217 1113 409 3 0 796 0
[pid=13329] ppid=13306 vsize=5356 CPUtime=0
/proc/13329/stat : 13329 (sh) S 13306 13306 12414 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19689897 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13329/statm: 1339 232 193 169 0 50 0
[pid=13330] ppid=13329 vsize=22184 CPUtime=88.5
/proc/13330/stat : 13330 (minisat) R 13329 13306 12414 0 -1 4194304 5356 0 0 0 8846 4 0 0 25 0 1 0 19689898 22716416 5342 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13330/statm: 5546 5342 76 150 0 5393 0
Current children cumulated CPU time (s) 91.82
Current children cumulated vsize (KiB) 44408

[startup+96.0011 s]
/proc/loadavg: 1.98 1.98 1.99 3/77 13330
/proc/meminfo: memFree=1375296/2055920 swapFree=4192956/4192956
[pid=13306] ppid=13304 vsize=16868 CPUtime=3.32
/proc/13306/stat : 13306 (sugar) S 13304 13306 12414 0 -1 4194304 1376 14183 0 2 6 2 309 15 16 0 1 0 19689553 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13306/statm: 4217 1113 409 3 0 796 0
[pid=13329] ppid=13306 vsize=5356 CPUtime=0
/proc/13329/stat : 13329 (sh) S 13306 13306 12414 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19689897 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13329/statm: 1339 232 193 169 0 50 0
[pid=13330] ppid=13329 vsize=22184 CPUtime=91.67
/proc/13330/stat : 13330 (minisat) R 13329 13306 12414 0 -1 4194304 5374 0 0 0 9163 4 0 0 25 0 1 0 19689898 22716416 5360 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 1 0 0
/proc/13330/statm: 5546 5360 76 150 0 5393 0
Current children cumulated CPU time (s) 94.99
Current children cumulated vsize (KiB) 44408

[startup+97.6013 s]
/proc/loadavg: 1.98 1.98 1.99 3/77 13330
/proc/meminfo: memFree=1375296/2055920 swapFree=4192956/4192956
[pid=13306] ppid=13304 vsize=16868 CPUtime=3.32
/proc/13306/stat : 13306 (sugar) S 13304 13306 12414 0 -1 4194304 1376 14183 0 2 6 2 309 15 16 0 1 0 19689553 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13306/statm: 4217 1113 409 3 0 796 0
[pid=13329] ppid=13306 vsize=5356 CPUtime=0
/proc/13329/stat : 13329 (sh) S 13306 13306 12414 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19689897 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13329/statm: 1339 232 193 169 0 50 0
[pid=13330] ppid=13329 vsize=22184 CPUtime=93.26
/proc/13330/stat : 13330 (minisat) R 13329 13306 12414 0 -1 4194304 5374 0 0 0 9322 4 0 0 25 0 1 0 19689898 22716416 5360 996147200 134512640 135127466 4294956256 18446744073709551615 134530837 0 0 4096 3 0 0 0 17 1 0 0
/proc/13330/statm: 5546 5360 76 150 0 5393 0
Current children cumulated CPU time (s) 96.58
Current children cumulated vsize (KiB) 44408

[startup+98.0063 s]
/proc/loadavg: 1.98 1.98 1.99 3/77 13330
/proc/meminfo: memFree=1375296/2055920 swapFree=4192956/4192956
[pid=13306] ppid=13304 vsize=16868 CPUtime=3.32
/proc/13306/stat : 13306 (sugar) S 13304 13306 12414 0 -1 4194304 1376 14183 0 2 6 2 309 15 16 0 1 0 19689553 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13306/statm: 4217 1113 409 3 0 796 0
[pid=13329] ppid=13306 vsize=5356 CPUtime=0
/proc/13329/stat : 13329 (sh) S 13306 13306 12414 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19689897 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13329/statm: 1339 232 193 169 0 50 0
[pid=13330] ppid=13329 vsize=22184 CPUtime=93.65
/proc/13330/stat : 13330 (minisat) R 13329 13306 12414 0 -1 4194304 5374 0 0 0 9361 4 0 0 25 0 1 0 19689898 22716416 5360 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13330/statm: 5546 5360 76 150 0 5393 0
Current children cumulated CPU time (s) 96.97
Current children cumulated vsize (KiB) 44408

[startup+98.2013 s]
/proc/loadavg: 1.98 1.98 1.99 3/77 13330
/proc/meminfo: memFree=1375296/2055920 swapFree=4192956/4192956
[pid=13306] ppid=13304 vsize=16868 CPUtime=97.07
/proc/13306/stat : 13306 (sugar) S 13304 13306 12414 0 -1 4194304 1448 19851 0 2 6 2 9678 21 16 0 1 0 19689553 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13306/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 97.07
Current children cumulated vsize (KiB) 16868

[startup+98.3044 s]
/proc/loadavg: 1.98 1.98 1.99 3/77 13330
/proc/meminfo: memFree=1375296/2055920 swapFree=4192956/4192956
[pid=13306] ppid=13304 vsize=0 CPUtime=97.27
/proc/13306/stat : 13306 (sugar) Z 13304 13306 12414 0 -1 4194316 1537 23768 0 3 6 3 9694 24 15 0 1 0 19689553 0 0 996147200 0 0 0 0 0 0 0 4224 16386 18446744071563351923 0 0 17 1 0 0
/proc/13306/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 97.27
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 98.3045
CPU time (s): 97.2862
CPU user time (s): 97.0092
CPU system time (s): 0.276957
CPU usage (%): 98.9641
Max. virtual memory (cumulated for all children) (KiB): 890928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 97.0093
system time used= 0.276957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25305
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= 4333
involuntary context switches= 6227

runsolver used 0.131979 second user time and 0.332949 second system time

The end

Launcher Data

Begin job on node36 at 2009-07-11 17:30:49
IDJOB=2060929
IDBENCH=53762
IDSOLVER=739
FILE ID=node36/2060929-1247326249
PBS_JOBID= 9506556
Free space on /tmp= 66392 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/allsquaresUnsat/normalized-squaresUnsat-22-22.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-2060929-1247326249/watcher-2060929-1247326249 -o /tmp/evaluation-result-2060929-1247326249/solver-2060929-1247326249 -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-2060929-1247326249.xml

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

MD5SUM BENCH= e23ca055df0c6e4fbd5c341fa6a6c6fa
RANDOM SEED=1993739678

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:       1406648 kB
Buffers:         42516 kB
Cached:         516444 kB
SwapCached:          0 kB
Active:         129496 kB
Inactive:       455748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1406648 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1632 kB
Writeback:           0 kB
Mapped:          37408 kB
Slab:            49268 kB
Committed_AS:   135780 kB
PageTables:       1772 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= 66388 MiB
End job on node36 at 2009-07-11 17:32:27