Trace number 195442

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 376.289 378.913

General information on the benchmark

Namefrb/frb40-19/
frb40-19-1-mgd_ext.xml
MD5SUM0197f0d83eeeb5199fb98837bf785a57
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 benchmark1.53977
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints321
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension321
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c # Sugar v0-40 (/tmp/evaluation/195442-1170092199/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/195442-1170092199/unknown.xml [Mon Jan 29 18:36:52 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/195442-1170092199/unknown.xml /tmp/evaluation/195442-1170092199/sugar16321.csp [Mon Jan 29 18:36:52 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/195442-1170092199/sugar-v0-40.jar -convert /tmp/evaluation/195442-1170092199/unknown.xml /tmp/evaluation/195442-1170092199/sugar16321.csp
0.48	c BEGIN convert /tmp/evaluation/195442-1170092199/unknown.xml
1.00	c END convert (0.526531 seconds)
1.05	c # CONVERT_XML  END : /tmp/evaluation/195442-1170092199/sugar16321.csp 1074702 bytes (1 seconds) [Mon Jan 29 18:36:53 2007]
1.05	c # CONVERT_XML  CPU : 0.62 = 0 + 0.01 + 0.53 + 0.08
1.05	
1.05	c # GENERATE_SAT  BEGIN : /tmp/evaluation/195442-1170092199/sugar16321.bcnf [Mon Jan 29 18:36:53 2007]
1.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/195442-1170092199/sugar-v0-40.jar -bcnf -map /tmp/evaluation/195442-1170092199/sugar16321.map /tmp/evaluation/195442-1170092199/sugar16321.csp /tmp/evaluation/195442-1170092199/sugar16321.bcnf
1.21	c BEGIN parse /tmp/evaluation/195442-1170092199/sugar16321.csp
13.41	c END parse (12.199745 seconds)
13.41	c BEGIN simplify
13.48	c END simplify (0.07452 seconds)
13.48	c BEGIN encode /tmp/evaluation/195442-1170092199/sugar16321.bcnf
14.09	c END encode (0.601143 seconds)
14.19	c # GENERATE_SAT  END : 6550 variables 45011 clauses 4873420 bytes (13 seconds) [Mon Jan 29 18:37:06 2007]
14.19	c # GENERATE_SAT  CPU : 12.99 = 0.05 + 0 + 12.59 + 0.35
14.19	
14.19	c # SOLVE_SAT  BEGIN : /tmp/evaluation/195442-1170092199/sugar16321.bcnf [Mon Jan 29 18:37:06 2007]
14.19	c # CMD : /tmp/evaluation/195442-1170092199/minisat /tmp/evaluation/195442-1170092199/sugar16321.bcnf /tmp/evaluation/195442-1170092199/sugar16321.out
14.31	c ==================================[MINISAT]===================================
14.31	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
14.31	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
14.31	c ==============================================================================
14.31	c |         0 |   45011  1173336 |   15003       0        0     nan |  0.000 % |
14.33	c |       100 |   45011  1173336 |   16503     100     9454    94.5 |  0.000 % |
14.38	c |       250 |   45011  1173336 |   18153     250    11365    45.5 |  0.000 % |
14.45	c |       475 |   45011  1173336 |   19968     475    15210    32.0 |  0.000 % |
14.55	c |       812 |   45011  1173336 |   21965     812    19982    24.6 |  0.000 % |
14.68	c |      1319 |   45011  1173336 |   24162    1319    26544    20.1 |  0.000 % |
14.89	c |      2078 |   45014  1173336 |   26578    2075    37007    17.8 |  0.000 % |
15.27	c |      3218 |   45014  1173336 |   29236    3215    61157    19.0 |  0.000 % |
15.81	c |      4926 |   45015  1173336 |   32160    4922    88129    17.9 |  0.000 % |
16.60	c |      7490 |   45018  1173336 |   35376    7483   133751    17.9 |  0.000 % |
18.06	c |     11334 |   45019  1173336 |   38913   11326   204362    18.0 |  0.000 % |
20.63	c |     17101 |   45020  1173336 |   42805   17092   320250    18.7 |  0.000 % |
25.08	c |     25752 |   45023  1173336 |   47085   25740   502461    19.5 |  0.000 % |
33.50	c |     38726 |   45027  1173336 |   51794   38710   835352    21.6 |  0.000 % |
46.12	c |     58187 |   45034  1173336 |   56973   20952   521465    24.9 |  0.000 % |
66.24	c |     87379 |   45037  1173336 |   62671   50141  1596049    31.8 |  0.000 % |
94.33	c |    131171 |   44918  1172921 |   68938   25326   801515    31.6 |  0.229 % |
140.64	c |    196856 |   44942  1172921 |   75832   37423  1415496    37.8 |  0.229 % |
209.27	c |    295382 |   44662  1168668 |   83415   32234  1204559    37.4 |  1.008 % |
328.98	c |    443175 |   44533  1167603 |   91756   43081  1487532    34.5 |  1.389 % |
378.54	c ==============================================================================
378.54	c restarts              : 20
378.54	c conflicts             : 502126         (1385 /sec)
378.54	c decisions             : 926067         (2555 /sec)
378.54	c propagations          : 136304812      (375994 /sec)
378.54	c conflict literals     : 17989995       (50.25 % deleted)
378.54	c Memory used           : 27.13 MB
378.54	c CPU time              : 362.519 s
378.54	c 
378.54	c SATISFIABLE
378.55	c # SOLVE_SAT  END : SATISFIABLE (364 seconds) [Mon Jan 29 18:43:10 2007]
378.55	c # SOLVE_SAT  CPU : 362.61 = 0 + 0 + 362.52 + 0.09
378.55	
378.55	c # RESULT : SATISFIABLE
378.55	
378.55	c # OUTPUT_SOL  BEGIN : SAT  [Mon Jan 29 18:43:10 2007]
378.68	c BEGIN read SAT output /tmp/evaluation/195442-1170092199/sugar16321.out
378.72	c END read SAT output (0.03539 seconds)
378.72	c BEGIN write solution /tmp/evaluation/195442-1170092199/sugar16321.sol
378.87	c END write solution (0.155169 seconds)
378.91	s SATISFIABLE
378.91	v 18 4 12 11 17 5 11 17 2 5 14 2 7 12 7 2 1 16 10 6 17 7 7 6 3 10 6 14 6 8 2 11 14 6 15 3 18 4 12 17
378.91	c # OUTPUT_SOL  END :  (1 seconds) [Mon Jan 29 18:43:11 2007]
378.91	c # OUTPUT_SOL  CPU : 0 = 0 + 0 + 0 + 0
378.91	
378.91	c # MAIN  END :  (379 seconds) [Mon Jan 29 18:43:11 2007]
378.91	c # MAIN  CPU : 376.22 = 0.05 + 0.01 + 375.64 + 0.52
378.91	

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/node39/watcher-195442-1170092199 -o ROOT/results/node39/solver-195442-1170092199 -C 1800 -M 900 /tmp/evaluation/195442-1170092199/solver /tmp/evaluation/195442-1170092199 /tmp/evaluation/195442-1170092199/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: 1.36 1.85 1.93 5/73 16322
/proc/meminfo: memFree=1623640/2055920 swapFree=4192956/4192956
[pid=16321] ppid=16316 vsize=880 CPUtime=0
/proc/16321/stat : 16321 (solver) R 16316 16321 16189 0 -1 4194304 41 0 0 0 0 0 0 0 18 0 1 0 29177070 901120 25 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 231491040649 0 0 4096 0 0 0 0 17 1 0 0
/proc/16321/statm: 220 25 18 169 0 8 0

