Trace number 3266563

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
priss AutoUNSAT 1130.77 283.113

General information on the benchmark

NameSAT02/handmade/zhang-lintao/
xor-chain/x1_40.shuffled.cnf
MD5SUM15f5068fb216bf26d5385140ce74faaf
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.000999
Satisfiable
(Un)Satisfiability was proved
Number of variables118
Number of clauses314
Sum of the clauses size940
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22
Number of clauses of size 3312
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 31320
0.00/0.00	c setup for 4cores
0.00/0.00	c parsetime: 140us
0.00/0.00	c parsed 314 clauses with 118 variables
0.00/0.00	c NW started thread 0 successfully (1117165888)
0.00/0.00	c NW started thread 1 successfully (1127655744)
0.00/0.00	c NW started thread 2 successfully (1138145600)
0.00/0.00	c NW started thread 3 successfully (1097898304)
0.00/0.57	c preprocessor returned 10108 variables
0.00/0.57	c preprocessing returned UNKNOWN
0.00/0.57	c PP set 0 variables
0.00/0.57	c pp time: 566818us (0s)
0.00/0.57	c preprocessor returned 10108 variables
0.00/0.57	c preprocessing returned UNKNOWN
0.00/0.57	c PP set 0 variables
0.00/0.57	c pp time: 566641us (0s)
0.00/0.57	c preprocessor returned 10108 variables
0.00/0.57	c preprocessing returned UNKNOWN
0.00/0.57	c PP set 0 variables
0.00/0.57	c pp time: 566674us (0s)
23.14/5.87	c preprocessor returned 30375 variables
23.14/5.87	c preprocessing returned UNKNOWN
23.14/5.87	c PP set 0 variables
23.14/5.87	c pp time: 5872863us (5s)
1130.35/283.02	c ====================
1130.35/283.02	c implication/decision inf%(inf)
1130.35/283.02	c decisions:           1130108
1130.35/283.02	c last level:          0
1130.35/283.02	c conflicts:           787496
1130.35/283.02	c restarts:            5232
1130.35/283.02	c rejected_restarts    0
1130.35/283.02	c removals:            19
1130.35/283.02	c removed clauses:     560220
1130.35/283.02	c oft clauses:         0
1130.74/283.10	c solvetime: 282529288us (282s)
1130.74/283.10	c sended clauses   | 111337 | 113301 | 48836 | 104009 |
1130.74/283.10	c received clauses | 1 | 7 | 15 | 5 |
1130.74/283.10	c join all other threads
1130.74/283.10	c joined thread 0
1130.74/283.10	c joined thread 1
1130.74/283.10	c joined thread 2
1130.74/283.10	c joined thread 3
1130.74/283.10	c memory usage (vsize): 318 MB
1130.74/283.10	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-3266563-1304072950/watcher-3266563-1304072950 -o /tmp/evaluation-result-3266563-1304072950/solver-3266563-1304072950 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3266563-1304072950.cnf 1991235987 4800 15500 4 

running on 4 cores: 0,2,4,6

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.10 8.10 8.04 6/182 31319
/proc/meminfo: memFree=26323168/32951124 swapFree=67111524/67111528
[pid=31319] ppid=31317 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31319/stat : 31319 (prissAuto.sh) S 31317 31319 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499710498 8908800 252 33554432000 4194304 4922060 140735040077488 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31319/statm: 2175 252 211 178 0 68 0

