Trace number 239091

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 33.8479 34.5867

General information on the benchmark

Nameqcp-qwh/QCP-25/
qcp-25-264-9_ext.xml
MD5SUMf5b1acb594977105c0d760db9d8ce3bc
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 benchmark33.8369
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.14	c # Sugar v0-40 (/tmp/evaluation/239091-1170108884/sugar-v0-40.jar)
0.14	
0.15	c # MAIN  BEGIN : /tmp/evaluation/239091-1170108884/unknown.xml [Mon Jan 29 23:14:45 2007]
0.15	c # CONVERT_XML  BEGIN : /tmp/evaluation/239091-1170108884/unknown.xml /tmp/evaluation/239091-1170108884/sugar23711.csp [Mon Jan 29 23:14:45 2007]
0.15	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/239091-1170108884/sugar-v0-40.jar -convert /tmp/evaluation/239091-1170108884/unknown.xml /tmp/evaluation/239091-1170108884/sugar23711.csp
0.42	c BEGIN convert /tmp/evaluation/239091-1170108884/unknown.xml
1.57	c END convert (1.150906 seconds)
1.58	c # CONVERT_XML  END : /tmp/evaluation/239091-1170108884/sugar23711.csp 2480658 bytes (1 seconds) [Mon Jan 29 23:14:46 2007]
1.58	c # CONVERT_XML  CPU : 1.22 = 0 + 0 + 1.13 + 0.09
1.58	
1.58	c # GENERATE_SAT  BEGIN : /tmp/evaluation/239091-1170108884/sugar23711.bcnf [Mon Jan 29 23:14:46 2007]
1.58	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/239091-1170108884/sugar-v0-40.jar -bcnf -map /tmp/evaluation/239091-1170108884/sugar23711.map /tmp/evaluation/239091-1170108884/sugar23711.csp /tmp/evaluation/239091-1170108884/sugar23711.bcnf
1.70	c BEGIN parse /tmp/evaluation/239091-1170108884/sugar23711.csp
10.56	c END parse (8.856673 seconds)
10.56	c BEGIN simplify
10.60	c END simplify (0.040937 seconds)
10.60	c BEGIN encode /tmp/evaluation/239091-1170108884/sugar23711.bcnf
11.07	c END encode (0.470557 seconds)
11.14	c # GENERATE_SAT  END : 6336 variables 76934 clauses 1386624 bytes (10 seconds) [Mon Jan 29 23:14:56 2007]
11.14	c # GENERATE_SAT  CPU : 9.39 = 0.01 + 0 + 9.09 + 0.29
11.14	
11.14	c # SOLVE_SAT  BEGIN : /tmp/evaluation/239091-1170108884/sugar23711.bcnf [Mon Jan 29 23:14:56 2007]
11.14	c # CMD : /tmp/evaluation/239091-1170108884/minisat /tmp/evaluation/239091-1170108884/sugar23711.bcnf /tmp/evaluation/239091-1170108884/sugar23711.out
11.20	c ==================================[MINISAT]===================================
11.20	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
11.20	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
11.20	c ==============================================================================
11.20	c |         0 |   45592   167318 |   15197       0        0     nan |  0.000 % |
11.22	c |       101 |   45594   167318 |   16716      99     1322    13.4 | 32.150 % |
11.23	c |       251 |   45594   167318 |   18388     249     2549    10.2 | 32.150 % |
11.25	c |       477 |   45595   167318 |   20227     474     4330     9.1 | 32.150 % |
11.29	c |       814 |   45596   167318 |   22249     810     9997    12.3 | 32.150 % |
11.33	c |      1320 |   45559   167178 |   24474    1314    14485    11.0 | 32.197 % |
11.41	c |      2079 |   45563   167178 |   26922    2069    22754    11.0 | 32.197 % |
11.56	c |      3218 |   45565   167178 |   29614    3206    41332    12.9 | 32.197 % |
11.86	c |      4928 |   45529   167034 |   32576    4801    77555    16.2 | 32.260 % |
12.22	c |      7493 |   45458   166730 |   35833    7291   110528    15.2 | 32.686 % |
12.89	c |     11337 |   45470   166730 |   39417   11123   181610    16.3 | 32.686 % |
14.62	c |     17104 |   44905   164659 |   43358   16385   326845    19.9 | 33.065 % |
18.48	c |     25754 |   44918   164659 |   47694   25022   562448    22.5 | 33.065 % |
25.38	c |     38730 |   44926   164659 |   52464   37990   860145    22.6 | 33.065 % |
34.33	c ==============================================================================
34.33	c restarts              : 14
34.33	c conflicts             : 50836          (2235 /sec)
34.33	c decisions             : 75593          (3324 /sec)
34.33	c propagations          : 22685746       (997415 /sec)
34.33	c conflict literals     : 1204590        (31.83 % deleted)
34.33	c Memory used           : 10.13 MB
34.33	c CPU time              : 22.7445 s
34.33	c 
34.33	c SATISFIABLE
34.34	c # SOLVE_SAT  END : SATISFIABLE (23 seconds) [Mon Jan 29 23:15:19 2007]
34.34	c # SOLVE_SAT  CPU : 22.96 = 0 + 0 + 22.75 + 0.21
34.34	
34.34	c # RESULT : SATISFIABLE
34.34	
34.34	c # OUTPUT_SOL  BEGIN : SAT  [Mon Jan 29 23:15:19 2007]
34.46	c BEGIN read SAT output /tmp/evaluation/239091-1170108884/sugar23711.out
34.50	c END read SAT output (0.038031 seconds)
34.50	c BEGIN write solution /tmp/evaluation/239091-1170108884/sugar23711.sol
34.56	c END write solution (0.059427 seconds)
34.57	s SATISFIABLE
34.58	v 7 13 22 21 24 0 2 19 15 1 10 18 17 14 4 16 3 5 12 23 6 9 20 11 8 4 11 9 7 20 15 17 13 1 24 22 19 8 5 6 2 21 12 3 14 18 16 0 10 23 0 5 8 17 9 3 1 10 12 16 21 20 24 2 11 18 7 22 23 19 13 6 14 4 15 20 1 18 14 6 7 8 23 11 5 4 13 15 3 0 10 19 24 21 9 12 22 2 17 16 24 19 14 6 15 17 18 4 3 20 9 23 7 1 22 0 12 16 8 2 10 11 5 13 21 13 6 20 1 14 11 7 8 17 19 15 4 2 22 12 9 24 0 5 18 23 3 16 21 10 18 10 4 11 19 6 16 1 0 13 20 2 22 23 24 3 15 8 17 5 7 14 21 12 9 6 22 11 8 10 21 4 15 20 12 13 5 0 18 23 14 17 3 19 16 2 24 9 7 1 12 14 21 24 17 4 15 22 6 3 8 9 20 13 10 19 5 23 16 11 1 7 18 0 2 1 7 17 19 16 24 23 3 14 21 2 6 4 10 20 12 22 11 9 0 5 8 13 15 18 8 15 16 2 3 20 9 0 7 6 11 1 5 19 13 21 10 18 22 12 17 4 23 14 24 16 24 5 13 7 8 6 18 23 0 14 22 3 17 19 20 11 10 15 21 9 1 12 2 4 23 18 10 20 4 14 12 16 2 7 19 3 21 0 9 6 13 17 1 15 24 5 11 8 22 11 9 24 22 12 19 20 21 10 2 18 8 1 6 16 23 4 14 13 7 0 15 17 5 3 3 17 0 9 5 22 21 7 8 23 1 11 18 16 2 4 14 15 10 24 19 12 6 20 13 2 3 19 12 18 5 11 6 9 17 23 24 16 7 15 8 1 13 0 20 4 21 10 22 14 15 0 23 18 21 2 19 5 4 22 3 12 14 9 17 1 20 6 7 13 16 10 8 24 11 5 21 2 16 8 12 14 17 22 9 7 10 13 15 18 11 23 1 24 4 20 0 3 6 19 14 16 6 4 22 13 3 24 5 18 0 15 12 8 1 17 2 20 11 10 21 23 19 9 7 22 4 7 5 2 9 10 12 13 11 16 14 6 21 8 15 0 19 18 1 3 17 24 23 20 17 8 3 10 23 18 0 20 19 14 5 21 11 24 7 22 16 9 2 6 15 13 4 1 12 19 2 12 23 11 1 13 9 24 15 17 0 10 4 14 5 8 21 20 3 22 18 7 16 6 10 20 15 0 1 23 5 14 21 4 24 16 19 12 3 13 9 7 6 8 11 2 22 18 17 21 23 1 3 13 16 22 2 18 10 12 7 9 11 5 24 6 4 14 17 8 20 15 19 0 9 12 13 15 0 10 24 11 16 8 6 17 23 20 21 7 18 2 4 22 14 19 1 3 5
34.58	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 23:15:19 2007]
34.58	c # OUTPUT_SOL  CPU : 0.219999999999998 = 0.01 + 0 + 0.189999999999998 + 0.02
34.58	
34.58	c # MAIN  END :  (34 seconds) [Mon Jan 29 23:15:19 2007]
34.58	c # MAIN  CPU : 33.79 = 0.02 + 0 + 33.16 + 0.61
34.58	

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/node66/watcher-239091-1170108884 -o ROOT/results/node66/solver-239091-1170108884 -C 1800 -M 900 /tmp/evaluation/239091-1170108884/solver /tmp/evaluation/239091-1170108884 /tmp/evaluation/239091-1170108884/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: 2.33 3.57 3.58 5/81 23712
/proc/meminfo: memFree=869880/2055920 swapFree=4192812/4192956
[pid=23711] ppid=23709 vsize=5352 CPUtime=0
/proc/23711/stat : 23711 (solver) R 23709 23711 22659 0 -1 4194304 264 0 0 0 0 0 0 0 20 0 1 0 30845981 5480448 231 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 227607637287 0 0 4096 0 0 0 0 17 1 0 0
/proc/23711/statm: 1338 231 193 169 0 49 0

