Trace number 205936

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
Mistral 2006-12-04? (TO) 1800.13 1802.2

General information on the benchmark

Namefapp/fapp36-40/fapp38/
fapp38-2500-10.xml
MD5SUMa5c09c7ec4b61520346e5aeab430844a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark55.0376
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables2500
Number of constraints62132
Maximum constraint arity2
Maximum domain size698
Number of constraints which are defined in extension0
Number of constraints which are defined in intension62132
Global constraints used (with number of constraints)

Solver Data (download as text)

0.20	c 
0.20	c Parsing xml file
0.20	c 	domains............... 0.11
0.20	c 	variables............. 0.16
0.29	c 	predicates............    0
0.29	c 	constraints........... 4.84
5.13	c Allocating memory
5.14	c 
5.14	c time limit = -1
5.14	c heuristic = dom/wdeg
5.14	c restart policy = No restart
5.14	c 
5.14	c Solving
5.14	c

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

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-205936-1168168557 -o ROOT/results/node45/solver-205936-1168168557 -C 1800 -M 900 /tmp/evaluation/205936-1168168557/mistral/bin/solver /tmp/evaluation/205936-1168168557/unknown.xml -v 1 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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


[startup+0.103314 s]
/proc/loadavg: 2.17 2.08 2.02 2/73 20251
/proc/meminfo: memFree=1132288/2055920 swapFree=4184048/4192956
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0
/proc/loadavg: 2.17 2.08 2.02 2/73 20251
/proc/meminfo: memFree=1132288/2055920 swapFree=4184048/4192956
[pid=20250] ppid=20248 vsize=87064 CPUtime=0.19
/proc/20250/stat : 20250 (solver) R 20248 20250 19695 0 -1 4194304 9550 0 0 0 16 3 0 0 19 0 1 0 165254722 89153536 9518 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134805384 0 0 4096 0 0 0 0 17 1 0 0
/proc/20250/statm: 21766 9518 695 92 0 20110 0

[startup+0.513399 s]
/proc/loadavg: 2.17 2.08 2.02 2/73 20251
/proc/meminfo: memFree=1132288/2055920 swapFree=4184048/4192956
[pid=20250] ppid=20248 vsize=165620 CPUtime=0.49
/proc/20250/stat : 20250 (solver) R 20248 20250 19695 0 -1 4194304 18260 0 0 0 42 7 0 0 22 0 1 0 165254722 169594880 18228 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 5212304 0 0 4096 0 0 0 0 17 1 0 0
/proc/20250/statm: 41405 18228 709 92 0 39749 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 165620

[startup+1.33454 s]
/proc/loadavg: 2.17 2.08 2.02 3/73 20251
/proc/meminfo: memFree=1051008/2055920 swapFree=4184048/4192956
[pid=20250] ppid=20248 vsize=169776 CPUtime=1.32
/proc/20250/stat : 20250 (solver) R 20248 20250 19695 0 -1 4194304 19302 0 0 0 124 8 0 0 25 0 1 0 165254722 173850624 19270 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 4159425139 0 0 4096 0 0 0 0 17 1 0 0
/proc/20250/statm: 42444 19270 709 92 0 40788 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 169776

[startup+2.97183 s]
/proc/loadavg: 2.17 2.08 2.02 3/73 20251
/proc/meminfo: memFree=1035712/2055920 swapFree=4184048/4192956
[pid=20250] ppid=20248 vsize=178204 CPUtime=2.95
/proc/20250/stat : 20250 (solver) R 20248 20250 19695 0 -1 4194304 21403 0 0 0 286 9 0 0 25 0 1 0 165254722 182480896 21338 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 5216182 0 0 4096 0 0 0 0 17 1 0 0
/proc/20250/statm: 44551 21338 709 92 0 42895 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 178204

[startup+6.25642 s]
/proc/loadavg: 2.16 2.08 2.02 3/73 20251
/proc/meminfo: memFree=973504/2055920 swapFree=4184048/4192956
[pid=20250] ppid=20248 vsize=212260 CPUtime=6.22
/proc/20250/stat : 20250 (solver) R 20248 20250 19695 0 -1 4194304 30046 0 0 0 609 13 0 0 25 0 1 0 165254722 217354240 29834 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134710432 0 0 4096 0 0 0 0 17 1 0 0
/proc/20250/statm: 53065 29834 717 92 0 51409 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 212260

