Trace number 282653

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.1 2404.92

General information on the benchmark

NameMaxCSP/celar/scens/
scenw-07_ext.xml
MD5SUM9613a6987fae95d1414e6facb2e0f224
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of satisfied constraints2589
Best CPU time to get the best result obtained on this benchmark2400.12
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2665
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension2665
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/282653-1169321203/unknown.xml" file ... done.
writing "/tmp/evaluation/282653-1169321203/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/node45/watcher-282653-1169321203 -o ROOT/results/node45/solver-282653-1169321203 -C 2400 -M 900 /tmp/evaluation/282653-1169321203/aolibdvo /tmp/evaluation/282653-1169321203/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.95 1.93 1.61 5/81 20246
/proc/meminfo: memFree=1391864/2055920 swapFree=4184076/4192956
[pid=20245] ppid=20243 vsize=2452 CPUtime=0
/proc/20245/stat : 20245 (aolibdvo) R 20243 20245 19851 0 -1 0 184 0 0 0 0 0 0 0 18 0 1 0 280523120 2510848 166 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135052730 0 0 4096 0 0 0 0 17 1 0 0
/proc/20245/statm: 613 166 121 428 0 182 0

[startup+0.102943 s]
/proc/loadavg: 1.95 1.93 1.61 5/81 20246
/proc/meminfo: memFree=1391864/2055920 swapFree=4184076/4192956
[pid=20245] ppid=20243 vsize=4236 CPUtime=0.09
/proc/20245/stat : 20245 (aolibdvo) R 20243 20245 19851 0 -1 0 616 0 0 0 9 0 0 0 18 0 1 0 280523120 4337664 598 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135800270 0 0 4096 0 0 0 0 17 1 0 0
/proc/20245/statm: 1059 598 121 428 0 628 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4236

[startup+0.511017 s]
/proc/loadavg: 1.95 1.93 1.61 5/81 20246
/proc/meminfo: memFree=1391864/2055920 swapFree=4184076/4192956
[pid=20245] ppid=20243 vsize=8392 CPUtime=0.5
/proc/20245/stat : 20245 (aolibdvo) R 20243 20245 19851 0 -1 0 1644 0 0 0 50 0 0 0 21 0 1 0 280523120 8593408 1626 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135052727 0 0 4096 0 0 0 0 17 1 0 0
/proc/20245/statm: 2098 1626 121 428 0 1667 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 8392

[startup+1.33317 s]
/proc/loadavg: 1.96 1.93 1.61 3/81 20246
/proc/meminfo: memFree=1382968/2055920 swapFree=4184076/4192956
[pid=20245] ppid=20243 vsize=11652 CPUtime=1.32
/proc/20245/stat : 20245 (aolibdvo) R 20243 20245 19851 0 -1 0 2479 0 0 0 131 1 0 0 25 0 1 0 280523120 11931648 2461 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135800270 0 0 4096 0 0 0 0 17 1 0 0
/proc/20245/statm: 2913 2461 121 428 0 2482 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 11652

[startup+2.96946 s]
/proc/loadavg: 1.96 1.93 1.61 3/81 20246
/proc/meminfo: memFree=1381432/2055920 swapFree=4184076/4192956
[pid=20245] ppid=20243 vsize=37208 CPUtime=2.96
/proc/20245/stat : 20245 (aolibdvo) R 20243 20245 19851 0 -1 0 8571 0 0 0 292 4 0 0 25 0 1 0 280523120 38100992 8525 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135743014 0 0 4096 0 0 0 0 17 1 0 0
/proc/20245/statm: 9302 8525 195 428 0 8871 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 37208

[startup+6.25306 s]
/proc/loadavg: 1.96 1.94 1.62 3/81 20246
/proc/meminfo: memFree=1356152/2055920 swapFree=4184076/4192956
[pid=20245] ppid=20243 vsize=39468 CPUtime=6.24
/proc/20245/stat : 20245 (aolibdvo) R 20243 20245 19851 0 -1 0 9158 0 0 0 620 4 0 0 25 0 1 0 280523120 40415232 9112 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647886 0 0 4096 0 0 0 0 17 1 0 0
/proc/20245/statm: 9867 9112 196 428 0 9436 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 39468

