Trace number 1105563

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
Minion/Tailor 2008-07-04UNSAT 20.8468 21.3316

General information on the benchmark

Namecsp/fapp/fapp25/
normalized-fapp25-2230-2.xml
MD5SUMe9fca648ca088ce6fc443985c24dc948
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.99824
Satisfiable
(Un)Satisfiability was proved
Number of variables2230
Number of constraints18971
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension18971
Global constraints used (with number of constraints)

Solver Data (download as text)

8.89/9.27	c Finished tailoring XCSP instance to Minion. Starting solving
20.21/20.71	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1105563-1215242374/watcher-1105563-1215242374 -o /tmp/evaluation-result-1105563-1215242374/solver-1105563-1215242374 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/solve.sh HOME/instance-1105563-1215242374.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.47 2.43 2.18 4/81 21068
/proc/meminfo: memFree=1178912/2055920 swapFree=4179680/4192956
[pid=21068] ppid=21066 vsize=5356 CPUtime=0
/proc/21068/stat : 21068 (solve.sh) S 21066 21068 20941 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 2003210080 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21068/statm: 1339 235 195 169 0 50 0
[pid=21069] ppid=21068 vsize=5356 CPUtime=0
/proc/21069/stat : 21069 (solve.sh) R 21068 21068 20941 0 -1 4194368 6 0 0 0 0 0 0 0 19 0 1 0 2003210081 5484544 234 996147200 4194304 4889804 548682068832 18446744073709551615 234211568545 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/21069/statm: 1339 234 194 169 0 50 0

[startup+0.074731 s]
/proc/loadavg: 2.47 2.43 2.18 4/81 21068
/proc/meminfo: memFree=1178912/2055920 swapFree=4179680/4192956
[pid=21068] ppid=21066 vsize=5356 CPUtime=0
/proc/21068/stat : 21068 (solve.sh) S 21066 21068 20941 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 2003210080 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21068/statm: 1339 235 195 169 0 50 0
[pid=21069] ppid=21068 vsize=11008 CPUtime=0.01
/proc/21069/stat : 21069 (java) S 21068 21068 20941 0 -1 0 795 0 0 0 0 1 0 0 18 0 2 0 2003210081 11272192 549 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/21069/statm: 2752 549 259 9 0 1245 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16364

[startup+0.101733 s]
/proc/loadavg: 2.47 2.43 2.18 4/81 21068
/proc/meminfo: memFree=1178912/2055920 swapFree=4179680/4192956
[pid=21068] ppid=21066 vsize=5356 CPUtime=0
/proc/21068/stat : 21068 (solve.sh) S 21066 21068 20941 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 2003210080 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21068/statm: 1339 235 195 169 0 50 0
[pid=21069] ppid=21068 vsize=11088 CPUtime=0.01
/proc/21069/stat : 21069 (java) S 21068 21068 20941 0 -1 0 833 0 0 0 0 1 0 0 18 0 2 0 2003210081 11354112 569 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/21069/statm: 2772 569 275 9 0 1244 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16444

[startup+0.301779 s]
/proc/loadavg: 2.47 2.43 2.18 4/81 21068
/proc/meminfo: memFree=1178912/2055920 swapFree=4179680/4192956
[pid=21068] ppid=21066 vsize=5356 CPUtime=0
/proc/21068/stat : 21068 (solve.sh) S 21066 21068 20941 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 2003210080 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21068/statm: 1339 235 195 169 0 50 0
[pid=21069] ppid=21068 vsize=864136 CPUtime=0.12
/proc/21069/stat : 21069 (java) S 21068 21068 20941 0 -1 0 3704 0 5 0 9 3 0 0 18 0 9 0 2003210081 884875264 3147 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21069/statm: 216034 3147 1785 9 0 210596 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 869492