[startup+12.7156 s]
/proc/loadavg: 2.13 2.08 2.02 3/73 20251
/proc/meminfo: memFree=925824/2055920 swapFree=4184048/4192956
[pid=20250] ppid=20248 vsize=212260 CPUtime=12.65
/proc/20250/stat : 20250 (solver) R 20248 20250 19695 0 -1 4194304 30046 0 0 0 1252 13 0 0 25 0 1 0 165254722 217354240 29834 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134709332 0 0 4096 0 0 0 0 17 1 0 0
/proc/20250/statm: 53065 29834 717 92 0 51409 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 212260

[startup+25.5289 s]
/proc/loadavg: 2.11 2.08 2.02 3/73 20251
/proc/meminfo: memFree=833280/2055920 swapFree=4184048/4192956
[pid=20250] ppid=20248 vsize=212260 CPUtime=25.41
/proc/20250/stat : 20250 (solver) R 20248 20250 19695 0 -1 4194304 30046 0 0 0 2528 13 0 0 25 0 1 0 165254722 217354240 29834 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134722042 0 0 4096 0 0 0 0 17 1 0 0
/proc/20250/statm: 53065 29834 717 92 0 51409 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 212260

[startup+51.1606 s]
/proc/loadavg: 2.07 2.07 2.01 3/73 20251
/proc/meminfo: memFree=639232/2055920 swapFree=4184048/4192956
[pid=20250] ppid=20248 vsize=212260 CPUtime=50.93
/proc/20250/stat : 20250 (solver) R 20248 20250 19695 0 -1 4194304 30046 0 0 0 5080 13 0 0 25 0 1 0 165254722 217354240 29834 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134710479 0 0 4096 0 0 0 0 17 1 0 0
/proc/20250/statm: 53065 29834 717 92 0 51409 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 212260

[startup+102.443 s]
/proc/loadavg: 2.04 2.06 2.01 3/81 20322
/proc/meminfo: memFree=1088704/2055920 swapFree=4184048/4192956
[pid=20250] ppid=20248 vsize=212260 CPUtime=102.02
/proc/20250/stat : 20250 (solver) R 20248 20250 19695 0 -1 4194304 30046 0 0 0 10183 19 0 0 25 0 1 0 165254722 217354240 29834 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134711732 0 0 4096 0 0 0 0 17 0 0 0
/proc/20250/statm: 53065 29834 717 92 0 51409 0
Current children cumulated CPU time (s) 102.02
Current children cumulated vsize (KiB) 212260

[startup+162.46 s]
/proc/loadavg: 2.01 2.07 2.01 2/65 20393
/proc/meminfo: memFree=1254912/2055920 swapFree=4184048/4192956
[pid=20250] ppid=20248 vsize=212264 CPUtime=160.99
/proc/20250/stat : 20250 (solver) R 20248 20250 19695 0 -1 4194304 30047 0 0 0 16080 19 0 0 25 0 1 0 165254722 217358336 29835 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134722038 0 0 4096 0 0 0 0 17 0 0 0
/proc/20250/statm: 53066 29835 717 92 0 51410 0
Current children cumulated CPU time (s) 160.99
Current children cumulated vsize (KiB) 212264

[startup+222.496 s]
/proc/loadavg: 1.40 1.88 1.95 2/65 20393
/proc/meminfo: memFree=1255104/2055920 swapFree=4184048/4192956
[pid=20250] ppid=20248 vsize=212264 CPUtime=221
/proc/20250/stat : 20250 (solver) R 20248 20250 19695 0 -1 4194304 30047 0 0 0 22081 19 0 0 25 0 1 0 165254722 217358336 29835 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134711271 0 0 4096 0 0 0 0 17 0 0 0
/proc/20250/statm: 53066 29835 717 92 0 51410 0
Current children cumulated CPU time (s) 221
Current children cumulated vsize (KiB) 212264