[startup+0.574097 s]
/proc/loadavg: 8.10 8.10 8.04 6/182 31319
/proc/meminfo: memFree=26323168/32951124 swapFree=67111524/67111528
[pid=31319] ppid=31317 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31319/stat : 31319 (prissAuto.sh) S 31317 31319 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499710498 8908800 252 33554432000 4194304 4922060 140735040077488 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31319/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.847948 s]
/proc/loadavg: 8.10 8.10 8.04 6/182 31319
/proc/meminfo: memFree=26323168/32951124 swapFree=67111524/67111528
[pid=31319] ppid=31317 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31319/stat : 31319 (prissAuto.sh) S 31317 31319 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499710498 8908800 252 33554432000 4194304 4922060 140735040077488 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31319/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.99529 s]
/proc/loadavg: 8.10 8.10 8.04 6/182 31319
/proc/meminfo: memFree=26323168/32951124 swapFree=67111524/67111528
[pid=31319] ppid=31317 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31319/stat : 31319 (prissAuto.sh) S 31317 31319 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499710498 8908800 252 33554432000 4194304 4922060 140735040077488 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31319/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.01997 s]
/proc/loadavg: 8.10 8.10 8.04 6/182 31319
/proc/meminfo: memFree=26323168/32951124 swapFree=67111524/67111528
[pid=31319] ppid=31317 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31319/stat : 31319 (prissAuto.sh) S 31317 31319 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499710498 8908800 252 33554432000 4194304 4922060 140735040077488 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31319/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50088 s]
/proc/loadavg: 8.10 8.10 8.04 6/182 31319
/proc/meminfo: memFree=26323168/32951124 swapFree=67111524/67111528
[pid=31319] ppid=31317 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31319/stat : 31319 (prissAuto.sh) S 31317 31319 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499710498 8908800 252 33554432000 4194304 4922060 140735040077488 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31319/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10058 s]
/proc/loadavg: 8.17 8.12 8.04 10/188 31325
/proc/meminfo: memFree=26279224/32951124 swapFree=67111524/67111528
[pid=31319] ppid=31317 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31319/stat : 31319 (prissAuto.sh) S 31317 31319 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499710498 8908800 252 33554432000 4194304 4922060 140735040077488 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31319/statm: 2175 252 211 178 0 68 0
[pid=31320] ppid=31319 vsize=219052 CPUtime=12.35 cores=0,2,4,6
/proc/31320/stat : 31320 (priss) S 31319 31319 30205 0 -1 4202496 11219 0 0 0 1231 4 0 0 18 0 5 0 499710498 224309248 10145 33554432000 4194304 5787044 140733637568272 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/31320/statm: 54763 10145 406 389 0 50513 0
[pid=31320/tid=31321] ppid=31319 vsize=219052 CPUtime=3.08 cores=0,2,4,6
/proc/31320/task/31321/stat : 31321 (priss) R 31319 31319 30205 0 -1 4202560 2238 0 0 0 307 1 0 0 25 0 5 0 499710499 224309248 10145 33554432000 4194304 5787044 140733637568272 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31320/tid=31322] ppid=31319 vsize=219052 CPUtime=3.08 cores=0,2,4,6
/proc/31320/task/31322/stat : 31322 (priss) R 31319 31319 30205 0 -1 4202560 2059 0 0 0 307 1 0 0 25 0 5 0 499710499 224309248 10145 33554432000 4194304 5787044 140733637568272 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31320/tid=31324] ppid=31319 vsize=219052 CPUtime=3.07 cores=0,2,4,6
/proc/31320/task/31324/stat : 31324 (priss) R 31319 31319 30205 0 -1 4202560 3402 0 0 0 306 1 0 0 25 0 5 0 499710499 224309248 10145 33554432000 4194304 5787044 140733637568272 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31320/tid=31325] ppid=31319 vsize=219052 CPUtime=3.09 cores=0,2,4,6
/proc/31320/task/31325/stat : 31325 (priss) R 31319 31319 30205 0 -1 4202560 2024 0 0 0 309 0 0 0 25 0 5 0 499710499 224309248 10145 33554432000 4194304 5787044 140733637568272 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 227752

[startup+6.30099 s]
/proc/loadavg: 8.15 8.12 8.04 9/188 31325
/proc/meminfo: memFree=26267300/32951124 swapFree=67111524/67111528
[pid=31319] ppid=31317 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31319/stat : 31319 (prissAuto.sh) S 31317 31319 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499710498 8908800 252 33554432000 4194304 4922060 140735040077488 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31319/statm: 2175 252 211 178 0 68 0
[pid=31320] ppid=31319 vsize=221576 CPUtime=25.13 cores=0,2,4,6
/proc/31320/stat : 31320 (priss) S 31319 31319 30205 0 -1 4202496 14640 0 0 0 2507 6 0 0 18 0 5 0 499710498 226893824 12589 33554432000 4194304 5787044 140733637568272 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/31320/statm: 55394 12589 419 389 0 51144 0
[pid=31320/tid=31321] ppid=31319 vsize=221576 CPUtime=6.28 cores=0,2,4,6
/proc/31320/task/31321/stat : 31321 (priss) R 31319 31319 30205 0 -1 4202560 2840 0 0 0 627 1 0 0 25 0 5 0 499710499 226893824 12589 33554432000 4194304 5787044 140733637568272 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31320/tid=31322] ppid=31319 vsize=221576 CPUtime=6.27 cores=0,2,4,6
/proc/31320/task/31322/stat : 31322 (priss) R 31319 31319 30205 0 -1 4202560 2629 0 0 0 626 1 0 0 25 0 5 0 499710499 226893824 12589 33554432000 4194304 5787044 140733637568272 18446744073709551615 5590431 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31320/tid=31324] ppid=31319 vsize=221576 CPUtime=6.25 cores=0,2,4,6
/proc/31320/task/31324/stat : 31324 (priss) R 31319 31319 30205 0 -1 4202560 3837 0 0 0 624 1 0 0 25 0 5 0 499710499 226893824 12589 33554432000 4194304 5787044 140733637568272 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31320/tid=31325] ppid=31319 vsize=221576 CPUtime=6.28 cores=0,2,4,6
/proc/31320/task/31325/stat : 31325 (priss) R 31319 31319 30205 0 -1 4202560 3838 0 0 0 628 0 0 0 25 0 5 0 499710499 226893824 12590 33554432000 4194304 5787044 140733637568272 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 230276

