Trace number 275895

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
toolbar 2007-01-12MSAT (TO) 2400.08 2409.69

General information on the benchmark

Namecomposed/composed-25-1-40/
composed-25-1-40-7_ext.xml
MD5SUMe81361ec4d2007a67e83ac3c416ef1c1
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints260
Best CPU time to get the best result obtained on this benchmark34.9077
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables33
Number of constraints262
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension262
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

2409.68	Terminated
c 
c 
c 
c solution file
c 
c 

SOL 3 4 8 5 0 5 0 2 0 8 2 6 3 1 4 3 6 1 4 7 8 7 1 3 2 8 2 2 2 6 9 8 9 
c 
c 
c 
c conversion script
c 
c 

translate /tmp/evaluation/275895-1169228744/unknown.xml to /tmp/evaluation/275895-1169228744/unknown.wcsp

Verifier Data (download as text)

2 unsatisfied constraints, 260 satisfied constraints

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node45/watcher-275895-1169228744 -o ROOT/results/node45/solver-275895-1169228744 -C 2400 -M 900 /tmp/evaluation/275895-1169228744/solver.sh /tmp/evaluation/275895-1169228744/unknown 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 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.32 1.07 1.06 4/81 19715
/proc/meminfo: memFree=1205552/2055920 swapFree=4184072/4192956
[pid=19714] ppid=19712 vsize=8740 CPUtime=0
/proc/19714/stat : 19714 (solver.sh) S 19712 19714 19517 0 -1 4194304 416 840 0 0 0 0 0 0 17 0 1 0 271273410 8949760 310 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19714/statm: 2185 310 217 79 0 178 0
[pid=19720] ppid=19714 vsize=8760 CPUtime=0
/proc/19720/stat : 19720 (solver.sh) R 19714 19714 19517 0 -1 4194368 20 0 0 0 0 0 0 0 19 0 1 0 271273412 8970240 312 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258939088167 0 0 4096 73728 0 0 0 17 1 0 0
/proc/19720/statm: 2190 312 217 79 0 183 0

[startup+0.106911 s]
/proc/loadavg: 1.32 1.07 1.06 4/81 19715
/proc/meminfo: memFree=1205552/2055920 swapFree=4184072/4192956
[pid=19714] ppid=19712 vsize=47556 CPUtime=0.01
/proc/19714/stat : 19714 (solver.sh) S 19712 19714 19517 0 -1 4194304 845 2107 0 0 0 0 0 1 20 0 1 0 271273410 48697344 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19714/statm: 11889 360 244 79 0 217 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.51498 s]
/proc/loadavg: 1.32 1.07 1.06 4/81 19715
/proc/meminfo: memFree=1205552/2055920 swapFree=4184072/4192956
[pid=19714] ppid=19712 vsize=47556 CPUtime=0.01
/proc/19714/stat : 19714 (solver.sh) S 19712 19714 19517 0 -1 4194304 845 2107 0 0 0 0 0 1 20 0 1 0 271273410 48697344 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19714/statm: 11889 360 244 79 0 217 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.33913 s]
/proc/loadavg: 1.32 1.07 1.06 3/83 19732
/proc/meminfo: memFree=1204832/2055920 swapFree=4184072/4192956
[pid=19714] ppid=19712 vsize=47556 CPUtime=0.01
/proc/19714/stat : 19714 (solver.sh) S 19712 19714 19517 0 -1 4194304 845 2107 0 0 0 0 0 1 20 0 1 0 271273410 48697344 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19714/statm: 11889 360 244 79 0 217 0
[pid=19731] ppid=19714 vsize=1272 CPUtime=0
/proc/19731/stat : 19731 (toolbar) S 19714 19714 19517 0 -1 4194304 117 0 0 0 0 0 0 0 23 0 1 0 271273414 1302528 91 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134893517 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/19731/statm: 318 91 52 178 0 136 0
[pid=19732] ppid=19731 vsize=1240 CPUtime=1.28
/proc/19732/stat : 19732 (narycsp) R 19731 19714 19517 0 -1 4194304 445 0 0 0 128 0 0 0 25 0 1 0 271273414 1269760 171 18446744073709551615 134512640 135380208 4294956592 18446744073709551615 134542628 0 0 4096 512 0 0 0 17 1 0 0
/proc/19732/statm: 310 171 112 211 0 79 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 50068