[startup+0.10794 s]
/proc/loadavg: 1.36 1.85 1.93 5/73 16322
/proc/meminfo: memFree=1623640/2055920 swapFree=4192956/4192956
[pid=16321] ppid=16316 vsize=13724 CPUtime=0.04
/proc/16321/stat : 16321 (sugar) S 16316 16321 16189 0 -1 4194304 1112 0 0 0 3 1 0 0 18 0 1 0 29177070 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16321/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.52011 s]
/proc/loadavg: 1.36 1.85 1.93 5/73 16322
/proc/meminfo: memFree=1623640/2055920 swapFree=4192956/4192956
[pid=16321] ppid=16316 vsize=13724 CPUtime=0.04
/proc/16321/stat : 16321 (sugar) S 16316 16321 16189 0 -1 4194304 1121 0 0 0 3 1 0 0 16 0 1 0 29177070 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16321/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.34616 s]
/proc/loadavg: 1.36 1.85 1.93 3/85 16342
/proc/meminfo: memFree=1575672/2055920 swapFree=4192956/4192956
[pid=16321] ppid=16316 vsize=13724 CPUtime=0.65
/proc/16321/stat : 16321 (sugar) S 16316 16321 16189 0 -1 4194304 1190 7446 0 61 3 1 53 8 15 0 1 0 29177070 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16321/statm: 3431 809 371 3 0 531 0
[pid=16339] ppid=16321 vsize=807064 CPUtime=0.23
/proc/16339/stat : 16339 (java) R 16321 16321 16189 0 -1 0 4338 0 3 0 21 2 0 0 18 0 8 0 29177176 826433536 4091 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073491319 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16339/statm: 201766 4091 1482 14 0 189044 0
[pid=16339/tid=16340] ppid=16321 vsize=807064 CPUtime=0
/proc/16339/task/16340/stat : 16340 (java) S 16321 16321 16189 0 -1 64 5 0 0 0 0 0 0 0 20 0 8 0 29177183 826433536 4091 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16339/tid=16341] ppid=16321 vsize=807064 CPUtime=0
/proc/16339/task/16341/stat : 16341 (java) S 16321 16321 16189 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 29177183 826433536 4091 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16339/tid=16342] ppid=16321 vsize=807064 CPUtime=0
/proc/16339/task/16342/stat : 16342 (java) S 16321 16321 16189 0 -1 64 4 0 0 0 0 0 0 0 22 0 8 0 29177183 826433536 4091 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 820788