[startup+12.7008 s]
/proc/loadavg: 8.14 8.12 8.04 10/188 31326
/proc/meminfo: memFree=26250176/32951124 swapFree=67111524/67111528
[pid=31319] ppid=31317 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31319/stat : 31319 (prissAuto.sh) S 31317 31319 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499710498 8908800 252 33554432000 4194304 4922060 140735040077488 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31319/statm: 2175 252 211 178 0 68 0
[pid=31320] ppid=31319 vsize=229092 CPUtime=50.71 cores=0,2,4,6
/proc/31320/stat : 31320 (priss) S 31319 31319 30205 0 -1 4202496 18303 0 0 0 5062 9 0 0 18 0 5 0 499710498 234590208 16251 33554432000 4194304 5787044 140733637568272 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/31320/statm: 57273 16251 419 389 0 53023 0
[pid=31320/tid=31321] ppid=31319 vsize=229092 CPUtime=12.68 cores=0,2,4,6
/proc/31320/task/31321/stat : 31321 (priss) R 31319 31319 30205 0 -1 4202560 3434 0 0 0 1266 2 0 0 25 0 5 0 499710499 234590208 16251 33554432000 4194304 5787044 140733637568272 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31320/tid=31322] ppid=31319 vsize=229092 CPUtime=12.68 cores=0,2,4,6
/proc/31320/task/31322/stat : 31322 (priss) R 31319 31319 30205 0 -1 4202560 3287 0 0 0 1266 2 0 0 25 0 5 0 499710499 234590208 16251 33554432000 4194304 5787044 140733637568272 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31320/tid=31324] ppid=31319 vsize=229092 CPUtime=12.62 cores=0,2,4,6
/proc/31320/task/31324/stat : 31324 (priss) R 31319 31319 30205 0 -1 4202560 4516 0 0 0 1260 2 0 0 25 0 5 0 499710499 234590208 16251 33554432000 4194304 5787044 140733637568272 18446744073709551615 5591488 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31320/tid=31325] ppid=31319 vsize=229092 CPUtime=12.69 cores=0,2,4,6
/proc/31320/task/31325/stat : 31325 (priss) R 31319 31319 30205 0 -1 4202560 5570 0 0 0 1268 1 0 0 25 0 5 0 499710499 234590208 16251 33554432000 4194304 5787044 140733637568272 18446744073709551615 5527122 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 237792

