Trace number 2701320

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 PB RES // CP 2.2.0 2010-05-31Wrong UNSAT 11.9752 8.07113

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/celar/
normalized-celar7-sub4-22_wcsp.wbo
MD5SUM084c96587a40d0de1efffb4a052bae0f
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark332745
Best CPU time to get the best result obtained on this benchmark1800.06
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables444
Total number of constraints80644
Number of soft constraints80622
Number of constraints which are clauses80622
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint22
Top cost 54058235
Min constraint cost 1
Max constraint cost 1000000
Sum of constraints costs 6107276475
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 23
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.07	c See www.sat4j.org for details.
0.05/0.07	c version 2.2.0.v20100531
0.05/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.05/0.07	c java.vm.version	11.2-b01
0.05/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.07	c sun.arch.data.model	32
0.05/0.07	c java.version		1.6.0_12
0.05/0.07	c os.name		Linux
0.05/0.07	c os.version		2.6.18-164.el5
0.05/0.07	c os.arch		i386
0.05/0.07	c Free memory 		1393557488
0.05/0.07	c Max memory 		1395916800
0.05/0.07	c Total memory 		1395916800
0.05/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@18385e3
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@cf40f5
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	
0.11/0.10	c solving HOME/instance-2701320-1278539298.wbo
0.11/0.10	c reading problem ... 
9.87/7.04	c ... done. Wall clock time 6.937s.
9.87/7.04	c #vars     81066
9.87/7.04	c #constraints  80667
9.87/7.04	c constraints type 
9.87/7.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 22
9.87/7.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 80644
9.87/7.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
9.87/7.04	c constraints type 
9.87/7.04	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 22
9.87/7.04	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 80644
9.87/7.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
11.50/7.55	c And the winner is Resolution
11.96/8.04	c starts		: 2
11.96/8.04	c conflicts		: 129
11.96/8.04	c decisions		: 166812
11.96/8.04	c propagations		: 179491
11.96/8.04	c inspects		: 70136
11.96/8.04	c learnt literals	: 3
11.96/8.04	c learnt binary clauses	: 4
11.96/8.04	c learnt ternary clauses	: 6
11.96/8.04	c learnt clauses	: 125
11.96/8.04	c ignored clauses	: 0
11.96/8.04	c root simplifications	: 0
11.96/8.04	c removed literals (reason simplification)	: 105
11.96/8.04	c reason swapping (by a shorter reason)	: 0
11.96/8.04	c Calls to reduceDB	: 0
11.96/8.04	c number of reductions to clauses (during analyze)	: 0
11.96/8.04	c number of learned constraints concerned by reduction	: 0
11.96/8.04	c number of learning phase by resolution	: 0
11.96/8.04	c number of learning phase by cutting planes	: 0
11.96/8.04	c speed (assignments/second)	: 179132.73453093812
11.96/8.04	c non guided choices	318
11.96/8.04	c learnt constraints type 
11.96/8.04	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 121
11.96/8.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4
11.96/8.04	c constraints type 
11.96/8.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 22
11.96/8.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 80644
11.96/8.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
11.96/8.04	c constraints type 
11.96/8.04	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 22
11.96/8.04	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 80644
11.96/8.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
11.96/8.04	s UNSATISFIABLE
11.96/8.04	c Total wall clock time (in seconds): 7.941

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2701320-1278539298/watcher-2701320-1278539298 -o /tmp/evaluation-result-2701320-1278539298/solver-2701320-1278539298 -C 1800 -W 2000 -M 3800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2701320-1278539298.wbo 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.98 2.00 2.00 3/178 19476
/proc/meminfo: memFree=28618780/32951124 swapFree=67111528/67111528
[pid=19476] ppid=19474 vsize=13164 CPUtime=0
/proc/19476/stat : 19476 (java) R 19474 19476 17937 0 -1 4194304 838 0 0 0 0 0 0 0 19 0 1 0 22143317 13479936 377 4089446400 134512640 134550932 4288445760 18446744073709551615 6592133 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19476/statm: 3291 381 143 10 0 1121 0

[startup+0.0674291 s]
/proc/loadavg: 1.98 2.00 2.00 3/178 19476
/proc/meminfo: memFree=28618780/32951124 swapFree=67111528/67111528
[pid=19476] ppid=19474 vsize=1528820 CPUtime=0.05
/proc/19476/stat : 19476 (java) S 19474 19476 17937 0 -1 4202496 4244 0 1 0 4 1 0 0 19 0 18 0 22143317 1565511680 3683 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19476/statm: 382205 3689 1090 10 0 379508 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1528820

[startup+0.100406 s]
/proc/loadavg: 1.98 2.00 2.00 3/178 19476
/proc/meminfo: memFree=28618780/32951124 swapFree=67111528/67111528
[pid=19476] ppid=19474 vsize=1529976 CPUtime=0.11
/proc/19476/stat : 19476 (java) S 19474 19476 17937 0 -1 4202496 5237 0 1 0 10 1 0 0 19 0 18 0 22143317 1566695424 4674 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19476/statm: 382494 4674 1346 10 0 379797 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529976

[startup+0.300372 s]
/proc/loadavg: 1.98 2.00 2.00 3/178 19476
/proc/meminfo: memFree=28618780/32951124 swapFree=67111528/67111528
[pid=19476] ppid=19474 vsize=1532752 CPUtime=0.52
/proc/19476/stat : 19476 (java) S 19474 19476 17937 0 -1 4202496 14156 0 1 0 50 2 0 0 19 0 18 0 22143317 1569538048 13340 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19476/statm: 383188 13340 1403 10 0 380491 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 1532752

[startup+0.700254 s]
/proc/loadavg: 1.98 2.00 2.00 3/178 19476
/proc/meminfo: memFree=28618780/32951124 swapFree=67111528/67111528
[pid=19476] ppid=19474 vsize=1549768 CPUtime=1.71
/proc/19476/stat : 19476 (java) S 19474 19476 17937 0 -1 4202496 50422 0 1 0 164 7 0 0 19 0 18 0 22143317 1586962432 47316 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19476/statm: 387442 47316 1425 10 0 384745 0
Current children cumulated CPU time (s) 1.71
Current children cumulated vsize (KiB) 1549768

