Trace number 281879

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.11 2410.31

General information on the benchmark

NameMaxCSP/maxclique/
san-200-0.9-1_ext.xml
MD5SUM97c79268c005c90235ba77e9498a9c00
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of satisfied constraints2060
Best CPU time to get the best result obtained on this benchmark2400.08
Satisfiable
(Un)Satisfiability was proved
Number of variables201
Number of constraints2190
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension2190
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/281879-1169315025/unknown.xml" file ... done.
writing "/tmp/evaluation/281879-1169315025/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/node14/watcher-281879-1169315025 -o ROOT/results/node14/solver-281879-1169315025 -C 2400 -M 900 /tmp/evaluation/281879-1169315025/aolibdvo /tmp/evaluation/281879-1169315025/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: 2.01 2.02 2.00 5/87 2107
/proc/meminfo: memFree=1220656/2055920 swapFree=4158792/4192956
[pid=2106] ppid=2104 vsize=18540 CPUtime=0
/proc/2106/stat : 2106 (runsolver) R 2104 2106 1250 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 279897527 18984960 279 18446744073709551615 4194304 4267372 548682069072 18446744073709551615 212234464551 0 0 4096 24578 0 0 0 17 1 0 0
/proc/2106/statm: 4635 279 244 17 0 2626 0

[startup+0.132749 s]
/proc/loadavg: 2.01 2.02 2.00 5/87 2107
/proc/meminfo: memFree=1220656/2055920 swapFree=4158792/4192956
[pid=2106] ppid=2104 vsize=3476 CPUtime=0.12
/proc/2106/stat : 2106 (aolibdvo) R 2104 2106 1250 0 -1 0 663 0 0 0 12 0 0 0 20 0 1 0 279897527 3559424 474 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135630604 0 0 4096 0 0 0 0 17 1 0 0
/proc/2106/statm: 869 474 169 428 0 438 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 3476

[startup+0.54075 s]
/proc/loadavg: 2.01 2.02 2.00 5/87 2107
/proc/meminfo: memFree=1220656/2055920 swapFree=4158792/4192956
[pid=2106] ppid=2104 vsize=3976 CPUtime=0.52
/proc/2106/stat : 2106 (aolibdvo) R 2104 2106 1250 0 -1 0 772 0 0 0 52 0 0 0 24 0 1 0 279897527 4071424 583 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135163358 0 0 4096 0 0 0 0 17 1 0 0
/proc/2106/statm: 994 583 170 428 0 563 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 3976

[startup+1.36184 s]
/proc/loadavg: 2.01 2.02 2.00 3/87 2107
/proc/meminfo: memFree=1213424/2055920 swapFree=4158792/4192956
[pid=2106] ppid=2104 vsize=9244 CPUtime=1.33
/proc/2106/stat : 2106 (aolibdvo) R 2104 2106 1250 0 -1 0 2492 0 0 0 132 1 0 0 25 0 1 0 279897527 9465856 1950 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648033 0 0 4096 0 0 0 0 17 1 0 0
/proc/2106/statm: 2311 1950 203 428 0 1880 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 9244

[startup+2.99899 s]
/proc/loadavg: 2.01 2.02 2.00 3/87 2107
/proc/meminfo: memFree=1213296/2055920 swapFree=4158792/4192956
[pid=2106] ppid=2104 vsize=9636 CPUtime=2.96
/proc/2106/stat : 2106 (aolibdvo) R 2104 2106 1250 0 -1 0 2690 0 0 0 294 2 0 0 25 0 1 0 279897527 9867264 2025 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/2106/statm: 2409 2025 203 428 0 1978 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 9636

[startup+6.2903 s]
/proc/loadavg: 2.01 2.02 2.00 3/87 2107
/proc/meminfo: memFree=1213168/2055920 swapFree=4158792/4192956
[pid=2106] ppid=2104 vsize=9640 CPUtime=6.22
/proc/2106/stat : 2106 (aolibdvo) R 2104 2106 1250 0 -1 0 2701 0 0 0 620 2 0 0 25 0 1 0 279897527 9871360 2036 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 1 0 0
/proc/2106/statm: 2410 2036 203 428 0 1979 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 9640

