Trace number 278593

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
aolibpvo 2007-01-17? (TO) 2400.02 2407.94

General information on the benchmark

Namedimacs/
jnhUnsat/jnh310_ext.xml
MD5SUMa17b4095191bd0bf7b9394b428260da1
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints896
Best CPU time to get the best result obtained on this benchmark3.73843
SatisfiableNO
(Un)Satisfiability was proved
Number of variables100
Number of constraints899
Maximum constraint arity11
Maximum domain size2
Number of constraints which are defined in extension899
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/278593-1169288981/unknown.xml" file ... done.
writing "/tmp/evaluation/278593-1169288981/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/node26/watcher-278593-1169288981 -o ROOT/results/node26/solver-278593-1169288981 -C 2400 -M 900 /tmp/evaluation/278593-1169288981/aolibpvo /tmp/evaluation/278593-1169288981/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.16 1.72 1.89 4/81 10130
/proc/meminfo: memFree=1270424/2055920 swapFree=4191880/4192956
[pid=10129] ppid=10127 vsize=2848 CPUtime=0
/proc/10129/stat : 10129 (aolibpvo) R 10127 10129 9888 0 -1 0 272 0 0 0 0 0 0 0 18 0 1 0 277293550 2916352 254 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135743014 0 0 4096 0 0 0 0 17 1 0 0
/proc/10129/statm: 712 254 121 428 0 281 0

[startup+0.102836 s]
/proc/loadavg: 1.16 1.72 1.89 4/81 10130
/proc/meminfo: memFree=1270424/2055920 swapFree=4191880/4192956
[pid=10129] ppid=10127 vsize=4188 CPUtime=0.09
/proc/10129/stat : 10129 (aolibpvo) R 10127 10129 9888 0 -1 0 674 0 0 0 9 0 0 0 18 0 1 0 277293550 4288512 627 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135779552 0 0 4096 0 0 0 0 17 1 0 0
/proc/10129/statm: 1047 627 169 428 0 616 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4188

[startup+0.514874 s]
/proc/loadavg: 1.16 1.72 1.89 4/81 10130
/proc/meminfo: memFree=1270424/2055920 swapFree=4191880/4192956
[pid=10129] ppid=10127 vsize=7100 CPUtime=0.5
/proc/10129/stat : 10129 (aolibpvo) R 10127 10129 9888 0 -1 0 1443 0 0 0 50 0 0 0 22 0 1 0 277293550 7270400 1396 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647909 0 0 4096 0 0 0 0 17 1 0 0
/proc/10129/statm: 1775 1396 199 428 0 1344 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 7100

[startup+1.33695 s]
/proc/loadavg: 1.14 1.71 1.89 2/81 10130
/proc/meminfo: memFree=1265560/2055920 swapFree=4191880/4192956
[pid=10129] ppid=10127 vsize=7100 CPUtime=1.32
/proc/10129/stat : 10129 (aolibpvo) R 10127 10129 9888 0 -1 0 1443 0 0 0 132 0 0 0 25 0 1 0 277293550 7270400 1396 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134530433 0 0 4096 0 0 0 0 17 1 0 0
/proc/10129/statm: 1775 1396 199 428 0 1344 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 7100

[startup+2.9731 s]
/proc/loadavg: 1.14 1.71 1.89 2/81 10130
/proc/meminfo: memFree=1265560/2055920 swapFree=4191880/4192956
[pid=10129] ppid=10127 vsize=7100 CPUtime=2.96
/proc/10129/stat : 10129 (aolibpvo) R 10127 10129 9888 0 -1 0 1443 0 0 0 296 0 0 0 25 0 1 0 277293550 7270400 1396 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/10129/statm: 1775 1396 199 428 0 1344 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 7100

[startup+6.25041 s]
/proc/loadavg: 1.13 1.70 1.88 2/81 10130
/proc/meminfo: memFree=1265560/2055920 swapFree=4191880/4192956
[pid=10129] ppid=10127 vsize=7100 CPUtime=6.23
/proc/10129/stat : 10129 (aolibpvo) R 10127 10129 9888 0 -1 0 1443 0 0 0 623 0 0 0 25 0 1 0 277293550 7270400 1396 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134666507 0 0 4096 0 0 0 0 17 1 0 0
/proc/10129/statm: 1775 1396 199 428 0 1344 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7100