[startup+1.50115 s]
/proc/loadavg: 1.98 2.00 2.00 3/196 19494
/proc/meminfo: memFree=28426556/32951124 swapFree=67111528/67111528
[pid=19476] ppid=19474 vsize=1549024 CPUtime=2.85
/proc/19476/stat : 19476 (java) S 19474 19476 17937 0 -1 4202496 56827 0 1 0 276 9 0 0 19 0 18 0 22143317 1586200576 52782 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19476/statm: 387256 52782 1425 10 0 384559 0
[pid=19476/tid=19478] ppid=19474 vsize=1549024 CPUtime=1.37
/proc/19476/task/19478/stat : 19478 (java) R 19474 19476 17937 0 -1 4202560 35333 0 1 0 133 4 0 0 18 0 18 0 22143317 1586200576 52782 4089446400 134512640 134550932 4288445760 18446744073709551615 4109842763 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=19476/tid=19479] ppid=19474 vsize=1549024 CPUtime=0.04
/proc/19476/task/19479/stat : 19479 (java) S 19474 19476 17937 0 -1 4202560 1478 0 0 0 4 0 0 0 16 0 18 0 22143318 1586200576 52782 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 2 0 0 0
[pid=19476/tid=19480] ppid=19474 vsize=1549024 CPUtime=0.04
/proc/19476/task/19480/stat : 19480 (java) S 19474 19476 17937 0 -1 4202560 1288 0 0 0 4 0 0 0 15 0 18 0 22143318 1586200576 52782 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 0 0 0 0
[pid=19476/tid=19481] ppid=19474 vsize=1549024 CPUtime=0.03
/proc/19476/task/19481/stat : 19481 (java) S 19474 19476 17937 0 -1 4202560 1172 0 0 0 3 0 0 0 15 0 18 0 22143318 1586200576 52782 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 3 0 0 0
[pid=19476/tid=19482] ppid=19474 vsize=1549024 CPUtime=0.06
/proc/19476/task/19482/stat : 19482 (java) S 19474 19476 17937 0 -1 4202560 1783 0 0 0 6 0 0 0 15 0 18 0 22143318 1586200576 52782 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 7 0 0 0
[pid=19476/tid=19483] ppid=19474 vsize=1549024 CPUtime=0.04
/proc/19476/task/19483/stat : 19483 (java) S 19474 19476 17937 0 -1 4202560 1512 0 0 0 4 0 0 0 15 0 18 0 22143318 1586200576 52782 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 5 0 0 0
[pid=19476/tid=19484] ppid=19474 vsize=1549024 CPUtime=0.05
/proc/19476/task/19484/stat : 19484 (java) S 19474 19476 17937 0 -1 4202560 1625 0 0 0 5 0 0 0 15 0 18 0 22143318 1586200576 52782 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 4 0 0 0
[pid=19476/tid=19485] ppid=19474 vsize=1549024 CPUtime=0.04
/proc/19476/task/19485/stat : 19485 (java) S 19474 19476 17937 0 -1 4202560 1617 0 0 0 4 0 0 0 15 0 18 0 22143318 1586200576 52782 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 7 0 0 0
[pid=19476/tid=19486] ppid=19474 vsize=1549024 CPUtime=0.04
/proc/19476/task/19486/stat : 19486 (java) S 19474 19476 17937 0 -1 4202560 1442 0 0 0 4 0 0 0 15 0 18 0 22143318 1586200576 52782 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 3 0 0 0
[pid=19476/tid=19487] ppid=19474 vsize=1549024 CPUtime=0
/proc/19476/task/19487/stat : 19487 (java) S 19474 19476 17937 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 18 0 22143319 1586200576 52782 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 0 0 16800975 18446604471092314560 0 0 -1 1 0 0 0
[pid=19476/tid=19488] ppid=19474 vsize=1549024 CPUtime=0
/proc/19476/task/19488/stat : 19488 (java) S 19474 19476 17937 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 18 0 22143319 1586200576 52782 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 3 0 0 0
[pid=19476/tid=19489] ppid=19474 vsize=1549024 CPUtime=0
/proc/19476/task/19489/stat : 19489 (java) S 19474 19476 17937 0 -1 4202560 6 0 0 0 0 0 0 0 21 0 18 0 22143319 1586200576 52782 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 3 0 0 0
[pid=19476/tid=19490] ppid=19474 vsize=1549024 CPUtime=0
/proc/19476/task/19490/stat : 19490 (java) S 19474 19476 17937 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22143321 1586200576 52782 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 7 0 0 0
[pid=19476/tid=19491] ppid=19474 vsize=1549024 CPUtime=0.53
/proc/19476/task/19491/stat : 19491 (java) S 19474 19476 17937 0 -1 4202560 5391 0 0 0 53 0 0 0 17 0 18 0 22143321 1586200576 52782 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 0 0 0 0
[pid=19476/tid=19492] ppid=19474 vsize=1549024 CPUtime=0.52
/proc/19476/task/19492/stat : 19492 (java) S 19474 19476 17937 0 -1 4202560 3094 0 0 0 52 0 0 0 18 0 18 0 22143321 1586200576 52782 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 5 0 0 0
[pid=19476/tid=19493] ppid=19474 vsize=1549024 CPUtime=0
/proc/19476/task/19493/stat : 19493 (java) S 19474 19476 17937 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 22143321 1586200576 52782 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 7 0 0 0
[pid=19476/tid=19494] ppid=19474 vsize=1549024 CPUtime=0
/proc/19476/task/19494/stat : 19494 (java) S 19474 19476 17937 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22143321 1586200576 52782 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 1549024