[startup+0.701861 s]
/proc/loadavg: 2.47 2.43 2.18 4/81 21068
/proc/meminfo: memFree=1178912/2055920 swapFree=4179680/4192956
[pid=21068] ppid=21066 vsize=5356 CPUtime=0
/proc/21068/stat : 21068 (solve.sh) S 21066 21068 20941 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 2003210080 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21068/statm: 1339 235 195 169 0 50 0
[pid=21069] ppid=21068 vsize=864924 CPUtime=0.52
/proc/21069/stat : 21069 (java) S 21068 21068 20941 0 -1 0 7891 0 5 0 46 6 0 0 18 0 9 0 2003210081 885682176 7324 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21069/statm: 216231 7324 1836 9 0 210793 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 870280

[startup+1.50303 s]
/proc/loadavg: 2.43 2.43 2.18 4/91 21078
/proc/meminfo: memFree=1138896/2055920 swapFree=4179680/4192956
[pid=21068] ppid=21066 vsize=5356 CPUtime=0
/proc/21068/stat : 21068 (solve.sh) S 21066 21068 20941 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 2003210080 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21068/statm: 1339 235 195 169 0 50 0
[pid=21069] ppid=21068 vsize=868764 CPUtime=1.31
/proc/21069/stat : 21069 (java) S 21068 21068 20941 0 -1 0 14328 0 5 0 122 9 0 0 18 0 9 0 2003210081 889614336 13720 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21069/statm: 217191 13720 1862 9 0 211753 0
[pid=21069/tid=21071] ppid=21068 vsize=868764 CPUtime=0.83
/proc/21069/task/21071/stat : 21071 (java) R 21068 21068 20941 0 -1 64 4955 0 5 0 79 4 0 0 21 0 9 0 2003210085 889614336 13720 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21069/tid=21072] ppid=21068 vsize=868764 CPUtime=0.21
/proc/21069/task/21072/stat : 21072 (java) S 21068 21068 20941 0 -1 64 7132 0 0 0 18 3 0 0 16 0 9 0 2003210091 889614336 13720 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21069/tid=21073] ppid=21068 vsize=868764 CPUtime=0
/proc/21069/task/21073/stat : 21073 (java) S 21068 21068 20941 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003210091 889614336 13720 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21069/tid=21074] ppid=21068 vsize=868764 CPUtime=0
/proc/21069/task/21074/stat : 21074 (java) S 21068 21068 20941 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2003210091 889614336 13720 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21069/tid=21075] ppid=21068 vsize=868764 CPUtime=0
/proc/21069/task/21075/stat : 21075 (java) S 21068 21068 20941 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003210094 889614336 13720 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21069/tid=21076] ppid=21068 vsize=868764 CPUtime=0.24
/proc/21069/task/21076/stat : 21076 (java) R 21068 21068 20941 0 -1 64 1507 0 0 0 24 0 0 0 16 0 9 0 2003210094 889614336 13720 996147200 134512640 134550740 4294956032 18446744073709551615 101741569 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21069/tid=21077] ppid=21068 vsize=868764 CPUtime=0
/proc/21069/task/21077/stat : 21077 (java) S 21068 21068 20941 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003210095 889614336 13720 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21069/tid=21078] ppid=21068 vsize=868764 CPUtime=0
/proc/21069/task/21078/stat : 21078 (java) R 21068 21068 20941 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003210095 889614336 13720 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 874120