[startup+12.707 s]
/proc/loadavg: 1.12 1.69 1.88 2/81 10131
/proc/meminfo: memFree=1267936/2055920 swapFree=4191880/4192956
[pid=10129] ppid=10127 vsize=7100 CPUtime=12.68
/proc/10129/stat : 10129 (aolibpvo) R 10127 10129 9888 0 -1 0 1444 0 0 0 1268 0 0 0 25 0 1 0 277293550 7270400 1397 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135237558 0 0 4096 0 0 0 0 17 1 0 0
/proc/10129/statm: 1775 1397 199 428 0 1344 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 7100

[startup+25.5102 s]
/proc/loadavg: 1.10 1.67 1.87 2/81 10135
/proc/meminfo: memFree=1267936/2055920 swapFree=4191880/4192956
[pid=10129] ppid=10127 vsize=7100 CPUtime=25.48
/proc/10129/stat : 10129 (aolibpvo) R 10127 10129 9888 0 -1 0 1444 0 0 0 2548 0 0 0 25 0 1 0 277293550 7270400 1397 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134644951 0 0 4096 0 0 0 0 17 1 0 0
/proc/10129/statm: 1775 1397 199 428 0 1344 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 7100

[startup+51.1346 s]
/proc/loadavg: 1.28 1.65 1.86 3/93 10180
/proc/meminfo: memFree=1247552/2055920 swapFree=4191880/4192956
[pid=10129] ppid=10127 vsize=7100 CPUtime=51.08
/proc/10129/stat : 10129 (aolibpvo) R 10127 10129 9888 0 -1 0 1444 0 0 0 5107 1 0 0 25 0 1 0 277293550 7270400 1397 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691662 0 0 4096 0 0 0 0 17 1 0 0
/proc/10129/statm: 1775 1397 199 428 0 1344 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 7100

[startup+102.382 s]
/proc/loadavg: 1.69 1.70 1.86 3/93 10180
/proc/meminfo: memFree=1240384/2055920 swapFree=4191880/4192956
[pid=10129] ppid=10127 vsize=7100 CPUtime=102.32
/proc/10129/stat : 10129 (aolibpvo) R 10127 10129 9888 0 -1 0 1445 0 0 0 10230 2 0 0 25 0 1 0 277293550 7270400 1398 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135051740 0 0 4096 0 0 0 0 17 1 0 0
/proc/10129/statm: 1775 1398 199 428 0 1344 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 7100

[startup+162.473 s]
/proc/loadavg: 1.88 1.75 1.87 3/93 10180
/proc/meminfo: memFree=1240320/2055920 swapFree=4191880/4192956
[pid=10129] ppid=10127 vsize=7100 CPUtime=162.39
/proc/10129/stat : 10129 (aolibpvo) R 10127 10129 9888 0 -1 0 1445 0 0 0 16237 2 0 0 25 0 1 0 277293550 7270400 1398 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134530534 0 0 4096 0 0 0 0 17 1 0 0
/proc/10129/statm: 1775 1398 199 428 0 1344 0
Current children cumulated CPU time (s) 162.39
Current children cumulated vsize (KiB) 7100

[startup+222.526 s]
/proc/loadavg: 1.95 1.80 1.87 3/93 10180
/proc/meminfo: memFree=1240320/2055920 swapFree=4191880/4192956
[pid=10129] ppid=10127 vsize=7100 CPUtime=222.44
/proc/10129/stat : 10129 (aolibpvo) R 10127 10129 9888 0 -1 0 1445 0 0 0 22241 3 0 0 25 0 1 0 277293550 7270400 1398 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135238030 0 0 4096 0 0 0 0 17 1 0 0
/proc/10129/statm: 1775 1398 199 428 0 1344 0
Current children cumulated CPU time (s) 222.44
Current children cumulated vsize (KiB) 7100

