Trace number 239053

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 152.748 162.013

General information on the benchmark

Nameqcp-qwh/QCP-25/
qcp-25-264-0_ext.xml
MD5SUMd44fb58fab1cbf48805c5a0caf5a2453
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 benchmark26.469
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)

1.46	c # Sugar v0-40 (/tmp/evaluation/239053-1170108875/sugar-v0-40.jar)
1.46	
1.51	c # MAIN  BEGIN : /tmp/evaluation/239053-1170108875/unknown.xml [Mon Jan 29 23:14:37 2007]
1.51	c # CONVERT_XML  BEGIN : /tmp/evaluation/239053-1170108875/unknown.xml /tmp/evaluation/239053-1170108875/sugar16481.csp [Mon Jan 29 23:14:37 2007]
1.51	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/239053-1170108875/sugar-v0-40.jar -convert /tmp/evaluation/239053-1170108875/unknown.xml /tmp/evaluation/239053-1170108875/sugar16481.csp
3.65	c BEGIN convert /tmp/evaluation/239053-1170108875/unknown.xml
4.79	c END convert (1.14514 seconds)
4.83	c # CONVERT_XML  END : /tmp/evaluation/239053-1170108875/sugar16481.csp 2480265 bytes (4 seconds) [Mon Jan 29 23:14:41 2007]
4.83	c # CONVERT_XML  CPU : 1.2 = 0 + 0 + 1.13 + 0.07
4.83	
4.83	c # GENERATE_SAT  BEGIN : /tmp/evaluation/239053-1170108875/sugar16481.bcnf [Mon Jan 29 23:14:41 2007]
4.83	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/239053-1170108875/sugar-v0-40.jar -bcnf -map /tmp/evaluation/239053-1170108875/sugar16481.map /tmp/evaluation/239053-1170108875/sugar16481.csp /tmp/evaluation/239053-1170108875/sugar16481.bcnf
4.97	c BEGIN parse /tmp/evaluation/239053-1170108875/sugar16481.csp
13.80	c END parse (8.829519 seconds)
13.80	c BEGIN simplify
13.83	c END simplify (0.031715 seconds)
13.83	c BEGIN encode /tmp/evaluation/239053-1170108875/sugar16481.bcnf
14.23	c END encode (0.400617 seconds)
14.28	c # GENERATE_SAT  END : 6336 variables 76934 clauses 1386228 bytes (9 seconds) [Mon Jan 29 23:14:50 2007]
14.28	c # GENERATE_SAT  CPU : 9.29 = 0.01 + 0 + 9.07 + 0.21
14.28	
14.28	c # SOLVE_SAT  BEGIN : /tmp/evaluation/239053-1170108875/sugar16481.bcnf [Mon Jan 29 23:14:50 2007]
14.28	c # CMD : /tmp/evaluation/239053-1170108875/minisat /tmp/evaluation/239053-1170108875/sugar16481.bcnf /tmp/evaluation/239053-1170108875/sugar16481.out
14.34	c ==================================[MINISAT]===================================
14.34	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
14.34	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
14.34	c ==============================================================================
14.34	c |         0 |   43096   159032 |   14365       0        0     nan |  0.000 % |
14.35	c |       100 |   43097   159032 |   15801      99      937     9.5 | 35.543 % |
14.38	c |       250 |   43097   159032 |   17381     249     3021    12.1 | 35.543 % |
14.40	c |       475 |   43098   159032 |   19119     473     4825    10.2 | 35.543 % |
14.42	c |       813 |   43098   159032 |   21031     811     7463     9.2 | 35.543 % |
14.50	c |      1320 |   43102   159032 |   23134    1313    17203    13.1 | 35.732 % |
14.64	c |      2080 |   42922   158398 |   25448    2070    32938    15.9 | 35.732 % |
14.89	c |      3219 |   42922   158398 |   27993    3209    60227    18.8 | 35.732 % |
15.22	c |      4929 |   42931   158398 |   30792    4910   100446    20.5 | 35.732 % |
15.87	c |      7491 |   42935   158398 |   33871    7468   171978    23.0 | 35.732 % |
17.14	c |     11336 |   42935   158398 |   37259   11313   301375    26.6 | 35.732 % |
19.14	c |     17102 |   42943   158398 |   40985   17071   489722    28.7 | 35.732 % |
23.20	c |     25754 |   42652   157293 |   45083   25638   807161    31.5 | 36.222 % |
32.07	c |     38729 |   42487   156689 |   49591   38294  1335511    34.9 | 36.222 % |
48.18	c |     58192 |   42489   156689 |   54551   19856   802640    40.4 | 36.222 % |
72.50	c |     87384 |   42492   156689 |   60006   49045  2086188    42.5 | 36.222 % |
111.26	c |    131175 |   42496   156689 |   66006   46698  1749996    37.5 | 36.222 % |
157.59	c ==============================================================================
157.73	c restarts              : 17
157.73	c conflicts             : 182968         (1294 /sec)
157.73	c decisions             : 250741         (1773 /sec)
157.73	c propagations          : 97738032       (691053 /sec)
157.73	c conflict literals     : 7326777        (32.91 % deleted)
157.73	c Memory used           : 17.26 MB
157.73	c CPU time              : 141.433 s
157.73	c 
157.73	c SATISFIABLE
158.15	c # SOLVE_SAT  END : SATISFIABLE (144 seconds) [Mon Jan 29 23:17:14 2007]
158.15	c # SOLVE_SAT  CPU : 141.97 = 0 + 0 + 141.43 + 0.54
158.15	
158.15	c # RESULT : SATISFIABLE
158.15	
158.15	c # OUTPUT_SOL  BEGIN : SAT  [Mon Jan 29 23:17:14 2007]
161.87	c BEGIN read SAT output /tmp/evaluation/239053-1170108875/sugar16481.out
161.91	c END read SAT output (0.041494 seconds)
161.91	c BEGIN write solution /tmp/evaluation/239053-1170108875/sugar16481.sol
161.97	c END write solution (0.061346 seconds)
161.99	s SATISFIABLE
161.99	v 5 21 20 19 1 2 23 13 16 12 17 0 10 4 11 7 18 22 15 6 9 24 8 3 14 12 20 3 16 8 1 17 7 19 15 6 10 11 0 14 18 21 9 4 5 23 22 24 13 2 16 6 11 14 13 10 19 9 8 4 5 17 3 21 23 20 1 12 24 0 15 7 18 2 22 15 3 2 18 20 19 5 4 11 9 23 1 21 10 6 8 0 14 7 13 24 17 22 16 12 10 9 17 5 21 6 11 3 7 23 0 14 4 22 2 12 13 18 19 24 20 1 15 8 16 14 18 23 8 12 13 2 6 10 11 22 16 20 15 5 4 19 1 9 3 17 0 21 7 24 9 8 16 4 7 5 6 19 0 10 20 22 1 12 18 13 15 23 17 14 21 2 3 24 11 7 1 13 0 19 4 12 21 6 16 18 3 23 5 9 24 14 15 22 2 8 20 11 17 10 20 13 1 9 22 11 16 12 3 17 2 24 7 18 0 15 6 21 23 8 14 5 10 19 4 3 16 10 1 23 7 22 8 13 0 24 2 17 6 15 14 11 4 12 20 18 9 5 21 19 6 15 19 11 4 22 14 2 21 5 3 7 18 9 24 16 12 17 1 23 13 8 20 10 0 2 24 18 10 6 20 15 1 12 22 4 21 5 14 8 9 3 13 0 7 16 23 19 11 17 4 23 5 21 18 17 3 22 2 24 8 13 14 16 12 19 20 10 11 9 1 15 6 0 7 1 22 8 23 24 9 13 14 15 6 11 20 12 2 3 10 17 19 18 16 0 4 7 5 21 23 17 14 24 15 8 21 18 9 7 10 6 16 3 1 11 22 0 13 19 4 12 2 20 5 11 5 6 13 3 24 4 17 18 19 15 23 0 8 20 2 10 7 21 1 12 14 16 22 9 21 14 22 15 0 18 24 20 23 3 1 12 2 19 7 5 16 11 10 4 6 13 17 9 8 24 19 4 20 11 14 0 5 17 13 9 18 8 23 22 6 2 3 16 21 7 10 12 15 1 13 2 0 6 16 12 7 23 5 20 19 9 15 24 10 17 4 8 14 11 22 21 1 18 3 8 0 7 3 9 16 1 15 22 2 12 5 13 11 4 21 24 6 20 17 10 19 23 14 18 19 10 21 12 5 0 18 11 4 14 13 8 24 20 17 23 7 16 2 22 3 6 9 1 15 0 7 24 22 17 23 20 10 14 8 16 15 19 1 21 3 9 2 5 12 11 18 13 4 6 22 11 12 7 2 15 10 0 20 21 14 19 9 17 13 1 8 24 3 18 5 16 4 6 23 17 4 9 2 10 21 8 24 1 18 7 11 22 13 16 0 23 5 6 15 19 3 14 12 20 18 12 15 17 14 3 9 16 24 1 21 4 6 7 19 22 5 20 8 10 2 11 0 23 13
161.99	c # OUTPUT_SOL  END :  (4 seconds) [Mon Jan 29 23:17:18 2007]
161.99	c # OUTPUT_SOL  CPU : 0.219999999999998 = 0 + 0 + 0.189999999999998 + 0.03
161.99	
161.99	c # MAIN  END :  (161 seconds) [Mon Jan 29 23:17:18 2007]
161.99	c # MAIN  CPU : 152.68 = 0.01 + 0 + 151.82 + 0.85
161.99	

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/node23/watcher-239053-1170108875 -o ROOT/results/node23/solver-239053-1170108875 -C 1800 -M 900 /tmp/evaluation/239053-1170108875/solver /tmp/evaluation/239053-1170108875 /tmp/evaluation/239053-1170108875/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: 4.43 4.42 3.24 5/94 16482
/proc/meminfo: memFree=215112/2055920 swapFree=4192812/4192956
[pid=16481] ppid=16479 vsize=18540 CPUtime=0
/proc/16481/stat : 16481 (runsolver) R 16479 16481 15734 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 30841455 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 238487661863 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16481/statm: 4635 279 244 17 0 2626 0

