Trace number 239110

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, and are wall clock time (not CPU 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 0.40SAT 885.741 887.701

General information on the benchmark

Nameqcp-qwh/QCP-25/
qcp-25-264-1_ext.xml
MD5SUM6da7049e947d87cbb0f89c14dfc9bf39
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark88.7645
SatisfiableYES
(Un)Satisfiability was proved
Number of variables625
Number of constraints15000
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension15000
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.13	c # Sugar v0-40 (/tmp/evaluation/239110-1170108891/sugar-v0-40.jar)
0.13	
0.14	c # MAIN  BEGIN : /tmp/evaluation/239110-1170108891/unknown.xml [Mon Jan 29 23:14:52 2007]
0.14	c # CONVERT_XML  BEGIN : /tmp/evaluation/239110-1170108891/unknown.xml /tmp/evaluation/239110-1170108891/sugar24968.csp [Mon Jan 29 23:14:52 2007]
0.14	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/239110-1170108891/sugar-v0-40.jar -convert /tmp/evaluation/239110-1170108891/unknown.xml /tmp/evaluation/239110-1170108891/sugar24968.csp
0.45	c BEGIN convert /tmp/evaluation/239110-1170108891/unknown.xml
1.54	c END convert (1.094033 seconds)
1.56	c # CONVERT_XML  END : /tmp/evaluation/239110-1170108891/sugar24968.csp 2481179 bytes (1 seconds) [Mon Jan 29 23:14:53 2007]
1.56	c # CONVERT_XML  CPU : 1.16 = 0 + 0 + 1.05 + 0.11
1.56	
1.56	c # GENERATE_SAT  BEGIN : /tmp/evaluation/239110-1170108891/sugar24968.bcnf [Mon Jan 29 23:14:53 2007]
1.56	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/239110-1170108891/sugar-v0-40.jar -bcnf -map /tmp/evaluation/239110-1170108891/sugar24968.map /tmp/evaluation/239110-1170108891/sugar24968.csp /tmp/evaluation/239110-1170108891/sugar24968.bcnf
1.67	c BEGIN parse /tmp/evaluation/239110-1170108891/sugar24968.csp
9.80	c END parse (8.125602 seconds)
9.80	c BEGIN simplify
9.83	c END simplify (0.033711 seconds)
9.83	c BEGIN encode /tmp/evaluation/239110-1170108891/sugar24968.bcnf
10.23	c END encode (0.400204 seconds)
10.30	c # GENERATE_SAT  END : 6336 variables 76934 clauses 1386396 bytes (9 seconds) [Mon Jan 29 23:15:02 2007]
10.30	c # GENERATE_SAT  CPU : 8.59 = 0 + 0 + 8.38 + 0.21
10.30	
10.30	c # SOLVE_SAT  BEGIN : /tmp/evaluation/239110-1170108891/sugar24968.bcnf [Mon Jan 29 23:15:02 2007]
10.30	c # CMD : /tmp/evaluation/239110-1170108891/minisat /tmp/evaluation/239110-1170108891/sugar24968.bcnf /tmp/evaluation/239110-1170108891/sugar24968.out
10.35	c ==================================[MINISAT]===================================
10.35	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
10.35	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
10.35	c ==============================================================================
10.35	c |         0 |   44211   162849 |   14737       0        0     nan |  0.000 % |
10.37	c |       100 |   44211   162849 |   16210     100     1354    13.5 | 34.123 % |
10.38	c |       251 |   44211   162849 |   17831     251     2963    11.8 | 34.123 % |
10.41	c |       477 |   44211   162849 |   19614     477     5376    11.3 | 34.122 % |
10.44	c |       815 |   44211   162849 |   21576     815     8356    10.3 | 34.123 % |
10.48	c |      1321 |   44214   162849 |   23734    1318    13275    10.1 | 34.123 % |
10.61	c |      2081 |   44214   162849 |   26107    2078    31830    15.3 | 34.122 % |
10.85	c |      3220 |   44214   162849 |   28718    3217    64667    20.1 | 34.123 % |
11.23	c |      4928 |   44215   162849 |   31590    4924   116181    23.6 | 34.123 % |
11.81	c |      7491 |   44215   162849 |   34749    7487   188656    25.2 | 34.123 % |
12.90	c |     11336 |   44216   162849 |   38223   11331   309800    27.3 | 34.123 % |
14.92	c |     17102 |   44217   162849 |   42046   17096   494728    28.9 | 34.123 % |
18.54	c |     25751 |   44218   162849 |   46251   25744   751340    29.2 | 34.123 % |
26.59	c |     38726 |   44218   162849 |   50876   38719  1221233    31.5 | 34.122 % |
40.22	c |     58188 |   44218   162849 |   55963   18844   675403    35.8 | 34.123 % |
62.45	c |     87380 |   44220   162849 |   61560   48034  1889539    39.3 | 34.123 % |
97.77	c |    131169 |   44221   162849 |   67716   42594  1616709    38.0 | 34.123 % |
153.89	c |    196853 |   44224   162849 |   74487   54713  2126363    38.9 | 34.122 % |
240.83	c |    295381 |   44227   162849 |   81936   33332  1255985    37.7 | 34.123 % |
391.16	c |    443171 |   44240   162849 |   90130   50935  1892068    37.1 | 34.123 % |
653.30	c |    664856 |   44067   162149 |   99143   52110  1960075    37.6 | 34.501 % |
887.44	c ==============================================================================
887.44	c restarts              : 21
887.44	c conflicts             : 871169         (995 /sec)
887.44	c decisions             : 1115792        (1275 /sec)
887.44	c propagations          : 481348518      (549944 /sec)
887.44	c conflict literals     : 35919149       (36.37 % deleted)
887.44	c Memory used           : 29.98 MB
887.44	c CPU time              : 875.269 s
887.44	c 
887.44	c SATISFIABLE
887.45	c # SOLVE_SAT  END : SATISFIABLE (877 seconds) [Mon Jan 29 23:29:39 2007]
887.45	c # SOLVE_SAT  CPU : 875.92 = 0.01 + 0 + 875.27 + 0.64
887.45	
887.45	c # RESULT : SATISFIABLE
887.45	
887.45	c # OUTPUT_SOL  BEGIN : SAT  [Mon Jan 29 23:29:39 2007]
887.57	c BEGIN read SAT output /tmp/evaluation/239110-1170108891/sugar24968.out
887.60	c END read SAT output (0.033135 seconds)
887.60	c BEGIN write solution /tmp/evaluation/239110-1170108891/sugar24968.sol
887.66	c END write solution (0.05621 seconds)
887.69	s SATISFIABLE
887.69	v 6 23 13 10 17 14 1 9 7 12 4 8 5 11 19 15 21 0 3 22 18 2 16 24 20 2 17 23 18 3 10 8 15 9 20 0 24 4 21 13 16 11 1 6 19 22 14 5 7 12 0 11 2 15 7 4 17 16 3 24 19 14 1 23 20 10 6 18 21 13 5 9 12 22 8 9 20 17 2 5 16 24 7 21 10 13 19 22 0 1 3 18 8 23 11 14 12 6 4 15 13 0 4 7 6 15 12 10 2 9 11 1 21 8 24 14 22 5 16 3 23 20 19 18 17 4 7 8 21 10 5 9 3 24 2 18 0 20 16 22 6 12 15 13 23 1 17 11 19 14 8 13 19 9 23 22 10 18 17 15 12 6 14 4 16 21 1 11 5 24 20 7 0 3 2 22 21 20 8 19 18 6 1 0 16 9 13 15 17 10 23 24 3 12 14 7 11 4 2 5 16 22 12 13 21 9 4 0 15 1 10 17 6 3 5 8 14 19 18 7 11 23 2 20 24 7 18 16 14 8 0 3 12 20 6 23 22 19 9 2 4 15 10 11 5 17 21 24 13 1 24 9 5 17 20 7 23 19 4 0 21 15 12 14 3 1 13 6 22 10 2 8 18 11 16 11 5 9 23 16 19 18 4 14 13 15 10 2 7 21 12 3 20 1 17 6 24 22 8 0 17 6 11 19 15 23 20 14 12 5 22 16 3 18 8 13 2 24 0 9 10 4 7 1 21 5 8 3 11 22 13 14 20 19 17 2 21 0 24 12 7 23 16 9 18 4 1 15 6 10 3 16 22 1 2 11 7 24 6 18 5 9 17 12 23 0 8 4 20 21 19 15 10 14 13 14 24 1 20 0 8 15 22 5 19 16 2 7 10 11 18 9 23 17 4 21 13 3 12 6 18 19 21 22 14 6 13 23 10 3 7 11 24 5 9 2 20 12 8 16 15 0 1 17 4 15 3 18 6 24 17 5 11 22 4 1 12 9 13 7 19 16 14 2 20 0 10 8 21 23 1 12 14 3 9 21 11 13 8 22 6 4 23 2 0 5 10 17 19 15 24 18 20 16 7 12 1 24 16 4 20 21 17 13 11 8 18 10 22 6 9 7 2 15 0 3 5 14 23 19 21 10 15 4 11 24 0 2 23 8 14 20 13 1 18 22 19 9 7 6 12 16 17 5 3 10 15 6 0 13 1 2 21 16 7 20 5 11 19 4 24 17 22 14 12 8 3 23 9 18 20 14 10 5 12 2 22 8 18 23 3 7 16 6 15 17 4 13 24 1 9 19 21 0 11 19 2 7 12 1 3 16 5 11 14 24 23 18 15 17 20 0 21 4 8 13 6 9 10 22 23 4 0 24 18 12 19 6 1 21 17 3 8 20 14 11 5 7 10 2 16 22 13 15 9
887.69	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 23:29:39 2007]
887.69	c # OUTPUT_SOL  CPU : 0 = 0 + 0 + 0 + 0
887.69	
887.69	c # MAIN  END :  (887 seconds) [Mon Jan 29 23:29:39 2007]
887.69	c # MAIN  CPU : 885.67 = 0.01 + 0 + 884.7 + 0.96
887.69	

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node29/watcher-239110-1170108891 -o ROOT/results/node29/solver-239110-1170108891 -C 1800 -M 900 /tmp/evaluation/239110-1170108891/solver /tmp/evaluation/239110-1170108891 /tmp/evaluation/239110-1170108891/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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