[startup+282.569 s]
/proc/loadavg: 1.80 1.78 1.86 2/81 10219
/proc/meminfo: memFree=1265440/2055920 swapFree=4191880/4192956
[pid=10129] ppid=10127 vsize=7100 CPUtime=282.43
/proc/10129/stat : 10129 (aolibpvo) R 10127 10129 9888 0 -1 0 1445 0 0 0 28239 4 0 0 25 0 1 0 277293550 7270400 1398 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134926320 0 0 4096 0 0 0 0 17 1 0 0
/proc/10129/statm: 1775 1398 199 428 0 1344 0
Current children cumulated CPU time (s) 282.43
Current children cumulated vsize (KiB) 7100

[startup+342.635 s]
/proc/loadavg: 1.86 1.79 1.86 3/93 10286
/proc/meminfo: memFree=1240000/2055920 swapFree=4191880/4192956
[pid=10129] ppid=10127 vsize=7100 CPUtime=342.44
/proc/10129/stat : 10129 (aolibpvo) R 10127 10129 9888 0 -1 0 1445 0 0 0 34240 4 0 0 25 0 1 0 277293550 7270400 1398 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691713 0 0 4096 0 0 0 0 17 1 0 0
/proc/10129/statm: 1775 1398 199 428 0 1344 0
Current children cumulated CPU time (s) 342.44
Current children cumulated vsize (KiB) 7100

[startup+402.716 s]
/proc/loadavg: 1.98 1.84 1.87 3/93 10286
/proc/meminfo: memFree=1240000/2055920 swapFree=4191880/4192956
[pid=10129] ppid=10127 vsize=7100 CPUtime=402.51
/proc/10129/stat : 10129 (aolibpvo) R 10127 10129 9888 0 -1 0 1445 0 0 0 40246 5 0 0 25 0 1 0 277293550 7270400 1398 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691707 0 0 4096 0 0 0 0 17 1 0 0
/proc/10129/statm: 1775 1398 199 428 0 1344 0
Current children cumulated CPU time (s) 402.51
Current children cumulated vsize (KiB) 7100

[startup+462.734 s]
/proc/loadavg: 1.99 1.87 1.88 4/93 10286
/proc/meminfo: memFree=1240000/2055920 swapFree=4191880/4192956
[pid=10129] ppid=10127 vsize=7100 CPUtime=462.52
/proc/10129/stat : 10129 (aolibpvo) R 10127 10129 9888 0 -1 0 1445 0 0 0 46246 6 0 0 25 0 1 0 277293550 7270400 1398 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691691 0 0 4096 0 0 0 0 17 1 0 0
/proc/10129/statm: 1775 1398 199 428 0 1344 0
Current children cumulated CPU time (s) 462.52
Current children cumulated vsize (KiB) 7100

[startup+522.755 s]
/proc/loadavg: 1.99 1.89 1.88 3/93 10286
/proc/meminfo: memFree=1240000/2055920 swapFree=4191880/4192956
[pid=10129] ppid=10127 vsize=7100 CPUtime=522.52
/proc/10129/stat : 10129 (aolibpvo) R 10127 10129 9888 0 -1 0 1445 0 0 0 52246 6 0 0 25 0 1 0 277293550 7270400 1398 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135237537 0 0 4096 0 0 0 0 17 1 0 0
/proc/10129/statm: 1775 1398 199 428 0 1344 0
Current children cumulated CPU time (s) 522.52
Current children cumulated vsize (KiB) 7100

[startup+582.771 s]
/proc/loadavg: 1.99 1.91 1.89 3/93 10286
/proc/meminfo: memFree=1240000/2055920 swapFree=4191880/4192956
[pid=10129] ppid=10127 vsize=7100 CPUtime=582.52
/proc/10129/stat : 10129 (aolibpvo) R 10127 10129 9888 0 -1 0 1445 0 0 0 58245 7 0 0 25 0 1 0 277293550 7270400 1398 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134666494 0 0 4096 0 0 0 0 17 1 0 0
/proc/10129/statm: 1775 1398 199 428 0 1344 0
Current children cumulated CPU time (s) 582.52
Current children cumulated vsize (KiB) 7100