[startup+0.105463 s]
/proc/loadavg: 2.33 3.57 3.58 5/81 23712
/proc/meminfo: memFree=869880/2055920 swapFree=4192812/4192956
[pid=23711] ppid=23709 vsize=12404 CPUtime=0
/proc/23711/stat : 23711 (sugar) D 23709 23711 22659 0 -1 4194304 669 0 4 0 0 0 0 0 18 0 1 0 30845981 12701696 392 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/23711/statm: 3101 392 275 3 0 201 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12404

[startup+0.519145 s]
/proc/loadavg: 2.33 3.57 3.58 5/81 23712
/proc/meminfo: memFree=869880/2055920 swapFree=4192812/4192956
[pid=23711] ppid=23709 vsize=13724 CPUtime=0.04
/proc/23711/stat : 23711 (sugar) S 23709 23711 22659 0 -1 4194304 1117 0 4 0 3 1 0 0 15 0 1 0 30845981 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23711/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.34472 s]
/proc/loadavg: 2.47 3.58 3.58 4/89 23720
/proc/meminfo: memFree=825592/2055920 swapFree=4192812/4192956
[pid=23711] ppid=23709 vsize=13724 CPUtime=0.04
/proc/23711/stat : 23711 (sugar) S 23709 23711 22659 0 -1 4194304 1117 0 4 0 3 1 0 0 15 0 1 0 30845981 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23711/statm: 3431 805 368 3 0 531 0
[pid=23713] ppid=23711 vsize=807412 CPUtime=0.99
/proc/23713/stat : 23713 (java) R 23711 23711 22659 0 -1 0 11307 0 33 0 92 7 0 0 22 0 8 0 30845996 826789888 11085 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073797482 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23713/statm: 201853 11085 1695 14 0 189131 0
[pid=23713/tid=23714] ppid=23711 vsize=807412 CPUtime=0.11
/proc/23713/task/23714/stat : 23714 (java) S 23711 23711 22659 0 -1 64 4749 0 0 0 10 1 0 0 16 0 8 0 30846014 826789888 11085 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23713/tid=23715] ppid=23711 vsize=807412 CPUtime=0
/proc/23713/task/23715/stat : 23715 (java) S 23711 23711 22659 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30846014 826789888 11085 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23713/tid=23716] ppid=23711 vsize=807412 CPUtime=0
/proc/23713/task/23716/stat : 23716 (java) S 23711 23711 22659 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 30846014 826789888 11085 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23713/tid=23717] ppid=23711 vsize=807412 CPUtime=0
/proc/23713/task/23717/stat : 23717 (java) S 23711 23711 22659 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30846017 826789888 11085 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23713/tid=23718] ppid=23711 vsize=807412 CPUtime=0.15
/proc/23713/task/23718/stat : 23718 (java) S 23711 23711 22659 0 -1 64 408 0 0 0 15 0 0 0 16 0 8 0 30846018 826789888 11085 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23713/tid=23719] ppid=23711 vsize=807412 CPUtime=0
/proc/23713/task/23719/stat : 23719 (java) S 23711 23711 22659 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30846018 826789888 11085 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23713/tid=23720] ppid=23711 vsize=807412 CPUtime=0
/proc/23713/task/23720/stat : 23720 (java) S 23711 23711 22659 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30846018 826789888 11085 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 821136