/proc/loadavg: 3.80 6.18 4.66 5/94 24969
/proc/meminfo: memFree=273744/2055920 swapFree=4192812/4192956
[pid=24968] ppid=24966 vsize=5352 CPUtime=0
/proc/24968/stat : 24968 (solver) D 24966 24968 24700 0 -1 4194304 264 0 0 0 0 0 0 0 20 0 1 0 4653386 5480448 231 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 221780700455 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/24968/statm: 1338 231 193 169 0 49 0

[startup+0.104802 s]
/proc/loadavg: 3.80 6.18 4.66 5/94 24969
/proc/meminfo: memFree=273744/2055920 swapFree=4192812/4192956
[pid=24968] ppid=24966 vsize=12668 CPUtime=0.01
/proc/24968/stat : 24968 (sugar) D 24966 24968 24700 0 -1 4194304 777 0 3 0 0 1 0 0 18 0 1 0 4653386 12972032 499 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/24968/statm: 3167 499 315 3 0 267 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12668

[startup+0.513826 s]
/proc/loadavg: 3.80 6.18 4.66 5/94 24969
/proc/meminfo: memFree=273744/2055920 swapFree=4192812/4192956
[pid=24968] ppid=24966 vsize=13724 CPUtime=0.04
/proc/24968/stat : 24968 (sugar) S 24966 24968 24700 0 -1 4194304 1118 0 3 0 3 1 0 0 16 0 1 0 4653386 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24968/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.34288 s]
/proc/loadavg: 3.80 6.18 4.66 3/102 24977
/proc/meminfo: memFree=218320/2055920 swapFree=4192812/4192956
[pid=24968] ppid=24966 vsize=13724 CPUtime=0.04
/proc/24968/stat : 24968 (sugar) S 24966 24968 24700 0 -1 4194304 1118 0 3 0 3 1 0 0 16 0 1 0 4653386 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24968/statm: 3431 805 368 3 0 531 0
[pid=24970] ppid=24968 vsize=807412 CPUtime=0.95
/proc/24970/stat : 24970 (java) R 24968 24968 24700 0 -1 0 11310 0 30 0 86 9 0 0 25 0 8 0 4653401 826789888 11085 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24970/statm: 201853 11085 1695 14 0 189131 0
[pid=24970/tid=24971] ppid=24968 vsize=807412 CPUtime=0.11
/proc/24970/task/24971/stat : 24971 (java) S 24968 24968 24700 0 -1 64 4749 0 0 0 10 1 0 0 16 0 8 0 4653423 826789888 11085 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24970/tid=24972] ppid=24968 vsize=807412 CPUtime=0
/proc/24970/task/24972/stat : 24972 (java) S 24968 24968 24700 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 4653424 826789888 11085 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24970/tid=24973] ppid=24968 vsize=807412 CPUtime=0
/proc/24970/task/24973/stat : 24973 (java) S 24968 24968 24700 0 -1 64 3 0 0 0 0 0 0 0 21 0 8 0 4653424 826789888 11085 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24970/tid=24974] ppid=24968 vsize=807412 CPUtime=0
/proc/24970/task/24974/stat : 24974 (java) S 24968 24968 24700 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 4653427 826789888 11085 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24970/tid=24975] ppid=24968 vsize=807412 CPUtime=0.14
/proc/24970/task/24975/stat : 24975 (java) S 24968 24968 24700 0 -1 64 407 0 0 0 14 0 0 0 16 0 8 0 4653427 826789888 11085 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24970/tid=24976] ppid=24968 vsize=807412 CPUtime=0
/proc/24970/task/24976/stat : 24976 (java) S 24968 24968 24700 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 4653427 826789888 11085 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24970/tid=24977] ppid=24968 vsize=807412 CPUtime=0
/proc/24970/task/24977/stat : 24977 (java) S 24968 24968 24700 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 4653427 826789888 11085 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 821136