[startup+2.97643 s]
/proc/loadavg: 1.32 1.07 1.06 3/83 19732
/proc/meminfo: memFree=1204832/2055920 swapFree=4184072/4192956
[pid=19714] ppid=19712 vsize=47556 CPUtime=0.01
/proc/19714/stat : 19714 (solver.sh) S 19712 19714 19517 0 -1 4194304 845 2107 0 0 0 0 0 1 20 0 1 0 271273410 48697344 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19714/statm: 11889 360 244 79 0 217 0
[pid=19731] ppid=19714 vsize=1272 CPUtime=0
/proc/19731/stat : 19731 (toolbar) S 19714 19714 19517 0 -1 4194304 117 0 0 0 0 0 0 0 23 0 1 0 271273414 1302528 91 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134893517 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/19731/statm: 318 91 52 178 0 136 0
[pid=19732] ppid=19731 vsize=1240 CPUtime=2.92
/proc/19732/stat : 19732 (narycsp) R 19731 19714 19517 0 -1 4194304 445 0 0 0 292 0 0 0 25 0 1 0 271273414 1269760 171 18446744073709551615 134512640 135380208 4294956592 18446744073709551615 134514631 0 0 4096 512 0 0 0 17 1 0 0
/proc/19732/statm: 310 171 112 211 0 79 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 50068

[startup+6.26106 s]
/proc/loadavg: 1.37 1.09 1.07 3/82 19733
/proc/meminfo: memFree=1204648/2055920 swapFree=4184072/4192956
[pid=19714] ppid=19712 vsize=47556 CPUtime=0.01
/proc/19714/stat : 19714 (solver.sh) S 19712 19714 19517 0 -1 4194304 845 2107 0 0 0 0 0 1 20 0 1 0 271273410 48697344 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19714/statm: 11889 360 244 79 0 217 0
[pid=19731] ppid=19714 vsize=1668 CPUtime=6.18
/proc/19731/stat : 19731 (toolbar) R 19714 19714 19517 0 -1 4194304 220 835 0 0 128 0 490 0 25 0 1 0 271273414 1708032 180 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134611757 0 0 4096 2 0 0 0 17 1 0 0
/proc/19731/statm: 417 180 66 178 0 235 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 49224

[startup+12.7242 s]
/proc/loadavg: 1.42 1.10 1.07 3/82 19733
/proc/meminfo: memFree=1204656/2055920 swapFree=4184072/4192956
[pid=19714] ppid=19712 vsize=47556 CPUtime=0.01
/proc/19714/stat : 19714 (solver.sh) S 19712 19714 19517 0 -1 4194304 845 2107 0 0 0 0 0 1 20 0 1 0 271273410 48697344 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19714/statm: 11889 360 244 79 0 217 0
[pid=19731] ppid=19714 vsize=1668 CPUtime=12.62
/proc/19731/stat : 19731 (toolbar) R 19714 19714 19517 0 -1 4194304 220 835 0 0 772 0 490 0 25 0 1 0 271273414 1708032 180 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134622606 0 0 4096 2 0 0 0 17 1 0 0
/proc/19731/statm: 417 180 66 178 0 235 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 49224

[startup+25.5415 s]
/proc/loadavg: 1.55 1.15 1.09 3/82 19733
/proc/meminfo: memFree=1204720/2055920 swapFree=4184072/4192956
[pid=19714] ppid=19712 vsize=47556 CPUtime=0.01
/proc/19714/stat : 19714 (solver.sh) S 19712 19714 19517 0 -1 4194304 845 2107 0 0 0 0 0 1 20 0 1 0 271273410 48697344 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19714/statm: 11889 360 244 79 0 217 0
[pid=19731] ppid=19714 vsize=1668 CPUtime=25.37
/proc/19731/stat : 19731 (toolbar) R 19714 19714 19517 0 -1 4194304 220 835 0 0 2047 0 490 0 25 0 1 0 271273414 1708032 180 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134607718 0 0 4096 2 0 0 0 17 1 0 0
/proc/19731/statm: 417 180 66 178 0 235 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 49224