[startup+282.527 s]
/proc/loadavg: 1.15 1.72 1.89 2/65 20393
/proc/meminfo: memFree=1255168/2055920 swapFree=4184048/4192956
[pid=20250] ppid=20248 vsize=212264 CPUtime=281.01
/proc/20250/stat : 20250 (solver) R 20248 20250 19695 0 -1 4194304 30047 0 0 0 28082 19 0 0 25 0 1 0 165254722 217358336 29835 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134709312 0 0 4096 0 0 0 0 17 0 0 0
/proc/20250/statm: 53066 29835 717 92 0 51410 0
Current children cumulated CPU time (s) 281.01
Current children cumulated vsize (KiB) 212264

[startup+342.554 s]
/proc/loadavg: 1.05 1.59 1.83 2/65 20393
/proc/meminfo: memFree=1255168/2055920 swapFree=4184048/4192956
[pid=20250] ppid=20248 vsize=212268 CPUtime=341.02
/proc/20250/stat : 20250 (solver) R 20248 20250 19695 0 -1 4194304 30048 0 0 0 34082 20 0 0 25 0 1 0 165254722 217362432 29836 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134709338 0 0 4096 0 0 0 0 17 0 0 0
/proc/20250/statm: 53067 29836 717 92 0 51411 0
Current children cumulated CPU time (s) 341.02
Current children cumulated vsize (KiB) 212268

[startup+402.593 s]
/proc/loadavg: 1.02 1.47 1.77 2/65 20393
/proc/meminfo: memFree=1255232/2055920 swapFree=4184048/4192956
[pid=20250] ppid=20248 vsize=212268 CPUtime=401.04
/proc/20250/stat : 20250 (solver) R 20248 20250 19695 0 -1 4194304 30048 0 0 0 40084 20 0 0 25 0 1 0 165254722 217362432 29836 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134711252 0 0 4096 0 0 0 0 17 0 0 0
/proc/20250/statm: 53067 29836 717 92 0 51411 0
Current children cumulated CPU time (s) 401.04
Current children cumulated vsize (KiB) 212268

[startup+462.627 s]
/proc/loadavg: 1.00 1.39 1.72 2/65 20393
/proc/meminfo: memFree=1255232/2055920 swapFree=4184048/4192956
[pid=20250] ppid=20248 vsize=212268 CPUtime=461.05
/proc/20250/stat : 20250 (solver) R 20248 20250 19695 0 -1 4194304 30048 0 0 0 46085 20 0 0 25 0 1 0 165254722 217362432 29836 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134710273 0 0 4096 0 0 0 0 17 0 0 0
/proc/20250/statm: 53067 29836 717 92 0 51411 0
Current children cumulated CPU time (s) 461.05
Current children cumulated vsize (KiB) 212268

[startup+522.655 s]
/proc/loadavg: 1.04 1.33 1.68 2/65 20393
/proc/meminfo: memFree=1255296/2055920 swapFree=4184048/4192956
[pid=20250] ppid=20248 vsize=212268 CPUtime=521.06
/proc/20250/stat : 20250 (solver) R 20248 20250 19695 0 -1 4194304 30048 0 0 0 52086 20 0 0 25 0 1 0 165254722 217362432 29836 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134812964 0 0 4096 0 0 0 0 17 0 0 0
/proc/20250/statm: 53067 29836 717 92 0 51411 0
Current children cumulated CPU time (s) 521.06
Current children cumulated vsize (KiB) 212268

[startup+582.687 s]
/proc/loadavg: 1.01 1.27 1.64 2/65 20393
/proc/meminfo: memFree=1255232/2055920 swapFree=4184048/4192956
[pid=20250] ppid=20248 vsize=212268 CPUtime=581.06
/proc/20250/stat : 20250 (solver) R 20248 20250 19695 0 -1 4194304 30048 0 0 0 58086 20 0 0 25 0 1 0 165254722 217362432 29836 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134709312 0 0 4096 0 0 0 0 17 0 0 0
/proc/20250/statm: 53067 29836 717 92 0 51411 0
Current children cumulated CPU time (s) 581.06
Current children cumulated vsize (KiB) 212268

