Trace number 3493732

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
SAT4J MUS 2.3.0-SNAPSHOT 2011-02-06UNSAT 2.13168 1.37231

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top20.cnf
MD5SUMbe49754fed0d5253f9a16b7a2ec9a5a9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.11998
Satisfiable
(Un)Satisfiability was proved
Number of variables46611
Number of clauses148086
Sum of the clauses size361814
Maximum clause length1952
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 290434
Number of clauses of size 356622
Number of clauses of size 4209
Number of clauses of size 518
Number of clauses of size over 5802

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version 2.3.0.v20110206
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		5997854704
0.00/0.07	c Max memory 		6029312000
0.00/0.07	c Total memory 		6029312000
0.00/0.07	c Number of processors 	8
0.00/0.09	c Explanation (MUS) enabled solver
0.00/0.09	c QuickXplain (AAAI 2004 version) minimization strategy
0.10/0.09	c --- Begin Solver configuration ---
0.10/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@aa470b8
0.10/0.09	c Learn all clauses as in MiniSAT
0.10/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.10/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.10/0.09	c Expensive reason simplification
0.10/0.09	c Armin Biere (Picosat) restarts strategy
0.10/0.09	c Glucose learned constraints deletion strategy
0.10/0.09	c timeout=2147483647s
0.10/0.09	c DB Simplification allowed=true
0.10/0.09	c --- End Solver configuration ---
0.10/0.09	c solving HOME/instance-3493732-1307810182.cnf
0.10/0.09	c reading problem ... 
0.45/0.34	c ... done. Wall clock time 0.25s.
0.45/0.34	c #vars     194697
0.45/0.34	c #constraints  148086
0.45/0.34	c constraints type 
0.45/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 148085
0.45/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
0.79/0.52	c Unsat detection wall clock time (in seconds) : 0.431
0.79/0.52	c Size of initial unsat subformula: 5
0.79/0.52	c Computing MUS ...
0.79/0.52	c initial unsat core 139910[?] -31386[?] -31385[?]  37199[?] 47077[?] -46611[?]  31386[?] 46696[?] -46611[?]  31385[?] 46695[?] -46611[?]  46611[?] 46612[?] 
0.79/0.55	c qxplain 0/4
0.97/0.69	c qxplain 3/4
1.12/0.75	c qxplain 4/4
1.28/0.84	c 46611[?] 46612[?] is mandatory 
1.28/0.84	c qxplain 3/3
1.45/0.90	c 46695[?] 31385[?] -46611[?]  is mandatory 
1.45/0.90	c qxplain 0/2
1.45/0.96	c qxplain 2/2
1.55/1.02	c 46696[?] 31386[?] -46611[?]  is mandatory 
1.55/1.02	c qxplain 0/1
1.55/1.09	c qxplain 1/1
1.55/1.09	c qxplain 0/0
1.66/1.15	c 139910[?] -31386[?] -31385[?]  is mandatory 
2.01/1.36	c Size of the MUS: 4
2.01/1.36	c Unsat core  computation wall clock time (in seconds) : 0.837
2.01/1.36	c starts		: 8
2.01/1.36	c conflicts		: 0
2.01/1.36	c decisions		: 372872
2.01/1.36	c propagations		: 1645223
2.01/1.36	c inspects		: 166300
2.01/1.36	c shortcuts		: 0
2.01/1.36	c learnt literals	: 0
2.01/1.36	c learnt binary clauses	: 0
2.01/1.36	c learnt ternary clauses	: 0
2.01/1.36	c learnt constraints	: 0
2.01/1.36	c ignored constraints	: 0
2.01/1.36	c root simplifications	: 0
2.01/1.36	c removed literals (reason simplification)	: 0
2.01/1.36	c reason swapping (by a shorter reason)	: 0
2.01/1.36	c Calls to reduceDB	: 0
2.01/1.36	c speed (assignments/second)	: 6208388.679245283
2.01/1.36	c non guided choices	372872
2.01/1.36	c learnt constraints type 
2.01/1.36	c constraints type 
2.01/1.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 148085
2.01/1.36	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
2.01/1.36	s UNSATISFIABLE
2.01/1.36	v 1 84 85 93299 0
2.01/1.36	c Total wall clock time (in seconds) : 1.268

Verifier Data