[startup+2.98304 s]
/proc/loadavg: 2.47 3.58 3.58 3/89 23728
/proc/meminfo: memFree=820856/2055920 swapFree=4192812/4192956
[pid=23711] ppid=23709 vsize=13724 CPUtime=1.26
/proc/23711/stat : 23711 (sugar) S 23709 23711 22659 0 -1 4194304 1186 11323 4 33 3 1 113 9 15 0 1 0 30845981 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23711/statm: 3431 809 371 3 0 531 0
[pid=23721] ppid=23711 vsize=807064 CPUtime=1.37
/proc/23721/stat : 23721 (java) R 23711 23711 22659 0 -1 0 10703 0 1 0 132 5 0 0 24 0 8 0 30846139 826433536 10444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073485845 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23721/statm: 201766 10444 1494 14 0 189044 0
[pid=23721/tid=23722] ppid=23711 vsize=807064 CPUtime=0.31
/proc/23721/task/23722/stat : 23722 (java) S 23711 23711 22659 0 -1 64 4643 0 0 0 30 1 0 0 16 0 8 0 30846142 826433536 10444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23721/tid=23723] ppid=23711 vsize=807064 CPUtime=0
/proc/23721/task/23723/stat : 23723 (java) S 23711 23711 22659 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30846143 826433536 10444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23721/tid=23724] ppid=23711 vsize=807064 CPUtime=0
/proc/23721/task/23724/stat : 23724 (java) S 23711 23711 22659 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30846143 826433536 10444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23721/tid=23725] ppid=23711 vsize=807064 CPUtime=0
/proc/23721/task/23725/stat : 23725 (java) S 23711 23711 22659 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30846146 826433536 10444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23721/tid=23726] ppid=23711 vsize=807064 CPUtime=0.05
/proc/23721/task/23726/stat : 23726 (java) S 23711 23711 22659 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 30846146 826433536 10444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23721/tid=23727] ppid=23711 vsize=807064 CPUtime=0
/proc/23721/task/23727/stat : 23727 (java) S 23711 23711 22659 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30846146 826433536 10444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23721/tid=23728] ppid=23711 vsize=807064 CPUtime=0
/proc/23721/task/23728/stat : 23728 (java) S 23711 23711 22659 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30846146 826433536 10444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 820788

