Trace number 3285276

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
synit_sat 2011-03-03UNSAT 582.126 582.114

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.040-NOTKNOWN.cnf
MD5SUM36e8e2178d03f08fa4223da0e3d9beb5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark539.975
Satisfiable
(Un)Satisfiability was proved
Number of variables87884
Number of clauses1413816
Sum of the clauses size3227576
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 21364160
Number of clauses of size 33840
Number of clauses of size 417760
Number of clauses of size 57680
Number of clauses of size over 519680

Solver Data

0.00/0.00	c start  0 total 0
0.49/0.53	c Find Units :        696
0.59/0.64	c Find Invs  :          0
0.69/0.71	c Find Ands  :       5760 AvgFaninNum: 3
0.69/0.71	c Find Xors  :          0 AvgFaninNum: nan
0.69/0.71	c Find Ite   :          0
0.69/0.71	c UnDirect variable: 0
0.69/0.71	c UnDirect to Direct Gate: 0
0.69/0.71	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.69/0.71	c Break Cycle : 0
0.69/0.71	c Total Root : 144 Undef Var: 82124
0.69/0.73	c After covering, Total Root: 144 Leaf: 12216
0.69/0.73	c Variable( cover/uncovered/unused ): 17976 69908 0
0.69/0.73	c Unit Clauses: 696
0.69/0.73	c Binary Clauses( cover/uncovered ): 17280 1346880
0.69/0.73	c Clauses( cover/uncovered ): 5760 43200
0.69/0.73	c Total Clauses( cover/uncovered ): 23736 1390080 1.67886%
0.69/0.73	c Covered Ands: 5760 Invs: 0 Xors: 0 Ites: 0
1.39/1.41	c Uncover Clauses avg size: 2.27993 max size: 78
1.39/1.43	c Final circuit: i/l/o/s   81428       0 1063676   1277854
1.39/1.43	c cover rate 1.67886
1.39/1.43	c rocky end  1.42 total 1.42
2.99/3.05	c covering time  1.62 total 3.04
581.70/581.77	c solve time  578.73 total 581.77
581.70/581.77	s UNSATISFIABLE 

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-3285276-1303763089/watcher-3285276-1303763089 -o /tmp/evaluation-result-3285276-1303763089/solver-3285276-1303763089 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3285276-1303763089.cnf 475441417 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 5.80 5.13 4.52 4/187 14315
/proc/meminfo: memFree=19380612/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14313 vsize=29720 CPUtime=0 cores=1,3
/proc/14315/stat : 14315 (synit_sat) R 14313 14315 13679 0 -1 4202496 2037 0 0 0 0 0 0 0 21 0 1 0 468724333 30433280 1972 33554432000 4194304 4947581 140736573203968 18446744073709551615 254261616384 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14315/statm: 7430 1972 322 184 0 2305 0

[startup+0.0384979 s]
/proc/loadavg: 5.80 5.13 4.52 4/187 14315
/proc/meminfo: memFree=19380612/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14313 vsize=38892 CPUtime=0.02 cores=1,3
/proc/14315/stat : 14315 (synit_sat) R 14313 14315 13679 0 -1 4202496 4618 0 0 0 2 0 0 0 21 0 1 0 468724333 39825408 4552 33554432000 4194304 4947581 140736573203968 18446744073709551615 4799423 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14315/statm: 9723 4552 377 184 0 4598 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 38892

[startup+0.100491 s]
/proc/loadavg: 5.80 5.13 4.52 4/187 14315
/proc/meminfo: memFree=19380612/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14313 vsize=57324 CPUtime=0.09 cores=1,3
/proc/14315/stat : 14315 (synit_sat) R 14313 14315 13679 0 -1 4202496 8804 0 0 0 8 1 0 0 21 0 1 0 468724333 58699776 8738 33554432000 4194304 4947581 140736573203968 18446744073709551615 4799423 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14315/statm: 14331 8738 377 184 0 9206 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 57324