OK	4

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3493732-1307810182/watcher-3493732-1307810182 -o /tmp/evaluation-result-3493732-1307810182/solver-3493732-1307810182 -C 1800 -W 1850 -M 7680 java -Xms6000m -Xmx6000m -jar sat4j-mus-v20110206.jar HOME/instance-3493732-1307810182.cnf 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 0.92 1.58 2.58 5/199 3509
/proc/meminfo: memFree=31570484/32950928 swapFree=67055428/67111528
[pid=3509] ppid=3507 vsize=30540 CPUtime=0 cores=5,7
/proc/3509/stat : 3509 (java) S 3507 3509 1898 0 -1 4202496 1242 0 0 0 0 0 0 0 21 0 2 0 892615291 31272960 960 33554432000 1073741824 1073778376 140734658379232 18446744073709551615 239488497637 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/3509/statm: 7635 960 732 9 0 386 0
[pid=3509/tid=3518] ppid=3507 vsize=30536 CPUtime=0 cores=5,7
/proc/3509/task/3518/stat : 3518 (java) S 3507 3509 1898 0 -1 4202560 130 0 0 0 0 0 0 0 23 0 2 0 892615291 31268864 964 33554432000 1073741824 1073778376 140734658379232 18446744073709551615 239471771271 0 2147483391 0 16784584 18446744071699207358 0 0 -1 5 0 0 0

[startup+0.094753 s]
/proc/loadavg: 0.92 1.58 2.58 5/199 3509
/proc/meminfo: memFree=31570484/32950928 swapFree=67055428/67111528
[pid=3509] ppid=3507 vsize=6430584 CPUtime=0.1 cores=5,7
/proc/3509/stat : 3509 (java) S 3507 3509 1898 0 -1 4202496 9665 0 1 0 9 1 0 0 21 0 18 0 892615291 6584918016 9360 33554432000 1073741824 1073778376 140734658379232 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3509/statm: 1607646 9360 2087 9 0 1598384 0
[pid=3509/tid=3518] ppid=3507 vsize=6430584 CPUtime=0.08 cores=5,7
/proc/3509/task/3518/stat : 3518 (java) R 3507 3509 1898 0 -1 4202560 7840 0 1 0 7 1 0 0 18 0 18 0 892615291 6584918016 9362 33554432000 1073741824 1073778376 140734658379232 18446744073709551615 47444999766015 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 6430584

[startup+0.100806 s]
/proc/loadavg: 0.92 1.58 2.58 5/199 3509
/proc/meminfo: memFree=31570484/32950928 swapFree=67055428/67111528
[pid=3509] ppid=3507 vsize=6430584 CPUtime=0.1 cores=5,7
/proc/3509/stat : 3509 (java) S 3507 3509 1898 0 -1 4202496 10643 0 1 0 9 1 0 0 21 0 18 0 892615291 6584918016 10338 33554432000 1073741824 1073778376 140734658379232 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3509/statm: 1607646 10339 2090 9 0 1598384 0
[pid=3509/tid=3518] ppid=3507 vsize=6430584 CPUtime=0.09 cores=5,7
/proc/3509/task/3518/stat : 3518 (java) R 3507 3509 1898 0 -1 4202560 8817 0 1 0 8 1 0 0 18 0 18 0 892615291 6584918016 10339 33554432000 1073741824 1073778376 140734658379232 18446744073709551615 47444999723859 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 6430584

[startup+0.300769 s]
/proc/loadavg: 0.92 1.58 2.58 5/199 3509
/proc/meminfo: memFree=31570484/32950928 swapFree=67055428/67111528
[pid=3509] ppid=3507 vsize=6432988 CPUtime=0.45 cores=5,7
/proc/3509/stat : 3509 (java) S 3507 3509 1898 0 -1 4202496 23073 0 1 0 43 2 0 0 21 0 18 0 892615291 6587379712 22435 33554432000 1073741824 1073778376 140734658379232 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3509/statm: 1608247 22439 2195 9 0 1598985 0
[pid=3509/tid=3518] ppid=3507 vsize=6432988 CPUtime=0.29 cores=5,7
/proc/3509/task/3518/stat : 3518 (java) R 3507 3509 1898 0 -1 4202560 20200 0 1 0 27 2 0 0 18 0 18 0 892615291 6587379712 22440 33554432000 1073741824 1073778376 140734658379232 18446744073709551615 46912505525377 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 6432988