[startup+2.98698 s]
/proc/loadavg: 3.80 6.18 4.66 3/102 24985
/proc/meminfo: memFree=199632/2055920 swapFree=4192812/4192956
[pid=24968] ppid=24966 vsize=13724 CPUtime=1.2
/proc/24968/stat : 24968 (sugar) S 24966 24968 24700 0 -1 4194304 1187 11326 3 30 3 1 105 11 15 0 1 0 4653386 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24968/statm: 3431 809 371 3 0 531 0
[pid=24978] ppid=24968 vsize=807064 CPUtime=1.4
/proc/24978/stat : 24978 (java) R 24968 24968 24700 0 -1 0 11120 0 1 0 132 8 0 0 25 0 8 0 4653542 826433536 10860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479595 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24978/statm: 201766 10860 1494 14 0 189044 0
[pid=24978/tid=24979] ppid=24968 vsize=807064 CPUtime=0.34
/proc/24978/task/24979/stat : 24979 (java) S 24968 24968 24700 0 -1 64 5059 0 0 0 31 3 0 0 16 0 8 0 4653545 826433536 10860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24978/tid=24980] ppid=24968 vsize=807064 CPUtime=0
/proc/24978/task/24980/stat : 24980 (java) S 24968 24968 24700 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 4653546 826433536 10860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24978/tid=24981] ppid=24968 vsize=807064 CPUtime=0
/proc/24978/task/24981/stat : 24981 (java) S 24968 24968 24700 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 4653546 826433536 10860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24978/tid=24982] ppid=24968 vsize=807064 CPUtime=0
/proc/24978/task/24982/stat : 24982 (java) S 24968 24968 24700 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 4653549 826433536 10860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24978/tid=24983] ppid=24968 vsize=807064 CPUtime=0.05
/proc/24978/task/24983/stat : 24983 (java) S 24968 24968 24700 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 4653549 826433536 10860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24978/tid=24984] ppid=24968 vsize=807064 CPUtime=0
/proc/24978/task/24984/stat : 24984 (java) S 24968 24968 24700 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 4653549 826433536 10860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24978/tid=24985] ppid=24968 vsize=807064 CPUtime=0
/proc/24978/task/24985/stat : 24985 (java) S 24968 24968 24700 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 4653549 826433536 10860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.6
Current children cumulated vsize (KiB) 820788