[startup+0.300451 s]
/proc/loadavg: 5.80 5.13 4.52 4/187 14315
/proc/meminfo: memFree=19380612/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14313 vsize=82028 CPUtime=0.29 cores=1,3
/proc/14315/stat : 14315 (synit_sat) R 14313 14315 13679 0 -1 4202496 15134 0 0 0 27 2 0 0 22 0 1 0 468724333 83996672 15068 33554432000 4194304 4947581 140736573203968 18446744073709551615 4215279 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14315/statm: 20507 15069 377 184 0 15382 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 82028

[startup+0.700386 s]
/proc/loadavg: 5.80 5.13 4.52 4/187 14315
/proc/meminfo: memFree=19380612/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14313 vsize=131304 CPUtime=0.69 cores=1,3
/proc/14315/stat : 14315 (synit_sat) R 14313 14315 13679 0 -1 4202496 26390 0 0 0 66 3 0 0 23 0 1 0 468724333 134455296 26324 33554432000 4194304 4947581 140736573203968 18446744073709551615 4796445 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14315/statm: 32826 26324 379 184 0 27701 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 131304

[startup+1.50025 s]
/proc/loadavg: 5.80 5.13 4.52 4/188 14316
/proc/meminfo: memFree=19390400/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14313 vsize=221928 CPUtime=1.49 cores=1,3
/proc/14315/stat : 14315 (synit_sat) R 14313 14315 13679 0 -1 4202496 47617 0 0 0 144 5 0 0 25 0 1 0 468724333 227254272 47551 33554432000 4194304 4947581 140736573203968 18446744073709551615 4826439 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14315/statm: 55482 47551 387 184 0 50357 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 221928

[startup+3.10096 s]
/proc/loadavg: 5.80 5.13 4.52 4/188 14316
/proc/meminfo: memFree=19154912/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14313 vsize=481976 CPUtime=3.09 cores=1,3
/proc/14315/stat : 14315 (synit_sat) R 14313 14315 13679 0 -1 4202496 114592 0 0 0 297 12 0 0 25 0 1 0 468724333 493543424 114526 33554432000 4194304 4947581 140736573203968 18446744073709551615 4378235 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14315/statm: 120494 114533 421 184 0 115369 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 481976

[startup+6.30039 s]
/proc/loadavg: 5.90 5.16 4.54 4/188 14316
/proc/meminfo: memFree=18853612/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14313 vsize=1053944 CPUtime=6.29 cores=1,3
/proc/14315/stat : 14315 (synit_sat) R 14313 14315 13679 0 -1 4202496 235878 0 0 0 606 23 0 0 25 0 1 0 468724333 1079238656 235138 33554432000 4194304 4947581 140736573203968 18446744073709551615 4399717 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14315/statm: 263486 235138 438 184 0 258361 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1053944

[startup+12.7003 s]
/proc/loadavg: 6.06 5.21 4.56 4/188 14318
/proc/meminfo: memFree=18957904/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14313 vsize=1378412 CPUtime=12.69 cores=1,3
/proc/14315/stat : 14315 (synit_sat) R 14313 14315 13679 0 -1 4202496 298078 0 0 0 1238 31 0 0 25 0 1 0 468724333 1411493888 297338 33554432000 4194304 4947581 140736573203968 18446744073709551615 4510093 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14315/statm: 344603 297338 449 184 0 339478 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1378412

[startup+25.501 s]
/proc/loadavg: 6.28 5.30 4.59 4/189 14320
/proc/meminfo: memFree=19670144/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14313 vsize=1421596 CPUtime=25.49 cores=1,3
/proc/14315/stat : 14315 (synit_sat) R 14313 14315 13679 0 -1 4202496 303064 0 0 0 2517 32 0 0 25 0 1 0 468724333 1455714304 302324 33554432000 4194304 4947581 140736573203968 18446744073709551615 4401316 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14315/statm: 355399 302324 462 184 0 350274 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1421596

