Trace number 237285

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
buggy_2_5 2007-01-08? (TO) 1800.12 1805.73

General information on the benchmark

Nameos-gp/
gp10-09-1112.xml
MD5SUM06eaa40bf809ba3f654c85e42e55e982
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 benchmark0.369943
SatisfiableYES
(Un)Satisfiability was proved
Number of variables101
Number of constraints1000
Maximum constraint arity2
Maximum domain size1113
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1000
Global constraints used (with number of constraints)

Solver Data (download as text)

1805.72	/tmp/evaluation/237285-1168347303/solver: line 21: 16496 Terminated              ./standalone BORDEWIJK

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/node62/watcher-237285-1168347303 -o ROOT/results/node62/solver-237285-1168347303 -C 1800 -M 900 /tmp/evaluation/237285-1168347303/solver /tmp/evaluation/237285-1168347303/unknown 1800 

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

/proc/loadavg: 2.31 2.75 2.77 5/74 16483
/proc/meminfo: memFree=1827864/2055920 swapFree=4192812/4192956
[pid=16482] ppid=16480 vsize=5352 CPUtime=0
/proc/16482/stat : 16482 (solver) R 16480 16482 15380 0 -1 4194304 280 0 0 0 0 0 0 0 21 0 1 0 183128217 5480448 231 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437695135 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/16482/statm: 1338 231 193 169 0 49 0
[pid=16484] ppid=16482 vsize=0 CPUtime=0
/proc/16484/stat : 16484 (solver) Z 16482 16482 15380 0 -1 4194380 26 0 0 0 0 0 0 0 15 0 1 0 183128218 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 65538 18446744071563351923 0 0 17 0 0 0
/proc/16484/statm: 0 0 0 0 0 0 0
[pid=16485] ppid=16482 vsize=5352 CPUtime=0
/proc/16485/stat : 16485 (solver) R 16482 16482 15380 0 -1 4194368 0 0 0 0 0 0 0 0 21 0 1 0 183128218 5480448 231 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437695135 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/16485/statm: 1338 231 193 169 0 49 0

[startup+0.106209 s]
/proc/loadavg: 2.31 2.75 2.77 5/74 16483
/proc/meminfo: memFree=1827864/2055920 swapFree=4192812/4192956
[pid=16482] ppid=16480 vsize=5352 CPUtime=0
/proc/16482/stat : 16482 (solver) S 16480 16482 15380 0 -1 4194304 354 334 0 0 0 0 0 0 21 0 1 0 183128217 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16482/statm: 1338 242 203 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.51429 s]
/proc/loadavg: 2.31 2.75 2.77 5/74 16483
/proc/meminfo: memFree=1827864/2055920 swapFree=4192812/4192956
[pid=16482] ppid=16480 vsize=5352 CPUtime=0.02
/proc/16482/stat : 16482 (solver) S 16480 16482 15380 0 -1 4194304 376 2219 0 25 0 0 1 1 16 0 1 0 183128217 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16482/statm: 1338 242 203 169 0 49 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5352

[startup+1.33545 s]
/proc/loadavg: 2.31 2.75 2.77 3/75 16495
/proc/meminfo: memFree=1806352/2055920 swapFree=4192812/4192956
[pid=16482] ppid=16480 vsize=5352 CPUtime=0.02
/proc/16482/stat : 16482 (solver) S 16480 16482 15380 0 -1 4194304 376 2219 0 25 0 0 1 1 16 0 1 0 183128217 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16482/statm: 1338 242 203 169 0 49 0
[pid=16495] ppid=16482 vsize=20216 CPUtime=0.92
/proc/16495/stat : 16495 (bordewijk) R 16482 16482 15380 0 -1 4194304 4559 0 4 0 16 76 0 0 25 0 1 0 183128239 20701184 4432 18446744073709551615 134512640 134912576 4294956768 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16495/statm: 5054 4432 217 97 0 4335 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 25568