[startup+25.5004 s]
/proc/loadavg: 8.12 8.11 8.04 10/188 31326
/proc/meminfo: memFree=26228724/32951124 swapFree=67111524/67111528
[pid=31319] ppid=31317 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31319/stat : 31319 (prissAuto.sh) S 31317 31319 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499710498 8908800 252 33554432000 4194304 4922060 140735040077488 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31319/statm: 2175 252 211 178 0 68 0
[pid=31320] ppid=31319 vsize=300440 CPUtime=101.79 cores=0,2,4,6
/proc/31320/stat : 31320 (priss) S 31319 31319 30205 0 -1 4202496 22706 0 0 0 10165 14 0 0 18 0 5 0 499710498 307650560 20609 33554432000 4194304 5787044 140733637568272 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/31320/statm: 75110 20609 419 389 0 70860 0
[pid=31320/tid=31321] ppid=31319 vsize=300440 CPUtime=25.48 cores=0,2,4,6
/proc/31320/task/31321/stat : 31321 (priss) R 31319 31319 30205 0 -1 4202560 3823 0 0 0 2545 3 0 0 25 0 5 0 499710499 307650560 20609 33554432000 4194304 5787044 140733637568272 18446744073709551615 5588680 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31320/tid=31322] ppid=31319 vsize=300440 CPUtime=25.47 cores=0,2,4,6
/proc/31320/task/31322/stat : 31322 (priss) R 31319 31319 30205 0 -1 4202560 4744 0 0 0 2545 2 0 0 25 0 5 0 499710499 307650560 20609 33554432000 4194304 5787044 140733637568272 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31320/tid=31324] ppid=31319 vsize=300440 CPUtime=25.4 cores=0,2,4,6
/proc/31320/task/31324/stat : 31324 (priss) R 31319 31319 30205 0 -1 4202560 5409 0 0 0 2537 3 0 0 25 0 5 0 499710499 307650560 20609 33554432000 4194304 5787044 140733637568272 18446744073709551615 228107276981 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31320/tid=31325] ppid=31319 vsize=300440 CPUtime=25.41 cores=0,2,4,6
/proc/31320/task/31325/stat : 31325 (priss) R 31319 31319 30205 0 -1 4202560 7234 0 0 0 2537 4 0 0 25 0 5 0 499710499 307650560 20609 33554432000 4194304 5787044 140733637568272 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 309140

[startup+51.1007 s]
/proc/loadavg: 8.08 8.10 8.04 9/188 31327
/proc/meminfo: memFree=26196436/32951124 swapFree=67111524/67111528
[pid=31319] ppid=31317 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31319/stat : 31319 (prissAuto.sh) S 31317 31319 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499710498 8908800 252 33554432000 4194304 4922060 140735040077488 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31319/statm: 2175 252 211 178 0 68 0
[pid=31320] ppid=31319 vsize=307580 CPUtime=204.04 cores=0,2,4,6
/proc/31320/stat : 31320 (priss) S 31319 31319 30205 0 -1 4202496 27491 0 0 0 20386 18 0 0 18 0 5 0 499710498 314961920 25372 33554432000 4194304 5787044 140733637568272 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/31320/statm: 76895 25372 419 389 0 72645 0
[pid=31320/tid=31321] ppid=31319 vsize=307580 CPUtime=51.07 cores=0,2,4,6
/proc/31320/task/31321/stat : 31321 (priss) R 31319 31319 30205 0 -1 4202560 4321 0 0 0 5104 3 0 0 25 0 5 0 499710499 314961920 25372 33554432000 4194304 5787044 140733637568272 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31320/tid=31322] ppid=31319 vsize=307580 CPUtime=51.06 cores=0,2,4,6
/proc/31320/task/31322/stat : 31322 (priss) R 31319 31319 30205 0 -1 4202560 5372 0 0 0 5104 2 0 0 25 0 5 0 499710499 314961920 25372 33554432000 4194304 5787044 140733637568272 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31320/tid=31324] ppid=31319 vsize=307580 CPUtime=51.01 cores=0,2,4,6
/proc/31320/task/31324/stat : 31324 (priss) R 31319 31319 30205 0 -1 4202560 6302 0 0 0 5096 5 0 0 25 0 5 0 499710499 314961920 25372 33554432000 4194304 5787044 140733637568272 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31320/tid=31325] ppid=31319 vsize=307580 CPUtime=50.87 cores=0,2,4,6
/proc/31320/task/31325/stat : 31325 (priss) R 31319 31319 30205 0 -1 4202560 10000 0 0 0 5081 6 0 0 25 0 5 0 499710499 314961920 25372 33554432000 4194304 5787044 140733637568272 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.04
Current children cumulated vsize (KiB) 316280