[startup+12.7122 s]
/proc/loadavg: 2.04 1.95 1.62 3/81 20246
/proc/meminfo: memFree=1356088/2055920 swapFree=4184076/4192956
[pid=20245] ppid=20243 vsize=39540 CPUtime=12.7
/proc/20245/stat : 20245 (aolibdvo) R 20243 20245 19851 0 -1 0 9182 0 0 0 1266 4 0 0 25 0 1 0 280523120 40488960 9136 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/20245/statm: 9885 9136 196 428 0 9454 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 39540

[startup+25.5206 s]
/proc/loadavg: 2.04 1.95 1.63 3/81 20246
/proc/meminfo: memFree=1356024/2055920 swapFree=4184076/4192956
[pid=20245] ppid=20243 vsize=39540 CPUtime=25.5
/proc/20245/stat : 20245 (aolibdvo) R 20243 20245 19851 0 -1 0 9213 0 0 0 2546 4 0 0 25 0 1 0 280523120 40488960 9138 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/20245/statm: 9885 9138 196 428 0 9454 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 39540

[startup+51.2147 s]
/proc/loadavg: 2.02 1.96 1.64 3/81 20246
/proc/meminfo: memFree=1356088/2055920 swapFree=4184076/4192956
[pid=20245] ppid=20243 vsize=39544 CPUtime=51.19
/proc/20245/stat : 20245 (aolibdvo) R 20243 20245 19851 0 -1 0 9274 0 0 0 5115 4 0 0 25 0 1 0 280523120 40493056 9139 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/20245/statm: 9886 9139 196 428 0 9455 0
Current children cumulated CPU time (s) 51.19
Current children cumulated vsize (KiB) 39544

[startup+102.484 s]
/proc/loadavg: 2.01 1.96 1.65 3/81 20246
/proc/meminfo: memFree=1356088/2055920 swapFree=4184076/4192956
[pid=20245] ppid=20243 vsize=39560 CPUtime=102.44
/proc/20245/stat : 20245 (aolibdvo) R 20243 20245 19851 0 -1 0 10088 0 0 0 10239 5 0 0 25 0 1 0 280523120 40509440 9143 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648053 0 0 4096 0 0 0 0 17 1 0 0
/proc/20245/statm: 9890 9143 196 428 0 9459 0
Current children cumulated CPU time (s) 102.44
Current children cumulated vsize (KiB) 39560

[startup+162.566 s]
/proc/loadavg: 2.00 1.97 1.67 3/81 20246
/proc/meminfo: memFree=1356024/2055920 swapFree=4184076/4192956
[pid=20245] ppid=20243 vsize=39564 CPUtime=162.51
/proc/20245/stat : 20245 (aolibdvo) R 20243 20245 19851 0 -1 0 11368 0 0 0 16245 6 0 0 25 0 1 0 280523120 40513536 9144 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647928 0 0 4096 0 0 0 0 17 1 0 0
/proc/20245/statm: 9891 9144 196 428 0 9460 0
Current children cumulated CPU time (s) 162.51
Current children cumulated vsize (KiB) 39564

[startup+222.645 s]
/proc/loadavg: 2.00 1.97 1.69 3/81 20246
/proc/meminfo: memFree=1356088/2055920 swapFree=4184076/4192956
[pid=20245] ppid=20243 vsize=39564 CPUtime=222.56
/proc/20245/stat : 20245 (aolibdvo) R 20243 20245 19851 0 -1 0 12203 0 0 0 22249 7 0 0 25 0 1 0 280523120 40513536 9144 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647907 0 0 4096 0 0 0 0 17 1 0 0
/proc/20245/statm: 9891 9144 196 428 0 9460 0
Current children cumulated CPU time (s) 222.56
Current children cumulated vsize (KiB) 39564