[startup+3.10092 s]
/proc/loadavg: 1.98 2.00 2.00 3/196 19494
/proc/meminfo: memFree=28408576/32951124 swapFree=67111528/67111528
[pid=19476] ppid=19474 vsize=1549024 CPUtime=4.72
/proc/19476/stat : 19476 (java) S 19474 19476 17937 0 -1 4202496 60512 0 1 0 458 14 0 0 19 0 18 0 22143317 1586200576 56185 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19476/statm: 387256 56185 1425 10 0 384559 0
[pid=19476/tid=19478] ppid=19474 vsize=1549024 CPUtime=2.88
/proc/19476/task/19478/stat : 19478 (java) R 19474 19476 17937 0 -1 4202560 35552 0 1 0 284 4 0 0 19 0 18 0 22143317 1586200576 56185 4089446400 134512640 134550932 4288445760 18446744073709551615 106834528 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=19476/tid=19479] ppid=19474 vsize=1549024 CPUtime=0.08
/proc/19476/task/19479/stat : 19479 (java) S 19474 19476 17937 0 -1 4202560 1941 0 0 0 8 0 0 0 15 0 18 0 22143318 1586200576 56185 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 2 0 0 0
[pid=19476/tid=19480] ppid=19474 vsize=1549024 CPUtime=0.08
/proc/19476/task/19480/stat : 19480 (java) S 19474 19476 17937 0 -1 4202560 1649 0 0 0 8 0 0 0 15 0 18 0 22143318 1586200576 56185 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 0 0 0 0
[pid=19476/tid=19481] ppid=19474 vsize=1549024 CPUtime=0.07
/proc/19476/task/19481/stat : 19481 (java) S 19474 19476 17937 0 -1 4202560 1662 0 0 0 7 0 0 0 15 0 18 0 22143318 1586200576 56185 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 7 0 0 0
[pid=19476/tid=19482] ppid=19474 vsize=1549024 CPUtime=0.08
/proc/19476/task/19482/stat : 19482 (java) S 19474 19476 17937 0 -1 4202560 2064 0 0 0 8 0 0 0 15 0 18 0 22143318 1586200576 56185 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 7 0 0 0
[pid=19476/tid=19483] ppid=19474 vsize=1549024 CPUtime=0.07
/proc/19476/task/19483/stat : 19483 (java) S 19474 19476 17937 0 -1 4202560 1961 0 0 0 7 0 0 0 15 0 18 0 22143318 1586200576 56185 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 5 0 0 0
[pid=19476/tid=19484] ppid=19474 vsize=1549024 CPUtime=0.09
/proc/19476/task/19484/stat : 19484 (java) S 19474 19476 17937 0 -1 4202560 2048 0 0 0 9 0 0 0 15 0 18 0 22143318 1586200576 56185 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 4 0 0 0
[pid=19476/tid=19485] ppid=19474 vsize=1549024 CPUtime=0.08
/proc/19476/task/19485/stat : 19485 (java) S 19474 19476 17937 0 -1 4202560 2097 0 0 0 7 1 0 0 15 0 18 0 22143318 1586200576 56185 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 3 0 0 0
[pid=19476/tid=19486] ppid=19474 vsize=1549024 CPUtime=0.08
/proc/19476/task/19486/stat : 19486 (java) S 19474 19476 17937 0 -1 4202560 1961 0 0 0 8 0 0 0 15 0 18 0 22143318 1586200576 56185 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 1 0 0 0
[pid=19476/tid=19487] ppid=19474 vsize=1549024 CPUtime=0.02
/proc/19476/task/19487/stat : 19487 (java) S 19474 19476 17937 0 -1 4202560 31 0 0 0 0 2 0 0 15 0 18 0 22143319 1586200576 56185 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 0 0 16800975 18446604471092314560 0 0 -1 1 0 0 0
[pid=19476/tid=19488] ppid=19474 vsize=1549024 CPUtime=0
/proc/19476/task/19488/stat : 19488 (java) S 19474 19476 17937 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 18 0 22143319 1586200576 56185 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 3 0 0 0
[pid=19476/tid=19489] ppid=19474 vsize=1549024 CPUtime=0
/proc/19476/task/19489/stat : 19489 (java) S 19474 19476 17937 0 -1 4202560 6 0 0 0 0 0 0 0 21 0 18 0 22143319 1586200576 56185 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 3 0 0 0
[pid=19476/tid=19490] ppid=19474 vsize=1549024 CPUtime=0
/proc/19476/task/19490/stat : 19490 (java) S 19474 19476 17937 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22143321 1586200576 56185 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 7 0 0 0
[pid=19476/tid=19491] ppid=19474 vsize=1549024 CPUtime=0.53
/proc/19476/task/19491/stat : 19491 (java) S 19474 19476 17937 0 -1 4202560 5391 0 0 0 53 0 0 0 17 0 18 0 22143321 1586200576 56185 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 0 0 0 0
[pid=19476/tid=19492] ppid=19474 vsize=1549024 CPUtime=0.52
/proc/19476/task/19492/stat : 19492 (java) S 19474 19476 17937 0 -1 4202560 3094 0 0 0 52 0 0 0 18 0 18 0 22143321 1586200576 56185 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 5 0 0 0
[pid=19476/tid=19493] ppid=19474 vsize=1549024 CPUtime=0
/proc/19476/task/19493/stat : 19493 (java) S 19474 19476 17937 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 22143321 1586200576 56185 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 7 0 0 0
[pid=19476/tid=19494] ppid=19474 vsize=1549024 CPUtime=0
/proc/19476/task/19494/stat : 19494 (java) S 19474 19476 17937 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22143321 1586200576 56185 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.72
Current children cumulated vsize (KiB) 1549024