[startup+0.700695 s]
/proc/loadavg: 0.92 1.58 2.58 5/199 3509
/proc/meminfo: memFree=31570484/32950928 swapFree=67055428/67111528
[pid=3509] ppid=3507 vsize=6434344 CPUtime=1.12 cores=5,7
/proc/3509/stat : 3509 (java) S 3507 3509 1898 0 -1 4202496 36287 0 1 0 108 4 0 0 21 0 19 0 892615291 6588768256 35421 33554432000 1073741824 1073778376 140734658379232 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3509/statm: 1608586 35421 2216 9 0 1599324 0
[pid=3509/tid=3518] ppid=3507 vsize=6434344 CPUtime=0.69 cores=5,7
/proc/3509/task/3518/stat : 3518 (java) R 3507 3509 1898 0 -1 4202560 32915 0 1 0 66 3 0 0 19 0 19 0 892615291 6588768256 35421 33554432000 1073741824 1073778376 140734658379232 18446744073709551615 46912505727836 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 6434344

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

[startup+1.10756 s]
/proc/loadavg: 0.92 1.58 2.58 8/262 3587
/proc/meminfo: memFree=31068248/32950928 swapFree=67055428/67111528
[pid=3509] ppid=3507 vsize=6436892 CPUtime=1.66 cores=5,7
/proc/3509/stat : 3509 (java) S 3507 3509 1898 0 -1 4202496 47494 0 1 0 162 4 0 0 21 0 18 0 892615291 6591377408 46124 33554432000 1073741824 1073778376 140734658379232 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3509/statm: 1609223 46124 2222 9 0 1599961 0
[pid=3509/tid=3518] ppid=3507 vsize=6436892 CPUtime=1.09 cores=5,7
/proc/3509/task/3518/stat : 3518 (java) R 3507 3509 1898 0 -1 4202560 43145 0 1 0 106 3 0 0 18 0 18 0 892615291 6591377408 46124 33554432000 1073741824 1073778376 140734658379232 18446744073709551615 46912505634074 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3509/tid=3521] ppid=3507 vsize=6436892 CPUtime=0 cores=5,7
/proc/3509/task/3521/stat : 3521 (java) S 3507 3509 1898 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 892615292 6591377408 46124 33554432000 1073741824 1073778376 140734658379232 18446744073709551615 239488510873 0 4 0 16800975 18446604471151170880 0 0 -1 5 0 0 0
[pid=3509/tid=3522] ppid=3507 vsize=6436892 CPUtime=0 cores=5,7
/proc/3509/task/3522/stat : 3522 (java) S 3507 3509 1898 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 892615292 6591377408 46124 33554432000 1073741824 1073778376 140734658379232 18446744073709551615 239488510873 0 4 0 16800975 18446604471151170880 0 0 -1 5 0 0 0
[pid=3509/tid=3523] ppid=3507 vsize=6436892 CPUtime=0 cores=5,7
/proc/3509/task/3523/stat : 3523 (java) S 3507 3509 1898 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 892615292 6591377408 46124 33554432000 1073741824 1073778376 140734658379232 18446744073709551615 239488510873 0 4 0 16800975 18446604471151170880 0 0 -1 5 0 0 0
[pid=3509/tid=3524] ppid=3507 vsize=6436892 CPUtime=0 cores=5,7
/proc/3509/task/3524/stat : 3524 (java) S 3507 3509 1898 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 892615292 6591377408 46124 33554432000 1073741824 1073778376 140734658379232 18446744073709551615 239488510873 0 4 0 16800975 18446604471151170880 0 0 -1 5 0 0 0
[pid=3509/tid=3525] ppid=3507 vsize=6436892 CPUtime=0 cores=5,7
/proc/3509/task/3525/stat : 3525 (java) S 3507 3509 1898 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 892615292 6591377408 46124 33554432000 1073741824 1073778376 140734658379232 18446744073709551615 239488510873 0 4 0 16800975 18446604471151170880 0 0 -1 5 0 0 0
[pid=3509/tid=3526] ppid=3507 vsize=6436892 CPUtime=0 cores=5,7
/proc/3509/task/3526/stat : 3526 (java) S 3507 3509 1898 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 892615292 6591377408 46124 33554432000 1073741824 1073778376 140734658379232 18446744073709551615 239488510873 0 4 0 16800975 18446604471151170880 0 0 -1 5 0 0 0
[pid=3509/tid=3527] ppid=3507 vsize=6436892 CPUtime=0 cores=5,7
/proc/3509/task/3527/stat : 3527 (java) S 3507 3509 1898 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 892615292 6591377408 46124 33554432000 1073741824 1073778376 140734658379232 18446744073709551615 239488510873 0 4 0 16800975 18446604471151170880 0 0 -1 5 0 0 0
[pid=3509/tid=3528] ppid=3507 vsize=6436892 CPUtime=0 cores=5,7
/proc/3509/task/3528/stat : 3528 (java) S 3507 3509 1898 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 892615292 6591377408 46124 33554432000 1073741824 1073778376 140734658379232 18446744073709551615 239488510873 0 4 0 16800975 18446604471151170880 0 0 -1 5 0 0 0
[pid=3509/tid=3536] ppid=3507 vsize=6436892 CPUtime=0 cores=5,7
/proc/3509/task/3536/stat : 3536 (java) S 3507 3509 1898 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 18 0 892615293 6591377408 46124 33554432000 1073741824 1073778376 140734658379232 18446744073709551615 239488511488 0 0 0 16800975 18446604471151170880 0 0 -1 5 0 0 0
[pid=3509/tid=3538] ppid=3507 vsize=6436892 CPUtime=0 cores=5,7
/proc/3509/task/3538/stat : 3538 (java) S 3507 3509 1898 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 18 0 892615294 6591377408 46124 33554432000 1073741824 1073778376 140734658379232 18446744073709551615 239488510873 0 4 0 16800975 18446604471151170880 0 0 -1 5 0 0 0
[pid=3509/tid=3539] ppid=3507 vsize=6436892 CPUtime=0 cores=5,7
/proc/3509/task/3539/stat : 3539 (java) S 3507 3509 1898 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 892615294 6591377408 46124 33554432000 1073741824 1073778376 140734658379232 18446744073709551615 239488510873 0 4 0 16800975 18446604471151170880 0 0 -1 5 0 0 0
[pid=3509/tid=3558] ppid=3507 vsize=6436892 CPUtime=0 cores=5,7
/proc/3509/task/3558/stat : 3558 (java) S 3507 3509 1898 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 892615296 6591377408 46124 33554432000 1073741824 1073778376 140734658379232 18446744073709551615 239488518577 0 4 0 16800975 18446604471151170880 0 0 -1 5 0 0 0
[pid=3509/tid=3559] ppid=3507 vsize=6436892 CPUtime=0.16 cores=5,7
/proc/3509/task/3559/stat : 3559 (java) S 3507 3509 1898 0 -1 4202560 577 0 0 0 16 0 0 0 17 0 18 0 892615296 6591377408 46124 33554432000 1073741824 1073778376 140734658379232 18446744073709551615 239488510873 0 4 0 16800975 18446604471151170880 0 0 -1 7 0 0 0
[pid=3509/tid=3560] ppid=3507 vsize=6436892 CPUtime=0.39 cores=5,7
/proc/3509/task/3560/stat : 3560 (java) R 3507 3509 1898 0 -1 4202560 2600 0 0 0 39 0 0 0 16 0 18 0 892615296 6591377408 46124 33554432000 1073741824 1073778376 140734658379232 18446744073709551615 47444999141269 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=3509/tid=3561] ppid=3507 vsize=6436892 CPUtime=0 cores=5,7
/proc/3509/task/3561/stat : 3561 (java) S 3507 3509 1898 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 892615296 6591377408 46124 33554432000 1073741824 1073778376 140734658379232 18446744073709551615 239488510873 0 4 0 16800975 18446604471151170880 0 0 -1 5 0 0 0
[pid=3509/tid=3562] ppid=3507 vsize=6436892 CPUtime=0 cores=5,7
/proc/3509/task/3562/stat : 3562 (java) S 3507 3509 1898 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 892615296 6591377408 46124 33554432000 1073741824 1073778376 140734658379232 18446744073709551615 239488511488 0 4 0 16800975 18446604471151170880 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 6436892