[startup+0.109797 s]
/proc/loadavg: 4.43 4.42 3.24 5/94 16482
/proc/meminfo: memFree=215112/2055920 swapFree=4192812/4192956
[pid=16481] ppid=16479 vsize=124 CPUtime=0
/proc/16481/stat : 16481 (sugar) D 16479 16481 15734 0 -1 4194304 286 0 1 0 0 0 0 0 18 0 1 0 30841455 126976 23 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238485042665 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/16481/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.518847 s]
/proc/loadavg: 4.43 4.42 3.24 5/94 16482
/proc/meminfo: memFree=215112/2055920 swapFree=4192812/4192956
[pid=16481] ppid=16479 vsize=12268 CPUtime=0
/proc/16481/stat : 16481 (sugar) D 16479 16481 15734 0 -1 4194304 597 0 4 0 0 0 0 0 18 0 1 0 30841455 12562432 320 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/16481/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+1.34694 s]
/proc/loadavg: 4.43 4.42 3.24 2/94 16482
/proc/meminfo: memFree=197256/2055920 swapFree=4192812/4192956
[pid=16481] ppid=16479 vsize=12932 CPUtime=0.01
/proc/16481/stat : 16481 (sugar) R 16479 16481 15734 0 -1 4194304 846 0 4 0 1 0 0 0 18 0 1 0 30841455 13242368 569 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238505194393 0 0 4224 0 0 0 0 17 1 0 0
/proc/16481/statm: 3233 569 316 3 0 333 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12932