[startup+51.1005 s]
/proc/loadavg: 5.68 5.24 4.59 6/190 14331
/proc/meminfo: memFree=18558108/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14313 vsize=1448940 CPUtime=51.09 cores=1,3
/proc/14315/stat : 14315 (synit_sat) R 14313 14315 13679 0 -1 4202496 313362 0 0 0 5074 35 0 0 25 0 1 0 468724333 1483714560 312622 33554432000 4194304 4947581 140736573203968 18446744073709551615 254261313291 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14315/statm: 362235 312622 462 184 0 357110 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1448940

[startup+102.306 s]
/proc/loadavg: 4.85 5.08 4.57 5/190 14333
/proc/meminfo: memFree=18145168/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14313 vsize=1917716 CPUtime=102.3 cores=1,3
/proc/14315/stat : 14315 (synit_sat) R 14313 14315 13679 0 -1 4202496 409210 0 0 0 10181 49 0 0 25 0 1 0 468724333 1963741184 401564 33554432000 4194304 4947581 140736573203968 18446744073709551615 4346549 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14315/statm: 479429 401564 471 184 0 474304 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 1917716

[startup+162.301 s]
/proc/loadavg: 4.31 4.88 4.53 5/190 14334
/proc/meminfo: memFree=17327524/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14313 vsize=2386320 CPUtime=162.3 cores=1,3
/proc/14315/stat : 14315 (synit_sat) R 14313 14315 13679 0 -1 4202496 508771 0 0 0 16168 62 0 0 25 0 1 0 468724333 2443591680 501125 33554432000 4194304 4947581 140736573203968 18446744073709551615 4345948 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14315/statm: 596580 501125 471 184 0 591455 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 2386320

[startup+222.3 s]
/proc/loadavg: 4.11 4.72 4.50 5/190 14336
/proc/meminfo: memFree=16663496/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14313 vsize=2695904 CPUtime=222.29 cores=1,3
/proc/14315/stat : 14315 (synit_sat) R 14313 14315 13679 0 -1 4202496 574745 0 0 0 22159 70 0 0 25 0 1 0 468724333 2760605696 567099 33554432000 4194304 4947581 140736573203968 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14315/statm: 673976 567099 471 184 0 668851 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 2695904

[startup+282.301 s]
/proc/loadavg: 4.04 4.58 4.46 5/190 14337
/proc/meminfo: memFree=15913660/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14313 vsize=3315360 CPUtime=282.3 cores=1,3
/proc/14315/stat : 14315 (synit_sat) R 14313 14315 13679 0 -1 4202496 663547 0 0 0 28147 83 0 0 25 0 1 0 468724333 3394928640 655889 33554432000 4194304 4947581 140736573203968 18446744073709551615 4352560 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14315/statm: 828840 655889 471 184 0 823715 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 3315360

[startup+342.301 s]
/proc/loadavg: 3.44 4.34 4.39 3/178 14375
/proc/meminfo: memFree=16690828/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14313 vsize=3315488 CPUtime=342.29 cores=1,3
/proc/14315/stat : 14315 (synit_sat) R 14313 14315 13679 0 -1 4202496 695647 0 0 0 34141 88 0 0 25 0 1 0 468724333 3395059712 687989 33554432000 4194304 4947581 140736573203968 18446744073709551615 4517492 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14315/statm: 828872 687989 471 184 0 823747 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 3315488

[startup+402.3 s]
/proc/loadavg: 2.61 3.93 4.24 3/178 14377
/proc/meminfo: memFree=16128348/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14313 vsize=3315616 CPUtime=402.3 cores=1,3
/proc/14315/stat : 14315 (synit_sat) R 14313 14315 13679 0 -1 4202496 705438 0 0 0 40140 90 0 0 25 0 1 0 468724333 3395190784 697780 33554432000 4194304 4947581 140736573203968 18446744073709551615 4352135 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14315/statm: 828904 697780 471 184 0 823779 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 3315616

