Trace number 3290907

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 1.0UNSAT 52.2421 13.1125

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E05X15.cnf
MD5SUMe53b8f4e61e6411a209ad63833d35585
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.03223
Satisfiable
(Un)Satisfiability was proved
Number of variables4740
Number of clauses41379
Sum of the clauses size183934
Maximum clause length45
Minimum clause length1
Number of clauses of size 17
Number of clauses of size 211966
Number of clauses of size 39700
Number of clauses of size 43195
Number of clauses of size 54425
Number of clauses of size over 512086

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: 5041
0.00/0.01	c parsetime: 13294us
0.00/0.01	c parsed 41379 clauses with 4740 variables
0.00/0.02	c NW started thread 0 successfully (1093499200)
0.00/0.02	c NW started thread 1 successfully (1103989056)
0.00/0.03	c NW started thread 2 successfully (1117501760)
0.00/0.56	c NW started thread 3 successfully (1127991616)
4.31/1.19	c preprocessor returned 10005 variables
4.31/1.19	c preprocessing returned UNKNOWN
4.31/1.19	c PP set 119 variables
4.31/1.19	c pp time: 1168247us (1s)
4.31/1.19	c preprocessor returned 10005 variables
4.31/1.19	c preprocessing returned UNKNOWN
4.31/1.19	c PP set 119 variables
4.31/1.19	c pp time: 1170762us (1s)
4.69/1.21	c preprocessor returned 10005 variables
4.69/1.21	c preprocessing returned UNKNOWN
4.69/1.21	c PP set 119 variables
4.69/1.21	c pp time: 1171491us (1s)
13.09/3.38	c preprocessor returned 30007 variables
13.09/3.38	c preprocessing returned UNKNOWN
13.09/3.38	c PP set 119 variables
13.09/3.38	c pp time: 3339936us (3s)
30.26/7.67	c added unsatisfied clause
30.26/7.67	c failed to add network clauses
45.02/11.37	c added unsatisfied clause
45.02/11.37	c failed to add network clauses
45.42/11.43	c added unsatisfied clause
45.42/11.43	c failed to add network clauses
51.80/13.09	c ====================
51.80/13.09	c implication/decision inf%(inf)
51.80/13.09	c decisions:           193792
51.80/13.09	c last level:          0
51.80/13.09	c conflicts:           95137
51.80/13.09	c restarts:            630
51.80/13.09	c rejected_restarts    0
51.80/13.09	c removals:            12
51.80/13.09	c removed clauses:     72408
51.80/13.09	c oft clauses:         0
51.80/13.10	c solvetime: 11905444us (11s)
52.22/13.10	c sended clauses   | 3161 | 3234 | 2837 | 1410 |
52.22/13.10	c received clauses | 0 | 17 | 39 | 43 |
52.22/13.10	c join all other threads
52.22/13.10	c joined thread 0
52.22/13.10	c joined thread 1
52.22/13.10	c joined thread 2
52.22/13.10	c joined thread 3
52.22/13.10	c memory usage (vsize): 281 MB
52.22/13.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-3290907-1304063276/watcher-3290907-1304063276 -o /tmp/evaluation-result-3290907-1304063276/solver-3290907-1304063276 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3290907-1304063276.cnf 747453793 4800 15500 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: 4.05 4.06 4.41 2/171 5040
/proc/meminfo: memFree=31773576/32951124 swapFree=67111356/67111528
[pid=5040] ppid=5038 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5040/stat : 5040 (priss.sh) S 5038 5040 4129 0 -1 4202496 330 0 0 0 0 0 0 0 19 0 1 0 498743193 8908800 251 33554432000 4194304 4922060 140733738278032 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5040/statm: 2175 251 211 178 0 68 0