[startup+2.98613 s]
/proc/loadavg: 4.43 4.42 3.24 2/95 16483
/proc/meminfo: memFree=175616/2055920 swapFree=4192812/4192956
[pid=16481] ppid=16479 vsize=13724 CPUtime=0.04
/proc/16481/stat : 16481 (sugar) S 16479 16481 15734 0 -1 4194304 1108 0 4 0 3 1 0 0 15 0 1 0 30841455 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16481/statm: 3431 805 368 3 0 531 0
[pid=16483] ppid=16481 vsize=9996 CPUtime=0
/proc/16483/stat : 16483 (java) D 16481 16481 15734 0 -1 0 689 0 9 0 0 0 0 0 18 0 1 0 30841607 10235904 458 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 2499591 0 0 0 7368 18446744071563479169 0 0 17 1 0 0
/proc/16483/statm: 2499 458 373 14 0 1142 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 23720

[startup+6.27351 s]
/proc/loadavg: 4.32 4.40 3.24 4/102 16498
/proc/meminfo: memFree=83272/2055920 swapFree=4192812/4192956
[pid=16481] ppid=16479 vsize=13724 CPUtime=1.24
/proc/16481/stat : 16481 (sugar) S 16479 16481 15734 0 -1 4194304 1186 11320 4 36 3 1 113 7 15 0 1 0 30841455 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16481/statm: 3431 809 371 3 0 531 0
[pid=16491] ppid=16481 vsize=807064 CPUtime=1.39
/proc/16491/stat : 16491 (java) R 16481 16481 15734 0 -1 0 10705 0 1 0 133 6 0 0 25 0 8 0 30841939 826433536 10446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073540053 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16491/statm: 201766 10446 1494 14 0 189044 0
[pid=16491/tid=16492] ppid=16481 vsize=807064 CPUtime=0.32
/proc/16491/task/16492/stat : 16492 (java) S 16481 16481 15734 0 -1 64 4644 0 0 0 30 2 0 0 16 0 8 0 30841942 826433536 10446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16491/tid=16493] ppid=16481 vsize=807064 CPUtime=0
/proc/16491/task/16493/stat : 16493 (java) S 16481 16481 15734 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30841942 826433536 10446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16491/tid=16494] ppid=16481 vsize=807064 CPUtime=0
/proc/16491/task/16494/stat : 16494 (java) S 16481 16481 15734 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30841942 826433536 10446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16491/tid=16495] ppid=16481 vsize=807064 CPUtime=0
/proc/16491/task/16495/stat : 16495 (java) S 16481 16481 15734 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30841946 826433536 10446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16491/tid=16496] ppid=16481 vsize=807064 CPUtime=0.05
/proc/16491/task/16496/stat : 16496 (java) S 16481 16481 15734 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 30841946 826433536 10446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16491/tid=16497] ppid=16481 vsize=807064 CPUtime=0
/proc/16491/task/16497/stat : 16497 (java) S 16481 16481 15734 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30841948 826433536 10446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16491/tid=16498] ppid=16481 vsize=807064 CPUtime=0
/proc/16491/task/16498/stat : 16498 (java) S 16481 16481 15734 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30841948 826433536 10446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 820788