[startup+1.30152 s]
/proc/loadavg: 0.92 1.58 2.58 8/262 3587
/proc/meminfo: memFree=31068248/32950928 swapFree=67055428/67111528
[pid=3509] ppid=3507 vsize=6445980 CPUtime=2.01 cores=5,7
/proc/3509/stat : 3509 (java) S 3507 3509 1898 0 -1 4202496 51858 0 1 0 196 5 0 0 21 0 18 0 892615291 6600683520 49412 33554432000 1073741824 1073778376 140734658379232 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3509/statm: 1611495 49412 2223 9 0 1602233 0
[pid=3509/tid=3518] ppid=3507 vsize=6445980 CPUtime=1.29 cores=5,7
/proc/3509/task/3518/stat : 3518 (java) R 3507 3509 1898 0 -1 4202560 44393 0 1 0 125 4 0 0 19 0 18 0 892615291 6600683520 49412 33554432000 1073741824 1073778376 140734658379232 18446744073709551615 47444999386913 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3509/tid=3521] ppid=3507 vsize=6445980 CPUtime=0 cores=5,7
/proc/3509/task/3521/stat : 3521 (java) S 3507 3509 1898 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 892615292 6600683520 49412 33554432000 1073741824 1073778376 140734658379232 18446744073709551615 239488510873 0 4 0 16800975 18446604471151170880 0 0 -1 5 0 0 0
[pid=3509/tid=3522] ppid=3507 vsize=6445980 CPUtime=0 cores=5,7
/proc/3509/task/3522/stat : 3522 (java) S 3507 3509 1898 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 892615292 6600683520 49412 33554432000 1073741824 1073778376 140734658379232 18446744073709551615 239488510873 0 4 0 16800975 18446604471151170880 0 0 -1 5 0 0 0
[pid=3509/tid=3523] ppid=3507 vsize=6445980 CPUtime=0 cores=5,7
/proc/3509/task/3523/stat : 3523 (java) S 3507 3509 1898 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 892615292 6600683520 49412 33554432000 1073741824 1073778376 140734658379232 18446744073709551615 239488510873 0 4 0 16800975 18446604471151170880 0 0 -1 5 0 0 0
[pid=3509/tid=3524] ppid=3507 vsize=6445980 CPUtime=0 cores=5,7
/proc/3509/task/3524/stat : 3524 (java) S 3507 3509 1898 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 892615292 6600683520 49412 33554432000 1073741824 1073778376 140734658379232 18446744073709551615 239488510873 0 4 0 16800975 18446604471151170880 0 0 -1 5 0 0 0
[pid=3509/tid=3525] ppid=3507 vsize=6445980 CPUtime=0 cores=5,7
/proc/3509/task/3525/stat : 3525 (java) S 3507 3509 1898 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 892615292 6600683520 49412 33554432000 1073741824 1073778376 140734658379232 18446744073709551615 239488510873 0 4 0 16800975 18446604471151170880 0 0 -1 5 0 0 0
[pid=3509/tid=3526] ppid=3507 vsize=6445980 CPUtime=0 cores=5,7
/proc/3509/task/3526/stat : 3526 (java) S 3507 3509 1898 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 892615292 6600683520 49412 33554432000 1073741824 1073778376 140734658379232 18446744073709551615 239488510873 0 4 0 16800975 18446604471151170880 0 0 -1 5 0 0 0
[pid=3509/tid=3527] ppid=3507 vsize=6445980 CPUtime=0 cores=5,7
/proc/3509/task/3527/stat : 3527 (java) S 3507 3509 1898 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 892615292 6600683520 49412 33554432000 1073741824 1073778376 140734658379232 18446744073709551615 239488510873 0 4 0 16800975 18446604471151170880 0 0 -1 5 0 0 0
[pid=3509/tid=3528] ppid=3507 vsize=6445980 CPUtime=0 cores=5,7
/proc/3509/task/3528/stat : 3528 (java) S 3507 3509 1898 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 892615292 6600683520 49412 33554432000 1073741824 1073778376 140734658379232 18446744073709551615 239488510873 0 4 0 16800975 18446604471151170880 0 0 -1 5 0 0 0
[pid=3509/tid=3536] ppid=3507 vsize=6445980 CPUtime=0 cores=5,7
/proc/3509/task/3536/stat : 3536 (java) S 3507 3509 1898 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 18 0 892615293 6600683520 49412 33554432000 1073741824 1073778376 140734658379232 18446744073709551615 239488511488 0 0 0 16800975 18446604471151170880 0 0 -1 5 0 0 0
[pid=3509/tid=3538] ppid=3507 vsize=6445980 CPUtime=0 cores=5,7
/proc/3509/task/3538/stat : 3538 (java) S 3507 3509 1898 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 18 0 892615294 6600683520 49412 33554432000 1073741824 1073778376 140734658379232 18446744073709551615 239488510873 0 4 0 16800975 18446604471151170880 0 0 -1 5 0 0 0
[pid=3509/tid=3539] ppid=3507 vsize=6445980 CPUtime=0 cores=5,7
/proc/3509/task/3539/stat : 3539 (java) S 3507 3509 1898 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 892615294 6600683520 49412 33554432000 1073741824 1073778376 140734658379232 18446744073709551615 239488510873 0 4 0 16800975 18446604471151170880 0 0 -1 5 0 0 0
[pid=3509/tid=3558] ppid=3507 vsize=6445980 CPUtime=0 cores=5,7
/proc/3509/task/3558/stat : 3558 (java) S 3507 3509 1898 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 892615296 6600683520 49412 33554432000 1073741824 1073778376 140734658379232 18446744073709551615 239488518577 0 4 0 16800975 18446604471151170880 0 0 -1 5 0 0 0
[pid=3509/tid=3559] ppid=3507 vsize=6445980 CPUtime=0.17 cores=5,7
/proc/3509/task/3559/stat : 3559 (java) S 3507 3509 1898 0 -1 4202560 577 0 0 0 17 0 0 0 15 0 18 0 892615296 6600683520 49412 33554432000 1073741824 1073778376 140734658379232 18446744073709551615 239488510873 0 4 0 16800975 18446604471151170880 0 0 -1 7 0 0 0
[pid=3509/tid=3560] ppid=3507 vsize=6445980 CPUtime=0.54 cores=5,7
/proc/3509/task/3560/stat : 3560 (java) R 3507 3509 1898 0 -1 4202560 5716 0 0 0 54 0 0 0 16 0 18 0 892615296 6600683520 49412 33554432000 1073741824 1073778376 140734658379232 18446744073709551615 47444996076988 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=3509/tid=3561] ppid=3507 vsize=6445980 CPUtime=0 cores=5,7
/proc/3509/task/3561/stat : 3561 (java) S 3507 3509 1898 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 892615296 6600683520 49412 33554432000 1073741824 1073778376 140734658379232 18446744073709551615 239488510873 0 4 0 16800975 18446604471151170880 0 0 -1 5 0 0 0
[pid=3509/tid=3562] ppid=3507 vsize=6445980 CPUtime=0 cores=5,7
/proc/3509/task/3562/stat : 3562 (java) S 3507 3509 1898 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 892615296 6600683520 49412 33554432000 1073741824 1073778376 140734658379232 18446744073709551615 239488511488 0 4 0 16800975 18446604471151170880 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 6445980