[startup+2.98445 s]
/proc/loadavg: 1.41 1.85 1.93 4/89 16354
/proc/meminfo: memFree=1532760/2055920 swapFree=4192956/4192956
[pid=16321] ppid=16316 vsize=13724 CPUtime=0.65
/proc/16321/stat : 16321 (sugar) S 16316 16321 16189 0 -1 4194304 1190 7446 0 61 3 1 53 8 15 0 1 0 29177070 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16321/statm: 3431 809 371 3 0 531 0
[pid=16339] ppid=16321 vsize=807336 CPUtime=1.84
/proc/16339/stat : 16339 (java) R 16321 16321 16189 0 -1 0 12499 0 4 0 178 6 0 0 25 0 8 0 29177176 826712064 12230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153380400 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16339/statm: 201834 12230 1506 14 0 189112 0
[pid=16339/tid=16340] ppid=16321 vsize=807336 CPUtime=0.4
/proc/16339/task/16340/stat : 16340 (java) S 16321 16321 16189 0 -1 64 6284 0 0 0 38 2 0 0 16 0 8 0 29177183 826712064 12230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16339/tid=16341] ppid=16321 vsize=807336 CPUtime=0
/proc/16339/task/16341/stat : 16341 (java) S 16321 16321 16189 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29177183 826712064 12230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16339/tid=16342] ppid=16321 vsize=807336 CPUtime=0
/proc/16339/task/16342/stat : 16342 (java) S 16321 16321 16189 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29177183 826712064 12230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16339/tid=16344] ppid=16321 vsize=807336 CPUtime=0
/proc/16339/task/16344/stat : 16344 (java) S 16321 16321 16189 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 29177187 826712064 12230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16339/tid=16345] ppid=16321 vsize=807336 CPUtime=0.12
/proc/16339/task/16345/stat : 16345 (java) S 16321 16321 16189 0 -1 64 399 0 0 0 12 0 0 0 16 0 8 0 29177187 826712064 12230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16339/tid=16346] ppid=16321 vsize=807336 CPUtime=0
/proc/16339/task/16346/stat : 16346 (java) S 16321 16321 16189 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29177187 826712064 12230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16339/tid=16347] ppid=16321 vsize=807336 CPUtime=0
/proc/16339/task/16347/stat : 16347 (java) S 16321 16321 16189 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29177187 826712064 12230 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 821060