[startup+282.731 s]
/proc/loadavg: 2.00 1.97 1.71 3/81 20246
/proc/meminfo: memFree=1356024/2055920 swapFree=4184076/4192956
[pid=20245] ppid=20243 vsize=39620 CPUtime=282.63
/proc/20245/stat : 20245 (aolibdvo) R 20243 20245 19851 0 -1 0 12316 0 0 0 28256 7 0 0 25 0 1 0 280523120 40570880 9158 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647858 0 0 4096 0 0 0 0 17 1 0 0
/proc/20245/statm: 9905 9158 196 428 0 9474 0
Current children cumulated CPU time (s) 282.63
Current children cumulated vsize (KiB) 39620

[startup+342.736 s]
/proc/loadavg: 2.04 1.99 1.73 3/81 20246
/proc/meminfo: memFree=1356024/2055920 swapFree=4184076/4192956
[pid=20245] ppid=20243 vsize=39564 CPUtime=342.61
/proc/20245/stat : 20245 (aolibdvo) R 20243 20245 19851 0 -1 0 12635 0 0 0 34253 8 0 0 25 0 1 0 280523120 40513536 9144 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134611821 0 0 4096 0 0 0 0 17 1 0 0
/proc/20245/statm: 9891 9144 196 428 0 9460 0
Current children cumulated CPU time (s) 342.61
Current children cumulated vsize (KiB) 39564

[startup+402.813 s]
/proc/loadavg: 2.01 1.99 1.74 3/81 20246
/proc/meminfo: memFree=1356024/2055920 swapFree=4184076/4192956
[pid=20245] ppid=20243 vsize=39608 CPUtime=402.67
/proc/20245/stat : 20245 (aolibdvo) R 20243 20245 19851 0 -1 0 12979 0 0 0 40259 8 0 0 25 0 1 0 280523120 40558592 9154 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/20245/statm: 9902 9154 196 428 0 9471 0
Current children cumulated CPU time (s) 402.67
Current children cumulated vsize (KiB) 39608

[startup+462.894 s]
/proc/loadavg: 2.07 2.00 1.76 3/81 20246
/proc/meminfo: memFree=1356024/2055920 swapFree=4184076/4192956
[pid=20245] ppid=20243 vsize=39564 CPUtime=462.73
/proc/20245/stat : 20245 (aolibdvo) R 20243 20245 19851 0 -1 0 13212 0 0 0 46265 8 0 0 25 0 1 0 280523120 40513536 9144 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647985 0 0 4096 0 0 0 0 17 1 0 0
/proc/20245/statm: 9891 9144 196 428 0 9460 0
Current children cumulated CPU time (s) 462.73
Current children cumulated vsize (KiB) 39564

[startup+522.973 s]
/proc/loadavg: 2.02 2.00 1.77 3/81 20246
/proc/meminfo: memFree=1356024/2055920 swapFree=4184076/4192956
[pid=20245] ppid=20243 vsize=39600 CPUtime=522.79
/proc/20245/stat : 20245 (aolibdvo) R 20243 20245 19851 0 -1 0 13505 0 0 0 52270 9 0 0 25 0 1 0 280523120 40550400 9153 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647920 0 0 4096 0 0 0 0 17 1 0 0
/proc/20245/statm: 9900 9153 196 428 0 9469 0
Current children cumulated CPU time (s) 522.79
Current children cumulated vsize (KiB) 39600

[startup+583.042 s]
/proc/loadavg: 2.01 2.00 1.78 3/81 20246
/proc/meminfo: memFree=1356024/2055920 swapFree=4184076/4192956
[pid=20245] ppid=20243 vsize=39612 CPUtime=582.84
/proc/20245/stat : 20245 (aolibdvo) R 20243 20245 19851 0 -1 0 13764 0 0 0 58275 9 0 0 25 0 1 0 280523120 40562688 9156 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647963 0 0 4096 0 0 0 0 17 1 0 0
/proc/20245/statm: 9903 9156 196 428 0 9472 0
Current children cumulated CPU time (s) 582.84
Current children cumulated vsize (KiB) 39612