[startup+6.30135 s]
/proc/loadavg: 1.98 2.00 2.00 3/196 19494
/proc/meminfo: memFree=28384520/32951124 swapFree=67111528/67111528
[pid=19476] ppid=19474 vsize=1548000 CPUtime=8.68
/proc/19476/stat : 19476 (java) S 19474 19476 17937 0 -1 4202496 65810 0 1 0 843 25 0 0 19 0 18 0 22143317 1585152000 61080 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19476/statm: 387000 61080 1425 10 0 384303 0
[pid=19476/tid=19478] ppid=19474 vsize=1548000 CPUtime=5.86
/proc/19476/task/19478/stat : 19478 (java) R 19474 19476 17937 0 -1 4202560 35642 0 1 0 581 5 0 0 25 0 18 0 22143317 1585152000 61080 4089446400 134512640 134550932 4288445760 18446744073709551615 106834675 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=19476/tid=19479] ppid=19474 vsize=1548000 CPUtime=0.23
/proc/19476/task/19479/stat : 19479 (java) S 19474 19476 17937 0 -1 4202560 2617 0 0 0 21 2 0 0 16 0 18 0 22143318 1585152000 61080 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 2 0 0 0
[pid=19476/tid=19480] ppid=19474 vsize=1548000 CPUtime=0.21
/proc/19476/task/19480/stat : 19480 (java) S 19474 19476 17937 0 -1 4202560 2247 0 0 0 20 1 0 0 16 0 18 0 22143318 1585152000 61080 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 0 0 0 0
[pid=19476/tid=19481] ppid=19474 vsize=1548000 CPUtime=0.2
/proc/19476/task/19481/stat : 19481 (java) S 19474 19476 17937 0 -1 4202560 2449 0 0 0 18 2 0 0 16 0 18 0 22143318 1585152000 61080 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 3 0 0 0
[pid=19476/tid=19482] ppid=19474 vsize=1548000 CPUtime=0.19
/proc/19476/task/19482/stat : 19482 (java) S 19474 19476 17937 0 -1 4202560 2618 0 0 0 18 1 0 0 16 0 18 0 22143318 1585152000 61080 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 1 0 0 0
[pid=19476/tid=19483] ppid=19474 vsize=1548000 CPUtime=0.2
/proc/19476/task/19483/stat : 19483 (java) S 19474 19476 17937 0 -1 4202560 2724 0 0 0 19 1 0 0 16 0 18 0 22143318 1585152000 61080 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 5 0 0 0
[pid=19476/tid=19484] ppid=19474 vsize=1548000 CPUtime=0.24
/proc/19476/task/19484/stat : 19484 (java) S 19474 19476 17937 0 -1 4202560 2675 0 0 0 22 2 0 0 15 0 18 0 22143318 1585152000 61080 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 4 0 0 0
[pid=19476/tid=19485] ppid=19474 vsize=1548000 CPUtime=0.17
/proc/19476/task/19485/stat : 19485 (java) S 19474 19476 17937 0 -1 4202560 2650 0 0 0 16 1 0 0 15 0 18 0 22143318 1585152000 61080 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 5 0 0 0
[pid=19476/tid=19486] ppid=19474 vsize=1548000 CPUtime=0.17
/proc/19476/task/19486/stat : 19486 (java) S 19474 19476 17937 0 -1 4202560 2611 0 0 0 16 1 0 0 16 0 18 0 22143318 1585152000 61080 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 7 0 0 0
[pid=19476/tid=19487] ppid=19474 vsize=1548000 CPUtime=0.05
/proc/19476/task/19487/stat : 19487 (java) S 19474 19476 17937 0 -1 4202560 31 0 0 0 1 4 0 0 15 0 18 0 22143319 1585152000 61080 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 0 0 16800975 18446604471092314560 0 0 -1 1 0 0 0
[pid=19476/tid=19488] ppid=19474 vsize=1548000 CPUtime=0
/proc/19476/task/19488/stat : 19488 (java) S 19474 19476 17937 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 18 0 22143319 1585152000 61080 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 3 0 0 0
[pid=19476/tid=19489] ppid=19474 vsize=1548000 CPUtime=0
/proc/19476/task/19489/stat : 19489 (java) S 19474 19476 17937 0 -1 4202560 6 0 0 0 0 0 0 0 21 0 18 0 22143319 1585152000 61080 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 3 0 0 0
[pid=19476/tid=19490] ppid=19474 vsize=1548000 CPUtime=0
/proc/19476/task/19490/stat : 19490 (java) S 19474 19476 17937 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22143321 1585152000 61080 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 7 0 0 0
[pid=19476/tid=19491] ppid=19474 vsize=1548000 CPUtime=0.53
/proc/19476/task/19491/stat : 19491 (java) S 19474 19476 17937 0 -1 4202560 5391 0 0 0 53 0 0 0 17 0 18 0 22143321 1585152000 61080 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 0 0 0 0
[pid=19476/tid=19492] ppid=19474 vsize=1548000 CPUtime=0.52
/proc/19476/task/19492/stat : 19492 (java) S 19474 19476 17937 0 -1 4202560 3094 0 0 0 52 0 0 0 18 0 18 0 22143321 1585152000 61080 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 5 0 0 0
[pid=19476/tid=19493] ppid=19474 vsize=1548000 CPUtime=0
/proc/19476/task/19493/stat : 19493 (java) S 19474 19476 17937 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 22143321 1585152000 61080 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 7 0 0 0
[pid=19476/tid=19494] ppid=19474 vsize=1548000 CPUtime=0
/proc/19476/task/19494/stat : 19494 (java) S 19474 19476 17937 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22143321 1585152000 61080 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 8.68
Current children cumulated vsize (KiB) 1548000

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