[startup+12.7632 s]
/proc/loadavg: 4.13 4.36 3.23 3/102 16498
/proc/meminfo: memFree=16072/2055920 swapFree=4192812/4192956
[pid=16481] ppid=16479 vsize=13724 CPUtime=1.24
/proc/16481/stat : 16481 (sugar) S 16479 16481 15734 0 -1 4194304 1186 11320 4 36 3 1 113 7 15 0 1 0 30841455 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16481/statm: 3431 809 371 3 0 531 0
[pid=16491] ppid=16481 vsize=807336 CPUtime=7.8
/proc/16491/stat : 16491 (java) R 16481 16481 15734 0 -1 0 27589 0 1 0 766 14 0 0 25 0 8 0 30841939 826712064 27271 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073608066 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16491/statm: 201834 27271 1506 14 0 189112 0
[pid=16491/tid=16492] ppid=16481 vsize=807336 CPUtime=1.4
/proc/16491/task/16492/stat : 16492 (java) S 16481 16481 15734 0 -1 64 21337 0 0 0 131 9 0 0 16 0 8 0 30841942 826712064 27271 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16491/tid=16493] ppid=16481 vsize=807336 CPUtime=0
/proc/16491/task/16493/stat : 16493 (java) S 16481 16481 15734 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30841942 826712064 27271 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16491/tid=16494] ppid=16481 vsize=807336 CPUtime=0
/proc/16491/task/16494/stat : 16494 (java) S 16481 16481 15734 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30841942 826712064 27271 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16491/tid=16495] ppid=16481 vsize=807336 CPUtime=0
/proc/16491/task/16495/stat : 16495 (java) S 16481 16481 15734 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30841946 826712064 27271 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16491/tid=16496] ppid=16481 vsize=807336 CPUtime=0.13
/proc/16491/task/16496/stat : 16496 (java) S 16481 16481 15734 0 -1 64 401 0 0 0 13 0 0 0 17 0 8 0 30841946 826712064 27271 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16491/tid=16497] ppid=16481 vsize=807336 CPUtime=0
/proc/16491/task/16497/stat : 16497 (java) S 16481 16481 15734 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30841948 826712064 27271 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16491/tid=16498] ppid=16481 vsize=807336 CPUtime=0
/proc/16491/task/16498/stat : 16498 (java) S 16481 16481 15734 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30841948 826712064 27271 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.04
Current children cumulated vsize (KiB) 821060