[startup+462.301 s]
/proc/loadavg: 2.22 3.58 4.10 3/178 14378
/proc/meminfo: memFree=16090132/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14313 vsize=3374380 CPUtime=462.3 cores=1,3
/proc/14315/stat : 14315 (synit_sat) R 14313 14315 13679 0 -1 4202496 712218 0 0 0 46137 93 0 0 25 0 1 0 468724333 3455365120 704560 33554432000 4194304 4947581 140736573203968 18446744073709551615 4399806 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14315/statm: 843595 704560 471 184 0 838470 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 3374380

[startup+522.301 s]
/proc/loadavg: 2.08 3.29 3.96 3/178 14380
/proc/meminfo: memFree=15988688/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14313 vsize=3506148 CPUtime=522.3 cores=1,3
/proc/14315/stat : 14315 (synit_sat) R 14313 14315 13679 0 -1 4202496 737806 0 0 0 52132 98 0 0 25 0 1 0 468724333 3590295552 730148 33554432000 4194304 4947581 140736573203968 18446744073709551615 4398560 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14315/statm: 876537 730148 472 184 0 871412 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 3506148

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

[startup+537.5 s]
/proc/loadavg: 2.06 3.22 3.93 3/178 14380
/proc/meminfo: memFree=15976036/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14313 vsize=3506148 CPUtime=537.5 cores=1,3
/proc/14315/stat : 14315 (synit_sat) R 14313 14315 13679 0 -1 4202496 740870 0 0 0 53650 100 0 0 25 0 1 0 468724333 3590295552 733212 33554432000 4194304 4947581 140736573203968 18446744073709551615 4353344 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14315/statm: 876537 733212 472 184 0 871412 0
Current children cumulated CPU time (s) 537.5
Current children cumulated vsize (KiB) 3506148

[startup+563.101 s]
/proc/loadavg: 2.04 3.12 3.88 3/178 14381
/proc/meminfo: memFree=15963628/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14313 vsize=3567776 CPUtime=563.11 cores=1,3
/proc/14315/stat : 14315 (synit_sat) R 14313 14315 13679 0 -1 4202496 743787 0 0 0 56210 101 0 0 25 0 1 0 468724333 3653402624 736129 33554432000 4194304 4947581 140736573203968 18446744073709551615 4399720 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14315/statm: 891944 736129 472 184 0 886819 0
Current children cumulated CPU time (s) 563.11
Current children cumulated vsize (KiB) 3567776

[startup+575.901 s]
/proc/loadavg: 2.03 3.07 3.85 3/178 14381
/proc/meminfo: memFree=15955196/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14313 vsize=3567776 CPUtime=575.9 cores=1,3
/proc/14315/stat : 14315 (synit_sat) R 14313 14315 13679 0 -1 4202496 746039 0 0 0 57489 101 0 0 25 0 1 0 468724333 3653402624 738381 33554432000 4194304 4947581 140736573203968 18446744073709551615 4346229 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14315/statm: 891944 738381 472 184 0 886819 0
Current children cumulated CPU time (s) 575.9
Current children cumulated vsize (KiB) 3567776

[startup+579.101 s]
/proc/loadavg: 2.03 3.07 3.85 3/178 14381
/proc/meminfo: memFree=15952836/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14313 vsize=3567776 CPUtime=579.1 cores=1,3
/proc/14315/stat : 14315 (synit_sat) R 14313 14315 13679 0 -1 4202496 746563 0 0 0 57809 101 0 0 25 0 1 0 468724333 3653402624 738905 33554432000 4194304 4947581 140736573203968 18446744073709551615 4352512 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14315/statm: 891944 738905 472 184 0 886819 0
Current children cumulated CPU time (s) 579.1
Current children cumulated vsize (KiB) 3567776

