Trace number 3293499

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
SArTagnan 2011-03-24UNSAT 409.326 102.765

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
manolios/c10idw_i.cnf
MD5SUMc139a321e75833c70af36726562b66de
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark23.2925
Satisfiable
(Un)Satisfiability was proved
Number of variables196306
Number of clauses582994
Sum of the clauses size1360318
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2388662
Number of clauses of size 3194331
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

409.18/102.72	
409.18/102.72	s UNSATISFIABLE
409.18/102.72	c Conflict at level 0

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3293499-1304116986/watcher-3293499-1304116986 -o /tmp/evaluation-result-3293499-1304116986/solver-3293499-1304116986 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3293499-1304116986.cnf -threads=4 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.19 7.14 5.59 5/180 4427
/proc/meminfo: memFree=28788720/32950928 swapFree=67111352/67111528
[pid=4427] ppid=4425 vsize=21580 CPUtime=0 cores=1,3,5,7
/proc/4427/stat : 4427 (SArTagnan) R 4425 4427 4254 0 -1 4202496 991 0 0 0 0 0 0 0 25 0 1 0 601929326 22097920 928 33554432000 4194304 4623224 140736674641712 18446744073709551615 4315013 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4427/statm: 5395 930 290 105 0 899 0

[startup+0.0860159 s]
/proc/loadavg: 8.19 7.14 5.59 5/180 4427
/proc/meminfo: memFree=28788720/32950928 swapFree=67111352/67111528
[pid=4427] ppid=4425 vsize=56536 CPUtime=0.07 cores=1,3,5,7
/proc/4427/stat : 4427 (SArTagnan) R 4425 4427 4254 0 -1 4202496 8475 0 0 0 7 0 0 0 25 0 1 0 601929326 57892864 5907 33554432000 4194304 4623224 140736674641712 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4427/statm: 14134 5907 297 105 0 9638 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 56536

[startup+0.101002 s]
/proc/loadavg: 8.19 7.14 5.59 5/180 4427
/proc/meminfo: memFree=28788720/32950928 swapFree=67111352/67111528
[pid=4427] ppid=4425 vsize=58352 CPUtime=0.09 cores=1,3,5,7
/proc/4427/stat : 4427 (SArTagnan) R 4425 4427 4254 0 -1 4202496 9374 0 0 0 9 0 0 0 25 0 1 0 601929326 59752448 6445 33554432000 4194304 4623224 140736674641712 18446744073709551615 4388779 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4427/statm: 14588 6445 297 105 0 10092 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 58352

[startup+0.300906 s]
/proc/loadavg: 8.19 7.14 5.59 5/180 4427
/proc/meminfo: memFree=28788720/32950928 swapFree=67111352/67111528
[pid=4427] ppid=4425 vsize=187980 CPUtime=0.3 cores=1,3,5,7
/proc/4427/stat : 4427 (SArTagnan) R 4425 4427 4254 0 -1 4202496 37902 0 0 0 27 3 0 0 25 0 4 0 601929326 192491520 29680 33554432000 4194304 4623224 140736674641712 18446744073709551615 4307755 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/4427/statm: 46995 29709 308 105 0 42499 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 187980

[startup+0.700834 s]
/proc/loadavg: 8.19 7.14 5.59 5/180 4427
/proc/meminfo: memFree=28788720/32950928 swapFree=67111352/67111528
[pid=4427] ppid=4425 vsize=400244 CPUtime=1.9 cores=1,3,5,7
/proc/4427/stat : 4427 (SArTagnan) R 4425 4427 4254 0 -1 4202496 43470 0 0 0 186 4 0 0 25 0 4 0 601929326 409849856 34850 33554432000 4194304 4623224 140736674641712 18446744073709551615 4412444 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/4427/statm: 100061 34850 335 105 0 95565 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 400244

