Trace number 205453

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 19.999 20.3802

General information on the benchmark

Namehanoi/
hanoi-4_ext.xml
MD5SUMac488db1c63940853dec4ea261b1d7b0
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 benchmark0.003998
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables14
Number of constraints13
Maximum constraint arity2
Maximum domain size81
Number of constraints which are defined in extension13
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/205453-1170096198/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/205453-1170096198/unknown.xml [Mon Jan 29 19:43:20 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/205453-1170096198/unknown.xml /tmp/evaluation/205453-1170096198/sugar24674.csp [Mon Jan 29 19:43:20 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/205453-1170096198/sugar-v0-40.jar -convert /tmp/evaluation/205453-1170096198/unknown.xml /tmp/evaluation/205453-1170096198/sugar24674.csp
0.17	c BEGIN convert /tmp/evaluation/205453-1170096198/unknown.xml
0.29	c END convert (0.123351 seconds)
0.34	c # CONVERT_XML  END : /tmp/evaluation/205453-1170096198/sugar24674.csp 80350 bytes (0 seconds) [Mon Jan 29 19:43:20 2007]
0.34	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.34	
0.34	c # GENERATE_SAT  BEGIN : /tmp/evaluation/205453-1170096198/sugar24674.bcnf [Mon Jan 29 19:43:20 2007]
0.34	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/205453-1170096198/sugar-v0-40.jar -bcnf -map /tmp/evaluation/205453-1170096198/sugar24674.map /tmp/evaluation/205453-1170096198/sugar24674.csp /tmp/evaluation/205453-1170096198/sugar24674.bcnf
0.46	c BEGIN parse /tmp/evaluation/205453-1170096198/sugar24674.csp
18.70	c END parse (18.240947 seconds)
18.70	c BEGIN simplify
18.79	c END simplify (0.091287 seconds)
18.79	c BEGIN encode /tmp/evaluation/205453-1170096198/sugar24674.bcnf
19.40	c END encode (0.610596 seconds)
19.52	c # GENERATE_SAT  END : 6240 variables 14091 clauses 6426400 bytes (19 seconds) [Mon Jan 29 19:43:39 2007]
19.52	c # GENERATE_SAT  CPU : 19.13 = 0.05 + 0.01 + 18.66 + 0.41
19.52	
19.52	c # SOLVE_SAT  BEGIN : /tmp/evaluation/205453-1170096198/sugar24674.bcnf [Mon Jan 29 19:43:39 2007]
19.52	c # CMD : /tmp/evaluation/205453-1170096198/minisat /tmp/evaluation/205453-1170096198/sugar24674.bcnf /tmp/evaluation/205453-1170096198/sugar24674.out
19.67	c ==================================[MINISAT]===================================
19.67	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
19.67	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
19.67	c ==============================================================================
19.67	c |         0 |   14091  1592501 |    4697       0        0     nan |  0.000 % |
19.78	c |       100 |   13879  1564116 |    5166      91    14126   155.2 |  1.171 % |
19.90	c |       250 |   13886  1564116 |    5683     230    27006   117.4 | 29.856 % |
20.02	c ==============================================================================
20.02	c restarts              : 3
20.02	c conflicts             : 449            (945 /sec)
20.02	c decisions             : 48739          (102624 /sec)
20.02	c propagations          : 191819         (403892 /sec)
20.02	c conflict literals     : 36839          (27.69 % deleted)
20.02	c Memory used           : 8.57 MB
20.02	c CPU time              : 0.474927 s
20.02	c 
20.02	c SATISFIABLE
20.03	c # SOLVE_SAT  END : SATISFIABLE (1 seconds) [Mon Jan 29 19:43:40 2007]
20.03	c # SOLVE_SAT  CPU : 0.5 = 0 + 0 + 0.48 + 0.02
20.03	
20.03	c # RESULT : SATISFIABLE
20.03	
20.03	c # OUTPUT_SOL  BEGIN : SAT  [Mon Jan 29 19:43:40 2007]
20.15	c BEGIN read SAT output /tmp/evaluation/205453-1170096198/sugar24674.out
20.18	c END read SAT output (0.037115 seconds)
20.18	c BEGIN write solution /tmp/evaluation/205453-1170096198/sugar24674.sol
20.33	c END write solution (0.14885 seconds)
20.37	s SATISFIABLE
20.37	v 1 7 8 17 15 12 13 67 68 65 63 72 73 79
20.37	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 19:43:40 2007]
20.37	c # OUTPUT_SOL  CPU : 0.310000000000001 = 0 + 0 + 0.280000000000001 + 0.03
20.37	
20.37	c # MAIN  END :  (20 seconds) [Mon Jan 29 19:43:40 2007]
20.37	c # MAIN  CPU : 19.94 = 0.05 + 0.01 + 19.42 + 0.46
20.37	

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/node16/watcher-205453-1170096198 -o ROOT/results/node16/solver-205453-1170096198 -C 1800 -M 900 /tmp/evaluation/205453-1170096198/solver /tmp/evaluation/205453-1170096198 /tmp/evaluation/205453-1170096198/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.94 2.43 2.84 5/87 24675
/proc/meminfo: memFree=1824856/2055920 swapFree=4192812/4192956
[pid=24674] ppid=24672 vsize=12268 CPUtime=0
/proc/24674/stat : 24674 (sugar) R 24672 24674 23613 0 -1 4194304 591 0 0 0 0 0 0 0 18 0 1 0 29574302 12562432 310 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231980263216 0 0 4224 0 0 0 0 17 1 0 0
/proc/24674/statm: 3067 315 241 3 0 167 0

[startup+0.102705 s]
/proc/loadavg: 1.94 2.43 2.84 5/87 24675
/proc/meminfo: memFree=1824856/2055920 swapFree=4192812/4192956
[pid=24674] ppid=24672 vsize=13724 CPUtime=0.03
/proc/24674/stat : 24674 (sugar) S 24672 24674 23613 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 29574302 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24674/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.510659 s]
/proc/loadavg: 1.94 2.43 2.84 5/87 24675
/proc/meminfo: memFree=1824856/2055920 swapFree=4192812/4192956
[pid=24674] ppid=24672 vsize=13724 CPUtime=0.03
/proc/24674/stat : 24674 (sugar) S 24672 24674 23613 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 29574302 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24674/statm: 3431 808 370 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33157 s]
/proc/loadavg: 1.94 2.43 2.84 4/96 24691
/proc/meminfo: memFree=1790416/2055920 swapFree=4192812/4192956
[pid=24674] ppid=24672 vsize=13724 CPUtime=0.03
/proc/24674/stat : 24674 (sugar) S 24672 24674 23613 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 29574302 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24674/statm: 3431 808 370 3 0 531 0
[pid=24676] ppid=24674 vsize=0 CPUtime=0.24
/proc/24676/stat : 24676 (java) Z 24674 24674 23613 0 -1 1036 4276 0 1 0 21 3 0 0 17 0 1 0 29574307 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24676/statm: 0 0 0 0 0 0 0
[pid=24684] ppid=24674 vsize=807328 CPUtime=0.97
/proc/24684/stat : 24684 (java) R 24674 24674 23613 0 -1 0 11649 0 1 0 90 7 0 0 16 0 8 0 29574337 826703872 11381 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073491412 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24684/statm: 201832 11381 1506 14 0 189110 0
[pid=24684/tid=24685] ppid=24674 vsize=807328 CPUtime=0.21
/proc/24684/task/24685/stat : 24685 (java) S 24674 24674 23613 0 -1 64 5466 0 0 0 19 2 0 0 16 0 8 0 29574340 826703872 11381 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24684/tid=24686] ppid=24674 vsize=807328 CPUtime=0
/proc/24684/task/24686/stat : 24686 (java) S 24674 24674 23613 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29574341 826703872 11381 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24684/tid=24687] ppid=24674 vsize=807328 CPUtime=0
/proc/24684/task/24687/stat : 24687 (java) S 24674 24674 23613 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29574341 826703872 11381 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24684/tid=24688] ppid=24674 vsize=807328 CPUtime=0
/proc/24684/task/24688/stat : 24688 (java) S 24674 24674 23613 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29574344 826703872 11381 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24684/tid=24689] ppid=24674 vsize=807328 CPUtime=0.09
/proc/24684/task/24689/stat : 24689 (java) R 24674 24674 23613 0 -1 64 376 0 0 0 9 0 0 0 19 0 8 0 29574344 826703872 11381 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24684/tid=24690] ppid=24674 vsize=807328 CPUtime=0
/proc/24684/task/24690/stat : 24690 (java) S 24674 24674 23613 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 29574344 826703872 11381 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24684/tid=24691] ppid=24674 vsize=807328 CPUtime=0
/proc/24684/task/24691/stat : 24691 (java) S 24674 24674 23613 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29574344 826703872 11381 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 821052