[startup+7.10121 s]
/proc/loadavg: 1.98 2.00 2.00 3/196 19494
/proc/meminfo: memFree=28379684/32951124 swapFree=67111528/67111528
[pid=19476] ppid=19474 vsize=1548648 CPUtime=10.12
/proc/19476/stat : 19476 (java) S 19474 19476 17937 0 -1 4202496 67508 0 1 0 985 27 0 0 19 0 20 0 22143317 1585815552 61660 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19476/statm: 387162 61660 1429 10 0 384465 0
[pid=19476/tid=19478] ppid=19474 vsize=1548648 CPUtime=6.58
/proc/19476/task/19478/stat : 19478 (java) S 19474 19476 17937 0 -1 4202560 35674 0 1 0 653 5 0 0 18 0 20 0 22143317 1585815552 61660 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 7 0 0 0
[pid=19476/tid=19479] ppid=19474 vsize=1548648 CPUtime=0.24
/proc/19476/task/19479/stat : 19479 (java) S 19474 19476 17937 0 -1 4202560 2659 0 0 0 22 2 0 0 15 0 20 0 22143318 1585815552 61660 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 2 0 0 0
[pid=19476/tid=19480] ppid=19474 vsize=1548648 CPUtime=0.22
/proc/19476/task/19480/stat : 19480 (java) S 19474 19476 17937 0 -1 4202560 2315 0 0 0 21 1 0 0 16 0 20 0 22143318 1585815552 61660 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 0 0 0 0
[pid=19476/tid=19481] ppid=19474 vsize=1548648 CPUtime=0.21
/proc/19476/task/19481/stat : 19481 (java) S 19474 19476 17937 0 -1 4202560 2577 0 0 0 19 2 0 0 15 0 20 0 22143318 1585815552 61660 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 1 0 0 0
[pid=19476/tid=19482] ppid=19474 vsize=1548648 CPUtime=0.21
/proc/19476/task/19482/stat : 19482 (java) S 19474 19476 17937 0 -1 4202560 2658 0 0 0 20 1 0 0 15 0 20 0 22143318 1585815552 61660 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 3 0 0 0
[pid=19476/tid=19483] ppid=19474 vsize=1548648 CPUtime=0.21
/proc/19476/task/19483/stat : 19483 (java) S 19474 19476 17937 0 -1 4202560 2744 0 0 0 20 1 0 0 15 0 20 0 22143318 1585815552 61660 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 7 0 0 0
[pid=19476/tid=19484] ppid=19474 vsize=1548648 CPUtime=0.24
/proc/19476/task/19484/stat : 19484 (java) S 19474 19476 17937 0 -1 4202560 2701 0 0 0 22 2 0 0 15 0 20 0 22143318 1585815552 61660 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 4 0 0 0
[pid=19476/tid=19485] ppid=19474 vsize=1548648 CPUtime=0.18
/proc/19476/task/19485/stat : 19485 (java) S 19474 19476 17937 0 -1 4202560 2780 0 0 0 16 2 0 0 15 0 20 0 22143318 1585815552 61660 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 5 0 0 0
[pid=19476/tid=19486] ppid=19474 vsize=1548648 CPUtime=0.18
/proc/19476/task/19486/stat : 19486 (java) S 19474 19476 17937 0 -1 4202560 2645 0 0 0 17 1 0 0 15 0 20 0 22143318 1585815552 61660 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 7 0 0 0
[pid=19476/tid=19487] ppid=19474 vsize=1548648 CPUtime=0.05
/proc/19476/task/19487/stat : 19487 (java) S 19474 19476 17937 0 -1 4202560 32 0 0 0 1 4 0 0 15 0 20 0 22143319 1585815552 61660 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 0 0 16800975 18446604471092314560 0 0 -1 1 0 0 0
[pid=19476/tid=19488] ppid=19474 vsize=1548648 CPUtime=0
/proc/19476/task/19488/stat : 19488 (java) S 19474 19476 17937 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 22143319 1585815552 61660 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 3 0 0 0
[pid=19476/tid=19489] ppid=19474 vsize=1548648 CPUtime=0
/proc/19476/task/19489/stat : 19489 (java) S 19474 19476 17937 0 -1 4202560 6 0 0 0 0 0 0 0 21 0 20 0 22143319 1585815552 61660 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 3 0 0 0
[pid=19476/tid=19490] ppid=19474 vsize=1548648 CPUtime=0
/proc/19476/task/19490/stat : 19490 (java) S 19474 19476 17937 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 22143321 1585815552 61660 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 7 0 0 0
[pid=19476/tid=19491] ppid=19474 vsize=1548648 CPUtime=0.97
/proc/19476/task/19491/stat : 19491 (java) S 19474 19476 17937 0 -1 4202560 6552 0 0 0 96 1 0 0 16 0 20 0 22143321 1585815552 61660 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 0 0 0 0
[pid=19476/tid=19492] ppid=19474 vsize=1548648 CPUtime=0.6
/proc/19476/task/19492/stat : 19492 (java) S 19474 19476 17937 0 -1 4202560 3094 0 0 0 60 0 0 0 15 0 20 0 22143321 1585815552 61660 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 5 0 0 0
[pid=19476/tid=19493] ppid=19474 vsize=1548648 CPUtime=0
/proc/19476/task/19493/stat : 19493 (java) S 19474 19476 17937 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 20 0 22143321 1585815552 61660 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 7 0 0 0
[pid=19476/tid=19494] ppid=19474 vsize=1548648 CPUtime=0
/proc/19476/task/19494/stat : 19494 (java) S 19474 19476 17937 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 22143321 1585815552 61660 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 10.12
Current children cumulated vsize (KiB) 1548648