[startup+2.97877 s]
/proc/loadavg: 2.31 2.75 2.77 3/75 16496
/proc/meminfo: memFree=1809296/2055920 swapFree=4192812/4192956
[pid=16482] ppid=16480 vsize=5352 CPUtime=1.07
/proc/16482/stat : 16482 (solver) S 16480 16482 15380 0 -1 4194304 396 6779 0 29 0 0 18 89 16 0 1 0 183128217 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16482/statm: 1338 242 203 169 0 49 0
[pid=16496] ppid=16482 vsize=17244 CPUtime=1.4
/proc/16496/stat : 16496 (standalone) R 16482 16482 15380 0 -1 4194304 3665 0 0 0 118 22 0 0 25 0 1 0 183128373 17657856 3639 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4146491106 0 0 4096 0 0 0 0 17 1 0 0
/proc/16496/statm: 4311 3639 135 64 0 3626 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 22596

[startup+6.25842 s]
/proc/loadavg: 2.28 2.73 2.77 3/75 16496
/proc/meminfo: memFree=1809296/2055920 swapFree=4192812/4192956
[pid=16482] ppid=16480 vsize=5352 CPUtime=1.07
/proc/16482/stat : 16482 (solver) S 16480 16482 15380 0 -1 4194304 396 6779 0 29 0 0 18 89 16 0 1 0 183128217 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16482/statm: 1338 242 203 169 0 49 0
[pid=16496] ppid=16482 vsize=17244 CPUtime=4.67
/proc/16496/stat : 16496 (standalone) R 16482 16482 15380 0 -1 4194304 3669 0 0 0 445 22 0 0 25 0 1 0 183128373 17657856 3643 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4146521278 0 0 4096 0 0 0 0 17 1 0 0
/proc/16496/statm: 4311 3643 135 64 0 3626 0
Current children cumulated CPU time (s) 5.74
Current children cumulated vsize (KiB) 22596

[startup+12.7327 s]
/proc/loadavg: 2.26 2.72 2.76 3/75 16496
/proc/meminfo: memFree=1809112/2055920 swapFree=4192812/4192956
[pid=16482] ppid=16480 vsize=5352 CPUtime=1.07
/proc/16482/stat : 16482 (solver) S 16480 16482 15380 0 -1 4194304 396 6779 0 29 0 0 18 89 16 0 1 0 183128217 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16482/statm: 1338 242 203 169 0 49 0
[pid=16496] ppid=16482 vsize=17244 CPUtime=11.12
/proc/16496/stat : 16496 (standalone) R 16482 16482 15380 0 -1 4194304 3730 0 0 0 1090 22 0 0 25 0 1 0 183128373 17657856 3704 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4146513002 0 0 4096 0 0 0 0 17 1 0 0
/proc/16496/statm: 4311 3704 137 64 0 3626 0
Current children cumulated CPU time (s) 12.19
Current children cumulated vsize (KiB) 22596

[startup+25.5572 s]
/proc/loadavg: 2.20 2.68 2.75 3/75 16496
/proc/meminfo: memFree=1809048/2055920 swapFree=4192812/4192956
[pid=16482] ppid=16480 vsize=5352 CPUtime=1.07
/proc/16482/stat : 16482 (solver) S 16480 16482 15380 0 -1 4194304 396 6779 0 29 0 0 18 89 16 0 1 0 183128217 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16482/statm: 1338 242 203 169 0 49 0
[pid=16496] ppid=16482 vsize=17244 CPUtime=23.89
/proc/16496/stat : 16496 (standalone) R 16482 16482 15380 0 -1 4194304 3768 0 0 0 2367 22 0 0 25 0 1 0 183128373 17657856 3742 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4146536500 0 0 4096 0 0 0 0 17 1 0 0
/proc/16496/statm: 4311 3742 137 64 0 3626 0
Current children cumulated CPU time (s) 24.96
Current children cumulated vsize (KiB) 22596

