Trace number 275327

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
aolibdvo 2007-01-17? (TO) 2400.09 2406.24

General information on the benchmark

Namecomposed/composed-25-1-80/
composed-25-1-80-5_ext.xml
MD5SUM0dc2ed579145e6e5c4ce41e948f22a65
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints300
Best CPU time to get the best result obtained on this benchmark36.1105
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables33
Number of constraints302
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension302
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

parsing "/tmp/evaluation/275327-1169220025/unknown.xml" file ... done.
writing "/tmp/evaluation/275327-1169220025/unknown.wcsp" file ... done.

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node1/watcher-275327-1169220025 -o ROOT/results/node1/solver-275327-1169220025 -C 2400 -M 900 /tmp/evaluation/275327-1169220025/aolibdvo /tmp/evaluation/275327-1169220025/unknown.wcsp 

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.92 2.03 2.00 3/93 2797
/proc/meminfo: memFree=1188192/2055920 swapFree=4165612/4192956
[pid=2796] ppid=2794 vsize=2444 CPUtime=0
/proc/2796/stat : 2796 (aolibdvo) R 2794 2796 2733 0 -1 0 108 0 0 0 0 0 0 0 20 0 1 0 270398282 2502656 90 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134633416 0 0 4096 0 0 0 0 17 1 0 0
/proc/2796/statm: 611 90 79 428 0 180 0

[startup+0.102903 s]
/proc/loadavg: 1.92 2.03 2.00 3/93 2797
/proc/meminfo: memFree=1188192/2055920 swapFree=4165612/4192956
[pid=2796] ppid=2794 vsize=3392 CPUtime=0.09
/proc/2796/stat : 2796 (aolibdvo) R 2794 2796 2733 0 -1 0 499 0 0 0 9 0 0 0 20 0 1 0 270398282 3473408 480 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135747310 0 0 4096 0 0 0 0 17 1 0 0
/proc/2796/statm: 848 480 202 428 0 417 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3392

[startup+0.510948 s]
/proc/loadavg: 1.92 2.03 2.00 3/93 2797
/proc/meminfo: memFree=1188192/2055920 swapFree=4165612/4192956
[pid=2796] ppid=2794 vsize=3392 CPUtime=0.5
/proc/2796/stat : 2796 (aolibdvo) R 2794 2796 2733 0 -1 0 499 0 0 0 50 0 0 0 24 0 1 0 270398282 3473408 480 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135742243 0 0 4096 0 0 0 0 17 1 0 0
/proc/2796/statm: 848 480 202 428 0 417 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 3392

[startup+1.33204 s]
/proc/loadavg: 1.92 2.03 2.00 3/93 2797
/proc/meminfo: memFree=1187040/2055920 swapFree=4165612/4192956
[pid=2796] ppid=2794 vsize=3392 CPUtime=1.31
/proc/2796/stat : 2796 (aolibdvo) R 2794 2796 2733 0 -1 0 499 0 0 0 131 0 0 0 25 0 1 0 270398282 3473408 480 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134657039 0 0 4096 0 0 0 0 17 1 0 0
/proc/2796/statm: 848 480 202 428 0 417 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 3392

[startup+2.97524 s]
/proc/loadavg: 1.93 2.03 2.00 3/93 2797
/proc/meminfo: memFree=1187040/2055920 swapFree=4165612/4192956
[pid=2796] ppid=2794 vsize=3392 CPUtime=2.95
/proc/2796/stat : 2796 (aolibdvo) R 2794 2796 2733 0 -1 0 499 0 0 0 295 0 0 0 25 0 1 0 270398282 3473408 480 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 1 0 0
/proc/2796/statm: 848 480 202 428 0 417 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 3392