[startup+2.9844 s]
/proc/loadavg: 2.02 2.44 2.84 3/96 24691
/proc/meminfo: memFree=1749456/2055920 swapFree=4192812/4192956
[pid=24674] ppid=24672 vsize=13724 CPUtime=0.03
/proc/24674/stat : 24674 (sugar) S 24672 24674 23613 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 29574302 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24674/statm: 3431 808 370 3 0 531 0
[pid=24676] ppid=24674 vsize=0 CPUtime=0.24
/proc/24676/stat : 24676 (java) Z 24674 24674 23613 0 -1 1036 4276 0 1 0 21 3 0 0 17 0 1 0 29574307 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24676/statm: 0 0 0 0 0 0 0
[pid=24684] ppid=24674 vsize=807328 CPUtime=2.63
/proc/24684/stat : 24684 (java) R 24674 24674 23613 0 -1 0 25759 0 1 0 250 13 0 0 24 0 8 0 29574337 826703872 25433 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153380400 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24684/statm: 201832 25433 1506 14 0 189110 0
[pid=24684/tid=24685] ppid=24674 vsize=807328 CPUtime=0.81
/proc/24684/task/24685/stat : 24685 (java) S 24674 24674 23613 0 -1 64 19490 0 0 0 73 8 0 0 16 0 8 0 29574340 826703872 25433 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24684/tid=24686] ppid=24674 vsize=807328 CPUtime=0
/proc/24684/task/24686/stat : 24686 (java) S 24674 24674 23613 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29574341 826703872 25433 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24684/tid=24687] ppid=24674 vsize=807328 CPUtime=0
/proc/24684/task/24687/stat : 24687 (java) S 24674 24674 23613 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29574341 826703872 25433 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24684/tid=24688] ppid=24674 vsize=807328 CPUtime=0
/proc/24684/task/24688/stat : 24688 (java) S 24674 24674 23613 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29574344 826703872 25433 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24684/tid=24689] ppid=24674 vsize=807328 CPUtime=0.13
/proc/24684/task/24689/stat : 24689 (java) S 24674 24674 23613 0 -1 64 399 0 0 0 12 1 0 0 16 0 8 0 29574344 826703872 25433 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24684/tid=24690] ppid=24674 vsize=807328 CPUtime=0
/proc/24684/task/24690/stat : 24690 (java) S 24674 24674 23613 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 29574344 826703872 25433 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24684/tid=24691] ppid=24674 vsize=807328 CPUtime=0
/proc/24684/task/24691/stat : 24691 (java) S 24674 24674 23613 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29574344 826703872 25433 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 821052