[startup+51.1892 s]
/proc/loadavg: 1.70 1.21 1.11 3/82 19733
/proc/meminfo: memFree=1204784/2055920 swapFree=4184072/4192956
[pid=19714] ppid=19712 vsize=47556 CPUtime=0.01
/proc/19714/stat : 19714 (solver.sh) S 19712 19714 19517 0 -1 4194304 845 2107 0 0 0 0 0 1 20 0 1 0 271273410 48697344 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19714/statm: 11889 360 244 79 0 217 0
[pid=19731] ppid=19714 vsize=1668 CPUtime=50.91
/proc/19731/stat : 19731 (toolbar) R 19714 19714 19517 0 -1 4194304 220 835 0 0 4601 0 490 0 25 0 1 0 271273414 1708032 180 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134611709 0 0 4096 2 0 0 0 17 1 0 0
/proc/19731/statm: 417 180 66 178 0 235 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 49224

[startup+102.475 s]
/proc/loadavg: 1.87 1.33 1.15 3/82 19733
/proc/meminfo: memFree=1204784/2055920 swapFree=4184072/4192956
[pid=19714] ppid=19712 vsize=47556 CPUtime=0.01
/proc/19714/stat : 19714 (solver.sh) S 19712 19714 19517 0 -1 4194304 845 2107 0 0 0 0 0 1 20 0 1 0 271273410 48697344 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19714/statm: 11889 360 244 79 0 217 0
[pid=19731] ppid=19714 vsize=1668 CPUtime=102
/proc/19731/stat : 19731 (toolbar) R 19714 19714 19517 0 -1 4194304 220 835 0 0 9710 0 490 0 25 0 1 0 271273414 1708032 180 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134607662 0 0 4096 2 0 0 0 17 1 0 0
/proc/19731/statm: 417 180 66 178 0 235 0
Current children cumulated CPU time (s) 102.01
Current children cumulated vsize (KiB) 49224

[startup+162.482 s]
/proc/loadavg: 1.95 1.45 1.20 3/82 19733
/proc/meminfo: memFree=1204784/2055920 swapFree=4184072/4192956
[pid=19714] ppid=19712 vsize=47556 CPUtime=0.01
/proc/19714/stat : 19714 (solver.sh) S 19712 19714 19517 0 -1 4194304 845 2107 0 0 0 0 0 1 20 0 1 0 271273410 48697344 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19714/statm: 11889 360 244 79 0 217 0
[pid=19731] ppid=19714 vsize=1668 CPUtime=161.77
/proc/19731/stat : 19731 (toolbar) R 19714 19714 19517 0 -1 4194304 220 835 0 0 15687 0 490 0 25 0 1 0 271273414 1708032 180 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134611757 0 0 4096 2 0 0 0 17 1 0 0
/proc/19731/statm: 417 180 66 178 0 235 0
Current children cumulated CPU time (s) 161.78
Current children cumulated vsize (KiB) 49224

[startup+222.495 s]
/proc/loadavg: 2.11 1.58 1.26 3/82 19733
/proc/meminfo: memFree=1204784/2055920 swapFree=4184072/4192956
[pid=19714] ppid=19712 vsize=47556 CPUtime=0.01
/proc/19714/stat : 19714 (solver.sh) S 19712 19714 19517 0 -1 4194304 845 2107 0 0 0 0 0 1 20 0 1 0 271273410 48697344 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19714/statm: 11889 360 244 79 0 217 0
[pid=19731] ppid=19714 vsize=1668 CPUtime=221.55
/proc/19731/stat : 19731 (toolbar) R 19714 19714 19517 0 -1 4194304 220 835 0 0 21665 0 490 0 25 0 1 0 271273414 1708032 180 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134621927 0 0 4096 2 0 0 0 17 1 0 0
/proc/19731/statm: 417 180 66 178 0 235 0
Current children cumulated CPU time (s) 221.56
Current children cumulated vsize (KiB) 49224