[startup+102.301 s]
/proc/loadavg: 8.06 8.10 8.04 10/188 31328
/proc/meminfo: memFree=26157352/32951124 swapFree=67111524/67111528
[pid=31319] ppid=31317 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31319/stat : 31319 (prissAuto.sh) S 31317 31319 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499710498 8908800 252 33554432000 4194304 4922060 140735040077488 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31319/statm: 2175 252 211 178 0 68 0
[pid=31320] ppid=31319 vsize=323580 CPUtime=408.56 cores=0,2,4,6
/proc/31320/stat : 31320 (priss) S 31319 31319 30205 0 -1 4202496 34143 0 0 0 40832 24 0 0 18 0 5 0 499710498 331345920 31925 33554432000 4194304 5787044 140733637568272 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/31320/statm: 80895 31925 419 389 0 76645 0
[pid=31320/tid=31321] ppid=31319 vsize=323580 CPUtime=102.26 cores=0,2,4,6
/proc/31320/task/31321/stat : 31321 (priss) R 31319 31319 30205 0 -1 4202560 5929 0 0 0 10221 5 0 0 25 0 5 0 499710499 331345920 31925 33554432000 4194304 5787044 140733637568272 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31320/tid=31322] ppid=31319 vsize=323580 CPUtime=102.25 cores=0,2,4,6
/proc/31320/task/31322/stat : 31322 (priss) R 31319 31319 30205 0 -1 4202560 6986 0 0 0 10222 3 0 0 25 0 5 0 499710499 331345920 31925 33554432000 4194304 5787044 140733637568272 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31320/tid=31324] ppid=31319 vsize=323580 CPUtime=102.2 cores=0,2,4,6
/proc/31320/task/31324/stat : 31324 (priss) R 31319 31319 30205 0 -1 4202560 8300 0 0 0 10214 6 0 0 25 0 5 0 499710499 331345920 31925 33554432000 4194304 5787044 140733637568272 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31320/tid=31325] ppid=31319 vsize=323580 CPUtime=101.79 cores=0,2,4,6
/proc/31320/task/31325/stat : 31325 (priss) R 31319 31319 30205 0 -1 4202560 11432 0 0 0 10172 7 0 0 25 0 5 0 499710499 331345920 31925 33554432000 4194304 5787044 140733637568272 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.56
Current children cumulated vsize (KiB) 332280

[startup+162.301 s]
/proc/loadavg: 8.21 8.12 8.05 10/188 31330
/proc/meminfo: memFree=26140468/32951124 swapFree=67111524/67111528
[pid=31319] ppid=31317 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31319/stat : 31319 (prissAuto.sh) S 31317 31319 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499710498 8908800 252 33554432000 4194304 4922060 140735040077488 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31319/statm: 2175 252 211 178 0 68 0
[pid=31320] ppid=31319 vsize=325116 CPUtime=648.24 cores=0,2,4,6
/proc/31320/stat : 31320 (priss) S 31319 31319 30205 0 -1 4202496 36756 0 0 0 64796 28 0 0 18 0 5 0 499710498 332918784 34441 33554432000 4194304 5787044 140733637568272 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/31320/statm: 81279 34441 419 389 0 77029 0
[pid=31320/tid=31321] ppid=31319 vsize=325116 CPUtime=162.28 cores=0,2,4,6
/proc/31320/task/31321/stat : 31321 (priss) R 31319 31319 30205 0 -1 4202560 6181 0 0 0 16222 6 0 0 25 0 5 0 499710499 332918784 34441 33554432000 4194304 5787044 140733637568272 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31320/tid=31322] ppid=31319 vsize=325116 CPUtime=162.26 cores=0,2,4,6
/proc/31320/task/31322/stat : 31322 (priss) R 31319 31319 30205 0 -1 4202560 7824 0 0 0 16221 5 0 0 25 0 5 0 499710499 332918784 34441 33554432000 4194304 5787044 140733637568272 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31320/tid=31324] ppid=31319 vsize=325116 CPUtime=162.21 cores=0,2,4,6
/proc/31320/task/31324/stat : 31324 (priss) R 31319 31319 30205 0 -1 4202560 9188 0 0 0 16213 8 0 0 25 0 5 0 499710499 332918784 34441 33554432000 4194304 5787044 140733637568272 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31320/tid=31325] ppid=31319 vsize=325116 CPUtime=161.46 cores=0,2,4,6
/proc/31320/task/31325/stat : 31325 (priss) R 31319 31319 30205 0 -1 4202560 12067 0 0 0 16138 8 0 0 25 0 5 0 499710499 332918784 34441 33554432000 4194304 5787044 140733637568272 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 648.24
Current children cumulated vsize (KiB) 333816