[startup+6.25462 s]
/proc/loadavg: 1.93 2.03 2.00 3/93 2797
/proc/meminfo: memFree=1186976/2055920 swapFree=4165612/4192956
[pid=2796] ppid=2794 vsize=3392 CPUtime=6.22
/proc/2796/stat : 2796 (aolibdvo) R 2794 2796 2733 0 -1 0 499 0 0 0 622 0 0 0 25 0 1 0 270398282 3473408 480 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648039 0 0 4096 0 0 0 0 17 1 0 0
/proc/2796/statm: 848 480 202 428 0 417 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 3392

[startup+12.7154 s]
/proc/loadavg: 1.94 2.03 2.00 3/93 2797
/proc/meminfo: memFree=1186984/2055920 swapFree=4165612/4192956
[pid=2796] ppid=2794 vsize=3392 CPUtime=12.65
/proc/2796/stat : 2796 (aolibdvo) R 2794 2796 2733 0 -1 0 499 0 0 0 1265 0 0 0 25 0 1 0 270398282 3473408 480 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134613933 0 0 4096 0 0 0 0 17 1 0 0
/proc/2796/statm: 848 480 202 428 0 417 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 3392

[startup+25.5259 s]
/proc/loadavg: 1.95 2.02 2.00 3/93 2797
/proc/meminfo: memFree=1186984/2055920 swapFree=4165612/4192956
[pid=2796] ppid=2794 vsize=3392 CPUtime=25.41
/proc/2796/stat : 2796 (aolibdvo) R 2794 2796 2733 0 -1 0 499 0 0 0 2541 0 0 0 25 0 1 0 270398282 3473408 480 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135740515 0 0 4096 0 0 0 0 17 1 0 0
/proc/2796/statm: 848 480 202 428 0 417 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 3392

[startup+51.1589 s]
/proc/loadavg: 1.96 2.02 2.00 3/93 2797
/proc/meminfo: memFree=1187048/2055920 swapFree=4165612/4192956
[pid=2796] ppid=2794 vsize=3392 CPUtime=50.94
/proc/2796/stat : 2796 (aolibdvo) R 2794 2796 2733 0 -1 0 499 0 0 0 5094 0 0 0 25 0 1 0 270398282 3473408 480 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135740461 0 0 4096 0 0 0 0 17 1 0 0
/proc/2796/statm: 848 480 202 428 0 417 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 3392

[startup+102.419 s]
/proc/loadavg: 1.98 2.02 2.00 3/93 2799
/proc/meminfo: memFree=1186920/2055920 swapFree=4165612/4192956
[pid=2796] ppid=2794 vsize=3392 CPUtime=102.01
/proc/2796/stat : 2796 (aolibdvo) R 2794 2796 2733 0 -1 0 499 0 0 0 10200 1 0 0 25 0 1 0 270398282 3473408 480 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648934 0 0 4096 0 0 0 0 17 1 0 0
/proc/2796/statm: 848 480 202 428 0 417 0
Current children cumulated CPU time (s) 102.01
Current children cumulated vsize (KiB) 3392

[startup+162.499 s]
/proc/loadavg: 2.09 2.04 2.00 3/93 2799
/proc/meminfo: memFree=1186984/2055920 swapFree=4165612/4192956
[pid=2796] ppid=2794 vsize=3392 CPUtime=161.86
/proc/2796/stat : 2796 (aolibdvo) R 2794 2796 2733 0 -1 0 499 0 0 0 16185 1 0 0 25 0 1 0 270398282 3473408 480 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134611807 0 0 4096 0 0 0 0 17 1 0 0
/proc/2796/statm: 848 480 202 428 0 417 0
Current children cumulated CPU time (s) 161.86
Current children cumulated vsize (KiB) 3392

[startup+222.574 s]
/proc/loadavg: 2.03 2.03 2.00 3/93 2799
/proc/meminfo: memFree=1187048/2055920 swapFree=4165612/4192956
[pid=2796] ppid=2794 vsize=3392 CPUtime=221.71
/proc/2796/stat : 2796 (aolibdvo) R 2794 2796 2733 0 -1 0 499 0 0 0 22169 2 0 0 25 0 1 0 270398282 3473408 480 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134655825 0 0 4096 0 0 0 0 17 1 0 0
/proc/2796/statm: 848 480 202 428 0 417 0
Current children cumulated CPU time (s) 221.71
Current children cumulated vsize (KiB) 3392