[startup+0.00722294 s]
/proc/loadavg: 4.05 4.06 4.41 2/171 5040
/proc/meminfo: memFree=31773576/32951124 swapFree=67111356/67111528
[pid=5040] ppid=5038 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5040/stat : 5040 (priss.sh) S 5038 5040 4129 0 -1 4202496 330 0 0 0 0 0 0 0 19 0 1 0 498743193 8908800 251 33554432000 4194304 4922060 140733738278032 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5040/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.147159 s]
/proc/loadavg: 4.05 4.06 4.41 2/171 5040
/proc/meminfo: memFree=31773576/32951124 swapFree=67111356/67111528
[pid=5040] ppid=5038 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5040/stat : 5040 (priss.sh) S 5038 5040 4129 0 -1 4202496 330 0 0 0 0 0 0 0 19 0 1 0 498743193 8908800 251 33554432000 4194304 4922060 140733738278032 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5040/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30013 s]
/proc/loadavg: 4.05 4.06 4.41 2/171 5040
/proc/meminfo: memFree=31773576/32951124 swapFree=67111356/67111528
[pid=5040] ppid=5038 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5040/stat : 5040 (priss.sh) S 5038 5040 4129 0 -1 4202496 330 0 0 0 0 0 0 0 19 0 1 0 498743193 8908800 251 33554432000 4194304 4922060 140733738278032 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5040/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701052 s]
/proc/loadavg: 4.05 4.06 4.41 2/171 5040
/proc/meminfo: memFree=31773576/32951124 swapFree=67111356/67111528
[pid=5040] ppid=5038 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5040/stat : 5040 (priss.sh) S 5038 5040 4129 0 -1 4202496 330 0 0 0 0 0 0 0 19 0 1 0 498743193 8908800 251 33554432000 4194304 4922060 140733738278032 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5040/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50089 s]
/proc/loadavg: 4.05 4.06 4.41 5/177 5046
/proc/meminfo: memFree=31734964/32951124 swapFree=67111356/67111528
[pid=5040] ppid=5038 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5040/stat : 5040 (priss.sh) S 5038 5040 4129 0 -1 4202496 330 0 0 0 0 0 0 0 19 0 1 0 498743193 8908800 251 33554432000 4194304 4922060 140733738278032 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5040/statm: 2175 251 211 178 0 68 0
[pid=5041] ppid=5040 vsize=286712 CPUtime=5.89 cores=1,3,5,7
/proc/5041/stat : 5041 (priss) S 5040 5040 4129 0 -1 4202496 13528 0 0 0 587 2 0 0 18 0 5 0 498743194 293593088 11348 33554432000 4194304 5787044 140736227961136 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5041/statm: 71678 11348 405 389 0 67428 0
[pid=5041/tid=5043] ppid=5040 vsize=286712 CPUtime=1.47 cores=1,3,5,7
/proc/5041/task/5043/stat : 5043 (priss) R 5040 5040 4129 0 -1 4202560 2483 0 0 0 147 0 0 0 18 0 5 0 498743196 293593088 11348 33554432000 4194304 5787044 140736227961136 18446744073709551615 4215360 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5041/tid=5044] ppid=5040 vsize=286712 CPUtime=1.46 cores=1,3,5,7
/proc/5041/task/5044/stat : 5044 (priss) R 5040 5040 4129 0 -1 4202560 2897 0 0 0 146 0 0 0 20 0 5 0 498743196 293593088 11348 33554432000 4194304 5787044 140736227961136 18446744073709551615 5590240 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5041/tid=5045] ppid=5040 vsize=286712 CPUtime=1.44 cores=1,3,5,7
/proc/5041/task/5045/stat : 5045 (priss) R 5040 5040 4129 0 -1 4202560 2142 0 0 0 144 0 0 0 23 0 5 0 498743197 293593088 11348 33554432000 4194304 5787044 140736227961136 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5041/tid=5046] ppid=5040 vsize=286712 CPUtime=1.45 cores=1,3,5,7
/proc/5041/task/5046/stat : 5046 (priss) R 5040 5040 4129 0 -1 4202560 2620 0 0 0 145 0 0 0 23 0 5 0 498743198 293593088 11348 33554432000 4194304 5787044 140736227961136 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 295412