[startup+6.21649 s]
/proc/loadavg: 1.41 1.85 1.93 4/89 16354
/proc/meminfo: memFree=1385624/2055920 swapFree=4192956/4192956
[pid=16321] ppid=16316 vsize=13724 CPUtime=0.65
/proc/16321/stat : 16321 (sugar) S 16316 16321 16189 0 -1 4194304 1190 7446 0 61 3 1 53 8 15 0 1 0 29177070 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16321/statm: 3431 809 371 3 0 531 0
[pid=16339] ppid=16321 vsize=807336 CPUtime=5.06
/proc/16339/stat : 16339 (java) R 16321 16321 16189 0 -1 0 33420 0 4 0 490 16 0 0 25 0 8 0 29177176 826712064 33051 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16339/statm: 201834 33051 1506 14 0 189112 0
[pid=16339/tid=16340] ppid=16321 vsize=807336 CPUtime=1.35
/proc/16339/task/16340/stat : 16340 (java) S 16321 16321 16189 0 -1 64 27100 0 0 0 124 11 0 0 15 0 8 0 29177183 826712064 33051 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16339/tid=16341] ppid=16321 vsize=807336 CPUtime=0
/proc/16339/task/16341/stat : 16341 (java) S 16321 16321 16189 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29177183 826712064 33051 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16339/tid=16342] ppid=16321 vsize=807336 CPUtime=0
/proc/16339/task/16342/stat : 16342 (java) S 16321 16321 16189 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29177183 826712064 33051 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16339/tid=16344] ppid=16321 vsize=807336 CPUtime=0
/proc/16339/task/16344/stat : 16344 (java) S 16321 16321 16189 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 29177187 826712064 33051 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16339/tid=16345] ppid=16321 vsize=807336 CPUtime=0.13
/proc/16339/task/16345/stat : 16345 (java) S 16321 16321 16189 0 -1 64 403 0 0 0 13 0 0 0 16 0 8 0 29177187 826712064 33051 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16339/tid=16346] ppid=16321 vsize=807336 CPUtime=0
/proc/16339/task/16346/stat : 16346 (java) S 16321 16321 16189 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29177187 826712064 33051 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16339/tid=16347] ppid=16321 vsize=807336 CPUtime=0
/proc/16339/task/16347/stat : 16347 (java) S 16321 16321 16189 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29177187 826712064 33051 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.71
Current children cumulated vsize (KiB) 821060

[startup+12.6281 s]
/proc/loadavg: 1.50 1.86 1.93 3/82 16355
/proc/meminfo: memFree=1379600/2055920 swapFree=4192956/4192956
[pid=16321] ppid=16316 vsize=13724 CPUtime=0.65
/proc/16321/stat : 16321 (sugar) S 16316 16321 16189 0 -1 4194304 1190 7446 0 61 3 1 53 8 15 0 1 0 29177070 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16321/statm: 3431 809 371 3 0 531 0
[pid=16339] ppid=16321 vsize=807336 CPUtime=11.44
/proc/16339/stat : 16339 (java) R 16321 16321 16189 0 -1 0 54906 0 4 0 1116 28 0 0 25 0 8 0 29177176 826712064 54108 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16339/statm: 201834 54108 1507 14 0 189112 0
[pid=16339/tid=16340] ppid=16321 vsize=807336 CPUtime=3.21
/proc/16339/task/16340/stat : 16340 (java) R 16321 16321 16189 0 -1 64 48413 0 0 0 299 22 0 0 15 0 8 0 29177183 826712064 54108 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153827301 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16339/tid=16341] ppid=16321 vsize=807336 CPUtime=0
/proc/16339/task/16341/stat : 16341 (java) S 16321 16321 16189 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29177183 826712064 54108 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16339/tid=16342] ppid=16321 vsize=807336 CPUtime=0
/proc/16339/task/16342/stat : 16342 (java) S 16321 16321 16189 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29177183 826712064 54108 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16339/tid=16344] ppid=16321 vsize=807336 CPUtime=0
/proc/16339/task/16344/stat : 16344 (java) S 16321 16321 16189 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 29177187 826712064 54108 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16339/tid=16345] ppid=16321 vsize=807336 CPUtime=0.13
/proc/16339/task/16345/stat : 16345 (java) S 16321 16321 16189 0 -1 64 403 0 0 0 13 0 0 0 17 0 8 0 29177187 826712064 54108 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16339/tid=16346] ppid=16321 vsize=807336 CPUtime=0
/proc/16339/task/16346/stat : 16346 (java) S 16321 16321 16189 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29177187 826712064 54108 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16339/tid=16347] ppid=16321 vsize=807336 CPUtime=0
/proc/16339/task/16347/stat : 16347 (java) S 16321 16321 16189 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29177187 826712064 54108 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.09
Current children cumulated vsize (KiB) 821060