[startup+12.7559 s]
/proc/loadavg: 2.01 2.02 2.00 3/87 2107
/proc/meminfo: memFree=1213168/2055920 swapFree=4158792/4192956
[pid=2106] ppid=2104 vsize=9640 CPUtime=12.63
/proc/2106/stat : 2106 (aolibdvo) R 2104 2106 1250 0 -1 0 2709 0 0 0 1261 2 0 0 25 0 1 0 279897527 9871360 2044 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134644945 0 0 4096 0 0 0 0 17 1 0 0
/proc/2106/statm: 2410 2044 203 428 0 1979 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 9640

[startup+25.5761 s]
/proc/loadavg: 2.00 2.02 2.00 3/87 2107
/proc/meminfo: memFree=1213168/2055920 swapFree=4158792/4192956
[pid=2106] ppid=2104 vsize=9760 CPUtime=25.33
/proc/2106/stat : 2106 (aolibdvo) R 2104 2106 1250 0 -1 0 2726 0 0 0 2531 2 0 0 25 0 1 0 279897527 9994240 2061 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134926320 0 0 4096 0 0 0 0 17 1 0 0
/proc/2106/statm: 2440 2061 203 428 0 2009 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 9760

[startup+51.2296 s]
/proc/loadavg: 2.07 2.03 2.00 3/87 2107
/proc/meminfo: memFree=1213232/2055920 swapFree=4158792/4192956
[pid=2106] ppid=2104 vsize=9760 CPUtime=50.74
/proc/2106/stat : 2106 (aolibdvo) R 2104 2106 1250 0 -1 0 2740 0 0 0 5072 2 0 0 25 0 1 0 279897527 9994240 2075 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134644951 0 0 4096 0 0 0 0 17 1 0 0
/proc/2106/statm: 2440 2075 203 428 0 2009 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 9760

[startup+102.528 s]
/proc/loadavg: 2.03 2.02 2.00 3/87 2107
/proc/meminfo: memFree=1213232/2055920 swapFree=4158792/4192956
[pid=2106] ppid=2104 vsize=9844 CPUtime=101.58
/proc/2106/stat : 2106 (aolibdvo) R 2104 2106 1250 0 -1 0 2750 0 0 0 10155 3 0 0 25 0 1 0 279897527 10080256 2085 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134644951 0 0 4096 0 0 0 0 17 1 0 0
/proc/2106/statm: 2461 2085 203 428 0 2030 0
Current children cumulated CPU time (s) 101.58
Current children cumulated vsize (KiB) 9844

[startup+162.545 s]
/proc/loadavg: 2.11 2.05 2.01 3/87 2107
/proc/meminfo: memFree=1213168/2055920 swapFree=4158792/4192956
[pid=2106] ppid=2104 vsize=9844 CPUtime=161.05
/proc/2106/stat : 2106 (aolibdvo) R 2104 2106 1250 0 -1 0 2755 0 0 0 16102 3 0 0 25 0 1 0 279897527 10080256 2090 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134611804 0 0 4096 0 0 0 0 17 1 0 0
/proc/2106/statm: 2461 2090 203 428 0 2030 0
Current children cumulated CPU time (s) 161.05
Current children cumulated vsize (KiB) 9844

[startup+222.601 s]
/proc/loadavg: 2.04 2.04 2.00 3/87 2107
/proc/meminfo: memFree=1213168/2055920 swapFree=4158792/4192956
[pid=2106] ppid=2104 vsize=9844 CPUtime=220.56
/proc/2106/stat : 2106 (aolibdvo) R 2104 2106 1250 0 -1 0 2755 0 0 0 22052 4 0 0 25 0 1 0 279897527 10080256 2090 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 1 0 0
/proc/2106/statm: 2461 2090 203 428 0 2030 0
Current children cumulated CPU time (s) 220.56
Current children cumulated vsize (KiB) 9844