[startup+643.124 s]
/proc/loadavg: 2.00 2.00 1.79 3/81 20246
/proc/meminfo: memFree=1356024/2055920 swapFree=4184076/4192956
[pid=20245] ppid=20243 vsize=39564 CPUtime=642.89
/proc/20245/stat : 20245 (aolibdvo) R 20243 20245 19851 0 -1 0 14038 0 0 0 64280 9 0 0 25 0 1 0 280523120 40513536 9144 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647904 0 0 4096 0 0 0 0 17 1 0 0
/proc/20245/statm: 9891 9144 196 428 0 9460 0
Current children cumulated CPU time (s) 642.89
Current children cumulated vsize (KiB) 39564

[startup+703.205 s]
/proc/loadavg: 2.00 2.00 1.80 3/81 20246
/proc/meminfo: memFree=1356024/2055920 swapFree=4184076/4192956
[pid=20245] ppid=20243 vsize=39564 CPUtime=702.96
/proc/20245/stat : 20245 (aolibdvo) R 20243 20245 19851 0 -1 0 14303 0 0 0 70286 10 0 0 25 0 1 0 280523120 40513536 9144 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647970 0 0 4096 0 0 0 0 17 1 0 0
/proc/20245/statm: 9891 9144 196 428 0 9460 0
Current children cumulated CPU time (s) 702.96
Current children cumulated vsize (KiB) 39564

[startup+763.285 s]
/proc/loadavg: 2.00 2.00 1.82 3/81 20246
/proc/meminfo: memFree=1356024/2055920 swapFree=4184076/4192956
[pid=20245] ppid=20243 vsize=39564 CPUtime=763.02
/proc/20245/stat : 20245 (aolibdvo) R 20243 20245 19851 0 -1 0 14590 0 0 0 76291 11 0 0 25 0 1 0 280523120 40513536 9144 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647958 0 0 4096 0 0 0 0 17 1 0 0
/proc/20245/statm: 9891 9144 196 428 0 9460 0
Current children cumulated CPU time (s) 763.02
Current children cumulated vsize (KiB) 39564

[startup+823.315 s]
/proc/loadavg: 2.00 2.00 1.82 3/81 20246
/proc/meminfo: memFree=1355960/2055920 swapFree=4184076/4192956
[pid=20245] ppid=20243 vsize=39564 CPUtime=823.03

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

Current children cumulated vsize (KiB) 39564

[startup+1423.91 s]
/proc/loadavg: 2.00 2.00 1.89 3/81 20246
/proc/meminfo: memFree=1356024/2055920 swapFree=4184076/4192956
[pid=20245] ppid=20243 vsize=39564 CPUtime=1423.42
/proc/20245/stat : 20245 (aolibdvo) R 20243 20245 19851 0 -1 0 15560 0 0 0 142328 14 0 0 25 0 1 0 280523120 40513536 9144 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 1 0 0
/proc/20245/statm: 9891 9144 196 428 0 9460 0
Current children cumulated CPU time (s) 1423.42
Current children cumulated vsize (KiB) 39564

[startup+1483.99 s]
/proc/loadavg: 2.00 2.00 1.89 2/68 20261
/proc/meminfo: memFree=1368672/2055920 swapFree=4184076/4192956
[pid=20245] ppid=20243 vsize=39564 CPUtime=1483.47
/proc/20245/stat : 20245 (aolibdvo) R 20243 20245 19851 0 -1 0 15560 0 0 0 148333 14 0 0 25 0 1 0 280523120 40513536 9144 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647958 0 0 4096 0 0 0 0 17 0 0 0
/proc/20245/statm: 9891 9144 196 428 0 9460 0
Current children cumulated CPU time (s) 1483.47
Current children cumulated vsize (KiB) 39564

[startup+1544.07 s]
/proc/loadavg: 2.05 2.01 1.90 3/80 20306
/proc/meminfo: memFree=1331208/2055920 swapFree=4184076/4192956
[pid=20245] ppid=20243 vsize=39564 CPUtime=1543.28
/proc/20245/stat : 20245 (aolibdvo) R 20243 20245 19851 0 -1 0 15763 0 0 0 154313 15 0 0 25 0 1 0 280523120 40513536 9144 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 0 0 0
/proc/20245/statm: 9891 9144 196 428 0 9460 0
Current children cumulated CPU time (s) 1543.28
Current children cumulated vsize (KiB) 39564