[startup+282.648 s]
/proc/loadavg: 2.01 2.02 2.00 3/93 2799
/proc/meminfo: memFree=1187112/2055920 swapFree=4165612/4192956
[pid=2796] ppid=2794 vsize=3392 CPUtime=281.55
/proc/2796/stat : 2796 (aolibdvo) R 2794 2796 2733 0 -1 0 499 0 0 0 28153 2 0 0 25 0 1 0 270398282 3473408 480 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134611798 0 0 4096 0 0 0 0 17 1 0 0
/proc/2796/statm: 848 480 202 428 0 417 0
Current children cumulated CPU time (s) 281.55
Current children cumulated vsize (KiB) 3392

[startup+342.726 s]
/proc/loadavg: 2.00 2.02 2.00 3/93 2799
/proc/meminfo: memFree=1187112/2055920 swapFree=4165612/4192956
[pid=2796] ppid=2794 vsize=3392 CPUtime=341.4
/proc/2796/stat : 2796 (aolibdvo) R 2794 2796 2733 0 -1 0 500 0 0 0 34138 2 0 0 25 0 1 0 270398282 3473408 481 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647907 0 0 4096 0 0 0 0 17 1 0 0
/proc/2796/statm: 848 481 202 428 0 417 0
Current children cumulated CPU time (s) 341.4
Current children cumulated vsize (KiB) 3392

[startup+402.805 s]
/proc/loadavg: 2.00 2.01 2.00 3/93 2799
/proc/meminfo: memFree=1187112/2055920 swapFree=4165612/4192956
[pid=2796] ppid=2794 vsize=3392 CPUtime=401.25
/proc/2796/stat : 2796 (aolibdvo) R 2794 2796 2733 0 -1 0 500 0 0 0 40122 3 0 0 25 0 1 0 270398282 3473408 481 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135051467 0 0 4096 0 0 0 0 17 1 0 0
/proc/2796/statm: 848 481 202 428 0 417 0
Current children cumulated CPU time (s) 401.25
Current children cumulated vsize (KiB) 3392

[startup+462.877 s]
/proc/loadavg: 2.00 2.01 2.00 3/93 2799
/proc/meminfo: memFree=1187112/2055920 swapFree=4165612/4192956
[pid=2796] ppid=2794 vsize=3392 CPUtime=461.1
/proc/2796/stat : 2796 (aolibdvo) R 2794 2796 2733 0 -1 0 500 0 0 0 46106 4 0 0 25 0 1 0 270398282 3473408 481 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 1 0 0
/proc/2796/statm: 848 481 202 428 0 417 0
Current children cumulated CPU time (s) 461.1
Current children cumulated vsize (KiB) 3392