[startup+25.4523 s]
/proc/loadavg: 1.58 1.86 1.93 3/75 16356
/proc/meminfo: memFree=1570760/2055920 swapFree=4192956/4192956
[pid=16321] ppid=16316 vsize=16972 CPUtime=13.64
/proc/16321/stat : 16321 (sugar) S 16316 16321 16189 0 -1 4194304 2086 62419 0 65 8 1 1312 43 16 0 1 0 29177070 17379328 1598 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16321/statm: 4243 1598 373 3 0 1343 0
[pid=16356] ppid=16321 vsize=10920 CPUtime=11.19
/proc/16356/stat : 16356 (minisat) R 16321 16321 16189 0 -1 0 3399 0 0 0 1116 3 0 0 25 0 1 0 29178490 11182080 2360 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 1 0 0
/proc/16356/statm: 2730 2360 52 112 0 2614 0
Current children cumulated CPU time (s) 24.83
Current children cumulated vsize (KiB) 27892

[startup+51.1067 s]
/proc/loadavg: 1.72 1.87 1.93 3/75 16356
/proc/meminfo: memFree=1565832/2055920 swapFree=4192956/4192956
[pid=16321] ppid=16316 vsize=16972 CPUtime=13.64
/proc/16321/stat : 16321 (sugar) S 16316 16321 16189 0 -1 4194304 2086 62419 0 65 8 1 1312 43 16 0 1 0 29177070 17379328 1598 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16321/statm: 4243 1598 373 3 0 1343 0
[pid=16356] ppid=16321 vsize=14476 CPUtime=36.71
/proc/16356/stat : 16356 (minisat) R 16321 16321 16189 0 -1 0 4272 0 0 0 3667 4 0 0 25 0 1 0 29178490 14823424 3233 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16356/statm: 3619 3233 52 112 0 3503 0
Current children cumulated CPU time (s) 50.35
Current children cumulated vsize (KiB) 31448

[startup+102.318 s]
/proc/loadavg: 1.89 1.89 1.93 3/75 16356
/proc/meminfo: memFree=1558344/2055920 swapFree=4192956/4192956
[pid=16321] ppid=16316 vsize=16972 CPUtime=13.64
/proc/16321/stat : 16321 (sugar) S 16316 16321 16189 0 -1 4194304 2086 62419 0 65 8 1 1312 43 16 0 1 0 29177070 17379328 1598 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16321/statm: 4243 1598 373 3 0 1343 0
[pid=16356] ppid=16321 vsize=18416 CPUtime=87.68
/proc/16356/stat : 16356 (minisat) R 16321 16321 16189 0 -1 0 5249 0 0 0 8763 5 0 0 25 0 1 0 29178490 18857984 4210 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16356/statm: 4604 4210 52 112 0 4488 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 35388

[startup+162.351 s]
/proc/loadavg: 2.00 1.92 1.93 3/75 16356
/proc/meminfo: memFree=1555080/2055920 swapFree=4192956/4192956
[pid=16321] ppid=16316 vsize=16972 CPUtime=13.64
/proc/16321/stat : 16321 (sugar) S 16316 16321 16189 0 -1 4194304 2086 62419 0 65 8 1 1312 43 16 0 1 0 29177070 17379328 1598 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16321/statm: 4243 1598 373 3 0 1343 0
[pid=16356] ppid=16321 vsize=20936 CPUtime=147.43
/proc/16356/stat : 16356 (minisat) R 16321 16321 16189 0 -1 0 5881 0 0 0 14737 6 0 0 25 0 1 0 29178490 21438464 4842 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 1 0 0
/proc/16356/statm: 5234 4842 52 112 0 5118 0
Current children cumulated CPU time (s) 161.07
Current children cumulated vsize (KiB) 37908

