Trace number 3283315

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 UPUNSAT 116.828 78.2824

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-15-5p0.cnf
MD5SUM4385f03fe3bdaf0f127ae989ddd7908d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark40.9848
Satisfiable
(Un)Satisfiability was proved
Number of variables162696
Number of clauses821000
Sum of the clauses size1953203
Maximum clause length10
Minimum clause length1
Number of clauses of size 18386
Number of clauses of size 2617825
Number of clauses of size 3153189
Number of clauses of size 44620
Number of clauses of size 518480
Number of clauses of size over 518500

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: 18607
0.00/0.21	c parsetime: 211127us
0.00/0.21	c parsed 821000 clauses with 162696 variables
25.49/25.58	c preprocessor returned 162696 variables
25.49/25.58	c preprocessing returned UNKNOWN
25.49/25.58	c PP set 44221 variables
25.49/25.58	c pp time: 25331335us (25s)
116.57/78.19	c ====================
116.57/78.19	c implication/decision inf%(inf)
116.57/78.19	c decisions:           421516
116.57/78.19	c last level:          0
116.57/78.19	c conflicts:           54010
116.57/78.19	c restarts:            357
116.57/78.19	c rejected_restarts    0
116.57/78.19	c removals:            10
116.57/78.19	c removed clauses:     37824
116.57/78.19	c oft clauses:         0
116.57/78.19	c solvetime: 52616981us (52s)
116.74/78.27	c memory usage (vsize): 277 MB
116.74/78.27	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-3283315-1304042514/watcher-3283315-1304042514 -o /tmp/evaluation-result-3283315-1304042514/solver-3283315-1304042514 -C 4800 -W 1300 -M 15500 HOME/prissup.sh HOME HOME/instance-3283315-1304042514.cnf 1547860587 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: 3.39 3.61 3.45 4/179 18606
/proc/meminfo: memFree=22419704/32950928 swapFree=67087032/67111528
[pid=18606] ppid=18604 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18606/stat : 18606 (prissup.sh) S 18604 18606 16886 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515848486 8908800 252 33554432000 4194304 4922060 140735396328672 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18606/statm: 2175 252 211 178 0 68 0

[startup+0.0496831 s]
/proc/loadavg: 3.39 3.61 3.45 4/179 18606
/proc/meminfo: memFree=22419704/32950928 swapFree=67087032/67111528
[pid=18606] ppid=18604 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18606/stat : 18606 (prissup.sh) S 18604 18606 16886 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515848486 8908800 252 33554432000 4194304 4922060 140735396328672 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18606/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100671 s]
/proc/loadavg: 3.39 3.61 3.45 4/179 18606
/proc/meminfo: memFree=22419704/32950928 swapFree=67087032/67111528
[pid=18606] ppid=18604 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18606/stat : 18606 (prissup.sh) S 18604 18606 16886 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515848486 8908800 252 33554432000 4194304 4922060 140735396328672 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18606/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300636 s]
/proc/loadavg: 3.39 3.61 3.45 4/179 18606
/proc/meminfo: memFree=22419704/32950928 swapFree=67087032/67111528
[pid=18606] ppid=18604 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18606/stat : 18606 (prissup.sh) S 18604 18606 16886 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515848486 8908800 252 33554432000 4194304 4922060 140735396328672 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18606/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700558 s]
/proc/loadavg: 3.39 3.61 3.45 4/179 18606
/proc/meminfo: memFree=22419704/32950928 swapFree=67087032/67111528
[pid=18606] ppid=18604 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18606/stat : 18606 (prissup.sh) S 18604 18606 16886 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515848486 8908800 252 33554432000 4194304 4922060 140735396328672 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18606/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50041 s]
/proc/loadavg: 3.39 3.61 3.45 4/181 18608
/proc/meminfo: memFree=22324084/32950928 swapFree=67087032/67111528
[pid=18606] ppid=18604 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18606/stat : 18606 (prissup.sh) S 18604 18606 16886 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515848486 8908800 252 33554432000 4194304 4922060 140735396328672 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18606/statm: 2175 252 211 178 0 68 0
[pid=18607] ppid=18606 vsize=120084 CPUtime=1.49 cores=0,2,4,6
/proc/18607/stat : 18607 (priss) R 18606 18606 16886 0 -1 4202496 42891 0 0 0 144 5 0 0 20 0 1 0 515848486 122966016 23726 33554432000 4194304 5787044 140733648297088 18446744073709551615 4330490 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/18607/statm: 30021 23726 336 389 0 25771 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 128784