[startup+282.502 s]
/proc/loadavg: 2.04 1.65 1.30 3/82 19733
/proc/meminfo: memFree=1204784/2055920 swapFree=4184072/4192956
[pid=19714] ppid=19712 vsize=47556 CPUtime=0.01
/proc/19714/stat : 19714 (solver.sh) S 19712 19714 19517 0 -1 4194304 845 2107 0 0 0 0 0 1 20 0 1 0 271273410 48697344 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19714/statm: 11889 360 244 79 0 217 0
[pid=19731] ppid=19714 vsize=1668 CPUtime=281.32
/proc/19731/stat : 19731 (toolbar) R 19714 19714 19517 0 -1 4194304 220 835 0 0 27642 0 490 0 25 0 1 0 271273414 1708032 180 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134612588 0 0 4096 2 0 0 0 17 1 0 0
/proc/19731/statm: 417 180 66 178 0 235 0
Current children cumulated CPU time (s) 281.33
Current children cumulated vsize (KiB) 49224

[startup+342.509 s]
/proc/loadavg: 2.01 1.71 1.34 3/82 19733
/proc/meminfo: memFree=1204784/2055920 swapFree=4184072/4192956
[pid=19714] ppid=19712 vsize=47556 CPUtime=0.01
/proc/19714/stat : 19714 (solver.sh) S 19712 19714 19517 0 -1 4194304 845 2107 0 0 0 0 0 1 20 0 1 0 271273410 48697344 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19714/statm: 11889 360 244 79 0 217 0
[pid=19731] ppid=19714 vsize=1668 CPUtime=341.09
/proc/19731/stat : 19731 (toolbar) R 19714 19714 19517 0 -1 4194304 220 835 0 0 33619 0 490 0 25 0 1 0 271273414 1708032 180 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134636788 0 0 4096 2 0 0 0 17 1 0 0
/proc/19731/statm: 417 180 66 178 0 235 0
Current children cumulated CPU time (s) 341.1
Current children cumulated vsize (KiB) 49224

[startup+402.515 s]
/proc/loadavg: 2.00 1.76 1.38 3/82 19733
/proc/meminfo: memFree=1204784/2055920 swapFree=4184072/4192956
[pid=19714] ppid=19712 vsize=47556 CPUtime=0.01
/proc/19714/stat : 19714 (solver.sh) S 19712 19714 19517 0 -1 4194304 845 2107 0 0 0 0 0 1 20 0 1 0 271273410 48697344 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19714/statm: 11889 360 244 79 0 217 0
[pid=19731] ppid=19714 vsize=1668 CPUtime=400.86
/proc/19731/stat : 19731 (toolbar) R 19714 19714 19517 0 -1 4194304 220 835 0 0 39596 0 490 0 25 0 1 0 271273414 1708032 180 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134613322 0 0 4096 2 0 0 0 17 1 0 0
/proc/19731/statm: 417 180 66 178 0 235 0
Current children cumulated CPU time (s) 400.87
Current children cumulated vsize (KiB) 49224

[startup+462.517 s]
/proc/loadavg: 2.00 1.80 1.42 3/82 19733
/proc/meminfo: memFree=1204784/2055920 swapFree=4184072/4192956
[pid=19714] ppid=19712 vsize=47556 CPUtime=0.01
/proc/19714/stat : 19714 (solver.sh) S 19712 19714 19517 0 -1 4194304 845 2107 0 0 0 0 0 1 20 0 1 0 271273410 48697344 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19714/statm: 11889 360 244 79 0 217 0
[pid=19731] ppid=19714 vsize=1668 CPUtime=460.63
/proc/19731/stat : 19731 (toolbar) R 19714 19714 19517 0 -1 4194304 220 835 0 0 45573 0 490 0 25 0 1 0 271273414 1708032 180 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134622701 0 0 4096 2 0 0 0 17 1 0 0
/proc/19731/statm: 417 180 66 178 0 235 0
Current children cumulated CPU time (s) 460.64
Current children cumulated vsize (KiB) 49224