[startup+222.4 s]
/proc/loadavg: 2.00 1.93 1.93 3/75 16356
/proc/meminfo: memFree=1552968/2055920 swapFree=4192956/4192956
[pid=16321] ppid=16316 vsize=16972 CPUtime=13.64
/proc/16321/stat : 16321 (sugar) S 16316 16321 16189 0 -1 4194304 2086 62419 0 65 8 1 1312 43 16 0 1 0 29177070 17379328 1598 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16321/statm: 4243 1598 373 3 0 1343 0
[pid=16356] ppid=16321 vsize=22128 CPUtime=207.19
/proc/16356/stat : 16356 (minisat) R 16321 16321 16189 0 -1 0 6171 0 0 0 20713 6 0 0 25 0 1 0 29178490 22659072 5132 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16356/statm: 5532 5132 52 112 0 5416 0
Current children cumulated CPU time (s) 220.83
Current children cumulated vsize (KiB) 39100

[startup+282.458 s]
/proc/loadavg: 2.00 1.94 1.93 3/75 16356
/proc/meminfo: memFree=1547600/2055920 swapFree=4192956/4192956
[pid=16321] ppid=16316 vsize=16972 CPUtime=13.64
/proc/16321/stat : 16321 (sugar) S 16316 16321 16189 0 -1 4194304 2086 62419 0 65 8 1 1312 43 16 0 1 0 29177070 17379328 1598 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16321/statm: 4243 1598 373 3 0 1343 0
[pid=16356] ppid=16321 vsize=25160 CPUtime=266.97
/proc/16356/stat : 16356 (minisat) R 16321 16321 16189 0 -1 0 6937 0 0 0 26690 7 0 0 25 0 1 0 29178490 25763840 5898 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528506 0 0 4096 3 0 0 0 17 1 0 0
/proc/16356/statm: 6290 5898 52 112 0 6174 0
Current children cumulated CPU time (s) 280.61
Current children cumulated vsize (KiB) 42132

[startup+342.51 s]
/proc/loadavg: 2.00 1.95 1.93 3/75 16356
/proc/meminfo: memFree=1544784/2055920 swapFree=4192956/4192956
[pid=16321] ppid=16316 vsize=16972 CPUtime=13.64
/proc/16321/stat : 16321 (sugar) S 16316 16321 16189 0 -1 4194304 2086 62419 0 65 8 1 1312 43 16 0 1 0 29177070 17379328 1598 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16321/statm: 4243 1598 373 3 0 1343 0
[pid=16356] ppid=16321 vsize=27780 CPUtime=326.73
/proc/16356/stat : 16356 (minisat) R 16321 16321 16189 0 -1 0 7572 0 0 0 32665 8 0 0 25 0 1 0 29178490 28446720 6533 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528406 0 0 4096 3 0 0 0 17 1 0 0
/proc/16356/statm: 6945 6533 52 112 0 6829 0
Current children cumulated CPU time (s) 340.37
Current children cumulated vsize (KiB) 44752

Child status: 0
Real time (s): 378.913
CPU time (s): 376.289
CPU user time (s): 375.737
CPU system time (s): 0.551916
CPU usage (%): 99.3075
Max. virtual memory (cumulated for all children) (KiB): 821312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 375.737
system time used= 0.551916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72253
page faults= 65
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3944
involuntary context switches= 8248

runsolver used 0.384941 s user time and 0.98285 s system time

The end

Launcher Data (download as text)

Begin job on node39 on Mon Jan 29 17:36:47 UTC 2007


IDJOB= 195442
IDBENCH= 3268
IDSOLVER= 86
FILE ID= node39/195442-1170092199

PBS_JOBID= 3689562

Free space on /tmp= 66563 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/frb/frb40-19/frb40-19-1-mgd_ext.xml
COMMAND LINE= /tmp/evaluation/195442-1170092199/solver /tmp/evaluation/195442-1170092199 /tmp/evaluation/195442-1170092199/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node39/watcher-195442-1170092199 -o ROOT/results/node39/solver-195442-1170092199 -C 1800 -M 900  /tmp/evaluation/195442-1170092199/solver /tmp/evaluation/195442-1170092199 /tmp/evaluation/195442-1170092199/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  0197f0d83eeeb5199fb98837bf785a57

RANDOM SEED= 887848002

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.285
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.285
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:       1626144 kB
Buffers:         47388 kB
Cached:         293292 kB
SwapCached:          0 kB
Active:         152952 kB
Inactive:       207852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1626144 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2084 kB
Writeback:           0 kB
Mapped:          30276 kB
Slab:            54736 kB
Committed_AS:    60036 kB
PageTables:       1620 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= 66559 MiB



End job on node39 on Mon Jan 29 17:43:11 UTC 2007