[startup+1.50069 s]
/proc/loadavg: 8.19 7.14 5.59 10/184 4431
/proc/meminfo: memFree=28653660/32950928 swapFree=67111352/67111528
[pid=4427] ppid=4425 vsize=409988 CPUtime=5.09 cores=1,3,5,7
/proc/4427/stat : 4427 (SArTagnan) R 4425 4427 4254 0 -1 4202496 49334 0 0 0 505 4 0 0 25 0 4 0 601929326 419827712 37040 33554432000 4194304 4623224 140736674641712 18446744073709551615 4278634 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/4427/statm: 102497 37040 335 105 0 98001 0
[pid=4427/tid=4429] ppid=4425 vsize=409988 CPUtime=1.2 cores=1,3,5,7
/proc/4427/task/4429/stat : 4429 (SArTagnan) R 4425 4427 4254 0 -1 4202560 3061 0 0 0 120 0 0 0 25 0 4 0 601929356 419827712 37040 33554432000 4194304 4623224 140736674641712 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4427/tid=4430] ppid=4425 vsize=409988 CPUtime=1.18 cores=1,3,5,7
/proc/4427/task/4430/stat : 4430 (SArTagnan) R 4425 4427 4254 0 -1 4202560 1924 0 0 0 118 0 0 0 25 0 4 0 601929356 419827712 37040 33554432000 4194304 4623224 140736674641712 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4427/tid=4431] ppid=4425 vsize=409988 CPUtime=1.2 cores=1,3,5,7
/proc/4427/task/4431/stat : 4431 (SArTagnan) R 4425 4427 4254 0 -1 4202560 6153 0 0 0 120 0 0 0 25 0 4 0 601929356 419827712 37040 33554432000 4194304 4623224 140736674641712 18446744073709551615 4364427 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.09
Current children cumulated vsize (KiB) 409988

[startup+3.10039 s]
/proc/loadavg: 8.19 7.14 5.59 10/184 4431
/proc/meminfo: memFree=28647088/32950928 swapFree=67111352/67111528
[pid=4427] ppid=4425 vsize=409988 CPUtime=11.49 cores=1,3,5,7
/proc/4427/stat : 4427 (SArTagnan) R 4425 4427 4254 0 -1 4202496 54623 0 0 0 1143 6 0 0 25 0 4 0 601929326 419827712 36801 33554432000 4194304 4623224 140736674641712 18446744073709551615 4412513 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/4427/statm: 102497 36801 335 105 0 98001 0
[pid=4427/tid=4429] ppid=4425 vsize=409988 CPUtime=2.8 cores=1,3,5,7
/proc/4427/task/4429/stat : 4429 (SArTagnan) R 4425 4427 4254 0 -1 4202560 3071 0 0 0 280 0 0 0 25 0 4 0 601929356 419827712 36801 33554432000 4194304 4623224 140736674641712 18446744073709551615 4485386 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4427/tid=4430] ppid=4425 vsize=409988 CPUtime=2.78 cores=1,3,5,7
/proc/4427/task/4430/stat : 4430 (SArTagnan) R 4425 4427 4254 0 -1 4202560 2050 0 0 0 278 0 0 0 25 0 4 0 601929356 419827712 36802 33554432000 4194304 4623224 140736674641712 18446744073709551615 4485214 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4427/tid=4431] ppid=4425 vsize=409988 CPUtime=2.79 cores=1,3,5,7
/proc/4427/task/4431/stat : 4431 (SArTagnan) R 4425 4427 4254 0 -1 4202560 11279 0 0 0 278 1 0 0 25 0 4 0 601929356 419827712 36802 33554432000 4194304 4623224 140736674641712 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.49
Current children cumulated vsize (KiB) 409988