[startup+522.531 s]

################
# More data... #
################

/proc/19714/stat : 19714 (solver.sh) S 19712 19714 19517 0 -1 4194304 845 2107 0 0 0 0 0 1 20 0 1 0 271273410 48697344 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19714/statm: 11889 360 244 79 0 217 0
[pid=19731] ppid=19714 vsize=1668 CPUtime=1655.9
/proc/19731/stat : 19731 (toolbar) R 19714 19714 19517 0 -1 4194304 220 835 0 0 165097 3 490 0 25 0 1 0 271273414 1708032 180 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134611754 0 0 4096 2 0 0 0 17 1 0 0
/proc/19731/statm: 417 180 66 178 0 235 0
Current children cumulated CPU time (s) 1655.91
Current children cumulated vsize (KiB) 49224

[startup+1722.72 s]
/proc/loadavg: 2.00 2.01 1.83 3/82 19931
/proc/meminfo: memFree=1204400/2055920 swapFree=4184072/4192956
[pid=19714] ppid=19712 vsize=47556 CPUtime=0.01
/proc/19714/stat : 19714 (solver.sh) S 19712 19714 19517 0 -1 4194304 845 2107 0 0 0 0 0 1 20 0 1 0 271273410 48697344 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19714/statm: 11889 360 244 79 0 217 0
[pid=19731] ppid=19714 vsize=1668 CPUtime=1715.67
/proc/19731/stat : 19731 (toolbar) R 19714 19714 19517 0 -1 4194304 220 835 0 0 171074 3 490 0 25 0 1 0 271273414 1708032 180 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134621282 0 0 4096 2 0 0 0 17 1 0 0
/proc/19731/statm: 417 180 66 178 0 235 0
Current children cumulated CPU time (s) 1715.68
Current children cumulated vsize (KiB) 49224

[startup+1782.73 s]
/proc/loadavg: 2.03 2.02 1.84 3/82 19931
/proc/meminfo: memFree=1204400/2055920 swapFree=4184072/4192956
[pid=19714] ppid=19712 vsize=47556 CPUtime=0.01
/proc/19714/stat : 19714 (solver.sh) S 19712 19714 19517 0 -1 4194304 845 2107 0 0 0 0 0 1 20 0 1 0 271273410 48697344 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19714/statm: 11889 360 244 79 0 217 0
[pid=19731] ppid=19714 vsize=1668 CPUtime=1775.44
/proc/19731/stat : 19731 (toolbar) R 19714 19714 19517 0 -1 4194304 220 835 0 0 177051 3 490 0 25 0 1 0 271273414 1708032 180 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134611732 0 0 4096 2 0 0 0 17 1 0 0
/proc/19731/statm: 417 180 66 178 0 235 0
Current children cumulated CPU time (s) 1775.45
Current children cumulated vsize (KiB) 49224

[startup+1842.75 s]
/proc/loadavg: 2.01 2.02 1.85 3/82 19931
/proc/meminfo: memFree=1204400/2055920 swapFree=4184072/4192956
[pid=19714] ppid=19712 vsize=47556 CPUtime=0.01
/proc/19714/stat : 19714 (solver.sh) S 19712 19714 19517 0 -1 4194304 845 2107 0 0 0 0 0 1 20 0 1 0 271273410 48697344 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19714/statm: 11889 360 244 79 0 217 0
[pid=19731] ppid=19714 vsize=1668 CPUtime=1835.22
/proc/19731/stat : 19731 (toolbar) R 19714 19714 19517 0 -1 4194304 220 835 0 0 183029 3 490 0 25 0 1 0 271273414 1708032 180 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134626364 0 0 4096 2 0 0 0 17 1 0 0
/proc/19731/statm: 417 180 66 178 0 235 0
Current children cumulated CPU time (s) 1835.23
Current children cumulated vsize (KiB) 49224