[startup+642.719 s]
/proc/loadavg: 1.00 1.21 1.59 2/65 20393
/proc/meminfo: memFree=1255296/2055920 swapFree=4184048/4192956
[pid=20250] ppid=20248 vsize=212268 CPUtime=641.07
/proc/20250/stat : 20250 (solver) R 20248 20250 19695 0 -1 4194304 30048 0 0 0 64087 20 0 0 25 0 1 0 165254722 217362432 29836 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134710432 0 0 4096 0 0 0 0 17 0 0 0
/proc/20250/statm: 53067 29836 717 92 0 51411 0
Current children cumulated CPU time (s) 641.07
Current children cumulated vsize (KiB) 212268

[startup+702.749 s]
/proc/loadavg: 1.00 1.17 1.55 2/65 20393
/proc/meminfo: memFree=1255232/2055920 swapFree=4184048/4192956
[pid=20250] ppid=20248 vsize=212268 CPUtime=701.08
/proc/20250/stat : 20250 (solver) R 20248 20250 19695 0 -1 4194304 30048 0 0 0 70088 20 0 0 25 0 1 0 165254722 217362432 29836 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134710272 0 0 4096 0 0 0 0 17 0 0 0
/proc/20250/statm: 53067 29836 717 92 0 51411 0
Current children cumulated CPU time (s) 701.08
Current children cumulated vsize (KiB) 212268

[startup+762.784 s]
/proc/loadavg: 1.00 1.14 1.52 2/65 20393
/proc/meminfo: memFree=1255296/2055920 swapFree=4184048/4192956
[pid=20250] ppid=20248 vsize=212268 CPUtime=761.09
/proc/20250/stat : 20250 (solver) R 20248 20250 19695 0 -1 4194304 30048 0 0 0 76089 20 0 0 25 0 1 0 165254722 217362432 29836 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134711713 0 0 4096 0 0 0 0 17 0 0 0
/proc/20250/statm: 53067 29836 717 92 0 51411 0
Current children cumulated CPU time (s) 761.09
Current children cumulated vsize (KiB) 212268

[startup+822.815 s]
/proc/loadavg: 1.00 1.11 1.48 2/65 20393
/proc/meminfo: memFree=1255296/2055920 swapFree=4184048/4192956
[pid=20250] ppid=20248 vsize=212268 CPUtime=821.1
/proc/20250/stat : 20250 (solver) R 20248 20250 19695 0 -1 4194304 30048 0 0 0 82090 20 0 0 25 0 1 0 165254722 217362432 29836 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134709332 0 0 4096 0 0 0 0 17 0 0 0
/proc/20250/statm: 53067 29836 717 92 0 51411 0
Current children cumulated CPU time (s) 821.1
Current children cumulated vsize (KiB) 212268

[startup+882.847 s]
/proc/loadavg: 1.00 1.09 1.45 2/65 20393
/proc/meminfo: memFree=1255296/2055920 swapFree=4184048/4192956
[pid=20250] ppid=20248 vsize=212268 CPUtime=881.11
/proc/20250/stat : 20250 (solver) R 20248 20250 19695 0 -1 4194304 30048 0 0 0 88091 20 0 0 25 0 1 0 165254722 217362432 29836 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134710272 0 0 4096 0 0 0 0 17 0 0 0
/proc/20250/statm: 53067 29836 717 92 0 51411 0
Current children cumulated CPU time (s) 881.11
Current children cumulated vsize (KiB) 212268

[startup+942.878 s]
/proc/loadavg: 1.00 1.07 1.42 2/65 20393
/proc/meminfo: memFree=1255232/2055920 swapFree=4184048/4192956
[pid=20250] ppid=20248 vsize=212268 CPUtime=941.12
/proc/20250/stat : 20250 (solver) R 20248 20250 19695 0 -1 4194304 30048 0 0 0 94092 20 0 0 25 0 1 0 165254722 217362432 29836 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134637238 0 0 4096 0 0 0 0 17 0 0 0
/proc/20250/statm: 53067 29836 717 92 0 51411 0
Current children cumulated CPU time (s) 941.12
Current children cumulated vsize (KiB) 212268