[startup+222.301 s]
/proc/loadavg: 8.22 8.13 8.05 10/188 31331
/proc/meminfo: memFree=26113420/32951124 swapFree=67111524/67111528
[pid=31319] ppid=31317 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31319/stat : 31319 (prissAuto.sh) S 31317 31319 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499710498 8908800 252 33554432000 4194304 4922060 140735040077488 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31319/statm: 2175 252 211 178 0 68 0
[pid=31320] ppid=31319 vsize=332832 CPUtime=887.88 cores=0,2,4,6
/proc/31320/stat : 31320 (priss) S 31319 31319 30205 0 -1 4202496 43118 0 0 0 88754 34 0 0 18 0 5 0 499710498 340819968 40706 33554432000 4194304 5787044 140733637568272 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/31320/statm: 83208 40706 419 389 0 78958 0
[pid=31320/tid=31321] ppid=31319 vsize=332832 CPUtime=222.27 cores=0,2,4,6
/proc/31320/task/31321/stat : 31321 (priss) R 31319 31319 30205 0 -1 4202560 7359 0 0 0 22221 6 0 0 25 0 5 0 499710499 340819968 40706 33554432000 4194304 5787044 140733637568272 18446744073709551615 5589184 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31320/tid=31322] ppid=31319 vsize=332832 CPUtime=222.24 cores=0,2,4,6
/proc/31320/task/31322/stat : 31322 (priss) R 31319 31319 30205 0 -1 4202560 10183 0 0 0 22218 6 0 0 25 0 5 0 499710499 340819968 40706 33554432000 4194304 5787044 140733637568272 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31320/tid=31324] ppid=31319 vsize=332832 CPUtime=222.2 cores=0,2,4,6
/proc/31320/task/31324/stat : 31324 (priss) R 31319 31319 30205 0 -1 4202560 11008 0 0 0 22209 11 0 0 25 0 5 0 499710499 340819968 40706 33554432000 4194304 5787044 140733637568272 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31320/tid=31325] ppid=31319 vsize=332832 CPUtime=221.13 cores=0,2,4,6
/proc/31320/task/31325/stat : 31325 (priss) R 31319 31319 30205 0 -1 4202560 13072 0 0 0 22104 9 0 0 25 0 5 0 499710499 340819968 40706 33554432000 4194304 5787044 140733637568272 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 887.88
Current children cumulated vsize (KiB) 341532

[startup+282.307 s]
/proc/loadavg: 8.22 8.14 8.06 9/188 31333
/proc/meminfo: memFree=26086980/32951124 swapFree=67111524/67111528
[pid=31319] ppid=31317 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31319/stat : 31319 (prissAuto.sh) S 31317 31319 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499710498 8908800 252 33554432000 4194304 4922060 140735040077488 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31319/statm: 2175 252 211 178 0 68 0
[pid=31320] ppid=31319 vsize=338652 CPUtime=1127.57 cores=0,2,4,6
/proc/31320/stat : 31320 (priss) S 31319 31319 30205 0 -1 4202496 45943 0 0 0 112719 38 0 0 18 0 5 0 499710498 346779648 43337 33554432000 4194304 5787044 140733637568272 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/31320/statm: 84663 43337 420 389 0 80413 0
[pid=31320/tid=31321] ppid=31319 vsize=338652 CPUtime=282.28 cores=0,2,4,6
/proc/31320/task/31321/stat : 31321 (priss) R 31319 31319 30205 0 -1 4202560 7625 0 0 0 28221 7 0 0 25 0 5 0 499710499 346779648 43337 33554432000 4194304 5787044 140733637568272 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31320/tid=31322] ppid=31319 vsize=338652 CPUtime=282.25 cores=0,2,4,6
/proc/31320/task/31322/stat : 31322 (priss) R 31319 31319 30205 0 -1 4202560 10656 0 0 0 28218 7 0 0 25 0 5 0 499710499 346779648 43337 33554432000 4194304 5787044 140733637568272 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31320/tid=31324] ppid=31319 vsize=338652 CPUtime=282.21 cores=0,2,4,6
/proc/31320/task/31324/stat : 31324 (priss) R 31319 31319 30205 0 -1 4202560 11501 0 0 0 28209 12 0 0 25 0 5 0 499710499 346779648 43337 33554432000 4194304 5787044 140733637568272 18446744073709551615 5591298 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31320/tid=31325] ppid=31319 vsize=338652 CPUtime=280.8 cores=0,2,4,6
/proc/31320/task/31325/stat : 31325 (priss) R 31319 31319 30205 0 -1 4202560 14665 0 0 0 28070 10 0 0 25 0 5 0 499710499 346779648 43337 33554432000 4194304 5787044 140733637568272 18446744073709551615 5527395 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1127.57
Current children cumulated vsize (KiB) 347352

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