[startup+3.10236 s]
/proc/loadavg: 2.43 2.43 2.18 3/91 21078
/proc/meminfo: memFree=1125456/2055920 swapFree=4179680/4192956
[pid=21068] ppid=21066 vsize=5356 CPUtime=0
/proc/21068/stat : 21068 (solve.sh) S 21066 21068 20941 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 2003210080 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21068/statm: 1339 235 195 169 0 50 0
[pid=21069] ppid=21068 vsize=868764 CPUtime=2.89
/proc/21069/stat : 21069 (java) S 21068 21068 20941 0 -1 0 16953 0 5 0 277 12 0 0 18 0 9 0 2003210081 889614336 16284 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21069/statm: 217191 16284 1862 9 0 211753 0
[pid=21069/tid=21071] ppid=21068 vsize=868764 CPUtime=2.14
/proc/21069/task/21071/stat : 21071 (java) R 21068 21068 20941 0 -1 64 5016 0 5 0 209 5 0 0 25 0 9 0 2003210085 889614336 16284 996147200 134512640 134550740 4294956032 18446744073709551615 4127164304 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21069/tid=21072] ppid=21068 vsize=868764 CPUtime=0.45
/proc/21069/task/21072/stat : 21072 (java) S 21068 21068 20941 0 -1 64 9677 0 0 0 41 4 0 0 16 0 9 0 2003210091 889614336 16284 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21069/tid=21073] ppid=21068 vsize=868764 CPUtime=0
/proc/21069/task/21073/stat : 21073 (java) S 21068 21068 20941 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003210091 889614336 16284 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21069/tid=21074] ppid=21068 vsize=868764 CPUtime=0
/proc/21069/task/21074/stat : 21074 (java) S 21068 21068 20941 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2003210091 889614336 16284 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21069/tid=21075] ppid=21068 vsize=868764 CPUtime=0
/proc/21069/task/21075/stat : 21075 (java) S 21068 21068 20941 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003210094 889614336 16284 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21069/tid=21076] ppid=21068 vsize=868764 CPUtime=0.26
/proc/21069/task/21076/stat : 21076 (java) S 21068 21068 20941 0 -1 64 1526 0 0 0 26 0 0 0 16 0 9 0 2003210094 889614336 16284 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21069/tid=21077] ppid=21068 vsize=868764 CPUtime=0
/proc/21069/task/21077/stat : 21077 (java) S 21068 21068 20941 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003210095 889614336 16284 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21069/tid=21078] ppid=21068 vsize=868764 CPUtime=0
/proc/21069/task/21078/stat : 21078 (java) S 21068 21068 20941 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003210095 889614336 16284 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 874120

[startup+6.3049 s]
/proc/loadavg: 2.43 2.43 2.18 3/91 21078
/proc/meminfo: memFree=1078736/2055920 swapFree=4179680/4192956
[pid=21068] ppid=21066 vsize=5356 CPUtime=0
/proc/21068/stat : 21068 (solve.sh) S 21066 21068 20941 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 2003210080 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21068/statm: 1339 235 195 169 0 50 0
[pid=21069] ppid=21068 vsize=868804 CPUtime=6.05
/proc/21069/stat : 21069 (java) S 21068 21068 20941 0 -1 0 35455 0 5 0 583 22 0 0 18 0 9 0 2003210081 889655296 34655 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21069/statm: 217201 34655 1877 9 0 211763 0
[pid=21069/tid=21071] ppid=21068 vsize=868804 CPUtime=4.33
/proc/21069/task/21071/stat : 21071 (java) R 21068 21068 20941 0 -1 64 5252 0 5 0 427 6 0 0 25 0 9 0 2003210085 889655296 34655 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21069/tid=21072] ppid=21068 vsize=868804 CPUtime=1.22
/proc/21069/task/21072/stat : 21072 (java) S 21068 21068 20941 0 -1 64 27792 0 0 0 109 13 0 0 16 0 9 0 2003210091 889655296 34655 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21069/tid=21073] ppid=21068 vsize=868804 CPUtime=0
/proc/21069/task/21073/stat : 21073 (java) S 21068 21068 20941 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003210091 889655296 34655 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21069/tid=21074] ppid=21068 vsize=868804 CPUtime=0
/proc/21069/task/21074/stat : 21074 (java) S 21068 21068 20941 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2003210091 889655296 34655 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21069/tid=21075] ppid=21068 vsize=868804 CPUtime=0
/proc/21069/task/21075/stat : 21075 (java) S 21068 21068 20941 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003210094 889655296 34655 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21069/tid=21076] ppid=21068 vsize=868804 CPUtime=0.47
/proc/21069/task/21076/stat : 21076 (java) S 21068 21068 20941 0 -1 64 1677 0 0 0 46 1 0 0 15 0 9 0 2003210094 889655296 34655 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21069/tid=21077] ppid=21068 vsize=868804 CPUtime=0
/proc/21069/task/21077/stat : 21077 (java) S 21068 21068 20941 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003210095 889655296 34655 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21069/tid=21078] ppid=21068 vsize=868804 CPUtime=0
/proc/21069/task/21078/stat : 21078 (java) S 21068 21068 20941 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003210095 889655296 34655 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 874160