[startup+6.18769 s]
/proc/loadavg: 2.47 3.58 3.58 3/89 23728
/proc/meminfo: memFree=762808/2055920 swapFree=4192812/4192956
[pid=23711] ppid=23709 vsize=13724 CPUtime=1.26
/proc/23711/stat : 23711 (sugar) S 23709 23711 22659 0 -1 4194304 1186 11323 4 33 3 1 113 9 15 0 1 0 30845981 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23711/statm: 3431 809 371 3 0 531 0
[pid=23721] ppid=23711 vsize=807344 CPUtime=4.52
/proc/23721/stat : 23721 (java) R 23711 23711 22659 0 -1 0 20331 0 2 0 442 10 0 0 25 0 8 0 30846139 826720256 20045 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073607814 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23721/statm: 201836 20045 1507 14 0 189114 0
[pid=23721/tid=23722] ppid=23711 vsize=807344 CPUtime=0.98
/proc/23721/task/23722/stat : 23722 (java) S 23711 23711 22659 0 -1 64 14111 0 1 0 92 6 0 0 16 0 8 0 30846142 826720256 20045 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23721/tid=23723] ppid=23711 vsize=807344 CPUtime=0
/proc/23721/task/23723/stat : 23723 (java) S 23711 23711 22659 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30846143 826720256 20045 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23721/tid=23724] ppid=23711 vsize=807344 CPUtime=0
/proc/23721/task/23724/stat : 23724 (java) S 23711 23711 22659 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30846143 826720256 20045 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23721/tid=23725] ppid=23711 vsize=807344 CPUtime=0
/proc/23721/task/23725/stat : 23725 (java) S 23711 23711 22659 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30846146 826720256 20045 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23721/tid=23726] ppid=23711 vsize=807344 CPUtime=0.13
/proc/23721/task/23726/stat : 23726 (java) S 23711 23711 22659 0 -1 64 401 0 0 0 13 0 0 0 17 0 8 0 30846146 826720256 20045 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23721/tid=23727] ppid=23711 vsize=807344 CPUtime=0
/proc/23721/task/23727/stat : 23727 (java) S 23711 23711 22659 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30846146 826720256 20045 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23721/tid=23728] ppid=23711 vsize=807344 CPUtime=0
/proc/23721/task/23728/stat : 23728 (java) S 23711 23711 22659 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30846146 826720256 20045 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.78
Current children cumulated vsize (KiB) 821068