[startup+282.601 s]
/proc/loadavg: 8.22 8.14 8.06 9/188 31333
/proc/meminfo: memFree=26086980/32951124 swapFree=67111524/67111528
[pid=31319] ppid=31317 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31319/stat : 31319 (prissAuto.sh) S 31317 31319 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499710498 8908800 252 33554432000 4194304 4922060 140735040077488 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31319/statm: 2175 252 211 178 0 68 0
[pid=31320] ppid=31319 vsize=338652 CPUtime=1128.75 cores=0,2,4,6
/proc/31320/stat : 31320 (priss) S 31319 31319 30205 0 -1 4202496 45968 0 0 0 112837 38 0 0 18 0 5 0 499710498 346779648 43362 33554432000 4194304 5787044 140733637568272 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/31320/statm: 84663 43362 420 389 0 80413 0
[pid=31320/tid=31321] ppid=31319 vsize=338652 CPUtime=282.57 cores=0,2,4,6
/proc/31320/task/31321/stat : 31321 (priss) R 31319 31319 30205 0 -1 4202560 7625 0 0 0 28250 7 0 0 25 0 5 0 499710499 346779648 43362 33554432000 4194304 5787044 140733637568272 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31320/tid=31322] ppid=31319 vsize=338652 CPUtime=282.54 cores=0,2,4,6
/proc/31320/task/31322/stat : 31322 (priss) R 31319 31319 30205 0 -1 4202560 10661 0 0 0 28247 7 0 0 25 0 5 0 499710499 346779648 43362 33554432000 4194304 5787044 140733637568272 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31320/tid=31324] ppid=31319 vsize=338652 CPUtime=282.5 cores=0,2,4,6
/proc/31320/task/31324/stat : 31324 (priss) R 31319 31319 30205 0 -1 4202560 11501 0 0 0 28238 12 0 0 25 0 5 0 499710499 346779648 43362 33554432000 4194304 5787044 140733637568272 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31320/tid=31325] ppid=31319 vsize=338652 CPUtime=281.1 cores=0,2,4,6
/proc/31320/task/31325/stat : 31325 (priss) R 31319 31319 30205 0 -1 4202560 14685 0 0 0 28100 10 0 0 25 0 5 0 499710499 346779648 43362 33554432000 4194304 5787044 140733637568272 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1128.75
Current children cumulated vsize (KiB) 347352

[startup+283.001 s]
/proc/loadavg: 8.22 8.14 8.06 9/188 31333
/proc/meminfo: memFree=26086980/32951124 swapFree=67111524/67111528
[pid=31319] ppid=31317 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31319/stat : 31319 (prissAuto.sh) S 31317 31319 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499710498 8908800 252 33554432000 4194304 4922060 140735040077488 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31319/statm: 2175 252 211 178 0 68 0
[pid=31320] ppid=31319 vsize=338652 CPUtime=1130.35 cores=0,2,4,6
/proc/31320/stat : 31320 (priss) S 31319 31319 30205 0 -1 4202496 46016 0 0 0 112997 38 0 0 18 0 5 0 499710498 346779648 43410 33554432000 4194304 5787044 140733637568272 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/31320/statm: 84663 43410 420 389 0 80413 0
[pid=31320/tid=31321] ppid=31319 vsize=338652 CPUtime=282.97 cores=0,2,4,6
/proc/31320/task/31321/stat : 31321 (priss) R 31319 31319 30205 0 -1 4202560 7625 0 0 0 28290 7 0 0 25 0 5 0 499710499 346779648 43410 33554432000 4194304 5787044 140733637568272 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31320/tid=31322] ppid=31319 vsize=338652 CPUtime=282.94 cores=0,2,4,6
/proc/31320/task/31322/stat : 31322 (priss) R 31319 31319 30205 0 -1 4202560 10668 0 0 0 28287 7 0 0 25 0 5 0 499710499 346779648 43410 33554432000 4194304 5787044 140733637568272 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31320/tid=31324] ppid=31319 vsize=338652 CPUtime=282.9 cores=0,2,4,6
/proc/31320/task/31324/stat : 31324 (priss) R 31319 31319 30205 0 -1 4202560 11501 0 0 0 28278 12 0 0 25 0 5 0 499710499 346779648 43410 33554432000 4194304 5787044 140733637568272 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31320/tid=31325] ppid=31319 vsize=338652 CPUtime=281.5 cores=0,2,4,6
/proc/31320/task/31325/stat : 31325 (priss) R 31319 31319 30205 0 -1 4202560 14726 0 0 0 28140 10 0 0 25 0 5 0 499710499 346779648 43410 33554432000 4194304 5787044 140733637568272 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1130.35
Current children cumulated vsize (KiB) 347352