[startup+1604.14 s]
/proc/loadavg: 2.02 2.01 1.91 3/80 20306
/proc/meminfo: memFree=1331208/2055920 swapFree=4184076/4192956
[pid=20245] ppid=20243 vsize=39564 CPUtime=1603.08
/proc/20245/stat : 20245 (aolibdvo) R 20243 20245 19851 0 -1 0 15985 0 0 0 160293 15 0 0 25 0 1 0 280523120 40513536 9144 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 0 0 0
/proc/20245/statm: 9891 9144 196 428 0 9460 0
Current children cumulated CPU time (s) 1603.08
Current children cumulated vsize (KiB) 39564

[startup+1664.2 s]
/proc/loadavg: 2.00 2.00 1.91 3/80 20306
/proc/meminfo: memFree=1331272/2055920 swapFree=4184076/4192956
[pid=20245] ppid=20243 vsize=39564 CPUtime=1662.85
/proc/20245/stat : 20245 (aolibdvo) R 20243 20245 19851 0 -1 0 16098 0 0 0 166270 15 0 0 25 0 1 0 280523120 40513536 9144 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134612653 0 0 4096 0 0 0 0 17 0 0 0
/proc/20245/statm: 9891 9144 196 428 0 9460 0
Current children cumulated CPU time (s) 1662.85
Current children cumulated vsize (KiB) 39564

[startup+1724.27 s]
/proc/loadavg: 2.00 2.00 1.91 3/80 20306
/proc/meminfo: memFree=1331208/2055920 swapFree=4184076/4192956
[pid=20245] ppid=20243 vsize=39564 CPUtime=1722.65
/proc/20245/stat : 20245 (aolibdvo) R 20243 20245 19851 0 -1 0 16253 0 0 0 172250 15 0 0 25 0 1 0 280523120 40513536 9144 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 0 0 0
/proc/20245/statm: 9891 9144 196 428 0 9460 0
Current children cumulated CPU time (s) 1722.65
Current children cumulated vsize (KiB) 39564

[startup+1784.34 s]
/proc/loadavg: 2.00 2.00 1.91 3/80 20306
/proc/meminfo: memFree=1331208/2055920 swapFree=4184076/4192956
[pid=20245] ppid=20243 vsize=39564 CPUtime=1782.45
/proc/20245/stat : 20245 (aolibdvo) R 20243 20245 19851 0 -1 0 16386 0 0 0 178230 15 0 0 25 0 1 0 280523120 40513536 9144 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 0 0 0
/proc/20245/statm: 9891 9144 196 428 0 9460 0
Current children cumulated CPU time (s) 1782.45
Current children cumulated vsize (KiB) 39564

[startup+1844.4 s]
/proc/loadavg: 2.00 2.00 1.91 3/80 20306
/proc/meminfo: memFree=1331208/2055920 swapFree=4184076/4192956
[pid=20245] ppid=20243 vsize=39564 CPUtime=1842.23
/proc/20245/stat : 20245 (aolibdvo) R 20243 20245 19851 0 -1 0 16520 0 0 0 184208 15 0 0 25 0 1 0 280523120 40513536 9144 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134654884 0 0 4096 0 0 0 0 17 0 0 0
/proc/20245/statm: 9891 9144 196 428 0 9460 0
Current children cumulated CPU time (s) 1842.23
Current children cumulated vsize (KiB) 39564

[startup+1904.47 s]
/proc/loadavg: 2.00 2.00 1.91 3/80 20306
/proc/meminfo: memFree=1331208/2055920 swapFree=4184076/4192956
[pid=20245] ppid=20243 vsize=39564 CPUtime=1902.02
/proc/20245/stat : 20245 (aolibdvo) R 20243 20245 19851 0 -1 0 16654 0 0 0 190187 15 0 0 25 0 1 0 280523120 40513536 9144 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 0 0 0
/proc/20245/statm: 9891 9144 196 428 0 9460 0
Current children cumulated CPU time (s) 1902.02
Current children cumulated vsize (KiB) 39564