[startup+6.27719 s]
/proc/loadavg: 3.81 6.14 4.65 4/102 24985
/proc/meminfo: memFree=100752/2055920 swapFree=4192812/4192956
[pid=24968] ppid=24966 vsize=13724 CPUtime=1.2
/proc/24968/stat : 24968 (sugar) S 24966 24968 24700 0 -1 4194304 1187 11326 3 30 3 1 105 11 15 0 1 0 4653386 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24968/statm: 3431 809 371 3 0 531 0
[pid=24978] ppid=24968 vsize=807344 CPUtime=4.65
/proc/24978/stat : 24978 (java) R 24968 24968 24700 0 -1 0 21278 0 1 0 452 13 0 0 25 0 8 0 4653542 826720256 20987 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073679577 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24978/statm: 201836 20987 1506 14 0 189114 0
[pid=24978/tid=24979] ppid=24968 vsize=807344 CPUtime=0.99
/proc/24978/task/24979/stat : 24979 (java) S 24968 24968 24700 0 -1 64 15053 0 0 0 92 7 0 0 16 0 8 0 4653545 826720256 20987 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24978/tid=24980] ppid=24968 vsize=807344 CPUtime=0
/proc/24978/task/24980/stat : 24980 (java) S 24968 24968 24700 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 4653546 826720256 20987 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24978/tid=24981] ppid=24968 vsize=807344 CPUtime=0
/proc/24978/task/24981/stat : 24981 (java) S 24968 24968 24700 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 4653546 826720256 20987 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24978/tid=24982] ppid=24968 vsize=807344 CPUtime=0
/proc/24978/task/24982/stat : 24982 (java) S 24968 24968 24700 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 4653549 826720256 20987 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24978/tid=24983] ppid=24968 vsize=807344 CPUtime=0.12
/proc/24978/task/24983/stat : 24983 (java) S 24968 24968 24700 0 -1 64 402 0 0 0 12 0 0 0 17 0 8 0 4653549 826720256 20987 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24978/tid=24984] ppid=24968 vsize=807344 CPUtime=0
/proc/24978/task/24984/stat : 24984 (java) S 24968 24968 24700 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 4653549 826720256 20987 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24978/tid=24985] ppid=24968 vsize=807344 CPUtime=0
/proc/24978/task/24985/stat : 24985 (java) S 24968 24968 24700 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 4653549 826720256 20987 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.85
Current children cumulated vsize (KiB) 821068