[startup+283.101 s]
/proc/loadavg: 8.22 8.14 8.06 9/188 31333
/proc/meminfo: memFree=26086980/32951124 swapFree=67111524/67111528
[pid=31319] ppid=31317 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31319/stat : 31319 (prissAuto.sh) S 31317 31319 30205 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 499710498 8908800 252 33554432000 4194304 4922060 140735040077488 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31319/statm: 2175 252 211 178 0 68 0
[pid=31320] ppid=31319 vsize=338652 CPUtime=1130.74 cores=0,2,4,6
/proc/31320/stat : 31320 (priss) S 31319 31319 30205 0 -1 4202496 46028 0 0 0 113036 38 0 0 18 0 5 0 499710498 346779648 43422 33554432000 4194304 5787044 140733637568272 18446744073709551615 228107274673 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/31320/statm: 84663 43422 432 389 0 80413 0
[pid=31320/tid=31321] ppid=31319 vsize=338652 CPUtime=283.07 cores=0,2,4,6
/proc/31320/task/31321/stat : 31321 (priss) R 31319 31319 30205 0 -1 4202560 7637 0 0 0 28300 7 0 0 25 0 5 0 499710499 346779648 43422 33554432000 4194304 5787044 140733637568272 18446744073709551615 228095100108 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31320/tid=31322] ppid=31319 vsize=338652 CPUtime=283.04 cores=0,2,4,6
/proc/31320/task/31322/stat : 31322 (priss) R 31319 31319 30205 0 -1 4202560 10668 0 0 0 28297 7 0 0 25 0 5 0 499710499 346779648 43422 33554432000 4194304 5787044 140733637568272 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31320/tid=31324] ppid=31319 vsize=338652 CPUtime=283.01 cores=0,2,4,6
/proc/31320/task/31324/stat : 31324 (priss) R 31319 31319 30205 0 -1 4202560 11501 0 0 0 28288 13 0 0 25 0 5 0 499710499 346779648 43422 33554432000 4194304 5787044 140733637568272 18446744073709551615 5591315 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31320/tid=31325] ppid=31319 vsize=338652 CPUtime=281.6 cores=0,2,4,6
/proc/31320/task/31325/stat : 31325 (priss) R 31319 31319 30205 0 -1 4202560 14726 0 0 0 28150 10 0 0 25 0 5 0 499710499 346779648 43422 33554432000 4194304 5787044 140733637568272 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1130.74
Current children cumulated vsize (KiB) 347352

Child status: 20
Real time (s): 283.113
CPU time (s): 1130.77
CPU user time (s): 1130.38
CPU system time (s): 0.39394
CPU usage (%): 399.406
Max. virtual memory (cumulated for all children) (KiB): 347352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1130.38
system time used= 0.39394
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46398
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= 4538
involuntary context switches= 5354

runsolver used 0.462929 second user time and 1.07883 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-29 12:29:10
IDJOB=3266563
IDBENCH=87817
IDSOLVER=1602
FILE ID=node142/3266563-1304072950
RUNJOBID= node142-1304064275-30223
PBS_JOBID= 13170458
Free space on /tmp= 71312 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT02/handmade/zhang-lintao/xor-chain/x1_40.shuffled.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3266563-1304072950/watcher-3266563-1304072950 -o /tmp/evaluation-result-3266563-1304072950/solver-3266563-1304072950 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3266563-1304072950.cnf 1991235987 4800 15500 4

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

MD5SUM BENCH= 15f5068fb216bf26d5385140ce74faaf
RANDOM SEED=1991235987

node142.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	: 5131.95
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.82
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.67
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.81
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.82
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26323324 kB
Buffers:       1662328 kB
Cached:        4130820 kB
SwapCached:          4 kB
Active:         970416 kB
Inactive:      5118880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26323324 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            1608 kB
Writeback:           0 kB
AnonPages:      295520 kB
Mapped:          15612 kB
Slab:           475412 kB
PageTables:       4912 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   490648 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= 71312 MiB
End job on node142 at 2011-04-29 12:33:54