[startup+12.7023 s]
/proc/loadavg: 2.37 2.41 2.18 3/83 21079
/proc/meminfo: memFree=1145360/2055920 swapFree=4179680/4192956
[pid=21068] ppid=21066 vsize=5360 CPUtime=8.92
/proc/21068/stat : 21068 (solve.sh) S 21066 21068 20941 0 -1 4194304 310 43167 0 7 0 0 860 32 18 0 1 0 2003210080 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21068/statm: 1340 236 195 169 0 51 0
[pid=21079] ppid=21068 vsize=48348 CPUtime=3.37
/proc/21079/stat : 21079 (ld-linux.so.2) R 21068 21068 20941 0 -1 4194304 7009 0 8 0 334 3 0 0 25 0 1 0 2003211007 49508352 6193 996147200 1448431616 1448550632 4294956176 18446744073709551615 4160026812 0 0 4096 0 0 0 0 17 1 0 0
/proc/21079/statm: 12087 6193 318 29 0 6141 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 53708

Solver just ended. Dumping a history of the last processes samples

[startup+15.902 s]
/proc/loadavg: 2.37 2.41 2.18 3/83 21079
/proc/meminfo: memFree=1096976/2055920 swapFree=4179680/4192956
[pid=21068] ppid=21066 vsize=5360 CPUtime=8.92
/proc/21068/stat : 21068 (solve.sh) S 21066 21068 20941 0 -1 4194304 310 43167 0 7 0 0 860 32 18 0 1 0 2003210080 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21068/statm: 1340 236 195 169 0 51 0
[pid=21079] ppid=21068 vsize=99760 CPUtime=6.53
/proc/21079/stat : 21079 (ld-linux.so.2) R 21068 21068 20941 0 -1 4194304 21245 0 8 0 646 7 0 0 25 0 1 0 2003211007 102154240 19447 996147200 1448431616 1448550632 4294956176 18446744073709551615 134563173 0 0 4096 0 0 0 0 17 1 0 0
/proc/21079/statm: 24940 19447 459 29 0 18994 0
Current children cumulated CPU time (s) 15.45
Current children cumulated vsize (KiB) 105120

[startup+19.1017 s]
/proc/loadavg: 2.34 2.40 2.18 3/83 21079
/proc/meminfo: memFree=1065872/2055920 swapFree=4179680/4192956
[pid=21068] ppid=21066 vsize=5360 CPUtime=8.92
/proc/21068/stat : 21068 (solve.sh) S 21066 21068 20941 0 -1 4194304 310 43167 0 7 0 0 860 32 18 0 1 0 2003210080 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21068/statm: 1340 236 195 169 0 51 0
[pid=21079] ppid=21068 vsize=122396 CPUtime=9.7
/proc/21079/stat : 21079 (ld-linux.so.2) R 21068 21068 20941 0 -1 4194304 30913 0 8 0 959 11 0 0 25 0 1 100 2003211007 125333504 25143 996147200 1448431616 1448550632 4294956176 18446744073709551615 4158657420 0 0 4096 8194 0 0 0 17 1 0 0
/proc/21079/statm: 30599 25143 525 29 0 24653 0
Current children cumulated CPU time (s) 18.62
Current children cumulated vsize (KiB) 127756

[startup+20.702 s]
/proc/loadavg: 2.34 2.40 2.18 3/83 21079
/proc/meminfo: memFree=1065936/2055920 swapFree=4179680/4192956
[pid=21068] ppid=21066 vsize=5360 CPUtime=8.92
/proc/21068/stat : 21068 (solve.sh) S 21066 21068 20941 0 -1 4194304 310 43167 0 7 0 0 860 32 18 0 1 0 2003210080 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21068/statm: 1340 236 195 169 0 51 0
[pid=21079] ppid=21068 vsize=122396 CPUtime=11.29
/proc/21079/stat : 21079 (ld-linux.so.2) R 21068 21068 20941 0 -1 4194304 30913 0 8 0 1118 11 0 0 25 0 1 100 2003211007 125333504 25143 996147200 1448431616 1448550632 4294956176 18446744073709551615 4158657420 0 0 4096 8194 0 0 0 17 1 0 0
/proc/21079/statm: 30599 25143 525 29 0 24653 0
Current children cumulated CPU time (s) 20.21
Current children cumulated vsize (KiB) 127756