[startup+51.2213 s]
/proc/loadavg: 2.13 2.63 2.73 3/75 16496
/proc/meminfo: memFree=1809240/2055920 swapFree=4192812/4192956
[pid=16482] ppid=16480 vsize=5352 CPUtime=1.07
/proc/16482/stat : 16482 (solver) S 16480 16482 15380 0 -1 4194304 396 6779 0 29 0 0 18 89 16 0 1 0 183128217 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16482/statm: 1338 242 203 169 0 49 0
[pid=16496] ppid=16482 vsize=17244 CPUtime=49.43
/proc/16496/stat : 16496 (standalone) R 16482 16482 15380 0 -1 4194304 3768 0 0 0 4921 22 0 0 25 0 1 0 183128373 17657856 3742 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4146587083 0 0 4096 0 0 0 0 17 1 0 0
/proc/16496/statm: 4311 3742 137 64 0 3626 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 22596

[startup+102.453 s]
/proc/loadavg: 2.06 2.53 2.69 3/75 16496
/proc/meminfo: memFree=1809304/2055920 swapFree=4192812/4192956
[pid=16482] ppid=16480 vsize=5352 CPUtime=1.07
/proc/16482/stat : 16482 (solver) S 16480 16482 15380 0 -1 4194304 396 6779 0 29 0 0 18 89 16 0 1 0 183128217 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16482/statm: 1338 242 203 169 0 49 0
[pid=16496] ppid=16482 vsize=17244 CPUtime=100.42
/proc/16496/stat : 16496 (standalone) R 16482 16482 15380 0 -1 4194304 3768 0 0 0 10020 22 0 0 25 0 1 0 183128373 17657856 3742 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4146588877 0 0 4096 0 0 0 0 17 1 0 0
/proc/16496/statm: 4311 3742 137 64 0 3626 0
Current children cumulated CPU time (s) 101.49
Current children cumulated vsize (KiB) 22596

[startup+162.508 s]
/proc/loadavg: 2.07 2.45 2.65 3/75 16496
/proc/meminfo: memFree=1809304/2055920 swapFree=4192812/4192956
[pid=16482] ppid=16480 vsize=5352 CPUtime=1.07
/proc/16482/stat : 16482 (solver) S 16480 16482 15380 0 -1 4194304 396 6779 0 29 0 0 18 89 16 0 1 0 183128217 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16482/statm: 1338 242 203 169 0 49 0
[pid=16496] ppid=16482 vsize=17244 CPUtime=160.21
/proc/16496/stat : 16496 (standalone) R 16482 16482 15380 0 -1 4194304 3768 0 0 0 15998 23 0 0 25 0 1 0 183128373 17657856 3742 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4146488445 0 0 4096 0 0 0 0 17 1 0 0
/proc/16496/statm: 4311 3742 137 64 0 3626 0
Current children cumulated CPU time (s) 161.28
Current children cumulated vsize (KiB) 22596

[startup+222.57 s]
/proc/loadavg: 2.02 2.36 2.60 3/75 16496
/proc/meminfo: memFree=1809304/2055920 swapFree=4192812/4192956
[pid=16482] ppid=16480 vsize=5352 CPUtime=1.07
/proc/16482/stat : 16482 (solver) S 16480 16482 15380 0 -1 4194304 396 6779 0 29 0 0 18 89 16 0 1 0 183128217 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16482/statm: 1338 242 203 169 0 49 0
[pid=16496] ppid=16482 vsize=17244 CPUtime=219.98
/proc/16496/stat : 16496 (standalone) R 16482 16482 15380 0 -1 4194304 3768 0 0 0 21975 23 0 0 25 0 1 0 183128373 17657856 3742 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4146480789 0 0 4096 0 0 0 0 17 1 0 0
/proc/16496/statm: 4311 3742 137 64 0 3626 0
Current children cumulated CPU time (s) 221.05
Current children cumulated vsize (KiB) 22596