[startup+1902.75 s]
/proc/loadavg: 2.00 2.01 1.86 3/82 19931
/proc/meminfo: memFree=1204400/2055920 swapFree=4184072/4192956
[pid=19714] ppid=19712 vsize=47556 CPUtime=0.01
/proc/19714/stat : 19714 (solver.sh) S 19712 19714 19517 0 -1 4194304 845 2107 0 0 0 0 0 1 20 0 1 0 271273410 48697344 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19714/statm: 11889 360 244 79 0 217 0
[pid=19731] ppid=19714 vsize=1668 CPUtime=1894.99
/proc/19731/stat : 19731 (toolbar) R 19714 19714 19517 0 -1 4194304 220 835 0 0 189006 3 490 0 25 0 1 0 271273414 1708032 180 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134622453 0 0 4096 2 0 0 0 17 1 0 0
/proc/19731/statm: 417 180 66 178 0 235 0
Current children cumulated CPU time (s) 1895
Current children cumulated vsize (KiB) 49224

[startup+1962.76 s]
/proc/loadavg: 2.00 2.00 1.86 3/82 19931
/proc/meminfo: memFree=1204400/2055920 swapFree=4184072/4192956
[pid=19714] ppid=19712 vsize=47556 CPUtime=0.01
/proc/19714/stat : 19714 (solver.sh) S 19712 19714 19517 0 -1 4194304 845 2107 0 0 0 0 0 1 20 0 1 0 271273410 48697344 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19714/statm: 11889 360 244 79 0 217 0
[pid=19731] ppid=19714 vsize=1668 CPUtime=1954.77
/proc/19731/stat : 19731 (toolbar) R 19714 19714 19517 0 -1 4194304 220 835 0 0 194984 3 490 0 25 0 1 0 271273414 1708032 180 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134611680 0 0 4096 2 0 0 0 17 1 0 0
/proc/19731/statm: 417 180 66 178 0 235 0
Current children cumulated CPU time (s) 1954.78
Current children cumulated vsize (KiB) 49224

[startup+2022.77 s]
/proc/loadavg: 2.00 2.00 1.87 3/82 19931
/proc/meminfo: memFree=1204400/2055920 swapFree=4184072/4192956
[pid=19714] ppid=19712 vsize=47556 CPUtime=0.01
/proc/19714/stat : 19714 (solver.sh) S 19712 19714 19517 0 -1 4194304 845 2107 0 0 0 0 0 1 20 0 1 0 271273410 48697344 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19714/statm: 11889 360 244 79 0 217 0
[pid=19731] ppid=19714 vsize=1668 CPUtime=2014.54
/proc/19731/stat : 19731 (toolbar) R 19714 19714 19517 0 -1 4194304 220 835 0 0 200961 3 490 0 25 0 1 0 271273414 1708032 180 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134611563 0 0 4096 2 0 0 0 17 1 0 0
/proc/19731/statm: 417 180 66 178 0 235 0
Current children cumulated CPU time (s) 2014.55
Current children cumulated vsize (KiB) 49224

[startup+2082.77 s]
/proc/loadavg: 2.04 2.01 1.88 3/82 19931
/proc/meminfo: memFree=1204400/2055920 swapFree=4184072/4192956
[pid=19714] ppid=19712 vsize=47556 CPUtime=0.01
/proc/19714/stat : 19714 (solver.sh) S 19712 19714 19517 0 -1 4194304 845 2107 0 0 0 0 0 1 20 0 1 0 271273410 48697344 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19714/statm: 11889 360 244 79 0 217 0
[pid=19731] ppid=19714 vsize=1668 CPUtime=2074.31
/proc/19731/stat : 19731 (toolbar) R 19714 19714 19517 0 -1 4194304 220 835 0 0 206938 3 490 0 25 0 1 0 271273414 1708032 180 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134626343 0 0 4096 2 0 0 0 17 1 0 0
/proc/19731/statm: 417 180 66 178 0 235 0
Current children cumulated CPU time (s) 2074.32
Current children cumulated vsize (KiB) 49224