[startup+282.623 s]
/proc/loadavg: 2.01 2.03 2.00 3/87 2107
/proc/meminfo: memFree=1213168/2055920 swapFree=4158792/4192956
[pid=2106] ppid=2104 vsize=9844 CPUtime=280.03
/proc/2106/stat : 2106 (aolibdvo) R 2104 2106 1250 0 -1 0 2755 0 0 0 27999 4 0 0 25 0 1 0 279897527 10080256 2090 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647979 0 0 4096 0 0 0 0 17 1 0 0
/proc/2106/statm: 2461 2090 203 428 0 2030 0
Current children cumulated CPU time (s) 280.03
Current children cumulated vsize (KiB) 9844

[startup+342.639 s]
/proc/loadavg: 2.00 2.02 2.00 3/87 2107
/proc/meminfo: memFree=1213168/2055920 swapFree=4158792/4192956
[pid=2106] ppid=2104 vsize=9844 CPUtime=339.5
/proc/2106/stat : 2106 (aolibdvo) R 2104 2106 1250 0 -1 0 2761 0 0 0 33945 5 0 0 25 0 1 0 279897527 10080256 2096 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134973200 0 0 4096 0 0 0 0 17 1 0 0
/proc/2106/statm: 2461 2096 203 428 0 2030 0
Current children cumulated CPU time (s) 339.5
Current children cumulated vsize (KiB) 9844

[startup+402.645 s]
/proc/loadavg: 2.00 2.01 2.00 3/87 2107
/proc/meminfo: memFree=1213104/2055920 swapFree=4158792/4192956
[pid=2106] ppid=2104 vsize=9844 CPUtime=398.97
/proc/2106/stat : 2106 (aolibdvo) R 2104 2106 1250 0 -1 0 2761 0 0 0 39891 6 0 0 25 0 1 0 279897527 10080256 2096 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134611773 0 0 4096 0 0 0 0 17 1 0 0
/proc/2106/statm: 2461 2096 203 428 0 2030 0
Current children cumulated CPU time (s) 398.97
Current children cumulated vsize (KiB) 9844

[startup+462.679 s]
/proc/loadavg: 2.00 2.01 2.00 3/87 2107
/proc/meminfo: memFree=1213104/2055920 swapFree=4158792/4192956
[pid=2106] ppid=2104 vsize=9844 CPUtime=458.45
/proc/2106/stat : 2106 (aolibdvo) R 2104 2106 1250 0 -1 0 2761 0 0 0 45839 6 0 0 25 0 1 0 279897527 10080256 2096 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647963 0 0 4096 0 0 0 0 17 1 0 0
/proc/2106/statm: 2461 2096 203 428 0 2030 0
Current children cumulated CPU time (s) 458.45
Current children cumulated vsize (KiB) 9844