[startup+282.606 s]
/proc/loadavg: 2.01 2.29 2.56 3/74 16537
/proc/meminfo: memFree=1784096/2055920 swapFree=4192812/4192956
[pid=16482] ppid=16480 vsize=5352 CPUtime=1.07
/proc/16482/stat : 16482 (solver) S 16480 16482 15380 0 -1 4194304 396 6779 0 29 0 0 18 89 16 0 1 0 183128217 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16482/statm: 1338 242 203 169 0 49 0
[pid=16496] ppid=16482 vsize=17244 CPUtime=279.82
/proc/16496/stat : 16496 (standalone) R 16482 16482 15380 0 -1 4194304 3768 0 0 0 27958 24 0 0 25 0 1 0 183128373 17657856 3742 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4146522968 0 0 4096 0 0 0 0 17 0 0 0
/proc/16496/statm: 4311 3742 137 64 0 3626 0
Current children cumulated CPU time (s) 280.89
Current children cumulated vsize (KiB) 22596

[startup+342.627 s]
/proc/loadavg: 2.00 2.24 2.52 3/74 16537
/proc/meminfo: memFree=1486496/2055920 swapFree=4192812/4192956
[pid=16482] ppid=16480 vsize=5352 CPUtime=1.07
/proc/16482/stat : 16482 (solver) S 16480 16482 15380 0 -1 4194304 396 6779 0 29 0 0 18 89 16 0 1 0 183128217 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16482/statm: 1338 242 203 169 0 49 0
[pid=16496] ppid=16482 vsize=17244 CPUtime=339.78
/proc/16496/stat : 16496 (standalone) R 16482 16482 15380 0 -1 4194304 3773 0 0 0 33953 25 0 0 25 0 1 0 183128373 17657856 3747 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4146602908 0 0 4096 0 0 0 0 17 0 0 0
/proc/16496/statm: 4311 3747 137 64 0 3626 0
Current children cumulated CPU time (s) 340.85
Current children cumulated vsize (KiB) 22596

[startup+402.666 s]
/proc/loadavg: 2.00 2.19 2.49 3/80 16677
/proc/meminfo: memFree=1187120/2055920 swapFree=4192812/4192956
[pid=16482] ppid=16480 vsize=5352 CPUtime=1.07
/proc/16482/stat : 16482 (solver) S 16480 16482 15380 0 -1 4194304 396 6779 0 29 0 0 18 89 16 0 1 0 183128217 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16482/statm: 1338 242 203 169 0 49 0
[pid=16496] ppid=16482 vsize=17244 CPUtime=399.74
/proc/16496/stat : 16496 (standalone) R 16482 16482 15380 0 -1 4194304 3773 0 0 0 39943 31 0 0 25 0 1 0 183128373 17657856 3747 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4146532214 0 0 4096 0 0 0 0 17 0 0 0
/proc/16496/statm: 4311 3747 137 64 0 3626 0
Current children cumulated CPU time (s) 400.81
Current children cumulated vsize (KiB) 22596

[startup+462.704 s]
/proc/loadavg: 2.00 2.15 2.45 3/75 17416
/proc/meminfo: memFree=1854744/2055920 swapFree=4192812/4192956
[pid=16482] ppid=16480 vsize=5352 CPUtime=1.07
/proc/16482/stat : 16482 (solver) S 16480 16482 15380 0 -1 4194304 396 6779 0 29 0 0 18 89 16 0 1 0 183128217 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16482/statm: 1338 242 203 169 0 49 0
[pid=16496] ppid=16482 vsize=17244 CPUtime=459.68
/proc/16496/stat : 16496 (standalone) R 16482 16482 15380 0 -1 4194304 3773 0 0 0 45925 43 0 0 25 0 1 0 183128373 17657856 3747 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4146589070 0 0 4096 0 0 0 0 17 0 0 0
/proc/16496/statm: 4311 3747 137 64 0 3626 0
Current children cumulated CPU time (s) 460.75
Current children cumulated vsize (KiB) 22596