[startup+3.1011 s]
/proc/loadavg: 3.39 3.61 3.45 3/181 18608
/proc/meminfo: memFree=22321152/32950928 swapFree=67087032/67111528
[pid=18606] ppid=18604 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18606/stat : 18606 (prissup.sh) S 18604 18606 16886 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515848486 8908800 252 33554432000 4194304 4922060 140735396328672 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18606/statm: 2175 252 211 178 0 68 0
[pid=18607] ppid=18606 vsize=120084 CPUtime=3.09 cores=0,2,4,6
/proc/18607/stat : 18607 (priss) R 18606 18606 16886 0 -1 4202496 42891 0 0 0 304 5 0 0 25 0 1 0 515848486 122966016 23726 33554432000 4194304 5787044 140733648297088 18446744073709551615 4330511 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/18607/statm: 30021 23726 336 389 0 25771 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 128784

[startup+6.30045 s]
/proc/loadavg: 3.36 3.60 3.45 4/181 18608
/proc/meminfo: memFree=22315752/32950928 swapFree=67087032/67111528
[pid=18606] ppid=18604 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18606/stat : 18606 (prissup.sh) S 18604 18606 16886 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515848486 8908800 252 33554432000 4194304 4922060 140735396328672 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18606/statm: 2175 252 211 178 0 68 0
[pid=18607] ppid=18606 vsize=120084 CPUtime=6.29 cores=0,2,4,6
/proc/18607/stat : 18607 (priss) R 18606 18606 16886 0 -1 4202496 42891 0 0 0 624 5 0 0 25 0 1 0 515848486 122966016 23726 33554432000 4194304 5787044 140733648297088 18446744073709551615 4330511 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/18607/statm: 30021 23726 336 389 0 25771 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 128784

[startup+12.7003 s]
/proc/loadavg: 3.41 3.61 3.45 4/186 19580
/proc/meminfo: memFree=22283536/32950928 swapFree=67087032/67111528
[pid=18606] ppid=18604 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18606/stat : 18606 (prissup.sh) S 18604 18606 16886 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515848486 8908800 252 33554432000 4194304 4922060 140735396328672 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18606/statm: 2175 252 211 178 0 68 0
[pid=18607] ppid=18606 vsize=126832 CPUtime=12.69 cores=0,2,4,6
/proc/18607/stat : 18607 (priss) R 18606 18606 16886 0 -1 4202496 44876 0 0 0 1264 5 0 0 25 0 1 0 515848486 129875968 25711 33554432000 4194304 5787044 140733648297088 18446744073709551615 4336173 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/18607/statm: 31708 25711 338 389 0 27458 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 135532

[startup+25.5008 s]
/proc/loadavg: 3.39 3.59 3.45 4/181 20838
/proc/meminfo: memFree=22229724/32950928 swapFree=67087032/67111528
[pid=18606] ppid=18604 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18606/stat : 18606 (prissup.sh) S 18604 18606 16886 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515848486 8908800 252 33554432000 4194304 4922060 140735396328672 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18606/statm: 2175 252 211 178 0 68 0
[pid=18607] ppid=18606 vsize=143800 CPUtime=25.49 cores=0,2,4,6
/proc/18607/stat : 18607 (priss) R 18606 18606 16886 0 -1 4202496 59392 0 0 0 2542 7 0 0 25 0 1 0 515848486 147251200 29664 33554432000 4194304 5787044 140733648297088 18446744073709551615 4326881 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/18607/statm: 35950 29664 340 389 0 31700 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 152500