[startup+642.859 s]
/proc/loadavg: 1.99 1.92 1.89 3/93 10286
/proc/meminfo: memFree=1240000/2055920 swapFree=4191880/4192956
[pid=10129] ppid=10127 vsize=7100 CPUtime=642.59
/proc/10129/stat : 10129 (aolibpvo) R 10127 10129 9888 0 -1 0 1445 0 0 0 64252 7 0 0 25 0 1 0 277293550 7270400 1398 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691691 0 0 4096 0 0 0 0 17 1 0 0
/proc/10129/statm: 1775 1398 199 428 0 1344 0
Current children cumulated CPU time (s) 642.59
Current children cumulated vsize (KiB) 7100

[startup+702.948 s]
/proc/loadavg: 1.99 1.93 1.90 3/93 10286
/proc/meminfo: memFree=1240000/2055920 swapFree=4191880/4192956
[pid=10129] ppid=10127 vsize=7100 CPUtime=702.67
/proc/10129/stat : 10129 (aolibpvo) R 10127 10129 9888 0 -1 0 1445 0 0 0 70259 8 0 0 25 0 1 0 277293550 7270400 1398 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691702 0 0 4096 0 0 0 0 17 1 0 0
/proc/10129/statm: 1775 1398 199 428 0 1344 0
Current children cumulated CPU time (s) 702.67
Current children cumulated vsize (KiB) 7100

[startup+763.03 s]
/proc/loadavg: 1.99 1.94 1.90 3/93 10286
/proc/meminfo: memFree=1240000/2055920 swapFree=4191880/4192956
[pid=10129] ppid=10127 vsize=7100 CPUtime=762.73
/proc/10129/stat : 10129 (aolibpvo) R 10127 10129 9888 0 -1 0 1445 0 0 0 76265 8 0 0 25 0 1 0 277293550 7270400 1398 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691702 0 0 4096 0 0 0 0 17 1 0 0
/proc/10129/statm: 1775 1398 199 428 0 1344 0
Current children cumulated CPU time (s) 762.73
Current children cumulated vsize (KiB) 7100

[startup+823.121 s]
/proc/loadavg: 1.95 1.93 1.91 3/87 10374
/proc/meminfo: memFree=1209696/2055920 swapFree=4191880/4192956
[pid=10129] ppid=10127 vsize=7100 CPUtime=822.65

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

Current children cumulated vsize (KiB) 7100

[startup+1423.94 s]
/proc/loadavg: 2.00 1.99 1.92 3/87 10374
/proc/meminfo: memFree=1209760/2055920 swapFree=4191880/4192956
[pid=10129] ppid=10127 vsize=7100 CPUtime=1420.71
/proc/10129/stat : 10129 (aolibpvo) R 10127 10129 9888 0 -1 0 1445 0 0 0 142060 11 0 0 25 0 1 0 277293550 7270400 1398 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134530512 0 0 4096 0 0 0 0 17 0 0 0
/proc/10129/statm: 1775 1398 199 428 0 1344 0
Current children cumulated CPU time (s) 1420.71
Current children cumulated vsize (KiB) 7100

[startup+1484.02 s]
/proc/loadavg: 2.00 1.99 1.92 3/87 10374
/proc/meminfo: memFree=1209760/2055920 swapFree=4191880/4192956
[pid=10129] ppid=10127 vsize=7100 CPUtime=1480.51
/proc/10129/stat : 10129 (aolibpvo) R 10127 10129 9888 0 -1 0 1445 0 0 0 148040 11 0 0 25 0 1 0 277293550 7270400 1398 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691691 0 0 4096 0 0 0 0 17 0 0 0
/proc/10129/statm: 1775 1398 199 428 0 1344 0
Current children cumulated CPU time (s) 1480.51
Current children cumulated vsize (KiB) 7100

[startup+1544.1 s]
/proc/loadavg: 2.00 1.99 1.92 3/87 10374
/proc/meminfo: memFree=1209760/2055920 swapFree=4191880/4192956
[pid=10129] ppid=10127 vsize=7100 CPUtime=1540.33
/proc/10129/stat : 10129 (aolibpvo) R 10127 10129 9888 0 -1 0 1445 0 0 0 154021 12 0 0 25 0 1 0 277293550 7270400 1398 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135237572 0 0 4096 0 0 0 0 17 0 0 0
/proc/10129/statm: 1775 1398 199 428 0 1344 0
Current children cumulated CPU time (s) 1540.33
Current children cumulated vsize (KiB) 7100