[startup+580.701 s]
/proc/loadavg: 2.03 3.05 3.84 3/178 14381
/proc/meminfo: memFree=15951844/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14313 vsize=3567776 CPUtime=580.7 cores=1,3
/proc/14315/stat : 14315 (synit_sat) R 14313 14315 13679 0 -1 4202496 746756 0 0 0 57969 101 0 0 25 0 1 0 468724333 3653402624 739098 33554432000 4194304 4947581 140736573203968 18446744073709551615 4346416 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14315/statm: 891944 739098 472 184 0 886819 0
Current children cumulated CPU time (s) 580.7
Current children cumulated vsize (KiB) 3567776

[startup+581.501 s]
/proc/loadavg: 2.03 3.05 3.84 3/178 14381
/proc/meminfo: memFree=15951844/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14313 vsize=3567776 CPUtime=581.5 cores=1,3
/proc/14315/stat : 14315 (synit_sat) R 14313 14315 13679 0 -1 4202496 746937 0 0 0 58049 101 0 0 25 0 1 0 468724333 3653402624 739279 33554432000 4194304 4947581 140736573203968 18446744073709551615 4345966 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14315/statm: 891944 739279 472 184 0 886819 0
Current children cumulated CPU time (s) 581.5
Current children cumulated vsize (KiB) 3567776

[startup+581.907 s]
/proc/loadavg: 2.03 3.05 3.84 3/178 14381
/proc/meminfo: memFree=15950976/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14313 vsize=3567776 CPUtime=581.91 cores=1,3
/proc/14315/stat : 14315 (synit_sat) R 14313 14315 13679 0 -1 4202496 746993 0 0 0 58090 101 0 0 25 0 1 0 468724333 3653402624 738669 33554432000 4194304 4947581 140736573203968 18446744073709551615 4746521 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14315/statm: 891944 738669 472 184 0 886819 0
Current children cumulated CPU time (s) 581.91
Current children cumulated vsize (KiB) 3567776

[startup+582.101 s]
/proc/loadavg: 2.03 3.05 3.84 3/178 14381
/proc/meminfo: memFree=15950976/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14313 vsize=0 CPUtime=582.1 cores=1,3
/proc/14315/stat : 14315 (synit_sat) R 14313 14315 13679 0 -1 4202500 746998 0 0 0 58098 112 0 0 25 0 1 0 468724333 0 0 33554432000 0 0 0 0 0 0 0 4096 24578 18446744073709551615 0 0 17 1 0 0 0
/proc/14315/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 582.114
CPU time (s): 582.126
CPU user time (s): 580.985
CPU system time (s): 1.14183
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 3567776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 580.985
system time used= 1.14183
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 746998
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= 12
involuntary context switches= 522

runsolver used 0.888864 second user time and 2.27465 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-25 22:24:50
IDJOB=3285276
IDBENCH=82378
IDSOLVER=1571
FILE ID=node140/3285276-1303763089
RUNJOBID= node140-1303762110-14007
PBS_JOBID= 13157121
Free space on /tmp= 64996 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.040-NOTKNOWN.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285276-1303763089/watcher-3285276-1303763089 -o /tmp/evaluation-result-3285276-1303763089/solver-3285276-1303763089 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3285276-1303763089.cnf 475441417

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 36e8e2178d03f08fa4223da0e3d9beb5
RANDOM SEED=475441417

node140.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.833
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.66
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.833
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	: 5226.14
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.833
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.75
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.833
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.77
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.833
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.75
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.833
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.74
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.833
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.75
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.833
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19380892 kB
Buffers:       2303008 kB
Cached:        9637704 kB
SwapCached:          0 kB
Active:        3614364 kB
Inactive:      9291528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19380892 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:         1833764 kB
Writeback:           0 kB
AnonPages:      962188 kB
Mapped:          16576 kB
Slab:           597372 kB
PageTables:       7052 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1358244 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= 72240 MiB
End job on node140 at 2011-04-25 22:34:32