[startup+51.1009 s]
/proc/loadavg: 3.38 3.58 3.45 4/182 20839
/proc/meminfo: memFree=22148652/32950928 swapFree=67087032/67111528
[pid=18606] ppid=18604 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18606/stat : 18606 (prissup.sh) S 18604 18606 16886 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515848486 8908800 252 33554432000 4194304 4922060 140735396328672 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18606/statm: 2175 252 211 178 0 68 0
[pid=18607] ppid=18606 vsize=316704 CPUtime=68.7 cores=0,2,4,6
/proc/18607/stat : 18607 (priss) R 18606 18606 16886 0 -1 4202496 70775 0 0 0 6797 73 0 0 25 0 2 0 515848486 324304896 41047 33554432000 4194304 5787044 140733648297088 18446744073709551615 239488519023 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18607/statm: 79176 41047 390 389 0 74926 0
[pid=18607/tid=20839] ppid=18606 vsize=316704 CPUtime=17.59 cores=0,2,4,6
/proc/18607/task/20839/stat : 20839 (priss) R 18606 18606 16886 0 -1 4202560 732 0 0 0 1710 49 0 0 15 0 2 0 515851049 324304896 41047 33554432000 4194304 5787044 140733648297088 18446744073709551615 239488518577 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 68.7
Current children cumulated vsize (KiB) 325404

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

[startup+63.9004 s]
/proc/loadavg: 3.32 3.56 3.44 5/182 20840
/proc/meminfo: memFree=22140940/32950928 swapFree=67087032/67111528
[pid=18606] ppid=18604 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18606/stat : 18606 (prissup.sh) S 18604 18606 16886 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515848486 8908800 252 33554432000 4194304 4922060 140735396328672 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18606/statm: 2175 252 211 178 0 68 0
[pid=18607] ppid=18606 vsize=316704 CPUtime=91.14 cores=0,2,4,6
/proc/18607/stat : 18607 (priss) R 18606 18606 16886 0 -1 4202496 71465 0 0 0 9026 88 0 0 25 0 2 0 515848486 324304896 41737 33554432000 4194304 5787044 140733648297088 18446744073709551615 5531908 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18607/statm: 79176 41737 390 389 0 74926 0
[pid=18607/tid=20839] ppid=18606 vsize=316704 CPUtime=27.25 cores=0,2,4,6
/proc/18607/task/20839/stat : 20839 (priss) S 18606 18606 16886 0 -1 4202560 732 0 0 0 2666 59 0 0 16 0 2 0 515851049 324304896 41737 33554432000 4194304 5787044 140733648297088 18446744073709551615 239488518577 0 0 4096 0 18446604453882345664 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 91.14
Current children cumulated vsize (KiB) 325404

[startup+70.3012 s]
/proc/loadavg: 3.35 3.55 3.45 5/182 20840
/proc/meminfo: memFree=22138832/32950928 swapFree=67087032/67111528
[pid=18606] ppid=18604 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18606/stat : 18606 (prissup.sh) S 18604 18606 16886 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515848486 8908800 252 33554432000 4194304 4922060 140735396328672 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18606/statm: 2175 252 211 178 0 68 0
[pid=18607] ppid=18606 vsize=316704 CPUtime=102.55 cores=0,2,4,6
/proc/18607/stat : 18607 (priss) R 18606 18606 16886 0 -1 4202496 72000 0 0 0 10160 95 0 0 25 0 2 0 515848486 324304896 42272 33554432000 4194304 5787044 140733648297088 18446744073709551615 5527140 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18607/statm: 79176 42272 390 389 0 74926 0
[pid=18607/tid=20839] ppid=18606 vsize=316704 CPUtime=32.25 cores=0,2,4,6
/proc/18607/task/20839/stat : 20839 (priss) R 18606 18606 16886 0 -1 4202560 732 0 0 0 3163 62 0 0 15 0 2 0 515851049 324304896 42272 33554432000 4194304 5787044 140733648297088 18446744073709551615 5528779 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.55
Current children cumulated vsize (KiB) 325404

[startup+73.5006 s]
/proc/loadavg: 3.35 3.55 3.45 5/182 20840
/proc/meminfo: memFree=22137964/32950928 swapFree=67087032/67111528
[pid=18606] ppid=18604 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18606/stat : 18606 (prissup.sh) S 18604 18606 16886 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515848486 8908800 252 33554432000 4194304 4922060 140735396328672 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18606/statm: 2175 252 211 178 0 68 0
[pid=18607] ppid=18606 vsize=316704 CPUtime=108.27 cores=0,2,4,6
/proc/18607/stat : 18607 (priss) R 18606 18606 16886 0 -1 4202496 72222 0 0 0 10728 99 0 0 25 0 2 0 515848486 324304896 42494 33554432000 4194304 5787044 140733648297088 18446744073709551615 239488519023 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18607/statm: 79176 42494 390 389 0 74926 0
[pid=18607/tid=20839] ppid=18606 vsize=316704 CPUtime=34.76 cores=0,2,4,6
/proc/18607/task/20839/stat : 20839 (priss) S 18606 18606 16886 0 -1 4202560 732 0 0 0 3413 63 0 0 15 0 2 0 515851049 324304896 42494 33554432000 4194304 5787044 140733648297088 18446744073709551615 239488518577 0 0 4096 0 18446604453882345664 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 108.27
Current children cumulated vsize (KiB) 325404