[startup+21.1011 s]
/proc/loadavg: 2.34 2.40 2.18 3/83 21079
/proc/meminfo: memFree=1067472/2055920 swapFree=4179680/4192956
[pid=21068] ppid=21066 vsize=5360 CPUtime=8.92
/proc/21068/stat : 21068 (solve.sh) S 21066 21068 20941 0 -1 4194304 310 43167 0 7 0 0 860 32 18 0 1 0 2003210080 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21068/statm: 1340 236 195 169 0 51 0
[pid=21079] ppid=21068 vsize=116808 CPUtime=11.68
/proc/21079/stat : 21079 (ld-linux.so.2) R 21068 21068 20941 0 -1 4194304 30936 0 8 0 1157 11 0 0 25 0 1 100 2003211007 119611392 23768 996147200 1448431616 1448550632 4294956176 18446744073709551615 134538792 0 0 4096 8194 0 0 0 17 1 0 0
/proc/21079/statm: 29202 23768 546 29 0 23256 0
Current children cumulated CPU time (s) 20.6
Current children cumulated vsize (KiB) 122168

[startup+21.3011 s]
/proc/loadavg: 2.34 2.40 2.18 3/83 21079
/proc/meminfo: memFree=1067472/2055920 swapFree=4179680/4192956
[pid=21068] ppid=21066 vsize=5360 CPUtime=8.92
/proc/21068/stat : 21068 (solve.sh) S 21066 21068 20941 0 -1 4194304 310 43167 0 7 0 0 860 32 18 0 1 0 2003210080 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21068/statm: 1340 236 195 169 0 51 0
[pid=21079] ppid=21068 vsize=109580 CPUtime=11.87
/proc/21079/stat : 21079 (ld-linux.so.2) R 21068 21068 20941 0 -1 4194304 30938 0 8 0 1176 11 0 0 25 0 1 100 2003211007 112209920 22000 996147200 1448431616 1448550632 4294956176 18446744073709551615 135010376 0 0 4096 8194 0 0 0 17 1 0 0
/proc/21079/statm: 27395 22000 548 29 0 21449 0
Current children cumulated CPU time (s) 20.79
Current children cumulated vsize (KiB) 114940

Child status: 0
Real time (s): 21.3316
CPU time (s): 20.8468
CPU user time (s): 20.3949
CPU system time (s): 0.451931
CPU usage (%): 97.7277
Max. virtual memory (cumulated for all children) (KiB): 875164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.3949
system time used= 0.451931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74426
page faults= 15
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3010
involuntary context switches= 3590

runsolver used 0.034994 second user time and 0.089986 second system time

The end

Launcher Data (download as text)

Begin job on node54 at 2008-07-05 09:19:34
IDJOB=1105563
IDBENCH=57915
IDSOLVER=369
FILE ID=node54/1105563-1215242374
PBS_JOBID= 7882005
Free space on /tmp= 66520 MiB

SOLVER NAME= Minion/Tailor 2008-07-04
BENCH NAME= CPAI08/csp/fapp/fapp25/normalized-fapp25-2230-2.xml
COMMAND LINE= DIR/solve.sh BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1105563-1215242374/watcher-1105563-1215242374 -o /tmp/evaluation-result-1105563-1215242374/solver-1105563-1215242374 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/solve.sh HOME/instance-1105563-1215242374.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e9fca648ca088ce6fc443985c24dc948
RANDOM SEED=2018696899

node54.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.279
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.279
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:       1179520 kB
Buffers:          1744 kB
Cached:          94404 kB
SwapCached:       6328 kB
Active:         778888 kB
Inactive:        44188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1179520 kB
SwapTotal:     4192956 kB
SwapFree:      4179680 kB
Dirty:           32392 kB
Writeback:           0 kB
Mapped:         740736 kB
Slab:            37004 kB
Committed_AS:  4733424 kB
PageTables:       3148 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66480 MiB
End job on node54 at 2008-07-05 09:19:56