[startup+2142.78 s]
/proc/loadavg: 2.01 2.01 1.89 3/82 19933
/proc/meminfo: memFree=1204272/2055920 swapFree=4184072/4192956
[pid=19714] ppid=19712 vsize=47556 CPUtime=0.01
/proc/19714/stat : 19714 (solver.sh) S 19712 19714 19517 0 -1 4194304 845 2107 0 0 0 0 0 1 20 0 1 0 271273410 48697344 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19714/statm: 11889 360 244 79 0 217 0
[pid=19731] ppid=19714 vsize=1668 CPUtime=2134.08
/proc/19731/stat : 19731 (toolbar) R 19714 19714 19517 0 -1 4194304 220 835 0 0 212915 3 490 0 25 0 1 0 271273414 1708032 180 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134611556 0 0 4096 2 0 0 0 17 1 0 0
/proc/19731/statm: 417 180 66 178 0 235 0
Current children cumulated CPU time (s) 2134.09
Current children cumulated vsize (KiB) 49224

[startup+2202.79 s]
/proc/loadavg: 2.00 2.00 1.89 3/82 19933
/proc/meminfo: memFree=1204336/2055920 swapFree=4184072/4192956
[pid=19714] ppid=19712 vsize=47556 CPUtime=0.01
/proc/19714/stat : 19714 (solver.sh) S 19712 19714 19517 0 -1 4194304 845 2107 0 0 0 0 0 1 20 0 1 0 271273410 48697344 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19714/statm: 11889 360 244 79 0 217 0
[pid=19731] ppid=19714 vsize=1668 CPUtime=2193.85
/proc/19731/stat : 19731 (toolbar) R 19714 19714 19517 0 -1 4194304 220 835 0 0 218892 3 490 0 25 0 1 0 271273414 1708032 180 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134626304 0 0 4096 2 0 0 0 17 1 0 0
/proc/19731/statm: 417 180 66 178 0 235 0
Current children cumulated CPU time (s) 2193.86
Current children cumulated vsize (KiB) 49224

[startup+2262.8 s]
/proc/loadavg: 2.00 2.00 1.90 3/82 19933
/proc/meminfo: memFree=1204336/2055920 swapFree=4184072/4192956
[pid=19714] ppid=19712 vsize=47556 CPUtime=0.01
/proc/19714/stat : 19714 (solver.sh) S 19712 19714 19517 0 -1 4194304 845 2107 0 0 0 0 0 1 20 0 1 0 271273410 48697344 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19714/statm: 11889 360 244 79 0 217 0
[pid=19731] ppid=19714 vsize=1668 CPUtime=2253.63
/proc/19731/stat : 19731 (toolbar) R 19714 19714 19517 0 -1 4194304 220 835 0 0 224870 3 490 0 25 0 1 0 271273414 1708032 180 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134624931 0 0 4096 2 0 0 0 17 1 0 0
/proc/19731/statm: 417 180 66 178 0 235 0
Current children cumulated CPU time (s) 2253.64
Current children cumulated vsize (KiB) 49224

[startup+2322.8 s]
/proc/loadavg: 2.00 2.00 1.90 3/82 19933
/proc/meminfo: memFree=1204336/2055920 swapFree=4184072/4192956
[pid=19714] ppid=19712 vsize=47556 CPUtime=0.01
/proc/19714/stat : 19714 (solver.sh) S 19712 19714 19517 0 -1 4194304 845 2107 0 0 0 0 0 1 20 0 1 0 271273410 48697344 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19714/statm: 11889 360 244 79 0 217 0
[pid=19731] ppid=19714 vsize=1668 CPUtime=2313.4
/proc/19731/stat : 19731 (toolbar) R 19714 19714 19517 0 -1 4194304 220 835 0 0 230847 3 490 0 25 0 1 0 271273414 1708032 180 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134611709 0 0 4096 2 0 0 0 17 1 0 0
/proc/19731/statm: 417 180 66 178 0 235 0
Current children cumulated CPU time (s) 2313.41
Current children cumulated vsize (KiB) 49224