[startup+12.589 s]
/proc/loadavg: 2.55 3.56 3.57 3/82 23729
/proc/meminfo: memFree=801456/2055920 swapFree=4192812/4192956
[pid=23711] ppid=23709 vsize=14256 CPUtime=10.65
/proc/23711/stat : 23711 (sugar) S 23709 23711 22659 0 -1 4194304 1421 43672 4 35 4 1 1022 38 15 0 1 0 30845981 14598144 940 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23711/statm: 3564 940 373 3 0 664 0
[pid=23729] ppid=23711 vsize=4748 CPUtime=1.41
/proc/23729/stat : 23729 (minisat) R 23711 23711 22659 0 -1 0 1165 0 0 0 141 0 0 0 25 0 1 0 30847095 4861952 811 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525189 0 0 4096 3 0 0 0 17 1 0 0
/proc/23729/statm: 1187 811 51 112 0 1071 0
Current children cumulated CPU time (s) 12.06
Current children cumulated vsize (KiB) 19004

[startup+25.4592 s]
/proc/loadavg: 2.62 3.54 3.56 3/82 23729
/proc/meminfo: memFree=748016/2055920 swapFree=4192812/4192956
[pid=23711] ppid=23709 vsize=14256 CPUtime=10.65
/proc/23711/stat : 23711 (sugar) S 23709 23711 22659 0 -1 4194304 1421 43672 4 35 4 1 1022 38 16 0 1 0 30845981 14598144 940 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23711/statm: 3564 940 373 3 0 664 0
[pid=23729] ppid=23711 vsize=8588 CPUtime=14.16
/proc/23729/stat : 23729 (minisat) R 23711 23711 22659 0 -1 0 2125 0 0 0 1405 11 0 0 25 0 1 0 30847095 8794112 1771 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 1 0 0
/proc/23729/statm: 2147 1771 51 112 0 2031 0
Current children cumulated CPU time (s) 24.81
Current children cumulated vsize (KiB) 22844

Child status: 0
Real time (s): 34.5867
CPU time (s): 33.8479
CPU user time (s): 33.2169
CPU system time (s): 0.630904
CPU usage (%): 97.8638
Max. virtual memory (cumulated for all children) (KiB): 821136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.2169
system time used= 0.630904
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51064
page faults= 41
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2431
involuntary context switches= 3448

runsolver used 0.066989 s user time and 0.135979 s system time

The end

Launcher Data (download as text)

Begin job on node66 on Mon Jan 29 22:14:44 UTC 2007


IDJOB= 239091
IDBENCH= 7037
IDSOLVER= 86
FILE ID= node66/239091-1170108884

PBS_JOBID= 3689810

Free space on /tmp= 58706 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  f5b1acb594977105c0d760db9d8ce3bc

RANDOM SEED= 3246684

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.259
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.259
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:        870616 kB
Buffers:         10584 kB
Cached:         991532 kB
SwapCached:          0 kB
Active:         120812 kB
Inactive:       976432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        870616 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          272256 kB
Writeback:           0 kB
Mapped:         111888 kB
Slab:            73292 kB
Committed_AS:   471024 kB
PageTables:       1952 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= 58569 MiB



End job on node66 on Mon Jan 29 22:15:19 UTC 2007