[startup+12.7756 s]
/proc/loadavg: 3.83 6.10 4.65 3/95 24986
/proc/meminfo: memFree=95240/2055920 swapFree=4192812/4192956
[pid=24968] ppid=24966 vsize=14256 CPUtime=9.8
/proc/24968/stat : 24968 (sugar) S 24966 24968 24700 0 -1 4194304 1422 43677 3 32 4 1 943 32 15 0 1 0 4653386 14598144 940 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24968/statm: 3564 940 373 3 0 664 0
[pid=24986] ppid=24968 vsize=5252 CPUtime=2.44
/proc/24986/stat : 24986 (minisat) R 24968 24968 24700 0 -1 0 1309 0 0 0 242 2 0 0 25 0 1 0 4654416 5378048 955 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528416 0 0 4096 3 0 0 0 17 1 0 0
/proc/24986/statm: 1313 955 51 112 0 1197 0
Current children cumulated CPU time (s) 12.24
Current children cumulated vsize (KiB) 19508

[startup+25.6004 s]
/proc/loadavg: 3.64 5.95 4.62 3/95 24986
/proc/meminfo: memFree=15624/2055920 swapFree=4192812/4192956
[pid=24968] ppid=24966 vsize=14256 CPUtime=9.8
/proc/24968/stat : 24968 (sugar) S 24966 24968 24700 0 -1 4194304 1422 43677 3 32 4 1 943 32 16 0 1 0 4653386 14598144 940 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24968/statm: 3564 940 373 3 0 664 0
[pid=24986] ppid=24968 vsize=9780 CPUtime=15.2
/proc/24986/stat : 24986 (minisat) R 24968 24968 24700 0 -1 0 2417 0 0 0 1516 4 0 0 25 0 1 0 4654416 10014720 2063 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 1 0 0
/proc/24986/statm: 2445 2063 51 112 0 2329 0
Current children cumulated CPU time (s) 25
Current children cumulated vsize (KiB) 24036

[startup+51.277 s]
/proc/loadavg: 3.50 5.73 4.58 3/95 24986
/proc/meminfo: memFree=15112/2055920 swapFree=4192812/4192956
[pid=24968] ppid=24966 vsize=14256 CPUtime=9.8
/proc/24968/stat : 24968 (sugar) S 24966 24968 24700 0 -1 4194304 1422 43677 3 32 4 1 943 32 16 0 1 0 4653386 14598144 940 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24968/statm: 3564 940 373 3 0 664 0
[pid=24986] ppid=24968 vsize=13008 CPUtime=40.69
/proc/24986/stat : 24986 (minisat) R 24968 24968 24700 0 -1 0 3228 0 0 0 4052 17 0 0 25 0 1 0 4654416 13320192 2874 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24986/statm: 3252 2874 51 112 0 3136 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 27264

[startup+102.525 s]
/proc/loadavg: 3.96 5.50 4.56 3/95 24986
/proc/meminfo: memFree=15880/2055920 swapFree=4192812/4192956
[pid=24968] ppid=24966 vsize=14256 CPUtime=9.8
/proc/24968/stat : 24968 (sugar) S 24966 24968 24700 0 -1 4194304 1422 43677 3 32 4 1 943 32 16 0 1 0 4653386 14598144 940 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24968/statm: 3564 940 373 3 0 664 0
[pid=24986] ppid=24968 vsize=16684 CPUtime=91.6
/proc/24986/stat : 24986 (minisat) R 24968 24968 24700 0 -1 0 4149 0 0 0 9124 36 0 0 25 0 1 0 4654416 17084416 3795 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 1 0 0
/proc/24986/statm: 4171 3795 51 112 0 4055 0
Current children cumulated CPU time (s) 101.4
Current children cumulated vsize (KiB) 30940