[startup+522.708 s]
/proc/loadavg: 2.06 2.14 2.43 3/75 17416
/proc/meminfo: memFree=1855272/2055920 swapFree=4192812/4192956
[pid=16482] ppid=16480 vsize=5352 CPUtime=1.07

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

[pid=16482] ppid=16480 vsize=5352 CPUtime=1.07
/proc/16482/stat : 16482 (solver) S 16480 16482 15380 0 -1 4194304 396 6779 0 29 0 0 18 89 16 0 1 0 183128217 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16482/statm: 1338 242 203 169 0 49 0
[pid=16496] ppid=16482 vsize=17244 CPUtime=1057.12
/proc/16496/stat : 16496 (standalone) R 16482 16482 15380 0 -1 4194304 3773 0 0 0 105668 44 0 0 25 0 1 0 183128373 17657856 3747 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4146480196 0 0 4096 0 0 0 0 17 0 0 0
/proc/16496/statm: 4311 3747 137 64 0 3626 0
Current children cumulated CPU time (s) 1058.19
Current children cumulated vsize (KiB) 22596

[startup+1122.97 s]
/proc/loadavg: 2.00 2.02 2.21 3/73 18022
/proc/meminfo: memFree=1444792/2055920 swapFree=4192812/4192956
[pid=16482] ppid=16480 vsize=5352 CPUtime=1.07
/proc/16482/stat : 16482 (solver) S 16480 16482 15380 0 -1 4194304 396 6779 0 29 0 0 18 89 16 0 1 0 183128217 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16482/statm: 1338 242 203 169 0 49 0
[pid=16496] ppid=16482 vsize=17244 CPUtime=1116.99
/proc/16496/stat : 16496 (standalone) R 16482 16482 15380 0 -1 4194304 3773 0 0 0 111648 51 0 0 25 0 1 0 183128373 17657856 3747 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4146498052 0 0 4096 0 0 0 0 17 0 0 0
/proc/16496/statm: 4311 3747 137 64 0 3626 0
Current children cumulated CPU time (s) 1118.06
Current children cumulated vsize (KiB) 22596

[startup+1183.01 s]
/proc/loadavg: 2.00 2.01 2.20 3/75 18030
/proc/meminfo: memFree=1769000/2055920 swapFree=4192812/4192956
[pid=16482] ppid=16480 vsize=5352 CPUtime=1.07
/proc/16482/stat : 16482 (solver) S 16480 16482 15380 0 -1 4194304 396 6779 0 29 0 0 18 89 16 0 1 0 183128217 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16482/statm: 1338 242 203 169 0 49 0
[pid=16496] ppid=16482 vsize=17244 CPUtime=1176.96
/proc/16496/stat : 16496 (standalone) R 16482 16482 15380 0 -1 4194304 3773 0 0 0 117645 51 0 0 25 0 1 0 183128373 17657856 3747 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4146581966 0 0 4096 0 0 0 0 17 0 0 0
/proc/16496/statm: 4311 3747 137 64 0 3626 0
Current children cumulated CPU time (s) 1178.03
Current children cumulated vsize (KiB) 22596

[startup+1243.03 s]
/proc/loadavg: 2.00 2.01 2.18 3/75 18030
/proc/meminfo: memFree=1769064/2055920 swapFree=4192812/4192956
[pid=16482] ppid=16480 vsize=5352 CPUtime=1.07
/proc/16482/stat : 16482 (solver) S 16480 16482 15380 0 -1 4194304 396 6779 0 29 0 0 18 89 16 0 1 0 183128217 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16482/statm: 1338 242 203 169 0 49 0
[pid=16496] ppid=16482 vsize=17244 CPUtime=1236.91
/proc/16496/stat : 16496 (standalone) R 16482 16482 15380 0 -1 4194304 3773 0 0 0 123639 52 0 0 25 0 1 0 183128373 17657856 3747 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4146485064 0 0 4096 0 0 0 0 17 0 0 0
/proc/16496/statm: 4311 3747 137 64 0 3626 0
Current children cumulated CPU time (s) 1237.98
Current children cumulated vsize (KiB) 22596