[startup+3.10058 s]
/proc/loadavg: 4.05 4.06 4.41 5/177 5046
/proc/meminfo: memFree=31723556/32951124 swapFree=67111356/67111528
[pid=5040] ppid=5038 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5040/stat : 5040 (priss.sh) S 5038 5040 4129 0 -1 4202496 330 0 0 0 0 0 0 0 19 0 1 0 498743193 8908800 251 33554432000 4194304 4922060 140733738278032 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5040/statm: 2175 251 211 178 0 68 0
[pid=5041] ppid=5040 vsize=291632 CPUtime=12.27 cores=1,3,5,7
/proc/5041/stat : 5041 (priss) S 5040 5040 4129 0 -1 4202496 15383 0 0 0 1225 2 0 0 18 0 5 0 498743194 298631168 13203 33554432000 4194304 5787044 140736227961136 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5041/statm: 72908 13203 405 389 0 68658 0
[pid=5041/tid=5043] ppid=5040 vsize=291632 CPUtime=3.07 cores=1,3,5,7
/proc/5041/task/5043/stat : 5043 (priss) R 5040 5040 4129 0 -1 4202560 3779 0 0 0 307 0 0 0 21 0 5 0 498743196 298631168 13203 33554432000 4194304 5787044 140736227961136 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5041/tid=5044] ppid=5040 vsize=291632 CPUtime=3.06 cores=1,3,5,7
/proc/5041/task/5044/stat : 5044 (priss) R 5040 5040 4129 0 -1 4202560 3260 0 0 0 306 0 0 0 25 0 5 0 498743196 298631168 13203 33554432000 4194304 5787044 140736227961136 18446744073709551615 5590624 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5041/tid=5045] ppid=5040 vsize=291632 CPUtime=3.04 cores=1,3,5,7
/proc/5041/task/5045/stat : 5045 (priss) R 5040 5040 4129 0 -1 4202560 2330 0 0 0 304 0 0 0 25 0 5 0 498743197 298631168 13203 33554432000 4194304 5787044 140736227961136 18446744073709551615 5576660 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5041/tid=5046] ppid=5040 vsize=291632 CPUtime=3.05 cores=1,3,5,7
/proc/5041/task/5046/stat : 5046 (priss) R 5040 5040 4129 0 -1 4202560 2628 0 0 0 305 0 0 0 25 0 5 0 498743198 298631168 13203 33554432000 4194304 5787044 140736227961136 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 300332

