Trace number 1780305

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
ttsth-5-0 2009-03-19 (16 threads)? (TO) 1000.03 1000.05

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L100_coli.sat.cnf
MD5SUM370a08d01be1cc652e9a09ab1aafdced
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark268.38
Satisfiable
(Un)Satisfiability was proved
Number of variables315617
Number of clauses1522583
Sum of the clauses size4407119
Maximum clause length11
Minimum clause length1
Number of clauses of size 132077
Number of clauses of size 2403677
Number of clauses of size 3835608
Number of clauses of size 4197035
Number of clauses of size 553887
Number of clauses of size over 5299

Solver Data

3.30/3.35	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1780305-1244967537.cnf 
3.30/3.35	c Using SATTIMEOUT of 10000
3.30/3.35	c Using SATRAM of 2047
3.30/3.35	c Size of subset node = 16
3.30/3.35	c Variables = 315617
3.30/3.35	c Clauses = 1522583
3.30/3.35	c Literals = 4407119
3.30/3.35	c Reduced size:
3.30/3.35	c Variables = 315617
3.30/3.35	c Clauses = 1255959
3.30/3.35	c Literals = 3720255
3.30/3.35	c a2
5.60/5.67	c a1

Verifier Data

sh: BIN/SAT-verifier: No such file or directory

Watcher Data