[startup+6.3008 s]
/proc/loadavg: 8.18 7.15 5.60 10/184 4431
/proc/meminfo: memFree=28643948/32950928 swapFree=67111352/67111528
[pid=4427] ppid=4425 vsize=409988 CPUtime=24.27 cores=1,3,5,7
/proc/4427/stat : 4427 (SArTagnan) R 4425 4427 4254 0 -1 4202496 65265 0 0 0 2419 8 0 0 25 0 4 0 601929326 419827712 37146 33554432000 4194304 4623224 140736674641712 18446744073709551615 4412473 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/4427/statm: 102497 37146 335 105 0 98001 0
[pid=4427/tid=4429] ppid=4425 vsize=409988 CPUtime=6 cores=1,3,5,7
/proc/4427/task/4429/stat : 4429 (SArTagnan) R 4425 4427 4254 0 -1 4202560 3208 0 0 0 600 0 0 0 25 0 4 0 601929356 419827712 37146 33554432000 4194304 4623224 140736674641712 18446744073709551615 4485381 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4427/tid=4430] ppid=4425 vsize=409988 CPUtime=5.96 cores=1,3,5,7
/proc/4427/task/4430/stat : 4430 (SArTagnan) R 4425 4427 4254 0 -1 4202560 2144 0 0 0 596 0 0 0 25 0 4 0 601929356 419827712 37146 33554432000 4194304 4623224 140736674641712 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4427/tid=4431] ppid=4425 vsize=409988 CPUtime=5.99 cores=1,3,5,7
/proc/4427/task/4431/stat : 4431 (SArTagnan) R 4425 4427 4254 0 -1 4202560 21663 0 0 0 596 3 0 0 25 0 4 0 601929356 419827712 37146 33554432000 4194304 4623224 140736674641712 18446744073709551615 4545761 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.27
Current children cumulated vsize (KiB) 409988

[startup+12.7006 s]
/proc/loadavg: 8.16 7.17 5.62 9/184 4431
/proc/meminfo: memFree=28608884/32950928 swapFree=67111352/67111528
[pid=4427] ppid=4425 vsize=424628 CPUtime=49.83 cores=1,3,5,7
/proc/4427/stat : 4427 (SArTagnan) R 4425 4427 4254 0 -1 4202496 88768 0 0 0 4971 12 0 0 25 0 4 0 601929326 434819072 42765 33554432000 4194304 4623224 140736674641712 18446744073709551615 4412473 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/4427/statm: 106157 42765 344 105 0 101661 0
[pid=4427/tid=4429] ppid=4425 vsize=424628 CPUtime=12.4 cores=1,3,5,7
/proc/4427/task/4429/stat : 4429 (SArTagnan) R 4425 4427 4254 0 -1 4202560 3813 0 0 0 1240 0 0 0 25 0 4 0 601929356 434819072 42765 33554432000 4194304 4623224 140736674641712 18446744073709551615 4485214 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4427/tid=4430] ppid=4425 vsize=424628 CPUtime=12.33 cores=1,3,5,7
/proc/4427/task/4430/stat : 4430 (SArTagnan) R 4425 4427 4254 0 -1 4202560 3992 0 0 0 1232 1 0 0 25 0 4 0 601929356 434819072 42765 33554432000 4194304 4623224 140736674641712 18446744073709551615 4366391 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4427/tid=4431] ppid=4425 vsize=424628 CPUtime=12.4 cores=1,3,5,7
/proc/4427/task/4431/stat : 4431 (SArTagnan) R 4425 4427 4254 0 -1 4202560 42208 0 0 0 1233 7 0 0 25 0 4 0 601929356 434819072 42765 33554432000 4194304 4623224 140736674641712 18446744073709551615 4551644 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 49.83
Current children cumulated vsize (KiB) 424628