[startup+1002.91 s]
/proc/loadavg: 1.00 1.05 1.39 2/65 20393
/proc/meminfo: memFree=1255232/2055920 swapFree=4184048/4192956
[pid=20250] ppid=20248 vsize=212268 CPUtime=1001.12
/proc/20250/stat : 20250 (solver) R 20248 20250 19695 0 -1 4194304 30048 0 0 0 100092 20 0 0 25 0 1 0 165254722 217362432 29836 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134710912 0 0 4096 0 0 0 0 17 0 0 0
/proc/20250/statm: 53067 29836 717 92 0 51411 0
Current children cumulated CPU time (s) 1001.12
Current children cumulated vsize (KiB) 212268

[startup+1062.94 s]
/proc/loadavg: 1.00 1.04 1.36 2/65 20393
/proc/meminfo: memFree=1255232/2055920 swapFree=4184048/4192956
[pid=20250] ppid=20248 vsize=212268 CPUtime=1061.13
/proc/20250/stat : 20250 (solver) R 20248 20250 19695 0 -1 4194304 30048 0 0 0 106093 20 0 0 25 0 1 0 165254722 217362432 29836 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134722033 0 0 4096 0 0 0 0 17 0 0 0
/proc/20250/statm: 53067 29836 717 92 0 51411 0
Current children cumulated CPU time (s) 1061.13
Current children cumulated vsize (KiB) 212268

[startup+1122.97 s]
/proc/loadavg: 1.03 1.05 1.34 2/65 20393
/proc/meminfo: memFree=1255232/2055920 swapFree=4184048/4192956
[pid=20250] ppid=20248 vsize=212268 CPUtime=1121.14
/proc/20250/stat : 20250 (solver) R 20248 20250 19695 0 -1 4194304 30048 0 0 0 112094 20 0 0 25 0 1 0 165254722 217362432 29836 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134722038 0 0 4096 0 0 0 0 17 0 0 0
/proc/20250/statm: 53067 29836 717 92 0 51411 0
Current children cumulated CPU time (s) 1121.14
Current children cumulated vsize (KiB) 212268

[startup+1183 s]
/proc/loadavg: 1.01 1.04 1.32 2/65 20393
/proc/meminfo: memFree=1255232/2055920 swapFree=4184048/4192956
[pid=20250] ppid=20248 vsize=212268 CPUtime=1181.15
/proc/20250/stat : 20250 (solver) R 20248 20250 19695 0 -1 4194304 30048 0 0 0 118095 20 0 0 25 0 1 0 165254722 217362432 29836 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134711098 0 0 4096 0 0 0 0 17 0 0 0
/proc/20250/statm: 53067 29836 717 92 0 51411 0
Current children cumulated CPU time (s) 1181.15
Current children cumulated vsize (KiB) 212268

[startup+1243.04 s]
/proc/loadavg: 1.00 1.03 1.30 2/65 20393
/proc/meminfo: memFree=1255232/2055920 swapFree=4184048/4192956
[pid=20250] ppid=20248 vsize=212268 CPUtime=1241.16
/proc/20250/stat : 20250 (solver) R 20248 20250 19695 0 -1 4194304 30048 0 0 0 124095 21 0 0 25 0 1 0 165254722 217362432 29836 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134709312 0 0 4096 0 0 0 0 17 0 0 0
/proc/20250/statm: 53067 29836 717 92 0 51411 0
Current children cumulated CPU time (s) 1241.16
Current children cumulated vsize (KiB) 212268

[startup+1303.07 s]
/proc/loadavg: 1.00 1.02 1.27 2/65 20393
/proc/meminfo: memFree=1255232/2055920 swapFree=4184048/4192956
[pid=20250] ppid=20248 vsize=212268 CPUtime=1301.17
/proc/20250/stat : 20250 (solver) R 20248 20250 19695 0 -1 4194304 30048 0 0 0 130096 21 0 0 25 0 1 0 165254722 217362432 29836 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134710460 0 0 4096 0 0 0 0 17 0 0 0
/proc/20250/statm: 53067 29836 717 92 0 51411 0
Current children cumulated CPU time (s) 1301.17
Current children cumulated vsize (KiB) 212268