[startup+1303.06 s]
/proc/loadavg: 2.00 2.00 2.17 3/75 18030
/proc/meminfo: memFree=1769000/2055920 swapFree=4192812/4192956
[pid=16482] ppid=16480 vsize=5352 CPUtime=1.07
/proc/16482/stat : 16482 (solver) S 16480 16482 15380 0 -1 4194304 396 6779 0 29 0 0 18 89 16 0 1 0 183128217 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16482/statm: 1338 242 203 169 0 49 0
[pid=16496] ppid=16482 vsize=17244 CPUtime=1296.88
/proc/16496/stat : 16496 (standalone) R 16482 16482 15380 0 -1 4194304 3773 0 0 0 129636 52 0 0 25 0 1 0 183128373 17657856 3747 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4146484089 0 0 4096 0 0 0 0 17 0 0 0
/proc/16496/statm: 4311 3747 137 64 0 3626 0
Current children cumulated CPU time (s) 1297.95
Current children cumulated vsize (KiB) 22596

[startup+1363.08 s]
/proc/loadavg: 2.00 2.00 2.16 3/75 18030
/proc/meminfo: memFree=1769064/2055920 swapFree=4192812/4192956
[pid=16482] ppid=16480 vsize=5352 CPUtime=1.07
/proc/16482/stat : 16482 (solver) S 16480 16482 15380 0 -1 4194304 396 6779 0 29 0 0 18 89 16 0 1 0 183128217 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16482/statm: 1338 242 203 169 0 49 0
[pid=16496] ppid=16482 vsize=17244 CPUtime=1356.85
/proc/16496/stat : 16496 (standalone) R 16482 16482 15380 0 -1 4194304 3773 0 0 0 135633 52 0 0 25 0 1 0 183128373 17657856 3747 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4146581794 0 0 4096 0 0 0 0 17 0 0 0
/proc/16496/statm: 4311 3747 137 64 0 3626 0
Current children cumulated CPU time (s) 1357.92
Current children cumulated vsize (KiB) 22596

[startup+1423.1 s]
/proc/loadavg: 2.00 2.00 2.14 3/75 18030
/proc/meminfo: memFree=1769000/2055920 swapFree=4192812/4192956
[pid=16482] ppid=16480 vsize=5352 CPUtime=1.07
/proc/16482/stat : 16482 (solver) S 16480 16482 15380 0 -1 4194304 396 6779 0 29 0 0 18 89 16 0 1 0 183128217 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16482/statm: 1338 242 203 169 0 49 0
[pid=16496] ppid=16482 vsize=17244 CPUtime=1416.79
/proc/16496/stat : 16496 (standalone) R 16482 16482 15380 0 -1 4194304 3773 0 0 0 141627 52 0 0 25 0 1 0 183128373 17657856 3747 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4146588866 0 0 4096 0 0 0 0 17 0 0 0
/proc/16496/statm: 4311 3747 137 64 0 3626 0
Current children cumulated CPU time (s) 1417.86
Current children cumulated vsize (KiB) 22596

[startup+1483.13 s]
/proc/loadavg: 2.00 2.00 2.13 3/75 18032
/proc/meminfo: memFree=1768552/2055920 swapFree=4192812/4192956
[pid=16482] ppid=16480 vsize=5352 CPUtime=1.07
/proc/16482/stat : 16482 (solver) S 16480 16482 15380 0 -1 4194304 396 6779 0 29 0 0 18 89 16 0 1 0 183128217 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16482/statm: 1338 242 203 169 0 49 0
[pid=16496] ppid=16482 vsize=17244 CPUtime=1476.76
/proc/16496/stat : 16496 (standalone) R 16482 16482 15380 0 -1 4194304 3773 0 0 0 147624 52 0 0 25 0 1 0 183128373 17657856 3747 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4146520448 0 0 4096 0 0 0 0 17 0 0 0
/proc/16496/statm: 4311 3747 137 64 0 3626 0
Current children cumulated CPU time (s) 1477.83
Current children cumulated vsize (KiB) 22596