[startup+7.50115 s]
/proc/loadavg: 1.98 2.00 2.00 3/196 19494
/proc/meminfo: memFree=28379684/32951124 swapFree=67111528/67111528
[pid=19476] ppid=19474 vsize=1549296 CPUtime=11.5
/proc/19476/stat : 19476 (java) S 19474 19476 17937 0 -1 4202496 71285 0 1 0 1123 27 0 0 19 0 22 0 22143317 1586479104 65224 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19476/statm: 387324 65224 1440 10 0 384627 0
[pid=19476/tid=19478] ppid=19474 vsize=1549296 CPUtime=6.58
/proc/19476/task/19478/stat : 19478 (java) S 19474 19476 17937 0 -1 4202560 35674 0 1 0 653 5 0 0 18 0 22 0 22143317 1586479104 65224 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 7 0 0 0
[pid=19476/tid=19479] ppid=19474 vsize=1549296 CPUtime=0.25
/proc/19476/task/19479/stat : 19479 (java) S 19474 19476 17937 0 -1 4202560 3166 0 0 0 23 2 0 0 16 0 22 0 22143318 1586479104 65224 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 2 0 0 0
[pid=19476/tid=19480] ppid=19474 vsize=1549296 CPUtime=0.23
/proc/19476/task/19480/stat : 19480 (java) S 19474 19476 17937 0 -1 4202560 2839 0 0 0 22 1 0 0 16 0 22 0 22143318 1586479104 65224 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 0 0 0 0
[pid=19476/tid=19481] ppid=19474 vsize=1549296 CPUtime=0.22
/proc/19476/task/19481/stat : 19481 (java) S 19474 19476 17937 0 -1 4202560 2711 0 0 0 20 2 0 0 16 0 22 0 22143318 1586479104 65224 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 1 0 0 0
[pid=19476/tid=19482] ppid=19474 vsize=1549296 CPUtime=0.21
/proc/19476/task/19482/stat : 19482 (java) S 19474 19476 17937 0 -1 4202560 3455 0 0 0 20 1 0 0 16 0 22 0 22143318 1586479104 65224 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 3 0 0 0
[pid=19476/tid=19483] ppid=19474 vsize=1549296 CPUtime=0.22
/proc/19476/task/19483/stat : 19483 (java) S 19474 19476 17937 0 -1 4202560 3344 0 0 0 21 1 0 0 16 0 22 0 22143318 1586479104 65224 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 7 0 0 0
[pid=19476/tid=19484] ppid=19474 vsize=1549296 CPUtime=0.25
/proc/19476/task/19484/stat : 19484 (java) S 19474 19476 17937 0 -1 4202560 3348 0 0 0 23 2 0 0 16 0 22 0 22143318 1586479104 65224 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 4 0 0 0
[pid=19476/tid=19485] ppid=19474 vsize=1549296 CPUtime=0.18
/proc/19476/task/19485/stat : 19485 (java) S 19474 19476 17937 0 -1 4202560 2780 0 0 0 16 2 0 0 15 0 22 0 22143318 1586479104 65224 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 5 0 0 0
[pid=19476/tid=19486] ppid=19474 vsize=1549296 CPUtime=0.19
/proc/19476/task/19486/stat : 19486 (java) S 19474 19476 17937 0 -1 4202560 3101 0 0 0 18 1 0 0 16 0 22 0 22143318 1586479104 65224 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 5 0 0 0
[pid=19476/tid=19487] ppid=19474 vsize=1549296 CPUtime=0.06
/proc/19476/task/19487/stat : 19487 (java) S 19474 19476 17937 0 -1 4202560 32 0 0 0 2 4 0 0 16 0 22 0 22143319 1586479104 65224 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 0 0 16800975 18446604471092314560 0 0 -1 1 0 0 0
[pid=19476/tid=19488] ppid=19474 vsize=1549296 CPUtime=0
/proc/19476/task/19488/stat : 19488 (java) S 19474 19476 17937 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 22143319 1586479104 65224 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 3 0 0 0
[pid=19476/tid=19489] ppid=19474 vsize=1549296 CPUtime=0
/proc/19476/task/19489/stat : 19489 (java) S 19474 19476 17937 0 -1 4202560 6 0 0 0 0 0 0 0 21 0 22 0 22143319 1586479104 65224 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 3 0 0 0
[pid=19476/tid=19490] ppid=19474 vsize=1549296 CPUtime=0
/proc/19476/task/19490/stat : 19490 (java) S 19474 19476 17937 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 22143321 1586479104 65224 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 7 0 0 0
[pid=19476/tid=19491] ppid=19474 vsize=1549296 CPUtime=1.25
/proc/19476/task/19491/stat : 19491 (java) R 19474 19476 17937 0 -1 4202560 6590 0 0 0 124 1 0 0 15 0 22 0 22143321 1586479104 65224 4089446400 134512640 134550932 4288445760 18446744073709551615 105499486 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19476/tid=19492] ppid=19474 vsize=1549296 CPUtime=0.86
/proc/19476/task/19492/stat : 19492 (java) R 19474 19476 17937 0 -1 4202560 3128 0 0 0 86 0 0 0 15 0 22 0 22143321 1586479104 65224 4089446400 134512640 134550932 4288445760 18446744073709551615 103335040 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19476/tid=19493] ppid=19474 vsize=1549296 CPUtime=0
/proc/19476/task/19493/stat : 19493 (java) S 19474 19476 17937 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 22 0 22143321 1586479104 65225 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 7 0 0 0
[pid=19476/tid=19494] ppid=19474 vsize=1549296 CPUtime=0
/proc/19476/task/19494/stat : 19494 (java) S 19474 19476 17937 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 22143321 1586479104 65225 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.5
Current children cumulated vsize (KiB) 1549296