[startup+162.569 s]
/proc/loadavg: 2.61 4.86 4.40 2/82 25067
/proc/meminfo: memFree=1818944/2055920 swapFree=4192812/4192956
[pid=24968] ppid=24966 vsize=14256 CPUtime=9.8
/proc/24968/stat : 24968 (sugar) S 24966 24968 24700 0 -1 4194304 1422 43677 3 32 4 1 943 32 16 0 1 0 4653386 14598144 940 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24968/statm: 3564 940 373 3 0 664 0
[pid=24986] ppid=24968 vsize=18032 CPUtime=151.2
/proc/24986/stat : 24986 (minisat) R 24968 24968 24700 0 -1 0 4486 0 0 0 15066 54 0 0 25 0 1 0 4654416 18464768 4132 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24986/statm: 4508 4132 51 112 0 4392 0
Current children cumulated CPU time (s) 161
Current children cumulated vsize (KiB) 32288

[startup+222.573 s]
/proc/loadavg: 1.68 4.19 4.19 2/82 25212
/proc/meminfo: memFree=1818176/2055920 swapFree=4192812/4192956
[pid=24968] ppid=24966 vsize=14256 CPUtime=9.8
/proc/24968/stat : 24968 (sugar) S 24966 24968 24700 0 -1 4194304 1422 43677 3 32 4 1 943 32 16 0 1 0 4653386 14598144 940 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24968/statm: 3564 940 373 3 0 664 0
[pid=24986] ppid=24968 vsize=19880 CPUtime=211.17
/proc/24986/stat : 24986 (minisat) R 24968 24968 24700 0 -1 0 4952 0 0 0 21060 57 0 0 25 0 1 0 4654416 20357120 4598 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528707 0 0 4096 3 0 0 0 17 0 0 0
/proc/24986/statm: 4970 4598 51 112 0 4854 0
Current children cumulated CPU time (s) 220.97
Current children cumulated vsize (KiB) 34136

[startup+282.667 s]
/proc/loadavg: 1.34 3.63 4.00 2/79 25289
/proc/meminfo: memFree=1821656/2055920 swapFree=4192812/4192956
[pid=24968] ppid=24966 vsize=14256 CPUtime=9.8
/proc/24968/stat : 24968 (sugar) S 24966 24968 24700 0 -1 4194304 1422 43677 3 32 4 1 943 32 16 0 1 0 4653386 14598144 940 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24968/statm: 3564 940 373 3 0 664 0
[pid=24986] ppid=24968 vsize=21592 CPUtime=271.24
/proc/24986/stat : 24986 (minisat) R 24968 24968 24700 0 -1 0 5353 0 0 0 27065 59 0 0 25 0 1 0 4654416 22110208 4999 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24986/statm: 5398 4999 51 112 0 5282 0
Current children cumulated CPU time (s) 281.04
Current children cumulated vsize (KiB) 35848

[startup+342.75 s]
/proc/loadavg: 1.12 3.15 3.81 2/79 25291
/proc/meminfo: memFree=1821080/2055920 swapFree=4192812/4192956
[pid=24968] ppid=24966 vsize=14256 CPUtime=9.8
/proc/24968/stat : 24968 (sugar) S 24966 24968 24700 0 -1 4194304 1422 43677 3 32 4 1 943 32 16 0 1 0 4653386 14598144 940 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24968/statm: 3564 940 373 3 0 664 0
[pid=24986] ppid=24968 vsize=21760 CPUtime=331.31
/proc/24986/stat : 24986 (minisat) R 24968 24968 24700 0 -1 0 5396 0 0 0 33072 59 0 0 25 0 1 0 4654416 22282240 5042 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525686 0 0 4096 3 0 0 0 17 0 0 0
/proc/24986/statm: 5440 5042 51 112 0 5324 0
Current children cumulated CPU time (s) 341.11
Current children cumulated vsize (KiB) 36016

[startup+402.83 s]
/proc/loadavg: 1.04 2.76 3.63 2/79 25291
/proc/meminfo: memFree=1820632/2055920 swapFree=4192812/4192956
[pid=24968] ppid=24966 vsize=14256 CPUtime=9.8
/proc/24968/stat : 24968 (sugar) S 24966 24968 24700 0 -1 4194304 1422 43677 3 32 4 1 943 32 16 0 1 0 4653386 14598144 940 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24968/statm: 3564 940 373 3 0 664 0
[pid=24986] ppid=24968 vsize=22344 CPUtime=391.38
/proc/24986/stat : 24986 (minisat) R 24968 24968 24700 0 -1 0 5522 0 0 0 39079 59 0 0 25 0 1 0 4654416 22880256 5168 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24986/statm: 5586 5168 51 112 0 5470 0
Current children cumulated CPU time (s) 401.18
Current children cumulated vsize (KiB) 36600