[startup+6.27603 s]
/proc/loadavg: 2.02 2.44 2.84 3/96 24691
/proc/meminfo: memFree=1639760/2055920 swapFree=4192812/4192956
[pid=24674] ppid=24672 vsize=13724 CPUtime=0.03
/proc/24674/stat : 24674 (sugar) S 24672 24674 23613 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 29574302 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24674/statm: 3431 808 370 3 0 531 0
[pid=24676] ppid=24674 vsize=0 CPUtime=0.24
/proc/24676/stat : 24676 (java) Z 24674 24674 23613 0 -1 1036 4276 0 1 0 21 3 0 0 17 0 1 0 29574307 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24676/statm: 0 0 0 0 0 0 0
[pid=24684] ppid=24674 vsize=807328 CPUtime=5.92
/proc/24684/stat : 24684 (java) R 24674 24674 23613 0 -1 0 51336 0 1 0 566 26 0 0 25 0 8 0 29574337 826703872 50889 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073590226 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24684/statm: 201832 50889 1506 14 0 189110 0
[pid=24684/tid=24685] ppid=24674 vsize=807328 CPUtime=1.96
/proc/24684/task/24685/stat : 24685 (java) S 24674 24674 23613 0 -1 64 44938 0 0 0 176 20 0 0 16 0 8 0 29574340 826703872 50889 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24684/tid=24686] ppid=24674 vsize=807328 CPUtime=0
/proc/24684/task/24686/stat : 24686 (java) S 24674 24674 23613 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29574341 826703872 50889 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24684/tid=24687] ppid=24674 vsize=807328 CPUtime=0
/proc/24684/task/24687/stat : 24687 (java) S 24674 24674 23613 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29574341 826703872 50889 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24684/tid=24688] ppid=24674 vsize=807328 CPUtime=0
/proc/24684/task/24688/stat : 24688 (java) S 24674 24674 23613 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29574344 826703872 50889 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24684/tid=24689] ppid=24674 vsize=807328 CPUtime=0.14
/proc/24684/task/24689/stat : 24689 (java) S 24674 24674 23613 0 -1 64 407 0 0 0 13 1 0 0 16 0 8 0 29574344 826703872 50889 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24684/tid=24690] ppid=24674 vsize=807328 CPUtime=0
/proc/24684/task/24690/stat : 24690 (java) S 24674 24674 23613 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 29574344 826703872 50889 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24684/tid=24691] ppid=24674 vsize=807328 CPUtime=0
/proc/24684/task/24691/stat : 24691 (java) S 24674 24674 23613 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29574344 826703872 50889 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 821052