[startup+7.90108 s]
/proc/loadavg: 1.98 2.00 2.00 4/198 19498
/proc/meminfo: memFree=28363176/32951124 swapFree=67111528/67111528
[pid=19476] ppid=19474 vsize=1548920 CPUtime=11.96
/proc/19476/stat : 19476 (java) S 19474 19476 17937 0 -1 4202496 71532 0 1 0 1168 28 0 0 19 0 20 0 22143317 1586094080 65212 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19476/statm: 387230 65212 1442 10 0 384533 0
[pid=19476/tid=19478] ppid=19474 vsize=1548920 CPUtime=6.58
/proc/19476/task/19478/stat : 19478 (java) S 19474 19476 17937 0 -1 4202560 35674 0 1 0 653 5 0 0 18 0 20 0 22143317 1586094080 65212 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 7 0 0 0
[pid=19476/tid=19479] ppid=19474 vsize=1548920 CPUtime=0.25
/proc/19476/task/19479/stat : 19479 (java) S 19474 19476 17937 0 -1 4202560 3166 0 0 0 23 2 0 0 16 0 20 0 22143318 1586094080 65212 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 2 0 0 0
[pid=19476/tid=19480] ppid=19474 vsize=1548920 CPUtime=0.23
/proc/19476/task/19480/stat : 19480 (java) S 19474 19476 17937 0 -1 4202560 2839 0 0 0 22 1 0 0 16 0 20 0 22143318 1586094080 65212 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 0 0 0 0
[pid=19476/tid=19481] ppid=19474 vsize=1548920 CPUtime=0.22
/proc/19476/task/19481/stat : 19481 (java) S 19474 19476 17937 0 -1 4202560 2711 0 0 0 20 2 0 0 16 0 20 0 22143318 1586094080 65212 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 1 0 0 0
[pid=19476/tid=19482] ppid=19474 vsize=1548920 CPUtime=0.21
/proc/19476/task/19482/stat : 19482 (java) S 19474 19476 17937 0 -1 4202560 3455 0 0 0 20 1 0 0 16 0 20 0 22143318 1586094080 65212 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 3 0 0 0
[pid=19476/tid=19483] ppid=19474 vsize=1548920 CPUtime=0.22
/proc/19476/task/19483/stat : 19483 (java) S 19474 19476 17937 0 -1 4202560 3344 0 0 0 21 1 0 0 16 0 20 0 22143318 1586094080 65212 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 7 0 0 0
[pid=19476/tid=19484] ppid=19474 vsize=1548920 CPUtime=0.25
/proc/19476/task/19484/stat : 19484 (java) S 19474 19476 17937 0 -1 4202560 3348 0 0 0 23 2 0 0 16 0 20 0 22143318 1586094080 65212 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 4 0 0 0
[pid=19476/tid=19485] ppid=19474 vsize=1548920 CPUtime=0.18
/proc/19476/task/19485/stat : 19485 (java) S 19474 19476 17937 0 -1 4202560 2780 0 0 0 16 2 0 0 15 0 20 0 22143318 1586094080 65212 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 5 0 0 0
[pid=19476/tid=19486] ppid=19474 vsize=1548920 CPUtime=0.19
/proc/19476/task/19486/stat : 19486 (java) S 19474 19476 17937 0 -1 4202560 3101 0 0 0 18 1 0 0 16 0 20 0 22143318 1586094080 65212 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 5 0 0 0
[pid=19476/tid=19487] ppid=19474 vsize=1548920 CPUtime=0.06
/proc/19476/task/19487/stat : 19487 (java) S 19474 19476 17937 0 -1 4202560 32 0 0 0 2 4 0 0 15 0 20 0 22143319 1586094080 65212 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 0 0 16800975 18446604471092314560 0 0 -1 1 0 0 0
[pid=19476/tid=19488] ppid=19474 vsize=1548920 CPUtime=0
/proc/19476/task/19488/stat : 19488 (java) S 19474 19476 17937 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 22143319 1586094080 65212 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 3 0 0 0
[pid=19476/tid=19489] ppid=19474 vsize=1548920 CPUtime=0
/proc/19476/task/19489/stat : 19489 (java) S 19474 19476 17937 0 -1 4202560 6 0 0 0 0 0 0 0 21 0 20 0 22143319 1586094080 65212 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 3 0 0 0
[pid=19476/tid=19490] ppid=19474 vsize=1548920 CPUtime=0
/proc/19476/task/19490/stat : 19490 (java) S 19474 19476 17937 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 22143321 1586094080 65212 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 7 0 0 0
[pid=19476/tid=19491] ppid=19474 vsize=1548920 CPUtime=1.41
/proc/19476/task/19491/stat : 19491 (java) S 19474 19476 17937 0 -1 4202560 6819 0 0 0 140 1 0 0 16 0 20 0 22143321 1586094080 65212 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 0 0 0 0
[pid=19476/tid=19492] ppid=19474 vsize=1548920 CPUtime=1.02
/proc/19476/task/19492/stat : 19492 (java) S 19474 19476 17937 0 -1 4202560 3139 0 0 0 102 0 0 0 16 0 20 0 22143321 1586094080 65212 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 5 0 0 0
[pid=19476/tid=19493] ppid=19474 vsize=1548920 CPUtime=0
/proc/19476/task/19493/stat : 19493 (java) S 19474 19476 17937 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 20 0 22143321 1586094080 65212 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 7 0 0 0
[pid=19476/tid=19494] ppid=19474 vsize=1548920 CPUtime=0
/proc/19476/task/19494/stat : 19494 (java) S 19474 19476 17937 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 22143321 1586094080 65212 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 4 0 0 0
[pid=19476/tid=19497] ppid=19474 vsize=1548920 CPUtime=0
/proc/19476/task/19497/stat : 19497 (java) S 19474 19476 17937 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 20 0 22144046 1586094080 65212 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 3 0 0 0
[pid=19476/tid=19498] ppid=19474 vsize=1548920 CPUtime=0
/proc/19476/task/19498/stat : 19498 (java) S 19474 19476 17937 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 22144047 1586094080 65212 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.96
Current children cumulated vsize (KiB) 1548920