[startup+1543.18 s]
/proc/loadavg: 2.00 2.00 2.12 3/75 18032
/proc/meminfo: memFree=1768552/2055920 swapFree=4192812/4192956
[pid=16482] ppid=16480 vsize=5352 CPUtime=1.07
/proc/16482/stat : 16482 (solver) S 16480 16482 15380 0 -1 4194304 396 6779 0 29 0 0 18 89 16 0 1 0 183128217 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16482/statm: 1338 242 203 169 0 49 0
[pid=16496] ppid=16482 vsize=17244 CPUtime=1536.73
/proc/16496/stat : 16496 (standalone) R 16482 16482 15380 0 -1 4194304 3773 0 0 0 153621 52 0 0 25 0 1 0 183128373 17657856 3747 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554175 0 0 4096 0 0 0 0 17 0 0 0
/proc/16496/statm: 4311 3747 137 64 0 3626 0
Current children cumulated CPU time (s) 1537.8
Current children cumulated vsize (KiB) 22596

[startup+1603.2 s]
/proc/loadavg: 2.00 2.00 2.11 3/75 18032
/proc/meminfo: memFree=1768488/2055920 swapFree=4192812/4192956
[pid=16482] ppid=16480 vsize=5352 CPUtime=1.07
/proc/16482/stat : 16482 (solver) S 16480 16482 15380 0 -1 4194304 396 6779 0 29 0 0 18 89 16 0 1 0 183128217 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16482/statm: 1338 242 203 169 0 49 0
[pid=16496] ppid=16482 vsize=17244 CPUtime=1596.69
/proc/16496/stat : 16496 (standalone) R 16482 16482 15380 0 -1 4194304 3773 0 0 0 159617 52 0 0 25 0 1 0 183128373 17657856 3747 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4146581777 0 0 4096 0 0 0 0 17 0 0 0
/proc/16496/statm: 4311 3747 137 64 0 3626 0
Current children cumulated CPU time (s) 1597.76
Current children cumulated vsize (KiB) 22596

[startup+1663.21 s]
/proc/loadavg: 2.03 2.01 2.10 3/75 18032
/proc/meminfo: memFree=1768488/2055920 swapFree=4192812/4192956
[pid=16482] ppid=16480 vsize=5352 CPUtime=1.07
/proc/16482/stat : 16482 (solver) S 16480 16482 15380 0 -1 4194304 396 6779 0 29 0 0 18 89 16 0 1 0 183128217 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16482/statm: 1338 242 203 169 0 49 0
[pid=16496] ppid=16482 vsize=17244 CPUtime=1656.64
/proc/16496/stat : 16496 (standalone) R 16482 16482 15380 0 -1 4194304 3773 0 0 0 165612 52 0 0 25 0 1 0 183128373 17657856 3747 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4146575994 0 0 4096 0 0 0 0 17 0 0 0
/proc/16496/statm: 4311 3747 137 64 0 3626 0
Current children cumulated CPU time (s) 1657.71
Current children cumulated vsize (KiB) 22596

[startup+1723.22 s]
/proc/loadavg: 2.01 2.01 2.09 3/75 18032
/proc/meminfo: memFree=1768424/2055920 swapFree=4192812/4192956
[pid=16482] ppid=16480 vsize=5352 CPUtime=1.07
/proc/16482/stat : 16482 (solver) S 16480 16482 15380 0 -1 4194304 396 6779 0 29 0 0 18 89 16 0 1 0 183128217 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16482/statm: 1338 242 203 169 0 49 0
[pid=16496] ppid=16482 vsize=17244 CPUtime=1716.58
/proc/16496/stat : 16496 (standalone) R 16482 16482 15380 0 -1 4194304 3773 0 0 0 171606 52 0 0 25 0 1 0 183128373 17657856 3747 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554206 0 0 4096 0 0 0 0 17 0 0 0
/proc/16496/statm: 4311 3747 137 64 0 3626 0
Current children cumulated CPU time (s) 1717.65
Current children cumulated vsize (KiB) 22596