[startup+6.30094 s]
/proc/loadavg: 4.04 4.06 4.41 5/177 5046
/proc/meminfo: memFree=31713588/32951124 swapFree=67111356/67111528
[pid=5040] ppid=5038 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5040/stat : 5040 (priss.sh) S 5038 5040 4129 0 -1 4202496 330 0 0 0 0 0 0 0 19 0 1 0 498743193 8908800 251 33554432000 4194304 4922060 140733738278032 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5040/statm: 2175 251 211 178 0 68 0
[pid=5041] ppid=5040 vsize=293452 CPUtime=25.06 cores=1,3,5,7
/proc/5041/stat : 5041 (priss) S 5040 5040 4129 0 -1 4202496 19681 0 0 0 2501 5 0 0 18 0 5 0 498743194 300494848 15784 33554432000 4194304 5787044 140736227961136 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5041/statm: 73363 15784 419 389 0 69113 0
[pid=5041/tid=5043] ppid=5040 vsize=293452 CPUtime=6.26 cores=1,3,5,7
/proc/5041/task/5043/stat : 5043 (priss) R 5040 5040 4129 0 -1 4202560 4255 0 0 0 626 0 0 0 25 0 5 0 498743196 300494848 15784 33554432000 4194304 5787044 140736227961136 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5041/tid=5044] ppid=5040 vsize=293452 CPUtime=6.26 cores=1,3,5,7
/proc/5041/task/5044/stat : 5044 (priss) R 5040 5040 4129 0 -1 4202560 3710 0 0 0 625 1 0 0 25 0 5 0 498743196 300494848 15784 33554432000 4194304 5787044 140736227961136 18446744073709551615 5585293 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5041/tid=5045] ppid=5040 vsize=293452 CPUtime=6.22 cores=1,3,5,7
/proc/5041/task/5045/stat : 5045 (priss) R 5040 5040 4129 0 -1 4202560 2775 0 0 0 622 0 0 0 25 0 5 0 498743197 300494848 15784 33554432000 4194304 5787044 140736227961136 18446744073709551615 5591019 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5041/tid=5046] ppid=5040 vsize=293452 CPUtime=6.24 cores=1,3,5,7
/proc/5041/task/5046/stat : 5046 (priss) R 5040 5040 4129 0 -1 4202560 5555 0 0 0 623 1 0 0 25 0 5 0 498743198 300494848 15784 33554432000 4194304 5787044 140736227961136 18446744073709551615 5524789 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 302152

[startup+12.7007 s]
/proc/loadavg: 4.12 4.07 4.41 5/177 5046
/proc/meminfo: memFree=31698404/32951124 swapFree=67111356/67111528
[pid=5040] ppid=5038 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5040/stat : 5040 (priss.sh) S 5038 5040 4129 0 -1 4202496 330 0 0 0 0 0 0 0 19 0 1 0 498743193 8908800 251 33554432000 4194304 4922060 140733738278032 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5040/statm: 2175 251 211 178 0 68 0
[pid=5041] ppid=5040 vsize=299752 CPUtime=50.6 cores=1,3,5,7
/proc/5041/stat : 5041 (priss) S 5040 5040 4129 0 -1 4202496 23259 0 0 0 5051 9 0 0 18 0 5 0 498743194 306946048 19362 33554432000 4194304 5787044 140736227961136 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5041/statm: 74938 19362 419 389 0 70688 0
[pid=5041/tid=5043] ppid=5040 vsize=299752 CPUtime=12.66 cores=1,3,5,7
/proc/5041/task/5043/stat : 5043 (priss) R 5040 5040 4129 0 -1 4202560 4590 0 0 0 1265 1 0 0 25 0 5 0 498743196 306946048 19362 33554432000 4194304 5787044 140736227961136 18446744073709551615 5576461 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5041/tid=5044] ppid=5040 vsize=299752 CPUtime=12.65 cores=1,3,5,7
/proc/5041/task/5044/stat : 5044 (priss) R 5040 5040 4129 0 -1 4202560 4546 0 0 0 1263 2 0 0 25 0 5 0 498743196 306946048 19362 33554432000 4194304 5787044 140736227961136 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5041/tid=5045] ppid=5040 vsize=299752 CPUtime=12.58 cores=1,3,5,7
/proc/5041/task/5045/stat : 5045 (priss) R 5040 5040 4129 0 -1 4202560 3501 0 0 0 1257 1 0 0 25 0 5 0 498743197 306946048 19362 33554432000 4194304 5787044 140736227961136 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5041/tid=5046] ppid=5040 vsize=299752 CPUtime=12.64 cores=1,3,5,7
/proc/5041/task/5046/stat : 5046 (priss) R 5040 5040 4129 0 -1 4202560 7236 0 0 0 1261 3 0 0 25 0 5 0 498743198 306946048 19362 33554432000 4194304 5787044 140736227961136 18446744073709551615 5527482 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 308452

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