[startup+1604.18 s]
/proc/loadavg: 2.00 1.99 1.92 3/87 10374
/proc/meminfo: memFree=1209760/2055920 swapFree=4191880/4192956
[pid=10129] ppid=10127 vsize=7100 CPUtime=1600.13
/proc/10129/stat : 10129 (aolibpvo) R 10127 10129 9888 0 -1 0 1445 0 0 0 160001 12 0 0 25 0 1 0 277293550 7270400 1398 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135051740 0 0 4096 0 0 0 0 17 0 0 0
/proc/10129/statm: 1775 1398 199 428 0 1344 0
Current children cumulated CPU time (s) 1600.13
Current children cumulated vsize (KiB) 7100

[startup+1664.26 s]
/proc/loadavg: 2.00 1.99 1.92 3/87 10374
/proc/meminfo: memFree=1209760/2055920 swapFree=4191880/4192956
[pid=10129] ppid=10127 vsize=7100 CPUtime=1659.94
/proc/10129/stat : 10129 (aolibpvo) R 10127 10129 9888 0 -1 0 1445 0 0 0 165982 12 0 0 25 0 1 0 277293550 7270400 1398 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134926353 0 0 4096 0 0 0 0 17 0 0 0
/proc/10129/statm: 1775 1398 199 428 0 1344 0
Current children cumulated CPU time (s) 1659.94
Current children cumulated vsize (KiB) 7100

[startup+1724.34 s]
/proc/loadavg: 2.00 1.99 1.92 3/87 10374
/proc/meminfo: memFree=1209760/2055920 swapFree=4191880/4192956
[pid=10129] ppid=10127 vsize=7100 CPUtime=1719.75
/proc/10129/stat : 10129 (aolibpvo) R 10127 10129 9888 0 -1 0 1445 0 0 0 171963 12 0 0 25 0 1 0 277293550 7270400 1398 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691676 0 0 4096 0 0 0 0 17 0 0 0
/proc/10129/statm: 1775 1398 199 428 0 1344 0
Current children cumulated CPU time (s) 1719.75
Current children cumulated vsize (KiB) 7100

[startup+1784.42 s]
/proc/loadavg: 2.00 1.99 1.92 4/87 10374
/proc/meminfo: memFree=1209760/2055920 swapFree=4191880/4192956
[pid=10129] ppid=10127 vsize=7100 CPUtime=1779.55
/proc/10129/stat : 10129 (aolibpvo) R 10127 10129 9888 0 -1 0 1445 0 0 0 177943 12 0 0 25 0 1 0 277293550 7270400 1398 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134666366 0 0 4096 0 0 0 0 17 0 0 0
/proc/10129/statm: 1775 1398 199 428 0 1344 0
Current children cumulated CPU time (s) 1779.55
Current children cumulated vsize (KiB) 7100

[startup+1844.51 s]
/proc/loadavg: 2.00 1.99 1.92 3/87 10374
/proc/meminfo: memFree=1209696/2055920 swapFree=4191880/4192956
[pid=10129] ppid=10127 vsize=7100 CPUtime=1839.36
/proc/10129/stat : 10129 (aolibpvo) R 10127 10129 9888 0 -1 0 1445 0 0 0 183924 12 0 0 25 0 1 0 277293550 7270400 1398 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691691 0 0 4096 0 0 0 0 17 0 0 0
/proc/10129/statm: 1775 1398 199 428 0 1344 0
Current children cumulated CPU time (s) 1839.36
Current children cumulated vsize (KiB) 7100

[startup+1904.6 s]
/proc/loadavg: 2.00 1.99 1.92 3/93 10498
/proc/meminfo: memFree=1208336/2055920 swapFree=4191880/4192956
[pid=10129] ppid=10127 vsize=7100 CPUtime=1899.11
/proc/10129/stat : 10129 (aolibpvo) R 10127 10129 9888 0 -1 0 1445 0 0 0 189894 17 0 0 25 0 1 0 277293550 7270400 1398 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691691 0 0 4096 0 0 0 0 17 0 0 0
/proc/10129/statm: 1775 1398 199 428 0 1344 0
Current children cumulated CPU time (s) 1899.11
Current children cumulated vsize (KiB) 7100