Child status: 20
Real time (s): 1.37231
CPU time (s): 2.13168
CPU user time (s): 2.07169
CPU system time (s): 0.05999
CPU usage (%): 155.335
Max. virtual memory (cumulated for all children) (KiB): 6445980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.07168
system time used= 0.05999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52201
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 265
involuntary context switches= 66

runsolver used 0.003999 second user time and 0.010998 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-11 18:36:22
IDJOB=3493732
IDBENCH=83106
IDSOLVER=1972
FILE ID=node148/3493732-1307810182
RUNJOBID= node148-1307810182-3442
PBS_JOBID= 13551044
Free space on /tmp= 74036 MiB

SOLVER NAME= SAT4J MUS 2.3.0-SNAPSHOT 2011-02-06
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top20.cnf
COMMAND LINE= java -Xms6000m -Xmx6000m -jar sat4j-mus-v20110206.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3493732-1307810182/watcher-3493732-1307810182 -o /tmp/evaluation-result-3493732-1307810182/solver-3493732-1307810182 -C 1800 -W 1850 -M 7680  java -Xms6000m -Xmx6000m -jar sat4j-mus-v20110206.jar HOME/instance-3493732-1307810182.cnf

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

MD5SUM BENCH= be49754fed0d5253f9a16b7a2ec9a5a9
RANDOM SEED=1682207425

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:      31587552 kB
Buffers:        176936 kB
Cached:         977444 kB
SwapCached:       8836 kB
Active:         393352 kB
Inactive:       805904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31587552 kB
SwapTotal:    67111528 kB
SwapFree:     67055428 kB
Dirty:            9720 kB
Writeback:           0 kB
AnonPages:       43392 kB
Mapped:          17856 kB
Slab:            98836 kB
PageTables:       5616 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  6426288 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= 74032 MiB
End job on node148 at 2011-06-11 18:36:24