[startup+1363.1 s]
/proc/loadavg: 1.00 1.01 1.25 2/65 20393
/proc/meminfo: memFree=1255232/2055920 swapFree=4184048/4192956
[pid=20250] ppid=20248 vsize=212268 CPUtime=1361.18
/proc/20250/stat : 20250 (solver) R 20248 20250 19695 0 -1 4194304 30048 0 0 0 136097 21 0 0 25 0 1 0 165254722 217362432 29836 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134709324 0 0 4096 0 0 0 0 17 0 0 0
/proc/20250/statm: 53067 29836 717 92 0 51411 0
Current children cumulated CPU time (s) 1361.18
Current children cumulated vsize (KiB) 212268

[startup+1423.13 s]
/proc/loadavg: 1.00 1.01 1.24 2/65 20393
/proc/meminfo: memFree=1255232/2055920 swapFree=4184048/4192956
[pid=20250] ppid=20248 vsize=212268 CPUtime=1421.19
/proc/20250/stat : 20250 (solver) R 20248 20250 19695 0 -1 4194304 30048 0 0 0 142098 21 0 0 25 0 1 0 165254722 217362432 29836 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134711713 0 0 4096 0 0 0 0 17 0 0 0
/proc/20250/statm: 53067 29836 717 92 0 51411 0
Current children cumulated CPU time (s) 1421.19
Current children cumulated vsize (KiB) 212268

[startup+1483.16 s]
/proc/loadavg: 1.00 1.00 1.22 2/65 20393
/proc/meminfo: memFree=1255232/2055920 swapFree=4184048/4192956
[pid=20250] ppid=20248 vsize=212268 CPUtime=1481.2
/proc/20250/stat : 20250 (solver) R 20248 20250 19695 0 -1 4194304 30048 0 0 0 148099 21 0 0 25 0 1 0 165254722 217362432 29836 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134812972 0 0 4096 0 0 0 0 17 0 0 0
/proc/20250/statm: 53067 29836 717 92 0 51411 0
Current children cumulated CPU time (s) 1481.2
Current children cumulated vsize (KiB) 212268

[startup+1543.2 s]
/proc/loadavg: 1.00 1.00 1.20 2/65 20393
/proc/meminfo: memFree=1255232/2055920 swapFree=4184048/4192956
[pid=20250] ppid=20248 vsize=212268 CPUtime=1541.21
/proc/20250/stat : 20250 (solver) R 20248 20250 19695 0 -1 4194304 30048 0 0 0 154100 21 0 0 25 0 1 0 165254722 217362432 29836 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134708953 0 0 4096 0 0 0 0 17 0 0 0
/proc/20250/statm: 53067 29836 717 92 0 51411 0
Current children cumulated CPU time (s) 1541.21
Current children cumulated vsize (KiB) 212268

[startup+1603.23 s]
/proc/loadavg: 1.00 1.00 1.18 2/65 20393
/proc/meminfo: memFree=1255232/2055920 swapFree=4184048/4192956
[pid=20250] ppid=20248 vsize=212268 CPUtime=1601.22
/proc/20250/stat : 20250 (solver) R 20248 20250 19695 0 -1 4194304 30048 0 0 0 160101 21 0 0 25 0 1 0 165254722 217362432 29836 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134637802 0 0 4096 0 0 0 0 17 0 0 0
/proc/20250/statm: 53067 29836 717 92 0 51411 0
Current children cumulated CPU time (s) 1601.22
Current children cumulated vsize (KiB) 212268

[startup+1663.26 s]
/proc/loadavg: 1.00 1.00 1.17 2/65 20393
/proc/meminfo: memFree=1255232/2055920 swapFree=4184048/4192956
[pid=20250] ppid=20248 vsize=212268 CPUtime=1661.23
/proc/20250/stat : 20250 (solver) R 20248 20250 19695 0 -1 4194304 30048 0 0 0 166102 21 0 0 25 0 1 0 165254722 217362432 29836 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134722032 0 0 4096 0 0 0 0 17 0 0 0
/proc/20250/statm: 53067 29836 717 92 0 51411 0
Current children cumulated CPU time (s) 1661.23
Current children cumulated vsize (KiB) 212268