[startup+1964.7 s]
/proc/loadavg: 2.00 1.99 1.92 3/87 10572
/proc/meminfo: memFree=1209440/2055920 swapFree=4191880/4192956
[pid=10129] ppid=10127 vsize=7100 CPUtime=1958.84
/proc/10129/stat : 10129 (aolibpvo) R 10127 10129 9888 0 -1 0 1445 0 0 0 195865 19 0 0 25 0 1 0 277293550 7270400 1398 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134926731 0 0 4096 0 0 0 0 17 0 0 0
/proc/10129/statm: 1775 1398 199 428 0 1344 0
Current children cumulated CPU time (s) 1958.84
Current children cumulated vsize (KiB) 7100

[startup+2024.78 s]
/proc/loadavg: 2.00 1.99 1.92 3/87 10572
/proc/meminfo: memFree=1209440/2055920 swapFree=4191880/4192956
[pid=10129] ppid=10127 vsize=7100 CPUtime=2018.66
/proc/10129/stat : 10129 (aolibpvo) R 10127 10129 9888 0 -1 0 1445 0 0 0 201847 19 0 0 25 0 1 0 277293550 7270400 1398 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134926306 0 0 4096 0 0 0 0 17 0 0 0
/proc/10129/statm: 1775 1398 199 428 0 1344 0
Current children cumulated CPU time (s) 2018.66
Current children cumulated vsize (KiB) 7100

[startup+2084.86 s]
/proc/loadavg: 2.00 1.99 1.92 3/87 10572
/proc/meminfo: memFree=1209440/2055920 swapFree=4191880/4192956
[pid=10129] ppid=10127 vsize=7100 CPUtime=2078.46
/proc/10129/stat : 10129 (aolibpvo) R 10127 10129 9888 0 -1 0 1445 0 0 0 207827 19 0 0 25 0 1 0 277293550 7270400 1398 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135237586 0 0 4096 0 0 0 0 17 0 0 0
/proc/10129/statm: 1775 1398 199 428 0 1344 0
Current children cumulated CPU time (s) 2078.46
Current children cumulated vsize (KiB) 7100

[startup+2144.94 s]
/proc/loadavg: 2.00 1.99 1.92 3/87 10572
/proc/meminfo: memFree=1209440/2055920 swapFree=4191880/4192956
[pid=10129] ppid=10127 vsize=7100 CPUtime=2138.21
/proc/10129/stat : 10129 (aolibpvo) R 10127 10129 9888 0 -1 0 1445 0 0 0 213801 20 0 0 25 0 1 0 277293550 7270400 1398 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134530508 0 0 4096 0 0 0 0 17 0 0 0
/proc/10129/statm: 1775 1398 199 428 0 1344 0
Current children cumulated CPU time (s) 2138.21
Current children cumulated vsize (KiB) 7100

[startup+2205.02 s]
/proc/loadavg: 2.00 1.99 1.92 3/87 10572
/proc/meminfo: memFree=1209440/2055920 swapFree=4191880/4192956
[pid=10129] ppid=10127 vsize=7100 CPUtime=2198.02
/proc/10129/stat : 10129 (aolibpvo) R 10127 10129 9888 0 -1 0 1445 0 0 0 219782 20 0 0 25 0 1 0 277293550 7270400 1398 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 0 0 0
/proc/10129/statm: 1775 1398 199 428 0 1344 0
Current children cumulated CPU time (s) 2198.02
Current children cumulated vsize (KiB) 7100

[startup+2265.1 s]
/proc/loadavg: 2.00 1.99 1.92 3/87 10572
/proc/meminfo: memFree=1209440/2055920 swapFree=4191880/4192956
[pid=10129] ppid=10127 vsize=7100 CPUtime=2257.84
/proc/10129/stat : 10129 (aolibpvo) R 10127 10129 9888 0 -1 0 1445 0 0 0 225764 20 0 0 25 0 1 0 277293550 7270400 1398 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134530515 0 0 4096 0 0 0 0 17 0 0 0
/proc/10129/statm: 1775 1398 199 428 0 1344 0
Current children cumulated CPU time (s) 2257.84
Current children cumulated vsize (KiB) 7100