[startup+76.701 s]
/proc/loadavg: 3.40 3.56 3.45 5/182 20840
/proc/meminfo: memFree=22137964/32950928 swapFree=67087032/67111528
[pid=18606] ppid=18604 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18606/stat : 18606 (prissup.sh) S 18604 18606 16886 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515848486 8908800 252 33554432000 4194304 4922060 140735396328672 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18606/statm: 2175 252 211 178 0 68 0
[pid=18607] ppid=18606 vsize=316704 CPUtime=114.01 cores=0,2,4,6
/proc/18607/stat : 18607 (priss) R 18606 18606 16886 0 -1 4202496 72223 0 0 0 11301 100 0 0 25 0 2 0 515848486 324304896 42495 33554432000 4194304 5787044 140733648297088 18446744073709551615 5549540 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18607/statm: 79176 42495 390 389 0 74926 0
[pid=18607/tid=20839] ppid=18606 vsize=316704 CPUtime=37.32 cores=0,2,4,6
/proc/18607/task/20839/stat : 20839 (priss) R 18606 18606 16886 0 -1 4202560 732 0 0 0 3668 64 0 0 16 0 2 0 515851049 324304896 42495 33554432000 4194304 5787044 140733648297088 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 114.01
Current children cumulated vsize (KiB) 325404

[startup+77.5008 s]
/proc/loadavg: 3.40 3.56 3.45 5/182 20840
/proc/meminfo: memFree=22137840/32950928 swapFree=67087032/67111528
[pid=18606] ppid=18604 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18606/stat : 18606 (prissup.sh) S 18604 18606 16886 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515848486 8908800 252 33554432000 4194304 4922060 140735396328672 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18606/statm: 2175 252 211 178 0 68 0
[pid=18607] ppid=18606 vsize=316704 CPUtime=115.46 cores=0,2,4,6
/proc/18607/stat : 18607 (priss) R 18606 18606 16886 0 -1 4202496 72223 0 0 0 11446 100 0 0 25 0 2 0 515848486 324304896 42495 33554432000 4194304 5787044 140733648297088 18446744073709551615 5526827 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18607/statm: 79176 42495 390 389 0 74926 0
[pid=18607/tid=20839] ppid=18606 vsize=316704 CPUtime=37.96 cores=0,2,4,6
/proc/18607/task/20839/stat : 20839 (priss) R 18606 18606 16886 0 -1 4202560 732 0 0 0 3732 64 0 0 16 0 2 0 515851049 324304896 42495 33554432000 4194304 5787044 140733648297088 18446744073709551615 5524792 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 115.46
Current children cumulated vsize (KiB) 325404

[startup+77.9008 s]
/proc/loadavg: 3.40 3.56 3.45 5/182 20840
/proc/meminfo: memFree=22137840/32950928 swapFree=67087032/67111528
[pid=18606] ppid=18604 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18606/stat : 18606 (prissup.sh) S 18604 18606 16886 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515848486 8908800 252 33554432000 4194304 4922060 140735396328672 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18606/statm: 2175 252 211 178 0 68 0
[pid=18607] ppid=18606 vsize=316704 CPUtime=116.19 cores=0,2,4,6
/proc/18607/stat : 18607 (priss) R 18606 18606 16886 0 -1 4202496 72223 0 0 0 11519 100 0 0 25 0 2 0 515848486 324304896 42495 33554432000 4194304 5787044 140733648297088 18446744073709551615 5526895 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18607/statm: 79176 42495 390 389 0 74926 0
[pid=18607/tid=20839] ppid=18606 vsize=316704 CPUtime=38.3 cores=0,2,4,6
/proc/18607/task/20839/stat : 20839 (priss) R 18606 18606 16886 0 -1 4202560 732 0 0 0 3766 64 0 0 15 0 2 0 515851049 324304896 42495 33554432000 4194304 5787044 140733648297088 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 116.19
Current children cumulated vsize (KiB) 325404