[startup+13.1006 s]
/proc/loadavg: 4.11 4.07 4.41 5/177 5046
/proc/meminfo: memFree=31696920/32951124 swapFree=67111356/67111528
[pid=5040] ppid=5038 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5040/stat : 5040 (priss.sh) S 5038 5040 4129 0 -1 4202496 330 0 0 0 0 0 0 0 19 0 1 0 498743193 8908800 251 33554432000 4194304 4922060 140733738278032 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5040/statm: 2175 251 211 178 0 68 0
[pid=5041] ppid=5040 vsize=299752 CPUtime=52.22 cores=1,3,5,7
/proc/5041/stat : 5041 (priss) S 5040 5040 4129 0 -1 4202496 23284 0 0 0 5213 9 0 0 18 0 5 0 498743194 306946048 19387 33554432000 4194304 5787044 140736227961136 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5041/statm: 74938 19387 431 389 0 70688 0
[pid=5041/tid=5043] ppid=5040 vsize=299752 CPUtime=13.07 cores=1,3,5,7
/proc/5041/task/5043/stat : 5043 (priss) R 5040 5040 4129 0 -1 4202560 4590 0 0 0 1306 1 0 0 25 0 5 0 498743196 306946048 19387 33554432000 4194304 5787044 140736227961136 18446744073709551615 270350209717 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5041/tid=5044] ppid=5040 vsize=299752 CPUtime=13.06 cores=1,3,5,7
/proc/5041/task/5044/stat : 5044 (priss) R 5040 5040 4129 0 -1 4202560 4558 0 0 0 1304 2 0 0 25 0 5 0 498743196 306946048 19387 33554432000 4194304 5787044 140736227961136 18446744073709551615 270350209717 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5041/tid=5045] ppid=5040 vsize=299752 CPUtime=12.98 cores=1,3,5,7
/proc/5041/task/5045/stat : 5045 (priss) R 5040 5040 4129 0 -1 4202560 3501 0 0 0 1297 1 0 0 25 0 5 0 498743197 306946048 19387 33554432000 4194304 5787044 140736227961136 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5041/tid=5046] ppid=5040 vsize=299752 CPUtime=13.05 cores=1,3,5,7
/proc/5041/task/5046/stat : 5046 (priss) R 5040 5040 4129 0 -1 4202560 7249 0 0 0 1302 3 0 0 25 0 5 0 498743198 306946048 19387 33554432000 4194304 5787044 140736227961136 18446744073709551615 270350209717 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 52.22
Current children cumulated vsize (KiB) 308452

Child status: 20
Real time (s): 13.1125
CPU time (s): 52.2421
CPU user time (s): 52.1411
CPU system time (s): 0.100984
CPU usage (%): 398.415
Max. virtual memory (cumulated for all children) (KiB): 308452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 52.1411
system time used= 0.100984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23654
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= 2044
involuntary context switches= 265

runsolver used 0.020996 second user time and 0.048992 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-29 09:47:56
IDJOB=3290907
IDBENCH=83454
IDSOLVER=1603
FILE ID=node143/3290907-1304063276
RUNJOBID= node143-1304059664-4759
PBS_JOBID= 13170423
Free space on /tmp= 72924 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/E05X15.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3290907-1304063276/watcher-3290907-1304063276 -o /tmp/evaluation-result-3290907-1304063276/solver-3290907-1304063276 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3290907-1304063276.cnf 747453793 4800 15500 4

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

MD5SUM BENCH= e53b8f4e61e6411a209ad63833d35585
RANDOM SEED=747453793

node143.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	: 5226.15
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.83
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.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.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.83
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.74
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31773848 kB
Buffers:        192916 kB
Cached:         645296 kB
SwapCached:        168 kB
Active:         248060 kB
Inactive:       653904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31773848 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            2352 kB
Writeback:           0 kB
AnonPages:       63572 kB
Mapped:          14912 kB
Slab:           211736 kB
PageTables:       4464 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   183592 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= 72924 MiB
End job on node143 at 2011-04-29 09:48:09