[startup+522.741 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 2107
/proc/meminfo: memFree=1213168/2055920 swapFree=4158792/4192956
[pid=2106] ppid=2104 vsize=9844 CPUtime=517.97
/proc/2106/stat : 2106 (aolibdvo) R 2104 2106 1250 0 -1 0 2763 0 0 0 51790 7 0 0 25 0 1 0 279897527 10080256 2098 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647963 0 0 4096 0 0 0 0 17 1 0 0
/proc/2106/statm: 2461 2098 203 428 0 2030 0
Current children cumulated CPU time (s) 517.97
Current children cumulated vsize (KiB) 9844

[startup+582.79 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 2107
/proc/meminfo: memFree=1213168/2055920 swapFree=4158792/4192956
[pid=2106] ppid=2104 vsize=9844 CPUtime=577.46
/proc/2106/stat : 2106 (aolibdvo) R 2104 2106 1250 0 -1 0 2763 0 0 0 57739 7 0 0 25 0 1 0 279897527 10080256 2098 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134645750 0 0 4096 0 0 0 0 17 1 0 0
/proc/2106/statm: 2461 2098 203 428 0 2030 0
Current children cumulated CPU time (s) 577.46
Current children cumulated vsize (KiB) 9844

[startup+642.832 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 2107
/proc/meminfo: memFree=1213168/2055920 swapFree=4158792/4192956
[pid=2106] ppid=2104 vsize=9844 CPUtime=636.97
/proc/2106/stat : 2106 (aolibdvo) R 2104 2106 1250 0 -1 0 2763 0 0 0 63689 8 0 0 25 0 1 0 279897527 10080256 2098 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134611804 0 0 4096 0 0 0 0 17 1 0 0
/proc/2106/statm: 2461 2098 203 428 0 2030 0
Current children cumulated CPU time (s) 636.97
Current children cumulated vsize (KiB) 9844

[startup+702.839 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 2107
/proc/meminfo: memFree=1213104/2055920 swapFree=4158792/4192956
[pid=2106] ppid=2104 vsize=9844 CPUtime=696.42
/proc/2106/stat : 2106 (aolibdvo) R 2104 2106 1250 0 -1 0 2763 0 0 0 69634 8 0 0 25 0 1 0 279897527 10080256 2098 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/2106/statm: 2461 2098 203 428 0 2030 0
Current children cumulated CPU time (s) 696.42
Current children cumulated vsize (KiB) 9844

[startup+762.845 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 2107
/proc/meminfo: memFree=1213104/2055920 swapFree=4158792/4192956
[pid=2106] ppid=2104 vsize=9844 CPUtime=755.89
/proc/2106/stat : 2106 (aolibdvo) R 2104 2106 1250 0 -1 0 2763 0 0 0 75580 9 0 0 25 0 1 0 279897527 10080256 2098 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/2106/statm: 2461 2098 203 428 0 2030 0
Current children cumulated CPU time (s) 755.89
Current children cumulated vsize (KiB) 9844

[startup+822.857 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 2107
/proc/meminfo: memFree=1213104/2055920 swapFree=4158792/4192956
[pid=2106] ppid=2104 vsize=9844 CPUtime=815.35

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

Current children cumulated vsize (KiB) 9952

[startup+1423.11 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 2393
/proc/meminfo: memFree=1262384/2055920 swapFree=4158792/4192956
[pid=2106] ppid=2104 vsize=9952 CPUtime=1413.93
/proc/2106/stat : 2106 (aolibdvo) R 2104 2106 1250 0 -1 0 2779 0 0 0 141370 23 0 0 25 0 1 0 279897527 10190848 2114 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 0 0 0
/proc/2106/statm: 2488 2114 203 428 0 2057 0
Current children cumulated CPU time (s) 1413.93
Current children cumulated vsize (KiB) 9952

[startup+1483.13 s]
/proc/loadavg: 2.04 2.01 2.00 3/87 2393
/proc/meminfo: memFree=1262384/2055920 swapFree=4158792/4192956
[pid=2106] ppid=2104 vsize=9952 CPUtime=1473.87
/proc/2106/stat : 2106 (aolibdvo) R 2104 2106 1250 0 -1 0 2779 0 0 0 147364 23 0 0 25 0 1 0 279897527 10190848 2114 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134975522 0 0 4096 0 0 0 0 17 0 0 0
/proc/2106/statm: 2488 2114 203 428 0 2057 0
Current children cumulated CPU time (s) 1473.87
Current children cumulated vsize (KiB) 9952

[startup+1543.17 s]
/proc/loadavg: 2.01 2.01 2.00 3/87 2393
/proc/meminfo: memFree=1262384/2055920 swapFree=4158792/4192956
[pid=2106] ppid=2104 vsize=9952 CPUtime=1533.86
/proc/2106/stat : 2106 (aolibdvo) R 2104 2106 1250 0 -1 0 2779 0 0 0 153363 23 0 0 25 0 1 0 279897527 10190848 2114 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 0 0 0
/proc/2106/statm: 2488 2114 203 428 0 2057 0
Current children cumulated CPU time (s) 1533.86
Current children cumulated vsize (KiB) 9952

[startup+1603.19 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 2393
/proc/meminfo: memFree=1262384/2055920 swapFree=4158792/4192956
[pid=2106] ppid=2104 vsize=9952 CPUtime=1593.83
/proc/2106/stat : 2106 (aolibdvo) R 2104 2106 1250 0 -1 0 2779 0 0 0 159360 23 0 0 25 0 1 0 279897527 10190848 2114 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134655641 0 0 4096 0 0 0 0 17 0 0 0
/proc/2106/statm: 2488 2114 203 428 0 2057 0
Current children cumulated CPU time (s) 1593.83
Current children cumulated vsize (KiB) 9952

[startup+1663.21 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 2393
/proc/meminfo: memFree=1262384/2055920 swapFree=4158792/4192956
[pid=2106] ppid=2104 vsize=9952 CPUtime=1653.77
/proc/2106/stat : 2106 (aolibdvo) R 2104 2106 1250 0 -1 0 2779 0 0 0 165354 23 0 0 25 0 1 0 279897527 10190848 2114 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647907 0 0 4096 0 0 0 0 17 0 0 0
/proc/2106/statm: 2488 2114 203 428 0 2057 0
Current children cumulated CPU time (s) 1653.77
Current children cumulated vsize (KiB) 9952

[startup+1723.24 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 2393
/proc/meminfo: memFree=1262448/2055920 swapFree=4158792/4192956
[pid=2106] ppid=2104 vsize=9952 CPUtime=1713.74
/proc/2106/stat : 2106 (aolibdvo) R 2104 2106 1250 0 -1 0 2779 0 0 0 171351 23 0 0 25 0 1 0 279897527 10190848 2114 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 0 0 0
/proc/2106/statm: 2488 2114 203 428 0 2057 0
Current children cumulated CPU time (s) 1713.74
Current children cumulated vsize (KiB) 9952

[startup+1783.26 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 2393
/proc/meminfo: memFree=1262448/2055920 swapFree=4158792/4192956
[pid=2106] ppid=2104 vsize=9952 CPUtime=1773.72
/proc/2106/stat : 2106 (aolibdvo) R 2104 2106 1250 0 -1 0 2779 0 0 0 177348 24 0 0 25 0 1 0 279897527 10190848 2114 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135222744 0 0 4096 0 0 0 0 17 0 0 0
/proc/2106/statm: 2488 2114 203 428 0 2057 0
Current children cumulated CPU time (s) 1773.72
Current children cumulated vsize (KiB) 9952

[startup+1843.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 2393
/proc/meminfo: memFree=1262448/2055920 swapFree=4158792/4192956
[pid=2106] ppid=2104 vsize=9952 CPUtime=1833.68
/proc/2106/stat : 2106 (aolibdvo) R 2104 2106 1250 0 -1 0 2779 0 0 0 183344 24 0 0 25 0 1 0 279897527 10190848 2114 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648043 0 0 4096 0 0 0 0 17 0 0 0
/proc/2106/statm: 2488 2114 203 428 0 2057 0
Current children cumulated CPU time (s) 1833.68
Current children cumulated vsize (KiB) 9952

[startup+1903.33 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 2393
/proc/meminfo: memFree=1262448/2055920 swapFree=4158792/4192956
[pid=2106] ppid=2104 vsize=9952 CPUtime=1893.65
/proc/2106/stat : 2106 (aolibdvo) R 2104 2106 1250 0 -1 0 2779 0 0 0 189341 24 0 0 25 0 1 0 279897527 10190848 2114 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 0 0 0
/proc/2106/statm: 2488 2114 203 428 0 2057 0
Current children cumulated CPU time (s) 1893.65
Current children cumulated vsize (KiB) 9952

[startup+1963.35 s]
/proc/loadavg: 2.06 2.02 2.00 3/87 2393
/proc/meminfo: memFree=1262448/2055920 swapFree=4158792/4192956
[pid=2106] ppid=2104 vsize=9952 CPUtime=1953.62
/proc/2106/stat : 2106 (aolibdvo) R 2104 2106 1250 0 -1 0 2779 0 0 0 195338 24 0 0 25 0 1 0 279897527 10190848 2114 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647920 0 0 4096 0 0 0 0 17 0 0 0
/proc/2106/statm: 2488 2114 203 428 0 2057 0
Current children cumulated CPU time (s) 1953.62
Current children cumulated vsize (KiB) 9952

[startup+2023.39 s]
/proc/loadavg: 2.02 2.01 2.00 3/87 2393
/proc/meminfo: memFree=1262448/2055920 swapFree=4158792/4192956
[pid=2106] ppid=2104 vsize=9952 CPUtime=2013.57
/proc/2106/stat : 2106 (aolibdvo) R 2104 2106 1250 0 -1 0 2779 0 0 0 201333 24 0 0 25 0 1 0 279897527 10190848 2114 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 0 0 0
/proc/2106/statm: 2488 2114 203 428 0 2057 0
Current children cumulated CPU time (s) 2013.57
Current children cumulated vsize (KiB) 9952

[startup+2083.41 s]
/proc/loadavg: 2.01 2.00 2.00 3/87 2393
/proc/meminfo: memFree=1262448/2055920 swapFree=4158792/4192956
[pid=2106] ppid=2104 vsize=9952 CPUtime=2073.54
/proc/2106/stat : 2106 (aolibdvo) R 2104 2106 1250 0 -1 0 2779 0 0 0 207330 24 0 0 25 0 1 0 279897527 10190848 2114 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 0 0 0
/proc/2106/statm: 2488 2114 203 428 0 2057 0
Current children cumulated CPU time (s) 2073.54
Current children cumulated vsize (KiB) 9952

[startup+2143.44 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 2393
/proc/meminfo: memFree=1262448/2055920 swapFree=4158792/4192956
[pid=2106] ppid=2104 vsize=9952 CPUtime=2133.53
/proc/2106/stat : 2106 (aolibdvo) R 2104 2106 1250 0 -1 0 2782 0 0 0 213328 25 0 0 25 0 1 0 279897527 10190848 2117 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 0 0 0
/proc/2106/statm: 2488 2117 203 428 0 2057 0
Current children cumulated CPU time (s) 2133.53
Current children cumulated vsize (KiB) 9952

[startup+2203.51 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 2393
/proc/meminfo: memFree=1262384/2055920 swapFree=4158792/4192956
[pid=2106] ppid=2104 vsize=9952 CPUtime=2193.51
/proc/2106/stat : 2106 (aolibdvo) R 2104 2106 1250 0 -1 0 2783 0 0 0 219326 25 0 0 25 0 1 0 279897527 10190848 2118 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648004 0 0 4096 0 0 0 0 17 0 0 0
/proc/2106/statm: 2488 2118 203 428 0 2057 0
Current children cumulated CPU time (s) 2193.51
Current children cumulated vsize (KiB) 9952

[startup+2263.54 s]
/proc/loadavg: 2.08 2.02 2.01 3/87 2395
/proc/meminfo: memFree=1262192/2055920 swapFree=4158792/4192956
[pid=2106] ppid=2104 vsize=9952 CPUtime=2253.47
/proc/2106/stat : 2106 (aolibdvo) R 2104 2106 1250 0 -1 0 2783 0 0 0 225322 25 0 0 25 0 1 0 279897527 10190848 2118 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647928 0 0 4096 0 0 0 0 17 0 0 0
/proc/2106/statm: 2488 2118 203 428 0 2057 0
Current children cumulated CPU time (s) 2253.47
Current children cumulated vsize (KiB) 9952

[startup+2323.56 s]
/proc/loadavg: 2.03 2.01 2.00 3/87 2395
/proc/meminfo: memFree=1262256/2055920 swapFree=4158792/4192956
[pid=2106] ppid=2104 vsize=9952 CPUtime=2313.44
/proc/2106/stat : 2106 (aolibdvo) R 2104 2106 1250 0 -1 0 2787 0 0 0 231319 25 0 0 25 0 1 0 279897527 10190848 2122 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647930 0 0 4096 0 0 0 0 17 0 0 0
/proc/2106/statm: 2488 2122 203 428 0 2057 0
Current children cumulated CPU time (s) 2313.44
Current children cumulated vsize (KiB) 9952

[startup+2383.61 s]
/proc/loadavg: 2.01 2.00 2.00 3/87 2395
/proc/meminfo: memFree=1262256/2055920 swapFree=4158792/4192956
[pid=2106] ppid=2104 vsize=9952 CPUtime=2373.41
/proc/2106/stat : 2106 (aolibdvo) R 2104 2106 1250 0 -1 0 2787 0 0 0 237316 25 0 0 25 0 1 0 279897527 10190848 2122 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647958 0 0 4096 0 0 0 0 17 0 0 0
/proc/2106/statm: 2488 2122 203 428 0 2057 0
Current children cumulated CPU time (s) 2373.41
Current children cumulated vsize (KiB) 9952



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2410.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 2395
/proc/meminfo: memFree=1262256/2055920 swapFree=4158792/4192956
[pid=2106] ppid=2104 vsize=9952 CPUtime=2400.1
/proc/2106/stat : 2106 (aolibdvo) R 2104 2106 1250 0 -1 0 2787 0 0 0 239985 25 0 0 25 0 1 0 279897527 10190848 2122 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647956 0 0 4096 0 0 0 0 17 0 0 0
/proc/2106/statm: 2488 2122 203 428 0 2057 0
Current children cumulated CPU time (s) 2400.1
Current children cumulated vsize (KiB) 9952

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2410.31
CPU time (s): 2400.11
CPU user time (s): 2399.85
CPU system time (s): 0.25896
CPU usage (%): 99.5767
Max. virtual memory (cumulated for all children) (KiB): 9952

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

runsolver used 2.57161 s user time and 8.09777 s system time

The end

Launcher Data (download as text)

Begin job on node14 on Sat Jan 20 17:43:45 UTC 2007


IDJOB= 281879
IDBENCH= 12298
IDSOLVER= 61
FILE ID= node14/281879-1169315025

PBS_JOBID= 3609971

Free space on /tmp= 66561 MiB

SOLVER NAME= aolibdvo 2007-01-17
BENCH NAME= HOME/pub/bench/CPAI06/MaxCSP/maxclique/san-200-0.9-1_ext.xml
COMMAND LINE= /tmp/evaluation/281879-1169315025/aolibdvo /tmp/evaluation/281879-1169315025/unknown.wcsp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node14/convwatcher-281879-1169315025 -o ROOT/results/node14/conversion-281879-1169315025 -C 600 -M 900 python xcsp2wcsp.py /tmp/evaluation/281879-1169315025/unknown.xml
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= 5d0282fabcfebd5fb942c79c8af6ce28
MD5SUM BENCH=  97c79268c005c90235ba77e9498a9c00

RANDOM SEED= 897667049

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.227
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.227
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:       1221072 kB
Buffers:         54840 kB
Cached:         609188 kB
SwapCached:       9104 kB
Active:         262624 kB
Inactive:       493756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1221072 kB
SwapTotal:     4192956 kB
SwapFree:      4158792 kB
Dirty:            2388 kB
Writeback:           0 kB
Mapped:         101296 kB
Slab:            63232 kB
Committed_AS:  9623732 kB
PageTables:       2304 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 node14 on Sat Jan 20 18:23:56 UTC 2007