[startup+2382.91 s]
/proc/loadavg: 1.93 1.98 1.90 3/75 20011
/proc/meminfo: memFree=1208104/2055920 swapFree=4184072/4192956
[pid=19714] ppid=19712 vsize=47556 CPUtime=0.01
/proc/19714/stat : 19714 (solver.sh) S 19712 19714 19517 0 -1 4194304 845 2107 0 0 0 0 0 1 20 0 1 0 271273410 48697344 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19714/statm: 11889 360 244 79 0 217 0
[pid=19731] ppid=19714 vsize=1668 CPUtime=2373.3
/proc/19731/stat : 19731 (toolbar) R 19714 19714 19517 0 -1 4194304 220 835 0 0 236836 4 490 0 25 0 1 0 271273414 1708032 180 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134611741 0 0 4096 2 0 0 0 17 0 0 0
/proc/19731/statm: 417 180 66 178 0 235 0
Current children cumulated CPU time (s) 2373.31
Current children cumulated vsize (KiB) 49224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2409.68 s]
/proc/loadavg: 1.95 1.98 1.91 3/75 20011
/proc/meminfo: memFree=1208296/2055920 swapFree=4184072/4192956
[pid=19714] ppid=19712 vsize=47556 CPUtime=0.01
/proc/19714/stat : 19714 (solver.sh) S 19712 19714 19517 0 -1 4194304 845 2107 0 0 0 0 0 1 20 0 1 0 271273410 48697344 360 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19714/statm: 11889 360 244 79 0 217 0
[pid=19731] ppid=19714 vsize=1668 CPUtime=2400.03
/proc/19731/stat : 19731 (toolbar) R 19714 19714 19517 0 -1 4194304 220 835 0 0 239509 4 490 0 25 0 1 0 271273414 1708032 180 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134622738 0 0 4096 2 0 0 0 17 0 0 0
/proc/19731/statm: 417 180 66 178 0 235 0
Current children cumulated CPU time (s) 2400.04
Current children cumulated vsize (KiB) 49224

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2409.69
CPU time (s): 2400.08
CPU user time (s): 2400.01
CPU system time (s): 0.073988
CPU usage (%): 99.6012
Max. virtual memory (cumulated for all children) (KiB): 50068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400.01
system time used= 0.073988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4040
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 64
involuntary context switches= 72238

runsolver used 1.93271 s user time and 6.69198 s system time

The end

Launcher Data (download as text)

Begin job on node45 on Fri Jan 19 17:45:44 UTC 2007


IDJOB= 275895
IDBENCH= 5114
IDSOLVER= 73
FILE ID= node45/275895-1169228744

PBS_JOBID= 3589273

Free space on /tmp= 66562 MiB

SOLVER NAME= toolbar 2007-01-12
BENCH NAME= HOME/pub/bench/CPAI06/composed/composed-25-1-40/composed-25-1-40-7_ext.xml
COMMAND LINE= /tmp/evaluation/275895-1169228744/solver.sh /tmp/evaluation/275895-1169228744/unknown
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node45/convwatcher-275895-1169228744 -o ROOT/results/node45/conversion-275895-1169228744 -C 600 -M 900 /tmp/evaluation/275895-1169228744/translate /tmp/evaluation/275895-1169228744/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node45/watcher-275895-1169228744 -o ROOT/results/node45/solver-275895-1169228744 -C 2400 -M 900  /tmp/evaluation/275895-1169228744/solver.sh /tmp/evaluation/275895-1169228744/unknown

META MD5SUM SOLVER= 0bc5e5f95d54df9daf70dab8540aecd6
MD5SUM BENCH=  e81361ec4d2007a67e83ac3c416ef1c1

RANDOM SEED= 386472843

TIME LIMIT= 2400 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	: 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.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:       1206160 kB
Buffers:         56744 kB
Cached:         693732 kB
SwapCached:       2964 kB
Active:         269804 kB
Inactive:       503416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1206160 kB
SwapTotal:     4192956 kB
SwapFree:      4184072 kB
Dirty:            3024 kB
Writeback:           0 kB
Mapped:          36236 kB
Slab:            61780 kB
Committed_AS:  4709916 kB
PageTables:       1848 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 node45 on Fri Jan 19 18:25:54 UTC 2007