[startup+1964.54 s]
/proc/loadavg: 2.00 2.00 1.91 3/80 20306
/proc/meminfo: memFree=1331208/2055920 swapFree=4184076/4192956
[pid=20245] ppid=20243 vsize=39564 CPUtime=1961.83
/proc/20245/stat : 20245 (aolibdvo) R 20243 20245 19851 0 -1 0 16683 0 0 0 196167 16 0 0 25 0 1 0 280523120 40513536 9144 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 0 0 0
/proc/20245/statm: 9891 9144 196 428 0 9460 0
Current children cumulated CPU time (s) 1961.83
Current children cumulated vsize (KiB) 39564

[startup+2024.61 s]
/proc/loadavg: 2.00 2.00 1.91 3/86 20370
/proc/meminfo: memFree=1329792/2055920 swapFree=4184076/4192956
[pid=20245] ppid=20243 vsize=39564 CPUtime=2021.59
/proc/20245/stat : 20245 (aolibdvo) R 20243 20245 19851 0 -1 0 16683 0 0 0 202143 16 0 0 25 0 1 0 280523120 40513536 9144 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 0 0 0
/proc/20245/statm: 9891 9144 196 428 0 9460 0
Current children cumulated CPU time (s) 2021.59
Current children cumulated vsize (KiB) 39564

[startup+2084.7 s]
/proc/loadavg: 2.00 2.00 1.91 3/86 20480
/proc/meminfo: memFree=1329928/2055920 swapFree=4184076/4192956
[pid=20245] ppid=20243 vsize=39564 CPUtime=2081.36
/proc/20245/stat : 20245 (aolibdvo) R 20243 20245 19851 0 -1 0 16683 0 0 0 208111 25 0 0 25 0 1 0 280523120 40513536 9144 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647956 0 0 4096 0 0 0 0 17 0 0 0
/proc/20245/statm: 9891 9144 196 428 0 9460 0
Current children cumulated CPU time (s) 2081.36
Current children cumulated vsize (KiB) 39564

[startup+2144.77 s]
/proc/loadavg: 2.00 2.00 1.91 3/80 20504
/proc/meminfo: memFree=1330888/2055920 swapFree=4184076/4192956
[pid=20245] ppid=20243 vsize=39564 CPUtime=2141.15
/proc/20245/stat : 20245 (aolibdvo) R 20243 20245 19851 0 -1 0 16683 0 0 0 214089 26 0 0 25 0 1 0 280523120 40513536 9144 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647907 0 0 4096 0 0 0 0 17 0 0 0
/proc/20245/statm: 9891 9144 196 428 0 9460 0
Current children cumulated CPU time (s) 2141.15
Current children cumulated vsize (KiB) 39564

[startup+2204.83 s]
/proc/loadavg: 2.03 2.01 1.91 3/80 20504
/proc/meminfo: memFree=1330888/2055920 swapFree=4184076/4192956
[pid=20245] ppid=20243 vsize=39564 CPUtime=2200.92
/proc/20245/stat : 20245 (aolibdvo) R 20243 20245 19851 0 -1 0 16683 0 0 0 220066 26 0 0 25 0 1 0 280523120 40513536 9144 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647907 0 0 4096 0 0 0 0 17 0 0 0
/proc/20245/statm: 9891 9144 196 428 0 9460 0
Current children cumulated CPU time (s) 2200.92
Current children cumulated vsize (KiB) 39564

[startup+2264.89 s]
/proc/loadavg: 2.01 2.01 1.91 3/80 20504
/proc/meminfo: memFree=1330888/2055920 swapFree=4184076/4192956
[pid=20245] ppid=20243 vsize=39564 CPUtime=2260.71
/proc/20245/stat : 20245 (aolibdvo) R 20243 20245 19851 0 -1 0 16683 0 0 0 226044 27 0 0 25 0 1 0 280523120 40513536 9144 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 0 0 0
/proc/20245/statm: 9891 9144 196 428 0 9460 0
Current children cumulated CPU time (s) 2260.71
Current children cumulated vsize (KiB) 39564