[startup+1783.25 s]
/proc/loadavg: 2.03 2.02 2.09 3/75 18032
/proc/meminfo: memFree=1768488/2055920 swapFree=4192812/4192956
[pid=16482] ppid=16480 vsize=5352 CPUtime=1.07
/proc/16482/stat : 16482 (solver) S 16480 16482 15380 0 -1 4194304 396 6779 0 29 0 0 18 89 16 0 1 0 183128217 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16482/statm: 1338 242 203 169 0 49 0
[pid=16496] ppid=16482 vsize=17244 CPUtime=1776.56
/proc/16496/stat : 16496 (standalone) R 16482 16482 15380 0 -1 4194304 3773 0 0 0 177604 52 0 0 25 0 1 0 183128373 17657856 3747 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4146535928 0 0 4096 0 0 0 0 17 0 0 0
/proc/16496/statm: 4311 3747 137 64 0 3626 0
Current children cumulated CPU time (s) 1777.63
Current children cumulated vsize (KiB) 22596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.72 s]
/proc/loadavg: 2.02 2.01 2.09 3/75 18032
/proc/meminfo: memFree=1768424/2055920 swapFree=4192812/4192956
[pid=16482] ppid=16480 vsize=5352 CPUtime=1.07
/proc/16482/stat : 16482 (solver) S 16480 16482 15380 0 -1 4194304 396 6779 0 29 0 0 18 89 16 0 1 0 183128217 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16482/statm: 1338 242 203 169 0 49 0
[pid=16496] ppid=16482 vsize=17244 CPUtime=1799.01
/proc/16496/stat : 16496 (standalone) R 16482 16482 15380 0 -1 4194304 3773 0 0 0 179849 52 0 0 25 0 1 0 183128373 17657856 3747 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4146537200 0 0 4096 0 0 0 0 17 0 0 0
/proc/16496/statm: 4311 3747 137 64 0 3626 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 22596

Sending SIGTERM to process tree (bottom up)

Child status: 143
Real time (s): 1805.73
CPU time (s): 1800.12
CPU user time (s): 1798.68
CPU system time (s): 1.43478
CPU usage (%): 99.6894
Max. virtual memory (cumulated for all children) (KiB): 25568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.68
system time used= 1.43478
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10962
page faults= 29
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 190
involuntary context switches= 15268

runsolver used 1.87471 s user time and 5.00224 s system time

The end

Launcher Data (download as text)

Begin job on node62 on Tue Jan  9 12:55:05 UTC 2007


IDJOB= 237285
IDBENCH= 6911
FILE ID= node62/237285-1168347303

PBS_JOBID= 3503587

Free space on /tmp= 66539 MiB

BENCH NAME= HOME/pub/bench/CPAI06/os-gp/gp10-09-1112.xml
COMMAND LINE= /tmp/evaluation/237285-1168347303/solver /tmp/evaluation/237285-1168347303/unknown 1800
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node62/watcher-237285-1168347303 -o ROOT/results/node62/solver-237285-1168347303 -C 1800 -M 900  /tmp/evaluation/237285-1168347303/solver /tmp/evaluation/237285-1168347303/unknown 1800

META MD5SUM SOLVER= 6c84d9851726bfff2e2bc2bb5530c705
MD5SUM BENCH=  06eaa40bf809ba3f654c85e42e55e982

RANDOM SEED= 428734399

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:       1828280 kB
Buffers:         10832 kB
Cached:          62268 kB
SwapCached:          0 kB
Active:         140716 kB
Inactive:        36348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1828280 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10872 kB
Writeback:           0 kB
Mapped:         115408 kB
Slab:            35588 kB
Committed_AS:  4309096 kB
PageTables:       2052 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= 66534 MiB



End job on node62 on Tue Jan  9 13:25:10 UTC 2007