[startup+8.00109 s]
/proc/loadavg: 1.98 2.00 2.00 4/198 19498
/proc/meminfo: memFree=28363176/32951124 swapFree=67111528/67111528
[pid=19476] ppid=19474 vsize=1548920 CPUtime=11.96
/proc/19476/stat : 19476 (java) S 19474 19476 17937 0 -1 4202496 71532 0 1 0 1168 28 0 0 19 0 20 0 22143317 1586094080 65212 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19476/statm: 387230 65212 1442 10 0 384533 0
[pid=19476/tid=19478] ppid=19474 vsize=1548920 CPUtime=6.58
/proc/19476/task/19478/stat : 19478 (java) S 19474 19476 17937 0 -1 4202560 35674 0 1 0 653 5 0 0 18 0 20 0 22143317 1586094080 65212 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 7 0 0 0
[pid=19476/tid=19479] ppid=19474 vsize=1548920 CPUtime=0.25
/proc/19476/task/19479/stat : 19479 (java) S 19474 19476 17937 0 -1 4202560 3166 0 0 0 23 2 0 0 16 0 20 0 22143318 1586094080 65212 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 2 0 0 0
[pid=19476/tid=19480] ppid=19474 vsize=1548920 CPUtime=0.23
/proc/19476/task/19480/stat : 19480 (java) S 19474 19476 17937 0 -1 4202560 2839 0 0 0 22 1 0 0 16 0 20 0 22143318 1586094080 65212 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 0 0 0 0
[pid=19476/tid=19481] ppid=19474 vsize=1548920 CPUtime=0.22
/proc/19476/task/19481/stat : 19481 (java) S 19474 19476 17937 0 -1 4202560 2711 0 0 0 20 2 0 0 16 0 20 0 22143318 1586094080 65212 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 1 0 0 0
[pid=19476/tid=19482] ppid=19474 vsize=1548920 CPUtime=0.21
/proc/19476/task/19482/stat : 19482 (java) S 19474 19476 17937 0 -1 4202560 3455 0 0 0 20 1 0 0 16 0 20 0 22143318 1586094080 65212 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 3 0 0 0
[pid=19476/tid=19483] ppid=19474 vsize=1548920 CPUtime=0.22
/proc/19476/task/19483/stat : 19483 (java) S 19474 19476 17937 0 -1 4202560 3344 0 0 0 21 1 0 0 16 0 20 0 22143318 1586094080 65212 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 7 0 0 0
[pid=19476/tid=19484] ppid=19474 vsize=1548920 CPUtime=0.25
/proc/19476/task/19484/stat : 19484 (java) S 19474 19476 17937 0 -1 4202560 3348 0 0 0 23 2 0 0 16 0 20 0 22143318 1586094080 65212 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 4 0 0 0
[pid=19476/tid=19485] ppid=19474 vsize=1548920 CPUtime=0.18
/proc/19476/task/19485/stat : 19485 (java) S 19474 19476 17937 0 -1 4202560 2780 0 0 0 16 2 0 0 15 0 20 0 22143318 1586094080 65212 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 5 0 0 0
[pid=19476/tid=19486] ppid=19474 vsize=1548920 CPUtime=0.19
/proc/19476/task/19486/stat : 19486 (java) S 19474 19476 17937 0 -1 4202560 3101 0 0 0 18 1 0 0 16 0 20 0 22143318 1586094080 65212 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 5 0 0 0
[pid=19476/tid=19487] ppid=19474 vsize=1548920 CPUtime=0.06
/proc/19476/task/19487/stat : 19487 (java) S 19474 19476 17937 0 -1 4202560 32 0 0 0 2 4 0 0 15 0 20 0 22143319 1586094080 65212 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 0 0 16800975 18446604471092314560 0 0 -1 1 0 0 0
[pid=19476/tid=19488] ppid=19474 vsize=1548920 CPUtime=0
/proc/19476/task/19488/stat : 19488 (java) S 19474 19476 17937 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 22143319 1586094080 65212 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 3 0 0 0
[pid=19476/tid=19489] ppid=19474 vsize=1548920 CPUtime=0
/proc/19476/task/19489/stat : 19489 (java) S 19474 19476 17937 0 -1 4202560 6 0 0 0 0 0 0 0 21 0 20 0 22143319 1586094080 65212 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 3 0 0 0
[pid=19476/tid=19490] ppid=19474 vsize=1548920 CPUtime=0
/proc/19476/task/19490/stat : 19490 (java) S 19474 19476 17937 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 22143321 1586094080 65212 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 7 0 0 0
[pid=19476/tid=19491] ppid=19474 vsize=1548920 CPUtime=1.41
/proc/19476/task/19491/stat : 19491 (java) S 19474 19476 17937 0 -1 4202560 6819 0 0 0 140 1 0 0 16 0 20 0 22143321 1586094080 65212 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 0 0 0 0
[pid=19476/tid=19492] ppid=19474 vsize=1548920 CPUtime=1.02
/proc/19476/task/19492/stat : 19492 (java) S 19474 19476 17937 0 -1 4202560 3139 0 0 0 102 0 0 0 16 0 20 0 22143321 1586094080 65212 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 5 0 0 0
[pid=19476/tid=19493] ppid=19474 vsize=1548920 CPUtime=0
/proc/19476/task/19493/stat : 19493 (java) S 19474 19476 17937 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 20 0 22143321 1586094080 65212 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 7 0 0 0
[pid=19476/tid=19494] ppid=19474 vsize=1548920 CPUtime=0
/proc/19476/task/19494/stat : 19494 (java) S 19474 19476 17937 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 22143321 1586094080 65212 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 4 0 0 0
[pid=19476/tid=19497] ppid=19474 vsize=1548920 CPUtime=0
/proc/19476/task/19497/stat : 19497 (java) S 19474 19476 17937 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 20 0 22144046 1586094080 65212 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 3 0 0 0
[pid=19476/tid=19498] ppid=19474 vsize=1548920 CPUtime=0
/proc/19476/task/19498/stat : 19498 (java) S 19474 19476 17937 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 22144047 1586094080 65212 4089446400 134512640 134550932 4288445760 18446744073709551615 4294960144 0 4 0 16800975 18446604471092314560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.96
Current children cumulated vsize (KiB) 1548920

Child status: 20
Real time (s): 8.07113
CPU time (s): 11.9752
CPU user time (s): 11.6832
CPU system time (s): 0.291955
CPU usage (%): 148.371
Max. virtual memory (cumulated for all children) (KiB): 1550048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.6832
system time used= 0.291955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71540
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= 5540
involuntary context switches= 24065

runsolver used 0.016997 second user time and 0.037994 second system time

The end

Launcher Data

Begin job on node118 at 2010-07-07 23:48:18
IDJOB=2701320
IDBENCH=79560
IDSOLVER=1207
FILE ID=node118/2701320-1278539298
PBS_JOBID= 11239241
Free space on /tmp= 73552 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/celar/normalized-celar7-sub4-22_wcsp.wbo
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2701320-1278539298/watcher-2701320-1278539298 -o /tmp/evaluation-result-2701320-1278539298/solver-2701320-1278539298 -C 1800 -W 2000 -M 3800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2701320-1278539298.wbo

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 3800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 084c96587a40d0de1efffb4a052bae0f
RANDOM SEED=1643432163

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.818
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.818
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.72
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.818
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.818
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.76
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.818
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.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28619184 kB
Buffers:        143020 kB
Cached:        3570196 kB
SwapCached:          0 kB
Active:        1626404 kB
Inactive:      2554464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28619184 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2832 kB
Writeback:           0 kB
AnonPages:      467768 kB
Mapped:          15664 kB
Slab:            85160 kB
PageTables:       6024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   633388 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= 73552 MiB
End job on node118 at 2010-07-07 23:48:26