[startup+522.952 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 2799
/proc/meminfo: memFree=1187112/2055920 swapFree=4165612/4192956
[pid=2796] ppid=2794 vsize=3392 CPUtime=520.94
/proc/2796/stat : 2796 (aolibdvo) R 2794 2796 2733 0 -1 0 500 0 0 0 52090 4 0 0 25 0 1 0 270398282 3473408 481 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647958 0 0 4096 0 0 0 0 17 1 0 0
/proc/2796/statm: 848 481 202 428 0 417 0
Current children cumulated CPU time (s) 520.94
Current children cumulated vsize (KiB) 3392

[startup+583.028 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 2799
/proc/meminfo: memFree=1068840/2055920 swapFree=4165612/4192956
[pid=2796] ppid=2794 vsize=3392 CPUtime=580.78
/proc/2796/stat : 2796 (aolibdvo) R 2794 2796 2733 0 -1 0 500 0 0 0 58074 4 0 0 25 0 1 0 270398282 3473408 481 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 1 0 0
/proc/2796/statm: 848 481 202 428 0 417 0
Current children cumulated CPU time (s) 580.78
Current children cumulated vsize (KiB) 3392

[startup+643.109 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 2799
/proc/meminfo: memFree=1068776/2055920 swapFree=4165612/4192956
[pid=2796] ppid=2794 vsize=3392 CPUtime=640.64
/proc/2796/stat : 2796 (aolibdvo) R 2794 2796 2733 0 -1 0 500 0 0 0 64059 5 0 0 25 0 1 0 270398282 3473408 481 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648043 0 0 4096 0 0 0 0 17 1 0 0
/proc/2796/statm: 848 481 202 428 0 417 0
Current children cumulated CPU time (s) 640.64
Current children cumulated vsize (KiB) 3392

[startup+703.185 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 2799
/proc/meminfo: memFree=1068776/2055920 swapFree=4165612/4192956
[pid=2796] ppid=2794 vsize=3392 CPUtime=700.48
/proc/2796/stat : 2796 (aolibdvo) R 2794 2796 2733 0 -1 0 500 0 0 0 70043 5 0 0 25 0 1 0 270398282 3473408 481 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134802967 0 0 4096 0 0 0 0 17 1 0 0
/proc/2796/statm: 848 481 202 428 0 417 0
Current children cumulated CPU time (s) 700.48
Current children cumulated vsize (KiB) 3392

[startup+763.261 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 2799
/proc/meminfo: memFree=1068712/2055920 swapFree=4165612/4192956
[pid=2796] ppid=2794 vsize=3392 CPUtime=760.33
/proc/2796/stat : 2796 (aolibdvo) R 2794 2796 2733 0 -1 0 500 0 0 0 76027 6 0 0 25 0 1 0 270398282 3473408 481 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647963 0 0 4096 0 0 0 0 17 1 0 0
/proc/2796/statm: 848 481 202 428 0 417 0
Current children cumulated CPU time (s) 760.33
Current children cumulated vsize (KiB) 3392

[startup+823.342 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 2799
/proc/meminfo: memFree=1068648/2055920 swapFree=4165612/4192956
[pid=2796] ppid=2794 vsize=3392 CPUtime=820.18

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

Current children cumulated vsize (KiB) 3392

[startup+1424.11 s]
/proc/loadavg: 2.02 2.00 2.00 3/86 2847
/proc/meminfo: memFree=1337248/2055920 swapFree=4165612/4192956
[pid=2796] ppid=2794 vsize=3392 CPUtime=1419
/proc/2796/stat : 2796 (aolibdvo) R 2794 2796 2733 0 -1 0 502 0 0 0 141885 15 0 0 25 0 1 0 270398282 3473408 483 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 0 0 0
/proc/2796/statm: 848 483 202 428 0 417 0
Current children cumulated CPU time (s) 1419
Current children cumulated vsize (KiB) 3392

[startup+1484.2 s]
/proc/loadavg: 2.01 2.00 2.00 3/86 2847
/proc/meminfo: memFree=1337248/2055920 swapFree=4165612/4192956
[pid=2796] ppid=2794 vsize=3392 CPUtime=1479
/proc/2796/stat : 2796 (aolibdvo) R 2794 2796 2733 0 -1 0 502 0 0 0 147885 15 0 0 25 0 1 0 270398282 3473408 483 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 0 0 0
/proc/2796/statm: 848 483 202 428 0 417 0
Current children cumulated CPU time (s) 1479
Current children cumulated vsize (KiB) 3392

[startup+1544.28 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 2847
/proc/meminfo: memFree=1337248/2055920 swapFree=4165612/4192956
[pid=2796] ppid=2794 vsize=3392 CPUtime=1539.03
/proc/2796/stat : 2796 (aolibdvo) R 2794 2796 2733 0 -1 0 502 0 0 0 153888 15 0 0 25 0 1 0 270398282 3473408 483 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134655864 0 0 4096 0 0 0 0 17 0 0 0
/proc/2796/statm: 848 483 202 428 0 417 0
Current children cumulated CPU time (s) 1539.03
Current children cumulated vsize (KiB) 3392

[startup+1604.36 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 2847
/proc/meminfo: memFree=1337184/2055920 swapFree=4165612/4192956
[pid=2796] ppid=2794 vsize=3392 CPUtime=1599.06
/proc/2796/stat : 2796 (aolibdvo) R 2794 2796 2733 0 -1 0 502 0 0 0 159891 15 0 0 25 0 1 0 270398282 3473408 483 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648043 0 0 4096 0 0 0 0 17 0 0 0
/proc/2796/statm: 848 483 202 428 0 417 0
Current children cumulated CPU time (s) 1599.06
Current children cumulated vsize (KiB) 3392

[startup+1664.44 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 2847
/proc/meminfo: memFree=1337248/2055920 swapFree=4165612/4192956
[pid=2796] ppid=2794 vsize=3392 CPUtime=1659.05
/proc/2796/stat : 2796 (aolibdvo) R 2794 2796 2733 0 -1 0 502 0 0 0 165890 15 0 0 25 0 1 0 270398282 3473408 483 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648039 0 0 4096 0 0 0 0 17 0 0 0
/proc/2796/statm: 848 483 202 428 0 417 0
Current children cumulated CPU time (s) 1659.05
Current children cumulated vsize (KiB) 3392

[startup+1724.52 s]
/proc/loadavg: 2.03 2.01 2.00 3/86 2847
/proc/meminfo: memFree=1337248/2055920 swapFree=4165612/4192956
[pid=2796] ppid=2794 vsize=3392 CPUtime=1719.08
/proc/2796/stat : 2796 (aolibdvo) R 2794 2796 2733 0 -1 0 502 0 0 0 171893 15 0 0 25 0 1 0 270398282 3473408 483 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648053 0 0 4096 0 0 0 0 17 0 0 0
/proc/2796/statm: 848 483 202 428 0 417 0
Current children cumulated CPU time (s) 1719.08
Current children cumulated vsize (KiB) 3392

[startup+1784.6 s]
/proc/loadavg: 2.01 2.01 2.00 3/86 2847
/proc/meminfo: memFree=1337248/2055920 swapFree=4165612/4192956
[pid=2796] ppid=2794 vsize=3392 CPUtime=1779.11
/proc/2796/stat : 2796 (aolibdvo) R 2794 2796 2733 0 -1 0 502 0 0 0 177896 15 0 0 25 0 1 0 270398282 3473408 483 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134724974 0 0 4096 0 0 0 0 17 0 0 0
/proc/2796/statm: 848 483 202 428 0 417 0
Current children cumulated CPU time (s) 1779.11
Current children cumulated vsize (KiB) 3392

[startup+1844.68 s]
/proc/loadavg: 2.05 2.02 2.00 3/86 2847
/proc/meminfo: memFree=1337248/2055920 swapFree=4165612/4192956
[pid=2796] ppid=2794 vsize=3392 CPUtime=1839.11
/proc/2796/stat : 2796 (aolibdvo) R 2794 2796 2733 0 -1 0 502 0 0 0 183896 15 0 0 25 0 1 0 270398282 3473408 483 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647991 0 0 4096 0 0 0 0 17 0 0 0
/proc/2796/statm: 848 483 202 428 0 417 0
Current children cumulated CPU time (s) 1839.11
Current children cumulated vsize (KiB) 3392

[startup+1904.76 s]
/proc/loadavg: 2.02 2.01 2.00 3/86 2847
/proc/meminfo: memFree=1337184/2055920 swapFree=4165612/4192956
[pid=2796] ppid=2794 vsize=3392 CPUtime=1899.13
/proc/2796/stat : 2796 (aolibdvo) R 2794 2796 2733 0 -1 0 502 0 0 0 189898 15 0 0 25 0 1 0 270398282 3473408 483 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647912 0 0 4096 0 0 0 0 17 0 0 0
/proc/2796/statm: 848 483 202 428 0 417 0
Current children cumulated CPU time (s) 1899.13
Current children cumulated vsize (KiB) 3392

[startup+1964.84 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 2847
/proc/meminfo: memFree=1337248/2055920 swapFree=4165612/4192956
[pid=2796] ppid=2794 vsize=3392 CPUtime=1959.15
/proc/2796/stat : 2796 (aolibdvo) R 2794 2796 2733 0 -1 0 502 0 0 0 195900 15 0 0 25 0 1 0 270398282 3473408 483 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134613875 0 0 4096 0 0 0 0 17 0 0 0
/proc/2796/statm: 848 483 202 428 0 417 0
Current children cumulated CPU time (s) 1959.15
Current children cumulated vsize (KiB) 3392

[startup+2024.92 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 2847
/proc/meminfo: memFree=1337184/2055920 swapFree=4165612/4192956
[pid=2796] ppid=2794 vsize=3392 CPUtime=2019.16
/proc/2796/stat : 2796 (aolibdvo) R 2794 2796 2733 0 -1 0 502 0 0 0 201900 16 0 0 25 0 1 0 270398282 3473408 483 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134652831 0 0 4096 0 0 0 0 17 0 0 0
/proc/2796/statm: 848 483 202 428 0 417 0
Current children cumulated CPU time (s) 2019.16
Current children cumulated vsize (KiB) 3392

[startup+2085 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 2847
/proc/meminfo: memFree=1337248/2055920 swapFree=4165612/4192956
[pid=2796] ppid=2794 vsize=3392 CPUtime=2079.18
/proc/2796/stat : 2796 (aolibdvo) R 2794 2796 2733 0 -1 0 502 0 0 0 207902 16 0 0 25 0 1 0 270398282 3473408 483 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647963 0 0 4096 0 0 0 0 17 0 0 0
/proc/2796/statm: 848 483 202 428 0 417 0
Current children cumulated CPU time (s) 2079.18
Current children cumulated vsize (KiB) 3392

[startup+2145.09 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 2847
/proc/meminfo: memFree=1337184/2055920 swapFree=4165612/4192956
[pid=2796] ppid=2794 vsize=3392 CPUtime=2139.21
/proc/2796/stat : 2796 (aolibdvo) R 2794 2796 2733 0 -1 0 502 0 0 0 213905 16 0 0 25 0 1 0 270398282 3473408 483 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647963 0 0 4096 0 0 0 0 17 0 0 0
/proc/2796/statm: 848 483 202 428 0 417 0
Current children cumulated CPU time (s) 2139.21
Current children cumulated vsize (KiB) 3392

[startup+2205.17 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 2847
/proc/meminfo: memFree=1337248/2055920 swapFree=4165612/4192956
[pid=2796] ppid=2794 vsize=3392 CPUtime=2199.21
/proc/2796/stat : 2796 (aolibdvo) R 2794 2796 2733 0 -1 0 502 0 0 0 219905 16 0 0 25 0 1 0 270398282 3473408 483 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648043 0 0 4096 0 0 0 0 17 0 0 0
/proc/2796/statm: 848 483 202 428 0 417 0
Current children cumulated CPU time (s) 2199.21
Current children cumulated vsize (KiB) 3392

[startup+2265.25 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 2847
/proc/meminfo: memFree=1337184/2055920 swapFree=4165612/4192956
[pid=2796] ppid=2794 vsize=3392 CPUtime=2259.23
/proc/2796/stat : 2796 (aolibdvo) R 2794 2796 2733 0 -1 0 502 0 0 0 225907 16 0 0 25 0 1 0 270398282 3473408 483 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134666272 0 0 4096 0 0 0 0 17 0 0 0
/proc/2796/statm: 848 483 202 428 0 417 0
Current children cumulated CPU time (s) 2259.23
Current children cumulated vsize (KiB) 3392

[startup+2325.34 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 2847
/proc/meminfo: memFree=1337184/2055920 swapFree=4165612/4192956
[pid=2796] ppid=2794 vsize=3392 CPUtime=2319.26
/proc/2796/stat : 2796 (aolibdvo) R 2794 2796 2733 0 -1 0 502 0 0 0 231910 16 0 0 25 0 1 0 270398282 3473408 483 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 0 0 0
/proc/2796/statm: 848 483 202 428 0 417 0
Current children cumulated CPU time (s) 2319.26
Current children cumulated vsize (KiB) 3392

[startup+2385.42 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 2847
/proc/meminfo: memFree=1337248/2055920 swapFree=4165612/4192956
[pid=2796] ppid=2794 vsize=3392 CPUtime=2379.27
/proc/2796/stat : 2796 (aolibdvo) R 2794 2796 2733 0 -1 0 502 0 0 0 237911 16 0 0 25 0 1 0 270398282 3473408 483 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134926723 0 0 4096 0 0 0 0 17 0 0 0
/proc/2796/statm: 848 483 202 428 0 417 0
Current children cumulated CPU time (s) 2379.27
Current children cumulated vsize (KiB) 3392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2406.24 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 2847
/proc/meminfo: memFree=1337184/2055920 swapFree=4165612/4192956
[pid=2796] ppid=2794 vsize=3392 CPUtime=2400.08
/proc/2796/stat : 2796 (aolibdvo) R 2794 2796 2733 0 -1 0 502 0 0 0 239992 16 0 0 25 0 1 0 270398282 3473408 483 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647912 0 0 4096 0 0 0 0 17 0 0 0
/proc/2796/statm: 848 483 202 428 0 417 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 3392

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2406.24
CPU time (s): 2400.09
CPU user time (s): 2399.92
CPU system time (s): 0.167974
CPU usage (%): 99.7443
Max. virtual memory (cumulated for all children) (KiB): 3392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.92
system time used= 0.167974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 502
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= 6
involuntary context switches= 47210

runsolver used 2.55361 s user time and 5.99509 s system time

The end

Launcher Data (download as text)

Begin job on node1 on Fri Jan 19 15:20:25 UTC 2007


IDJOB= 275327
IDBENCH= 3795
IDSOLVER= 61
FILE ID= node1/275327-1169220025

PBS_JOBID= 3588944

Free space on /tmp= 66555 MiB

SOLVER NAME= aolibdvo 2007-01-17
BENCH NAME= HOME/pub/bench/CPAI06/composed/composed-25-1-80/composed-25-1-80-5_ext.xml
COMMAND LINE= /tmp/evaluation/275327-1169220025/aolibdvo /tmp/evaluation/275327-1169220025/unknown.wcsp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node1/convwatcher-275327-1169220025 -o ROOT/results/node1/conversion-275327-1169220025 -C 600 -M 900 python xcsp2wcsp.py /tmp/evaluation/275327-1169220025/unknown.xml
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-275327-1169220025 -o ROOT/results/node1/solver-275327-1169220025 -C 2400 -M 900  /tmp/evaluation/275327-1169220025/aolibdvo /tmp/evaluation/275327-1169220025/unknown.wcsp

META MD5SUM SOLVER= 5d0282fabcfebd5fb942c79c8af6ce28
MD5SUM BENCH=  0dc2ed579145e6e5c4ce41e948f22a65

RANDOM SEED= 553686914

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.234
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.234
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:       1188672 kB
Buffers:         49756 kB
Cached:         554188 kB
SwapCached:       3840 kB
Active:         397992 kB
Inactive:       393944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1188672 kB
SwapTotal:     4192956 kB
SwapFree:      4165612 kB
Dirty:            2452 kB
Writeback:           0 kB
Mapped:         207844 kB
Slab:            59732 kB
Committed_AS:  8475128 kB
PageTables:       2676 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= 66560 MiB



End job on node1 on Fri Jan 19 16:00:32 UTC 2007