[startup+78.1067 s]
/proc/loadavg: 3.40 3.56 3.45 5/182 20840
/proc/meminfo: memFree=22137960/32950928 swapFree=67087032/67111528
[pid=18606] ppid=18604 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18606/stat : 18606 (prissup.sh) S 18604 18606 16886 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515848486 8908800 252 33554432000 4194304 4922060 140735396328672 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18606/statm: 2175 252 211 178 0 68 0
[pid=18607] ppid=18606 vsize=316704 CPUtime=116.57 cores=0,2,4,6
/proc/18607/stat : 18607 (priss) R 18606 18606 16886 0 -1 4202496 72223 0 0 0 11556 101 0 0 25 0 2 0 515848486 324304896 42495 33554432000 4194304 5787044 140733648297088 18446744073709551615 5531813 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18607/statm: 79176 42495 390 389 0 74926 0
[pid=18607/tid=20839] ppid=18606 vsize=316704 CPUtime=38.46 cores=0,2,4,6
/proc/18607/task/20839/stat : 20839 (priss) S 18606 18606 16886 0 -1 4202560 732 0 0 0 3782 64 0 0 15 0 2 0 515851049 324304896 42495 33554432000 4194304 5787044 140733648297088 18446744073709551615 239488518577 0 0 4096 0 18446604453882345664 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 116.57
Current children cumulated vsize (KiB) 325404

[startup+78.2007 s]
/proc/loadavg: 3.40 3.56 3.45 5/182 20840
/proc/meminfo: memFree=22137960/32950928 swapFree=67087032/67111528
[pid=18606] ppid=18604 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18606/stat : 18606 (prissup.sh) S 18604 18606 16886 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515848486 8908800 252 33554432000 4194304 4922060 140735396328672 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18606/statm: 2175 252 211 178 0 68 0
[pid=18607] ppid=18606 vsize=316704 CPUtime=116.74 cores=0,2,4,6
/proc/18607/stat : 18607 (priss) R 18606 18606 16886 0 -1 4202496 72237 0 0 0 11573 101 0 0 25 0 1 0 515848486 324304896 42509 33554432000 4194304 5787044 140733648297088 18446744073709551615 239488502150 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/18607/statm: 79176 42509 404 389 0 74926 0
Current children cumulated CPU time (s) 116.74
Current children cumulated vsize (KiB) 325404

Child status: 20
Real time (s): 78.2824
CPU time (s): 116.828
CPU user time (s): 115.81
CPU system time (s): 1.01784
CPU usage (%): 149.239
Max. virtual memory (cumulated for all children) (KiB): 325404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 115.81
system time used= 1.01784
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72592
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= 529756
involuntary context switches= 213

runsolver used 0.12898 second user time and 0.303953 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-29 04:01:54
IDJOB=3283315
IDBENCH=71019
IDSOLVER=1601
FILE ID=node148/3283315-1304042514
RUNJOBID= node148-1304036909-17973
PBS_JOBID= 13170304
Free space on /tmp= 71416 MiB

SOLVER NAME= priss UP
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-15-5p0.cnf
COMMAND LINE= DIR/prissup.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3283315-1304042514/watcher-3283315-1304042514 -o /tmp/evaluation-result-3283315-1304042514/solver-3283315-1304042514 -C 4800 -W 1300 -M 15500  HOME/prissup.sh HOME HOME/instance-3283315-1304042514.cnf 1547860587 4800 15500 4

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

MD5SUM BENCH= 4385f03fe3bdaf0f127ae989ddd7908d
RANDOM SEED=1547860587

node148.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.854
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.70
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.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
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.854
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.83
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.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.82
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.854
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.854
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.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      22419976 kB
Buffers:       2014456 kB
Cached:        7682456 kB
SwapCached:       3548 kB
Active:        1925520 kB
Inactive:      8042768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22419976 kB
SwapTotal:    67111528 kB
SwapFree:     67087032 kB
Dirty:           16552 kB
Writeback:           0 kB
AnonPages:      269680 kB
Mapped:          14532 kB
Slab:           498220 kB
PageTables:       5028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   445876 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= 71416 MiB
End job on node148 at 2011-04-29 04:03:13