[startup+2324.95 s]
/proc/loadavg: 2.06 2.02 1.92 3/80 20504
/proc/meminfo: memFree=1330888/2055920 swapFree=4184076/4192956
[pid=20245] ppid=20243 vsize=39564 CPUtime=2320.51
/proc/20245/stat : 20245 (aolibdvo) R 20243 20245 19851 0 -1 0 16683 0 0 0 232024 27 0 0 25 0 1 0 280523120 40513536 9144 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647935 0 0 4096 0 0 0 0 17 0 0 0
/proc/20245/statm: 9891 9144 196 428 0 9460 0
Current children cumulated CPU time (s) 2320.51
Current children cumulated vsize (KiB) 39564

[startup+2385.02 s]
/proc/loadavg: 2.10 2.03 1.93 3/80 20504
/proc/meminfo: memFree=1330888/2055920 swapFree=4184076/4192956
[pid=20245] ppid=20243 vsize=39564 CPUtime=2380.28
/proc/20245/stat : 20245 (aolibdvo) R 20243 20245 19851 0 -1 0 16767 0 0 0 238001 27 0 0 25 0 1 0 280523120 40513536 9144 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647958 0 0 4096 0 0 0 0 17 0 0 0
/proc/20245/statm: 9891 9144 196 428 0 9460 0
Current children cumulated CPU time (s) 2380.28
Current children cumulated vsize (KiB) 39564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2404.91 s]
/proc/loadavg: 2.07 2.03 1.93 3/80 20504
/proc/meminfo: memFree=1330888/2055920 swapFree=4184076/4192956
[pid=20245] ppid=20243 vsize=39564 CPUtime=2400.08
/proc/20245/stat : 20245 (aolibdvo) R 20243 20245 19851 0 -1 0 16777 0 0 0 239981 27 0 0 25 0 1 0 280523120 40513536 9144 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647928 0 0 4096 0 0 0 0 17 0 0 0
/proc/20245/statm: 9891 9144 196 428 0 9460 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 39564

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2404.92
CPU time (s): 2400.1
CPU user time (s): 2399.81
CPU system time (s): 0.281957
CPU usage (%): 99.7996
Max. virtual memory (cumulated for all children) (KiB): 39732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.81
system time used= 0.281957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16777
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= 14771

runsolver used 2.39064 s user time and 6.47902 s system time

The end

Launcher Data (download as text)

Begin job on node45 on Sat Jan 20 19:26:43 UTC 2007


IDJOB= 282653
IDBENCH= 12875
IDSOLVER= 61
FILE ID= node45/282653-1169321203

PBS_JOBID= 3610427

Free space on /tmp= 66560 MiB

SOLVER NAME= aolibdvo 2007-01-17
BENCH NAME= HOME/pub/bench/CPAI06/MaxCSP/celar/scens/scenw-07_ext.xml
COMMAND LINE= /tmp/evaluation/282653-1169321203/aolibdvo /tmp/evaluation/282653-1169321203/unknown.wcsp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node45/convwatcher-282653-1169321203 -o ROOT/results/node45/conversion-282653-1169321203 -C 600 -M 900 python xcsp2wcsp.py /tmp/evaluation/282653-1169321203/unknown.xml
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= 5d0282fabcfebd5fb942c79c8af6ce28
MD5SUM BENCH=  9613a6987fae95d1414e6facb2e0f224

RANDOM SEED= 841069163

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:       1392344 kB
Buffers:         53264 kB
Cached:         509968 kB
SwapCached:       2868 kB
Active:         159268 kB
Inactive:       431064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1392344 kB
SwapTotal:     4192956 kB
SwapFree:      4184076 kB
Dirty:            1204 kB
Writeback:           0 kB
Mapped:          40664 kB
Slab:            58508 kB
Committed_AS:  5363204 kB
PageTables:       1856 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= 66549 MiB



End job on node45 on Sat Jan 20 20:07:27 UTC 2007