[startup+25.5003 s]
/proc/loadavg: 8.13 7.21 5.65 10/184 4432
/proc/meminfo: memFree=28580792/32950928 swapFree=67111352/67111528
[pid=4427] ppid=4425 vsize=435636 CPUtime=100.96 cores=1,3,5,7
/proc/4427/stat : 4427 (SArTagnan) R 4425 4427 4254 0 -1 4202496 122028 0 0 0 10077 19 0 0 25 0 4 0 601929326 446091264 46826 33554432000 4194304 4623224 140736674641712 18446744073709551615 4517833 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/4427/statm: 108909 46826 344 105 0 104413 0
[pid=4427/tid=4429] ppid=4425 vsize=435636 CPUtime=25.19 cores=1,3,5,7
/proc/4427/task/4429/stat : 4429 (SArTagnan) R 4425 4427 4254 0 -1 4202560 6327 0 0 0 2518 1 0 0 25 0 4 0 601929356 446091264 46826 33554432000 4194304 4623224 140736674641712 18446744073709551615 4376823 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4427/tid=4430] ppid=4425 vsize=435636 CPUtime=25.05 cores=1,3,5,7
/proc/4427/task/4430/stat : 4430 (SArTagnan) R 4425 4427 4254 0 -1 4202560 6443 0 0 0 2504 1 0 0 25 0 4 0 601929356 446091264 46826 33554432000 4194304 4623224 140736674641712 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4427/tid=4431] ppid=4425 vsize=435636 CPUtime=25.2 cores=1,3,5,7
/proc/4427/task/4431/stat : 4431 (SArTagnan) R 4425 4427 4254 0 -1 4202560 68362 0 0 0 2508 12 0 0 25 0 4 0 601929356 446091264 46826 33554432000 4194304 4623224 140736674641712 18446744073709551615 4376892 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 100.96
Current children cumulated vsize (KiB) 435636

[startup+51.1005 s]
/proc/loadavg: 8.16 7.29 5.72 9/184 4432
/proc/meminfo: memFree=27999112/32950928 swapFree=67111352/67111528
[pid=4427] ppid=4425 vsize=1040624 CPUtime=203.06 cores=1,3,5,7
/proc/4427/stat : 4427 (SArTagnan) R 4425 4427 4254 0 -1 4202496 483096 0 0 0 20233 73 0 0 25 0 4 0 601929326 1065598976 187204 33554432000 4194304 4623224 140736674641712 18446744073709551615 4510285 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/4427/statm: 260156 187204 353 105 0 255660 0
[pid=4427/tid=4429] ppid=4425 vsize=1040624 CPUtime=50.77 cores=1,3,5,7
/proc/4427/task/4429/stat : 4429 (SArTagnan) R 4425 4427 4254 0 -1 4202560 77901 0 0 0 5065 12 0 0 25 0 4 0 601929356 1065598976 187204 33554432000 4194304 4623224 140736674641712 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4427/tid=4430] ppid=4425 vsize=1040624 CPUtime=50.43 cores=1,3,5,7
/proc/4427/task/4430/stat : 4430 (SArTagnan) R 4425 4427 4254 0 -1 4202560 78958 0 0 0 5031 12 0 0 25 0 4 0 601929356 1065598976 187204 33554432000 4194304 4623224 140736674641712 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4427/tid=4431] ppid=4425 vsize=1040624 CPUtime=50.77 cores=1,3,5,7
/proc/4427/task/4431/stat : 4431 (SArTagnan) R 4425 4427 4254 0 -1 4202560 164229 0 0 0 5051 26 0 0 25 0 4 0 601929356 1065598976 187204 33554432000 4194304 4623224 140736674641712 18446744073709551615 4354578 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.06
Current children cumulated vsize (KiB) 1040624

[startup+102.307 s]
/proc/loadavg: 8.15 7.41 5.84 9/184 4434
/proc/meminfo: memFree=27948068/32950928 swapFree=67111352/67111528
[pid=4427] ppid=4425 vsize=1034604 CPUtime=407.61 cores=1,3,5,7
/proc/4427/stat : 4427 (SArTagnan) R 4425 4427 4254 0 -1 4202496 543470 0 0 0 40676 85 0 0 25 0 4 0 601929326 1059434496 193170 33554432000 4194304 4623224 140736674641712 18446744073709551615 4510316 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/4427/statm: 258651 193170 345 105 0 254155 0
[pid=4427/tid=4429] ppid=4425 vsize=1034604 CPUtime=101.97 cores=1,3,5,7
/proc/4427/task/4429/stat : 4429 (SArTagnan) R 4425 4427 4254 0 -1 4202560 80478 0 0 0 10184 13 0 0 25 0 4 0 601929356 1059434496 193170 33554432000 4194304 4623224 140736674641712 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4427/tid=4430] ppid=4425 vsize=1034604 CPUtime=101.36 cores=1,3,5,7
/proc/4427/task/4430/stat : 4430 (SArTagnan) R 4425 4427 4254 0 -1 4202560 81340 0 0 0 10123 13 0 0 25 0 4 0 601929356 1059434496 193170 33554432000 4194304 4623224 140736674641712 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4427/tid=4431] ppid=4425 vsize=1034604 CPUtime=101.98 cores=1,3,5,7
/proc/4427/task/4431/stat : 4431 (SArTagnan) R 4425 4427 4254 0 -1 4202560 218750 0 0 0 10162 36 0 0 25 0 4 0 601929356 1059434496 193170 33554432000 4194304 4623224 140736674641712 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 407.61
Current children cumulated vsize (KiB) 1034604

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