[startup+12.7753 s]
/proc/loadavg: 2.02 2.42 2.83 3/96 24691
/proc/meminfo: memFree=1611800/2055920 swapFree=4192812/4192956
[pid=24674] ppid=24672 vsize=13724 CPUtime=0.03
/proc/24674/stat : 24674 (sugar) S 24672 24674 23613 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 29574302 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24674/statm: 3431 808 370 3 0 531 0
[pid=24676] ppid=24674 vsize=0 CPUtime=0.24
/proc/24676/stat : 24676 (java) Z 24674 24674 23613 0 -1 1036 4276 0 1 0 21 3 0 0 17 0 1 0 29574307 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24676/statm: 0 0 0 0 0 0 0
[pid=24684] ppid=24674 vsize=807328 CPUtime=12.41
/proc/24684/stat : 24684 (java) R 24674 24674 23613 0 -1 0 54827 0 1 0 1211 30 0 0 25 0 8 0 29574337 826703872 54108 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24684/statm: 201832 54108 1507 14 0 189110 0
[pid=24684/tid=24685] ppid=24674 vsize=807328 CPUtime=4.36
/proc/24684/task/24685/stat : 24685 (java) R 24674 24674 23613 0 -1 64 48196 0 0 0 413 23 0 0 15 0 8 0 29574340 826703872 54108 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153827336 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24684/tid=24686] ppid=24674 vsize=807328 CPUtime=0
/proc/24684/task/24686/stat : 24686 (java) S 24674 24674 23613 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29574341 826703872 54108 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24684/tid=24687] ppid=24674 vsize=807328 CPUtime=0
/proc/24684/task/24687/stat : 24687 (java) S 24674 24674 23613 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29574341 826703872 54108 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24684/tid=24688] ppid=24674 vsize=807328 CPUtime=0
/proc/24684/task/24688/stat : 24688 (java) S 24674 24674 23613 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29574344 826703872 54108 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24684/tid=24689] ppid=24674 vsize=807328 CPUtime=0.14
/proc/24684/task/24689/stat : 24689 (java) S 24674 24674 23613 0 -1 64 407 0 0 0 13 1 0 0 16 0 8 0 29574344 826703872 54108 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24684/tid=24690] ppid=24674 vsize=807328 CPUtime=0
/proc/24684/task/24690/stat : 24690 (java) S 24674 24674 23613 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 29574344 826703872 54108 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24684/tid=24691] ppid=24674 vsize=807328 CPUtime=0
/proc/24684/task/24691/stat : 24691 (java) S 24674 24674 23613 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29574344 826703872 54108 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 821052

Child status: 0
Real time (s): 20.3802
CPU time (s): 19.999
CPU user time (s): 19.511
CPU system time (s): 0.487925
CPU usage (%): 98.1294
Max. virtual memory (cumulated for all children) (KiB): 821052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.511
system time used= 0.487925
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64788
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5815
involuntary context switches= 5601

runsolver used 0.016997 s user time and 0.078987 s system time

The end

Launcher Data (download as text)

Begin job on node16 on Mon Jan 29 18:43:19 UTC 2007


IDJOB= 205453
IDBENCH= 4131
IDSOLVER= 86
FILE ID= node16/205453-1170096198

PBS_JOBID= 3689404

Free space on /tmp= 66546 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/hanoi/hanoi-4_ext.xml
COMMAND LINE= /tmp/evaluation/205453-1170096198/solver /tmp/evaluation/205453-1170096198 /tmp/evaluation/205453-1170096198/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node16/watcher-205453-1170096198 -o ROOT/results/node16/solver-205453-1170096198 -C 1800 -M 900  /tmp/evaluation/205453-1170096198/solver /tmp/evaluation/205453-1170096198 /tmp/evaluation/205453-1170096198/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  ac488db1c63940853dec4ea261b1d7b0

RANDOM SEED= 222816488

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.281
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.281
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:       1825208 kB
Buffers:         32980 kB
Cached:          55148 kB
SwapCached:          0 kB
Active:         125156 kB
Inactive:        50404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1825208 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             912 kB
Writeback:           0 kB
Mapped:         107068 kB
Slab:            40088 kB
Committed_AS:   298836 kB
PageTables:       2168 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= 66546 MiB



End job on node16 on Mon Jan 29 18:43:40 UTC 2007