[startup+462.916 s]
/proc/loadavg: 1.01 2.44 3.47 2/79 25291
/proc/meminfo: memFree=1818392/2055920 swapFree=4192812/4192956
[pid=24968] ppid=24966 vsize=14256 CPUtime=9.8
/proc/24968/stat : 24968 (sugar) S 24966 24968 24700 0 -1 4194304 1422 43677 3 32 4 1 943 32 16 0 1 0 4653386 14598144 940 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24968/statm: 3564 940 373 3 0 664 0
[pid=24986] ppid=24968 vsize=24616 CPUtime=451.46
/proc/24986/stat : 24986 (minisat) R 24968 24968 24700 0 -1 0 6073 0 0 0 45086 60 0 0 25 0 1 0 4654416 25206784 5719 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24986/statm: 6154 5719 51 112 0 6038 0
Current children cumulated CPU time (s) 461.26
Current children cumulated vsize (KiB) 38872

[startup+522.999 s]
/proc/loadavg: 1.00 2.17 3.31 2/79 25291
/proc/meminfo: memFree=1816088/2055920 swapFree=4192812/4192956
[pid=24968] ppid=24966 vsize=14256 CPUtime=9.8
/proc/24968/stat : 24968 (sugar) S 24966 24968 24700 0 -1 4194304 1422 43677 3 32 4 1 943 32 16 0 1 0 4653386 14598144 940 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24968/statm: 3564 940 373 3 0 664 0
[pid=24986] ppid=24968 vsize=27032 CPUtime=511.53
/proc/24986/stat : 24986 (minisat) R 24968 24968 24700 0 -1 0 6660 0 0 0 51092 61 0 0 25 0 1 0 4654416 27680768 6306 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24986/statm: 6758 6306 51 112 0 6642 0
Current children cumulated CPU time (s) 521.33
Current children cumulated vsize (KiB) 41288

[startup+583.081 s]
/proc/loadavg: 1.00 1.96 3.16 2/79 25291
/proc/meminfo: memFree=1815256/2055920 swapFree=4192812/4192956
[pid=24968] ppid=24966 vsize=14256 CPUtime=9.8
/proc/24968/stat : 24968 (sugar) S 24966 24968 24700 0 -1 4194304 1422 43677 3 32 4 1 943 32 16 0 1 0 4653386 14598144 940 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24968/statm: 3564 940 373 3 0 664 0
[pid=24986] ppid=24968 vsize=27724 CPUtime=571.59
/proc/24986/stat : 24986 (minisat) R 24968 24968 24700 0 -1 0 6827 0 0 0 57098 61 0 0 25 0 1 0 4654416 28389376 6473 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527050 0 0 4096 3 0 0 0 17 0 0 0
/proc/24986/statm: 6931 6473 51 112 0 6815 0
Current children cumulated CPU time (s) 581.39
Current children cumulated vsize (KiB) 41980

[startup+643.168 s]
/proc/loadavg: 1.00 1.78 3.02 2/79 25291
/proc/meminfo: memFree=1814936/2055920 swapFree=4192812/4192956
[pid=24968] ppid=24966 vsize=14256 CPUtime=9.8
/proc/24968/stat : 24968 (sugar) S 24966 24968 24700 0 -1 4194304 1422 43677 3 32 4 1 943 32 16 0 1 0 4653386 14598144 940 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24968/statm: 3564 940 373 3 0 664 0
[pid=24986] ppid=24968 vsize=28012 CPUtime=631.67
/proc/24986/stat : 24986 (minisat) R 24968 24968 24700 0 -1 0 6891 0 0 0 63106 61 0 0 25 0 1 0 4654416 28684288 6537 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24986/statm: 7003 6537 51 112 0 6887 0
Current children cumulated CPU time (s) 641.47
Current children cumulated vsize (KiB) 42268

[startup+703.254 s]
/proc/loadavg: 1.00 1.64 2.89 2/79 25291
/proc/meminfo: memFree=1814680/2055920 swapFree=4192812/4192956
[pid=24968] ppid=24966 vsize=14256 CPUtime=9.8
/proc/24968/stat : 24968 (sugar) S 24966 24968 24700 0 -1 4194304 1422 43677 3 32 4 1 943 32 16 0 1 0 4653386 14598144 940 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24968/statm: 3564 940 373 3 0 664 0
[pid=24986] ppid=24968 vsize=28188 CPUtime=691.74
/proc/24986/stat : 24986 (minisat) R 24968 24968 24700 0 -1 0 6939 0 0 0 69112 62 0 0 25 0 1 0 4654416 28864512 6585 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/24986/statm: 7047 6585 51 112 0 6931 0
Current children cumulated CPU time (s) 701.54
Current children cumulated vsize (KiB) 42444