[startup+2325.19 s]
/proc/loadavg: 2.00 1.99 1.92 3/87 10572
/proc/meminfo: memFree=1209440/2055920 swapFree=4191880/4192956
[pid=10129] ppid=10127 vsize=7100 CPUtime=2317.62
/proc/10129/stat : 10129 (aolibpvo) R 10127 10129 9888 0 -1 0 1445 0 0 0 231742 20 0 0 25 0 1 0 277293550 7270400 1398 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691691 0 0 4096 0 0 0 0 17 0 0 0
/proc/10129/statm: 1775 1398 199 428 0 1344 0
Current children cumulated CPU time (s) 2317.62
Current children cumulated vsize (KiB) 7100

[startup+2385.27 s]
/proc/loadavg: 2.00 1.99 1.92 3/87 10572
/proc/meminfo: memFree=1209440/2055920 swapFree=4191880/4192956
[pid=10129] ppid=10127 vsize=7100 CPUtime=2377.44
/proc/10129/stat : 10129 (aolibpvo) R 10127 10129 9888 0 -1 0 1445 0 0 0 237724 20 0 0 25 0 1 0 277293550 7270400 1398 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 0 0 0
/proc/10129/statm: 1775 1398 199 428 0 1344 0
Current children cumulated CPU time (s) 2377.44
Current children cumulated vsize (KiB) 7100



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2407.93 s]
/proc/loadavg: 2.00 1.99 1.92 3/87 10572
/proc/meminfo: memFree=1209440/2055920 swapFree=4191880/4192956
[pid=10129] ppid=10127 vsize=7100 CPUtime=2400.01
/proc/10129/stat : 10129 (aolibpvo) R 10127 10129 9888 0 -1 0 1445 0 0 0 239981 20 0 0 25 0 1 0 277293550 7270400 1398 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691707 0 0 4096 0 0 0 0 17 0 0 0
/proc/10129/statm: 1775 1398 199 428 0 1344 0
Current children cumulated CPU time (s) 2400.01
Current children cumulated vsize (KiB) 7100

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2407.94
CPU time (s): 2400.02
CPU user time (s): 2399.81
CPU system time (s): 0.205968
CPU usage (%): 99.6711
Max. virtual memory (cumulated for all children) (KiB): 7100

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

runsolver used 2.20366 s user time and 6.44202 s system time

The end

Launcher Data (download as text)

Begin job on node26 on Sat Jan 20 10:29:42 UTC 2007


IDJOB= 278593
IDBENCH= 8506
IDSOLVER= 60
FILE ID= node26/278593-1169288981

PBS_JOBID= 3609663

Free space on /tmp= 66560 MiB

SOLVER NAME= aolibpvo 2007-01-17
BENCH NAME= HOME/pub/bench/CPAI06/dimacs/jnhUnsat/jnh310_ext.xml
COMMAND LINE= /tmp/evaluation/278593-1169288981/aolibpvo /tmp/evaluation/278593-1169288981/unknown.wcsp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node26/convwatcher-278593-1169288981 -o ROOT/results/node26/conversion-278593-1169288981 -C 600 -M 900 python xcsp2wcsp.py /tmp/evaluation/278593-1169288981/unknown.xml
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node26/watcher-278593-1169288981 -o ROOT/results/node26/solver-278593-1169288981 -C 2400 -M 900  /tmp/evaluation/278593-1169288981/aolibpvo /tmp/evaluation/278593-1169288981/unknown.wcsp

META MD5SUM SOLVER= b8e99429ba4d9a99d2bd28d3d95367aa
MD5SUM BENCH=  a17b4095191bd0bf7b9394b428260da1

RANDOM SEED= 643294736

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.236
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.236
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:       1270904 kB
Buffers:         52060 kB
Cached:         596664 kB
SwapCached:        268 kB
Active:         279476 kB
Inactive:       432948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1270904 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            4992 kB
Writeback:           0 kB
Mapped:          81400 kB
Slab:            57712 kB
Committed_AS:  5006580 kB
PageTables:       2112 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= 66561 MiB



End job on node26 on Sat Jan 20 11:10:02 UTC 2007