[startup+1723.3 s]
/proc/loadavg: 1.03 1.01 1.16 2/65 20393
/proc/meminfo: memFree=1255232/2055920 swapFree=4184048/4192956
[pid=20250] ppid=20248 vsize=212268 CPUtime=1721.24
/proc/20250/stat : 20250 (solver) R 20248 20250 19695 0 -1 4194304 30048 0 0 0 172103 21 0 0 25 0 1 0 165254722 217362432 29836 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134712054 0 0 4096 0 0 0 0 17 0 0 0
/proc/20250/statm: 53067 29836 717 92 0 51411 0
Current children cumulated CPU time (s) 1721.24
Current children cumulated vsize (KiB) 212268

[startup+1783.33 s]
/proc/loadavg: 1.01 1.00 1.15 2/65 20393
/proc/meminfo: memFree=1255232/2055920 swapFree=4184048/4192956
[pid=20250] ppid=20248 vsize=212268 CPUtime=1781.25
/proc/20250/stat : 20250 (solver) R 20248 20250 19695 0 -1 4194304 30048 0 0 0 178104 21 0 0 25 0 1 0 165254722 217362432 29836 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134722032 0 0 4096 0 0 0 0 17 0 0 0
/proc/20250/statm: 53067 29836 717 92 0 51411 0
Current children cumulated CPU time (s) 1781.25
Current children cumulated vsize (KiB) 212268



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.18 s]
/proc/loadavg: 1.01 1.00 1.15 2/65 20393
/proc/meminfo: memFree=1255232/2055920 swapFree=4184048/4192956
[pid=20250] ppid=20248 vsize=212268 CPUtime=1800.1
/proc/20250/stat : 20250 (solver) R 20248 20250 19695 0 -1 4194304 30048 0 0 0 179989 21 0 0 25 0 1 0 165254722 217362432 29836 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134711713 0 0 4096 0 0 0 0 17 0 0 0
/proc/20250/statm: 53067 29836 717 92 0 51411 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 212268

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1802.2
CPU time (s): 1800.13
CPU user time (s): 1799.89
CPU system time (s): 0.233964
CPU usage (%): 99.8849
Max. virtual memory (cumulated for all children) (KiB): 212268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.89
system time used= 0.233964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30048
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= 11
involuntary context switches= 6914

runsolver used 1.68374 s user time and 4.75928 s system time

The end

Launcher Data (download as text)

Begin job on node45 on Sun Jan  7 11:15:58 UTC 2007


IDJOB= 205936
IDBENCH= 4176
FILE ID= node45/205936-1168168557

PBS_JOBID= 3479048

Free space on /tmp= 66529 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp36-40/fapp38/fapp38-2500-10.xml
COMMAND LINE= /tmp/evaluation/205936-1168168557/mistral/bin/solver /tmp/evaluation/205936-1168168557/unknown.xml -v 1
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node45/watcher-205936-1168168557 -o ROOT/results/node45/solver-205936-1168168557 -C 1800 -M 900  /tmp/evaluation/205936-1168168557/mistral/bin/solver /tmp/evaluation/205936-1168168557/unknown.xml -v 1

META MD5SUM SOLVER= cb80ed4ac975bdc0101f830a5b1b8f77
MD5SUM BENCH=  a5c09c7ec4b61520346e5aeab430844a

RANDOM SEED= 553080681

TIME LIMIT= 1800 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:       1132768 kB
Buffers:         44760 kB
Cached:         568948 kB
SwapCached:       3188 kB
Active:         533100 kB
Inactive:       329260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1132768 kB
SwapTotal:     4192956 kB
SwapFree:      4184048 kB
Dirty:           20132 kB
Writeback:           0 kB
Mapped:         255044 kB
Slab:            45948 kB
Committed_AS:  3344836 kB
PageTables:       2164 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= 66537 MiB



End job on node45 on Sun Jan  7 11:46:00 UTC 2007