runsolver version 3.2.9 (svn:503) (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w /tmp/evaluation-result-1780305-1244967537/watcher-1780305-1244967537 -o /tmp/evaluation-result-1780305-1244967537/solver-1780305-1244967537 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 16 HOME/instance-1780305-1244967537.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 2096128 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 2147328 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 2/184 27770
/proc/meminfo: memFree=18993464/36427776 swapFree=3824/8076
[pid=27770] ppid=27768 vsize=1676 CPUtime=0
/proc/27770/stat : 27770 (ttsth-5-0) R 27768 27770 15497 0 -1 4202496 301 0 0 0 0 0 0 0 20 0 1 0 656060218 1716224 258 18446744073709551615 134512640 135237372 4290396800 18446744073709551615 134732614 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/27770/statm: 419 258 75 177 0 241 0

[startup+0.079048 s]
/proc/loadavg: 0.92 0.98 0.99 2/184 27770
/proc/meminfo: memFree=18993464/36427776 swapFree=3824/8076
[pid=27770] ppid=27768 vsize=5868 CPUtime=0.06
/proc/27770/stat : 27770 (ttsth-5-0) R 27768 27770 15497 0 -1 4202496 1341 0 0 0 6 0 0 0 20 0 1 0 656060218 6008832 1298 18446744073709551615 134512640 135237372 4290396800 18446744073709551615 134639534 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/27770/statm: 1467 1299 75 177 0 1289 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5868

[startup+0.103021 s]
/proc/loadavg: 0.92 0.98 0.99 2/184 27770
/proc/meminfo: memFree=18993464/36427776 swapFree=3824/8076
[pid=27770] ppid=27768 vsize=7368 CPUtime=0.1
/proc/27770/stat : 27770 (ttsth-5-0) R 27768 27770 15497 0 -1 4202496 1689 0 0 0 10 0 0 0 20 0 1 0 656060218 7544832 1646 18446744073709551615 134512640 135237372 4290396800 18446744073709551615 134732614 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/27770/statm: 1842 1646 75 177 0 1664 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7368

[startup+0.303048 s]
/proc/loadavg: 0.92 0.98 0.99 2/184 27770
/proc/meminfo: memFree=18993464/36427776 swapFree=3824/8076
[pid=27770] ppid=27768 vsize=18864 CPUtime=0.3
/proc/27770/stat : 27770 (ttsth-5-0) R 27768 27770 15497 0 -1 4202496 4598 0 0 0 28 2 0 0 20 0 1 0 656060218 19316736 4555 18446744073709551615 134512640 135237372 4290396800 18446744073709551615 134732614 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/27770/statm: 4716 4556 75 177 0 4538 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 18864

[startup+0.703068 s]
/proc/loadavg: 0.92 0.98 0.99 2/184 27770
/proc/meminfo: memFree=18993464/36427776 swapFree=3824/8076
[pid=27770] ppid=27768 vsize=42164 CPUtime=0.7
/proc/27770/stat : 27770 (ttsth-5-0) R 27768 27770 15497 0 -1 4202496 10414 0 0 0 66 4 0 0 20 0 1 0 656060218 43175936 10371 18446744073709551615 134512640 135237372 4290396800 18446744073709551615 134732614 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/27770/statm: 10541 10371 75 177 0 10363 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 42164

[startup+1.50317 s]
/proc/loadavg: 0.92 0.98 0.99 2/185 27771
/proc/meminfo: memFree=18935440/36427776 swapFree=4484/66248
[pid=27770] ppid=27768 vsize=89536 CPUtime=1.5
/proc/27770/stat : 27770 (ttsth-5-0) R 27768 27770 15497 0 -1 4202496 22137 0 0 0 138 12 0 0 20 0 1 0 656060218 91684864 22094 18446744073709551615 134512640 135237372 4290396800 18446744073709551615 134732614 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/27770/statm: 22384 22095 75 177 0 22206 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 89536

[startup+3.10329 s]
/proc/loadavg: 0.92 0.98 0.99 2/185 27771
/proc/meminfo: memFree=18890076/36427776 swapFree=4216/112080
[pid=27770] ppid=27768 vsize=106648 CPUtime=3.1
/proc/27770/stat : 27770 (ttsth-5-0) R 27768 27770 15497 0 -1 4202496 25892 0 0 0 298 12 0 0 20 0 1 0 656060218 109207552 25849 18446744073709551615 134512640 135237372 4290396800 18446744073709551615 134534059 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/27770/statm: 26662 25849 75 177 0 26484 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 106648

[startup+6.30355 s]
/proc/loadavg: 0.93 0.98 0.99 2/185 27771
/proc/meminfo: memFree=18798920/36427776 swapFree=4616/203508
[pid=27770] ppid=27768 vsize=144856 CPUtime=6.3
/proc/27770/stat : 27770 (ttsth-5-0) R 27768 27770 15497 0 -1 4202496 55460 0 0 0 598 32 0 0 20 0 1 0 656060218 148332544 31530 18446744073709551615 134512640 135237372 4290396800 18446744073709551615 134732614 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/27770/statm: 36214 31534 77 177 0 36036 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 144856

[startup+12.704 s]
/proc/loadavg: 0.93 0.98 0.99 2/185 27771
/proc/meminfo: memFree=18815692/36427776 swapFree=4620/187860
[pid=27770] ppid=27768 vsize=195756 CPUtime=12.7
/proc/27770/stat : 27770 (ttsth-5-0) R 27768 27770 15497 0 -1 4202496 69153 0 0 0 1232 38 0 0 20 0 1 0 656060218 200454144 45223 18446744073709551615 134512640 135237372 4290396800 18446744073709551615 134732614 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/27770/statm: 48939 45223 77 177 0 48761 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 195756

[startup+25.5011 s]
/proc/loadavg: 0.95 0.98 0.99 2/185 27771
/proc/meminfo: memFree=18758924/36427776 swapFree=4620/243940
[pid=27770] ppid=27768 vsize=240032 CPUtime=25.5
/proc/27770/stat : 27770 (ttsth-5-0) R 27768 27770 15497 0 -1 4202496 82857 0 0 0 2508 42 0 0 20 0 1 0 656060218 245792768 58709 18446744073709551615 134512640 135237372 4290396800 18446744073709551615 134600972 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/27770/statm: 60008 58709 77 177 0 59830 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 240032

[startup+51.1032 s]
/proc/loadavg: 0.96 0.98 0.99 2/185 27771
/proc/meminfo: memFree=18758552/36427776 swapFree=4620/245296
[pid=27770] ppid=27768 vsize=241088 CPUtime=51.1
/proc/27770/stat : 27770 (ttsth-5-0) R 27768 27770 15497 0 -1 4202496 83125 0 0 0 5068 42 0 0 20 0 1 0 656060218 246874112 58977 18446744073709551615 134512640 135237372 4290396800 18446744073709551615 134600966 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/27770/statm: 60272 58977 77 177 0 60094 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 241088

[startup+102.311 s]
/proc/loadavg: 0.98 0.98 0.99 2/185 27776
/proc/meminfo: memFree=18758428/36427776 swapFree=4620/245044
[pid=27770] ppid=27768 vsize=241088 CPUtime=102.31
/proc/27770/stat : 27770 (ttsth-5-0) R 27768 27770 15497 0 -1 4202496 83125 0 0 0 10189 42 0 0 20 0 1 0 656060218 246874112 58977 18446744073709551615 134512640 135237372 4290396800 18446744073709551615 134600707 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/27770/statm: 60272 58977 77 177 0 60094 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 241088

[startup+162.304 s]
/proc/loadavg: 0.99 0.98 0.99 2/185 27776
/proc/meminfo: memFree=18757436/36427776 swapFree=4620/246560
[pid=27770] ppid=27768 vsize=242372 CPUtime=162.31
/proc/27770/stat : 27770 (ttsth-5-0) R 27768 27770 15497 0 -1 4202496 83346 0 0 0 16189 42 0 0 20 0 1 0 656060218 248188928 59198 18446744073709551615 134512640 135237372 4290396800 18446744073709551615 134600718 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/27770/statm: 60593 59198 77 177 0 60415 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 242372

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/185 27776
/proc/meminfo: memFree=18757064/36427776 swapFree=4620/246648
[pid=27770] ppid=27768 vsize=242768 CPUtime=222.3
/proc/27770/stat : 27770 (ttsth-5-0) R 27768 27770 15497 0 -1 4202496 83431 0 0 0 22188 42 0 0 20 0 1 0 656060218 248594432 59283 18446744073709551615 134512640 135237372 4290396800 18446744073709551615 134600738 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/27770/statm: 60692 59283 77 177 0 60514 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 242768

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/185 27776
/proc/meminfo: memFree=18756816/36427776 swapFree=4620/246836
[pid=27770] ppid=27768 vsize=242900 CPUtime=282.3
/proc/27770/stat : 27770 (ttsth-5-0) R 27768 27770 15497 0 -1 4202496 83479 0 0 0 28188 42 0 0 20 0 1 0 656060218 248729600 59331 18446744073709551615 134512640 135237372 4290396800 18446744073709551615 134600718 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/27770/statm: 60725 59331 77 177 0 60547 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 242900

[startup+342.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/185 27776
/proc/meminfo: memFree=18756692/36427776 swapFree=4620/247024
[pid=27770] ppid=27768 vsize=243032 CPUtime=342.3
/proc/27770/stat : 27770 (ttsth-5-0) R 27768 27770 15497 0 -1 4202496 83525 0 0 0 34188 42 0 0 20 0 1 0 656060218 248864768 59377 18446744073709551615 134512640 135237372 4290396800 18446744073709551615 134600718 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/27770/statm: 60758 59377 77 177 0 60580 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 243032

[startup+402.304 s]
/proc/loadavg: 0.99 0.98 0.99 2/185 27781
/proc/meminfo: memFree=18756816/36427776 swapFree=4620/247116
[pid=27770] ppid=27768 vsize=243032 CPUtime=402.31
/proc/27770/stat : 27770 (ttsth-5-0) R 27768 27770 15497 0 -1 4202496 83550 0 0 0 40189 42 0 0 20 0 1 0 656060218 248864768 59402 18446744073709551615 134512640 135237372 4290396800 18446744073709551615 134600975 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/27770/statm: 60758 59402 77 177 0 60580 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 243032

[startup+462.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/185 27781
/proc/meminfo: memFree=18756692/36427776 swapFree=4620/247212
[pid=27770] ppid=27768 vsize=243164 CPUtime=462.31
/proc/27770/stat : 27770 (ttsth-5-0) R 27768 27770 15497 0 -1 4202496 83574 0 0 0 46189 42 0 0 20 0 1 0 656060218 248999936 59426 18446744073709551615 134512640 135237372 4290396800 18446744073709551615 134600718 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/27770/statm: 60791 59426 77 177 0 60613 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 243164

[startup+522.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/185 27781
/proc/meminfo: memFree=18756692/36427776 swapFree=4620/247284
[pid=27770] ppid=27768 vsize=243296 CPUtime=522.32
/proc/27770/stat : 27770 (ttsth-5-0) R 27768 27770 15497 0 -1 4202496 83592 0 0 0 52190 42 0 0 20 0 1 0 656060218 249135104 59444 18446744073709551615 134512640 135237372 4290396800 18446744073709551615 134600975 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/27770/statm: 60824 59444 77 177 0 60646 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 243296

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/185 27781
/proc/meminfo: memFree=18756568/36427776 swapFree=4620/247384
[pid=27770] ppid=27768 vsize=243296 CPUtime=582.31
/proc/27770/stat : 27770 (ttsth-5-0) R 27768 27770 15497 0 -1 4202496 83617 0 0 0 58189 42 0 0 20 0 1 0 656060218 249135104 59469 18446744073709551615 134512640 135237372 4290396800 18446744073709551615 134600975 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/27770/statm: 60824 59469 77 177 0 60646 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 243296

[startup+642.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/185 27781
/proc/meminfo: memFree=18756568/36427776 swapFree=4620/247460
[pid=27770] ppid=27768 vsize=243428 CPUtime=642.32
/proc/27770/stat : 27770 (ttsth-5-0) R 27768 27770 15497 0 -1 4202496 83636 0 0 0 64190 42 0 0 20 0 1 0 656060218 249270272 59488 18446744073709551615 134512640 135237372 4290396800 18446744073709551615 134600744 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/27770/statm: 60857 59488 77 177 0 60679 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 243428

[startup+702.304 s]
/proc/loadavg: 0.99 0.98 0.99 2/185 27786
/proc/meminfo: memFree=18756568/36427776 swapFree=4620/247576
[pid=27770] ppid=27768 vsize=243428 CPUtime=702.32
/proc/27770/stat : 27770 (ttsth-5-0) R 27768 27770 15497 0 -1 4202496 83666 0 0 0 70190 42 0 0 20 0 1 0 656060218 249270272 59518 18446744073709551615 134512640 135237372 4290396800 18446744073709551615 134600966 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/27770/statm: 60857 59518 77 177 0 60679 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 243428

[startup+762.309 s]
/proc/loadavg: 0.99 0.98 0.99 2/185 27786
/proc/meminfo: memFree=18756568/36427776 swapFree=4620/247668
[pid=27770] ppid=27768 vsize=243560 CPUtime=762.32
/proc/27770/stat : 27770 (ttsth-5-0) R 27768 27770 15497 0 -1 4202496 83689 0 0 0 76190 42 0 0 20 0 1 0 656060218 249405440 59541 18446744073709551615 134512640 135237372 4290396800 18446744073709551615 134600975 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/27770/statm: 60890 59541 77 177 0 60712 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 243560

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/185 27786
/proc/meminfo: memFree=18756444/36427776 swapFree=4620/247764
[pid=27770] ppid=27768 vsize=243692 CPUtime=822.31
/proc/27770/stat : 27770 (ttsth-5-0) R 27768 27770 15497 0 -1 4202496 83714 0 0 0 82189 42 0 0 20 0 1 0 656060218 249540608 59566 18446744073709551615 134512640 135237372 4290396800 18446744073709551615 134600704 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/27770/statm: 60923 59566 77 177 0 60745 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 243692

[startup+882.302 s]
/proc/loadavg: 1.05 1.00 1.00 2/185 27786
/proc/meminfo: memFree=18756320/36427776 swapFree=4620/247880
[pid=27770] ppid=27768 vsize=243692 CPUtime=882.31
/proc/27770/stat : 27770 (ttsth-5-0) R 27768 27770 15497 0 -1 4202496 83744 0 0 0 88189 42 0 0 20 0 1 0 656060218 249540608 59596 18446744073709551615 134512640 135237372 4290396800 18446744073709551615 134600978 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/27770/statm: 60923 59596 77 177 0 60745 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 243692

[startup+942.303 s]
/proc/loadavg: 1.02 1.00 1.00 2/185 27786
/proc/meminfo: memFree=18756196/36427776 swapFree=4620/247972
[pid=27770] ppid=27768 vsize=243824 CPUtime=942.31
/proc/27770/stat : 27770 (ttsth-5-0) R 27768 27770 15497 0 -1 4202496 83768 0 0 0 94189 42 0 0 20 0 1 0 656060218 249675776 59620 18446744073709551615 134512640 135237372 4290396800 18446744073709551615 134600975 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/27770/statm: 60956 59620 77 177 0 60778 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 243824



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000 s]
/proc/loadavg: 1.00 1.00 1.00 2/185 27791
/proc/meminfo: memFree=18755948/36427776 swapFree=4620/248064
[pid=27770] ppid=27768 vsize=243824 CPUtime=1000.03
/proc/27770/stat : 27770 (ttsth-5-0) R 27768 27770 15497 0 -1 4202496 83794 0 0 0 99961 42 0 0 20 0 1 0 656060218 249675776 59646 18446744073709551615 134512640 135237372 4290396800 18446744073709551615 134600972 0 0 1 0 0 0 0 17 9 0 0 0 0 0
/proc/27770/statm: 60956 59646 77 177 0 60778 0
Current children cumulated CPU time (s) 1000.03
Current children cumulated vsize (KiB) 243824

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27770 and gives
#  childrusage.ru_utime.tv_sec=999
#  childrusage.ru_utime.tv_usec=570469
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=452028
# CPU time returned by wait4() is 1000.02
# while last known CPU time is 1000.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1000.05
CPU time (s): 1000.03
CPU user time (s): 999.61
CPU system time (s): 0.42
CPU usage (%): 99.9981
Max. virtual memory (cumulated for all children) (KiB): 243824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 999.57
system time used= 0.452028
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83794
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= 1
involuntary context switches= 1532

runsolver used 2.42815 second user time and 6.3764 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-14 10:18:57
IDJOB=1780305
IDBENCH=70967
IDSOLVER=634
FILE ID=xenhost3-49/1780305-1244967537
PBS_JOBID=
Free space on /tmp= 6994 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (16 threads)
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_L100_coli.sat.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1780305-1244967537/watcher-1780305-1244967537 -o /tmp/evaluation-result-1780305-1244967537/solver-1780305-1244967537 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 16 HOME/instance-1780305-1244967537.cnf

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 2047 MiB
MAX NB THREAD= 16

MD5SUM BENCH= 370a08d01be1cc652e9a09ab1aafdced
RANDOM SEED= 47692747

Linux xenhost3-49 2.6.27.5 #1 SMP Mon Mar 30 10:34:22 CEST 2009 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 8
initial apicid	: 8
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 4
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 6
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 24
initial apicid	: 24
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 2
cpu cores	: 1
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 2
cpu cores	: 1
apicid		: 10
initial apicid	: 10
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 4
siblings	: 1
core id		: 2
cpu cores	: 1
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 6
siblings	: 1
core id		: 2
cpu cores	: 1
apicid		: 26
initial apicid	: 26
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 1
cpu cores	: 1
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 1
cpu cores	: 1
apicid		: 9
initial apicid	: 9
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 4
siblings	: 1
core id		: 1
cpu cores	: 1
apicid		: 17
initial apicid	: 17
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 6
siblings	: 1
core id		: 1
cpu cores	: 1
apicid		: 25
initial apicid	: 25
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 3
cpu cores	: 1
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 3
cpu cores	: 1
apicid		: 11
initial apicid	: 11
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 4
siblings	: 1
core id		: 3
cpu cores	: 1
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 6
siblings	: 1
core id		: 3
cpu cores	: 1
apicid		: 27
initial apicid	: 27
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:     36427776 kB
MemFree:      18993464 kB
Buffers:        496912 kB
Cached:       14146976 kB
SwapCached:          0 kB
Active:        4143592 kB
Inactive:     10508936 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:           30488 kB
Writeback:           0 kB
AnonPages:        8076 kB
Mapped:           3824 kB
Slab:           727004 kB
SReclaimable:   700116 kB
SUnreclaim:      26888 kB
PageTables:          0 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
WritebackTmp:        0 kB
CommitLimit:  43612580 kB
Committed_AS:    29256 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    275248 kB
VmallocChunk: 34359462839 kB
DirectMap4k:  99216660 kB
DirectMap2M:         0 kB

Free space on /tmp at the end= 6994 MiB
End job on xenhost3-49 at 2009-06-14 10:35:41