[startup+25.6143 s]
/proc/loadavg: 3.66 4.24 3.21 3/95 16499
/proc/meminfo: memFree=16008/2055920 swapFree=4192812/4192956
[pid=16481] ppid=16479 vsize=14256 CPUtime=10.53
/proc/16481/stat : 16481 (sugar) S 16479 16481 15734 0 -1 4194304 1421 43662 4 38 4 1 1020 28 16 0 1 0 30841455 14598144 940 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16481/statm: 3564 940 373 3 0 664 0
[pid=16499] ppid=16481 vsize=8584 CPUtime=11.17
/proc/16499/stat : 16499 (minisat) R 16481 16481 15734 0 -1 0 2117 0 0 0 1110 7 0 0 25 0 1 0 30842884 8790016 1763 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16499/statm: 2146 1763 51 112 0 2030 0
Current children cumulated CPU time (s) 21.7
Current children cumulated vsize (KiB) 22840

[startup+51.2836 s]
/proc/loadavg: 3.22 4.09 3.19 3/95 16499
/proc/meminfo: memFree=15304/2055920 swapFree=4192812/4192956
[pid=16481] ppid=16479 vsize=14256 CPUtime=10.53
/proc/16481/stat : 16481 (sugar) S 16479 16481 15734 0 -1 4194304 1421 43662 4 38 4 1 1020 28 16 0 1 0 30841455 14598144 940 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16481/statm: 3564 940 373 3 0 664 0
[pid=16499] ppid=16481 vsize=13496 CPUtime=36.56
/proc/16499/stat : 16499 (minisat) R 16481 16481 15734 0 -1 0 3346 0 0 0 3639 17 0 0 25 0 1 0 30842884 13819904 2992 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16499/statm: 3374 2992 51 112 0 3258 0
Current children cumulated CPU time (s) 47.09
Current children cumulated vsize (KiB) 27752

[startup+102.585 s]
/proc/loadavg: 2.99 3.89 3.16 3/95 16499
/proc/meminfo: memFree=16136/2055920 swapFree=4192812/4192956
[pid=16481] ppid=16479 vsize=14256 CPUtime=10.53
/proc/16481/stat : 16481 (sugar) S 16479 16481 15734 0 -1 4194304 1421 43662 4 38 4 1 1020 28 16 0 1 0 30841455 14598144 940 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16481/statm: 3564 940 373 3 0 664 0
[pid=16499] ppid=16481 vsize=17024 CPUtime=87.3
/proc/16499/stat : 16499 (minisat) R 16481 16481 15734 0 -1 0 4209 0 0 0 8693 37 0 0 25 0 1 0 30842884 17432576 3855 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528105 0 0 4096 3 0 0 0 17 1 0 0
/proc/16499/statm: 4256 3855 51 112 0 4140 0
Current children cumulated CPU time (s) 97.83
Current children cumulated vsize (KiB) 31280

Child status: 0
Real time (s): 162.013
CPU time (s): 152.748
CPU user time (s): 151.87
CPU system time (s): 0.877866
CPU usage (%): 94.2812
Max. virtual memory (cumulated for all children) (KiB): 821260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 151.87
system time used= 0.877866
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52834
page faults= 59
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2623
involuntary context switches= 9776

runsolver used 0.189971 s user time and 0.529919 s system time

The end

Launcher Data (download as text)

Begin job on node23 on Mon Jan 29 22:14:35 UTC 2007


IDJOB= 239053
IDBENCH= 7034
IDSOLVER= 86
FILE ID= node23/239053-1170108875

PBS_JOBID= 3689791

Free space on /tmp= 57387 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  d44fb58fab1cbf48805c5a0caf5a2453

RANDOM SEED= 264376647

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.216
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.216
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:        225576 kB
Buffers:          2780 kB
Cached:        1551836 kB
SwapCached:          0 kB
Active:         219688 kB
Inactive:      1522192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        225576 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          776204 kB
Writeback:           0 kB
Mapped:         212764 kB
Slab:            73176 kB
Committed_AS:   696212 kB
PageTables:       2360 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= 54865 MiB



End job on node23 on Mon Jan 29 22:17:20 UTC 2007