[startup+763.34 s]
/proc/loadavg: 1.00 1.52 2.77 2/79 25291
/proc/meminfo: memFree=1814360/2055920 swapFree=4192812/4192956
[pid=24968] ppid=24966 vsize=14256 CPUtime=9.8
/proc/24968/stat : 24968 (sugar) S 24966 24968 24700 0 -1 4194304 1422 43677 3 32 4 1 943 32 16 0 1 0 4653386 14598144 940 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24968/statm: 3564 940 373 3 0 664 0
[pid=24986] ppid=24968 vsize=28464 CPUtime=751.82
/proc/24986/stat : 24986 (minisat) R 24968 24968 24700 0 -1 0 7011 0 0 0 75120 62 0 0 25 0 1 0 4654416 29147136 6657 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525462 0 0 4096 3 0 0 0 17 0 0 0
/proc/24986/statm: 7116 6657 51 112 0 7000 0
Current children cumulated CPU time (s) 761.62
Current children cumulated vsize (KiB) 42720

[startup+823.422 s]
/proc/loadavg: 1.00 1.42 2.66 2/79 25291
/proc/meminfo: memFree=1812440/2055920 swapFree=4192812/4192956
[pid=24968] ppid=24966 vsize=14256 CPUtime=9.8
/proc/24968/stat : 24968 (sugar) S 24966 24968 24700 0 -1 4194304 1422 43677 3 32 4 1 943 32 16 0 1 0 4653386 14598144 940 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24968/statm: 3564 940 373 3 0 664 0
[pid=24986] ppid=24968 vsize=30376 CPUtime=811.88
/proc/24986/stat : 24986 (minisat) R 24968 24968 24700 0 -1 0 7489 0 0 0 81126 62 0 0 25 0 1 0 4654416 31105024 7135 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528707 0 0 4096 3 0 0 0 17 0 0 0
/proc/24986/statm: 7594 7135 51 112 0 7478 0
Current children cumulated CPU time (s) 821.68
Current children cumulated vsize (KiB) 44632

[startup+883.51 s]
/proc/loadavg: 1.00 1.34 2.55 2/79 25291
/proc/meminfo: memFree=1812056/2055920 swapFree=4192812/4192956
[pid=24968] ppid=24966 vsize=14256 CPUtime=9.8
/proc/24968/stat : 24968 (sugar) S 24966 24968 24700 0 -1 4194304 1422 43677 3 32 4 1 943 32 16 0 1 0 4653386 14598144 940 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24968/statm: 3564 940 373 3 0 664 0
[pid=24986] ppid=24968 vsize=30700 CPUtime=871.95
/proc/24986/stat : 24986 (minisat) R 24968 24968 24700 0 -1 0 7556 0 0 0 87133 62 0 0 25 0 1 0 4654416 31436800 7202 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527050 0 0 4096 3 0 0 0 17 0 0 0
/proc/24986/statm: 7675 7202 51 112 0 7559 0
Current children cumulated CPU time (s) 881.75
Current children cumulated vsize (KiB) 44956

Child status: 0
Real time (s): 887.701
CPU time (s): 885.741
CPU user time (s): 884.756
CPU system time (s): 0.98485
CPU usage (%): 99.7793
Max. virtual memory (cumulated for all children) (KiB): 821136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 884.756
system time used= 0.98485
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52820
page faults= 35
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2220
involuntary context switches= 9895

runsolver used 0.894863 s user time and 2.39563 s system time

The end

Launcher Data (download as text)

Begin job on node29 on Mon Jan 29 22:14:51 UTC 2007


IDJOB= 239110
IDBENCH= 7040
IDSOLVER= 86
FILE ID= node29/239110-1170108891

PBS_JOBID= 3689941

Free space on /tmp= 54468 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/qcp-qwh/QCP-25/qcp-25-264-1_ext.xml
COMMAND LINE= /tmp/evaluation/239110-1170108891/solver /tmp/evaluation/239110-1170108891 /tmp/evaluation/239110-1170108891/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node29/watcher-239110-1170108891 -o ROOT/results/node29/solver-239110-1170108891 -C 1800 -M 900  /tmp/evaluation/239110-1170108891/solver /tmp/evaluation/239110-1170108891 /tmp/evaluation/239110-1170108891/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  6da7049e947d87cbb0f89c14dfc9bf39

RANDOM SEED= 413225299

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.209
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	: 5931.00
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.209
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:        274736 kB
Buffers:         10876 kB
Cached:        1483764 kB
SwapCached:          0 kB
Active:         226544 kB
Inactive:      1467776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        274736 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          312024 kB
Writeback:           0 kB
Mapped:         217940 kB
Slab:            71448 kB
Committed_AS:   678492 kB
PageTables:       2500 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= 66563 MiB



End job on node29 on Mon Jan 29 22:29:39 UTC 2007