[startup+102.701 s]
/proc/loadavg: 8.15 7.41 5.84 9/184 4434
/proc/meminfo: memFree=27948068/32950928 swapFree=67111352/67111528
[pid=4427] ppid=4425 vsize=1034604 CPUtime=409.18 cores=1,3,5,7
/proc/4427/stat : 4427 (SArTagnan) R 4425 4427 4254 0 -1 4202496 543598 0 0 0 40833 85 0 0 25 0 4 0 601929326 1059434496 193216 33554432000 4194304 4623224 140736674641712 18446744073709551615 4510034 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/4427/statm: 258651 193216 345 105 0 254155 0
[pid=4427/tid=4429] ppid=4425 vsize=1034604 CPUtime=102.36 cores=1,3,5,7
/proc/4427/task/4429/stat : 4429 (SArTagnan) R 4425 4427 4254 0 -1 4202560 80486 0 0 0 10223 13 0 0 25 0 4 0 601929356 1059434496 193216 33554432000 4194304 4623224 140736674641712 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4427/tid=4430] ppid=4425 vsize=1034604 CPUtime=101.75 cores=1,3,5,7
/proc/4427/task/4430/stat : 4430 (SArTagnan) R 4425 4427 4254 0 -1 4202560 81340 0 0 0 10162 13 0 0 25 0 4 0 601929356 1059434496 193216 33554432000 4194304 4623224 140736674641712 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4427/tid=4431] ppid=4425 vsize=1034604 CPUtime=102.37 cores=1,3,5,7
/proc/4427/task/4431/stat : 4431 (SArTagnan) R 4425 4427 4254 0 -1 4202560 218864 0 0 0 10201 36 0 0 25 0 4 0 601929356 1059434496 193216 33554432000 4194304 4623224 140736674641712 18446744073709551615 4550498 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 409.18
Current children cumulated vsize (KiB) 1034604

Child status: 20
Real time (s): 102.765
CPU time (s): 409.326
CPU user time (s): 408.439
CPU system time (s): 0.886865
CPU usage (%): 398.313
Max. virtual memory (cumulated for all children) (KiB): 1040624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 408.439
system time used= 0.886865
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 543609
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= 2833
involuntary context switches= 1607

runsolver used 0.173973 second user time and 0.39194 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-30 00:43:07
IDJOB=3293499
IDBENCH=88143
IDSOLVER=1656
FILE ID=node113/3293499-1304116986
RUNJOBID= node113-1304116558-4273
PBS_JOBID= 13170715
Free space on /tmp= 71152 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/manolios/c10idw_i.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3293499-1304116986/watcher-3293499-1304116986 -o /tmp/evaluation-result-3293499-1304116986/solver-3293499-1304116986 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3293499-1304116986.cnf -threads=4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= c139a321e75833c70af36726562b66de
RANDOM SEED=1244717968

node113.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28789008 kB
Buffers:        727188 kB
Cached:        2299424 kB
SwapCached:         12 kB
Active:         717888 kB
Inactive:      2926248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28789008 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:           10520 kB
Writeback:           0 kB
AnonPages:      617208 kB
Mapped:          15400 kB
Slab:           453628 kB
PageTables:       5648 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   893764 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71152 MiB
End job on node113 at 2011-04-30 00:44:49