Trace number 1856633

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 NameAnswerobjCPU timeWall clock time
SAT4J Pseudo Resolution 2.1.1? (TO) 1802.54 1795.22

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m200_500_10_10.r.opb
MD5SUM9ce5413471f93025df24c6fa43fb2680
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark39
Best CPU time to get the best result obtained on this benchmark1800.22
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 39
Optimality of the best value was proved NO
Number of variables492
Total number of constraints200
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint10
Number of terms in the objective function 492
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 492
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 492
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.34	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.34	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.34	c See www.sat4j.org for details.
0.08/0.35	c version 2.1.1.v20090612
0.08/0.35	c sun.arch.data.model	32
0.08/0.35	c java.version	1.6.0_12
0.08/0.35	c os.name	Linux
0.08/0.35	c os.version	2.6.9-22.EL.rootsmp
0.08/0.35	c os.arch	i386
0.08/0.35	c Free memory 1342000320
0.08/0.35	c Max memory 1344274432
0.08/0.35	c Total memory 1344274432
0.08/0.35	c Number of processors 2
0.22/0.42	c Pseudo Boolean Optimization
0.22/0.42	c --- Begin Solver configuration ---
0.22/0.42	c Stops conflict analysis at the first Unique Implication Point
0.22/0.42	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.22/0.42	c Learn all clauses as in MiniSAT
0.22/0.42	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.42	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.42	c Expensive reason simplification
0.22/0.42	c MiniSAT restarts strategy
0.22/0.42	c Memory based learned constraints deletion strategy
0.22/0.42	c timeout=2147483s
0.22/0.42	c DB Simplification allowed=false
0.22/0.42	c --- End Solver configuration ---
0.22/0.42	c solving HOME/instance-1856633-1244918186.opb
0.22/0.42	c reading problem ... 
0.51/0.62	c ... done. Wall clock time 0.199s.
0.51/0.62	c #vars     492
0.51/0.62	c #constraints  200
0.51/0.62	c constraints type 
0.51/0.62	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 200
0.51/0.66	c SATISFIABLE
0.51/0.66	c OPTIMIZING...
0.51/0.66	c Got one! Elapsed wall clock time (in seconds):0.247
0.51/0.66	o 60
1058.52/1053.38	c cleaning 1683748 clauses out of 3367500

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-1856633-1244918186/watcher-1856633-1244918186 -o /tmp/evaluation-result-1856633-1244918186/solver-1856633-1244918186 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856633-1244918186.opb 

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): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 10311
/proc/meminfo: memFree=1314624/2055920 swapFree=4192812/4192956
[pid=10311] ppid=10309 vsize=152 CPUtime=0
/proc/10311/stat : 10311 (java6) D 10309 10311 9959 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 148345088 155648 26 1992294400 134512640 134550932 4294956176 18446744073709551615 3306276 0 2147483391 4096 0 18446744072099937270 0 0 17 1 0 0
/proc/10311/statm: 38 26 19 9 0 4 0

[startup+0.013597 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 10311
/proc/meminfo: memFree=1314624/2055920 swapFree=4192812/4192956
[pid=10311] ppid=10309 vsize=12928 CPUtime=0
/proc/10311/stat : 10311 (java) R 10309 10311 9959 0 -1 0 615 0 0 0 0 0 0 0 18 0 1 0 148345088 13238272 422 1992294400 134512640 134550932 4294956016 18446744073709551615 3277610 0 0 4096 0 0 0 0 17 1 0 0
/proc/10311/statm: 3232 425 140 9 0 1104 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12928

[startup+0.102624 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 10311
/proc/meminfo: memFree=1314624/2055920 swapFree=4192812/4192956
[pid=10311] ppid=10309 vsize=1470220 CPUtime=0.07
/proc/10311/stat : 10311 (java) S 10309 10311 9959 0 -1 0 3508 0 1 0 5 2 0 0 18 0 7 0 148345088 1505505280 3253 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/10311/statm: 367555 3253 1043 9 0 364906 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1470220

[startup+0.30163 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 10311
/proc/meminfo: memFree=1314624/2055920 swapFree=4192812/4192956
[pid=10311] ppid=10309 vsize=1472584 CPUtime=0.08
/proc/10311/stat : 10311 (java) S 10309 10311 9959 0 -1 0 3606 0 1 0 6 2 0 0 18 0 12 0 148345088 1507926016 3349 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10311/statm: 368146 3349 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.701666 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 10311
/proc/meminfo: memFree=1314624/2055920 swapFree=4192812/4192956
[pid=10311] ppid=10309 vsize=1476932 CPUtime=0.62
/proc/10311/stat : 10311 (java) S 10309 10311 9959 0 -1 0 6159 0 1 0 58 4 0 0 18 0 13 0 148345088 1512378368 5669 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10311/statm: 369233 5669 1383 9 0 366576 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 1476932

[startup+1.50174 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 10324
/proc/meminfo: memFree=1295128/2055920 swapFree=4192812/4192956
[pid=10311] ppid=10309 vsize=1478628 CPUtime=1.75
/proc/10311/stat : 10311 (java) S 10309 10311 9959 0 -1 0 7612 0 1 0 170 5 0 0 18 0 13 0 148345088 1514115072 6553 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10311/statm: 369657 6553 1413 9 0 367000 0
[pid=10311/tid=10313] ppid=10309 vsize=1478628 CPUtime=1.02
/proc/10311/task/10313/stat : 10313 (java) R 10309 10311 9959 0 -1 64 4513 0 1 0 99 3 0 0 25 0 13 0 148345089 1514115072 6553 1992294400 134512640 134550932 4294956016 18446744073709551615 4109521651 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10311/tid=10314] ppid=10309 vsize=1478628 CPUtime=0
/proc/10311/task/10314/stat : 10314 (java) S 10309 10311 9959 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 148345091 1514115072 6553 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10315] ppid=10309 vsize=1478628 CPUtime=0
/proc/10311/task/10315/stat : 10315 (java) S 10309 10311 9959 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 148345091 1514115072 6553 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10316] ppid=10309 vsize=1478628 CPUtime=0
/proc/10311/task/10316/stat : 10316 (java) S 10309 10311 9959 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 148345092 1514115072 6553 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10317] ppid=10309 vsize=1478628 CPUtime=0
/proc/10311/task/10317/stat : 10317 (java) S 10309 10311 9959 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 148345093 1514115072 6553 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10318] ppid=10309 vsize=1478628 CPUtime=0
/proc/10311/task/10318/stat : 10318 (java) S 10309 10311 9959 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 148345093 1514115072 6553 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10319] ppid=10309 vsize=1478628 CPUtime=0
/proc/10311/task/10319/stat : 10319 (java) S 10309 10311 9959 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 148345117 1514115072 6553 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10320] ppid=10309 vsize=1478628 CPUtime=0.4
/proc/10311/task/10320/stat : 10320 (java) S 10309 10311 9959 0 -1 64 1022 0 0 0 40 0 0 0 16 0 13 0 148345117 1514115072 6553 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10321] ppid=10309 vsize=1478628 CPUtime=0.3
/proc/10311/task/10321/stat : 10321 (java) S 10309 10311 9959 0 -1 64 1328 0 0 0 30 0 0 0 16 0 13 0 148345117 1514115072 6553 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10311/tid=10322] ppid=10309 vsize=1478628 CPUtime=0
/proc/10311/task/10322/stat : 10322 (java) S 10309 10311 9959 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 148345117 1514115072 6553 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10323] ppid=10309 vsize=1478628 CPUtime=0
/proc/10311/task/10323/stat : 10323 (java) S 10309 10311 9959 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 148345117 1514115072 6553 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10311/tid=10324] ppid=10309 vsize=1478628 CPUtime=0
/proc/10311/task/10324/stat : 10324 (java) S 10309 10311 9959 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 148345153 1514115072 6553 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 1478628

[startup+3.10189 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 10324
/proc/meminfo: memFree=1291480/2055920 swapFree=4192812/4192956
[pid=10311] ppid=10309 vsize=1478628 CPUtime=3.48
/proc/10311/stat : 10311 (java) S 10309 10311 9959 0 -1 0 9355 0 1 0 342 6 0 0 18 0 13 0 148345088 1514115072 7969 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10311/statm: 369657 7969 1413 9 0 367000 0
[pid=10311/tid=10313] ppid=10309 vsize=1478628 CPUtime=2.61
/proc/10311/task/10313/stat : 10313 (java) R 10309 10311 9959 0 -1 64 5915 0 1 0 257 4 0 0 17 0 13 0 148345089 1514115072 7969 1992294400 134512640 134550932 4294956016 18446744073709551615 4109658718 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10311/tid=10314] ppid=10309 vsize=1478628 CPUtime=0
/proc/10311/task/10314/stat : 10314 (java) S 10309 10311 9959 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 148345091 1514115072 7969 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10315] ppid=10309 vsize=1478628 CPUtime=0
/proc/10311/task/10315/stat : 10315 (java) S 10309 10311 9959 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 148345091 1514115072 7969 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10316] ppid=10309 vsize=1478628 CPUtime=0
/proc/10311/task/10316/stat : 10316 (java) S 10309 10311 9959 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 148345092 1514115072 7969 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10317] ppid=10309 vsize=1478628 CPUtime=0
/proc/10311/task/10317/stat : 10317 (java) S 10309 10311 9959 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 148345093 1514115072 7969 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10318] ppid=10309 vsize=1478628 CPUtime=0
/proc/10311/task/10318/stat : 10318 (java) S 10309 10311 9959 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 148345093 1514115072 7969 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10319] ppid=10309 vsize=1478628 CPUtime=0
/proc/10311/task/10319/stat : 10319 (java) S 10309 10311 9959 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 148345117 1514115072 7969 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10320] ppid=10309 vsize=1478628 CPUtime=0.43
/proc/10311/task/10320/stat : 10320 (java) S 10309 10311 9959 0 -1 64 1025 0 0 0 43 0 0 0 16 0 13 0 148345117 1514115072 7969 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10321] ppid=10309 vsize=1478628 CPUtime=0.4
/proc/10311/task/10321/stat : 10321 (java) S 10309 10311 9959 0 -1 64 1666 0 0 0 40 0 0 0 16 0 13 0 148345117 1514115072 7969 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10322] ppid=10309 vsize=1478628 CPUtime=0
/proc/10311/task/10322/stat : 10322 (java) S 10309 10311 9959 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 148345117 1514115072 7969 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10323] ppid=10309 vsize=1478628 CPUtime=0
/proc/10311/task/10323/stat : 10323 (java) S 10309 10311 9959 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 148345117 1514115072 7969 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10311/tid=10324] ppid=10309 vsize=1478628 CPUtime=0
/proc/10311/task/10324/stat : 10324 (java) S 10309 10311 9959 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 148345153 1514115072 7969 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 1478628

[startup+6.30219 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 10324
/proc/meminfo: memFree=1279384/2055920 swapFree=4192812/4192956
[pid=10311] ppid=10309 vsize=1478372 CPUtime=6.68
/proc/10311/stat : 10311 (java) S 10309 10311 9959 0 -1 0 12287 0 1 0 661 7 0 0 18 0 13 0 148345088 1513852928 10834 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10311/statm: 369593 10834 1413 9 0 366936 0
[pid=10311/tid=10313] ppid=10309 vsize=1478372 CPUtime=5.82
/proc/10311/task/10313/stat : 10313 (java) R 10309 10311 9959 0 -1 64 8846 0 1 0 576 6 0 0 25 0 13 0 148345089 1513852928 10834 1992294400 134512640 134550932 4294956016 18446744073709551615 4109126827 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10311/tid=10314] ppid=10309 vsize=1478372 CPUtime=0
/proc/10311/task/10314/stat : 10314 (java) S 10309 10311 9959 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 148345091 1513852928 10835 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10315] ppid=10309 vsize=1478372 CPUtime=0
/proc/10311/task/10315/stat : 10315 (java) S 10309 10311 9959 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 148345091 1513852928 10835 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10316] ppid=10309 vsize=1478372 CPUtime=0
/proc/10311/task/10316/stat : 10316 (java) S 10309 10311 9959 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 148345092 1513852928 10835 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10317] ppid=10309 vsize=1478372 CPUtime=0
/proc/10311/task/10317/stat : 10317 (java) S 10309 10311 9959 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 148345093 1513852928 10835 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10318] ppid=10309 vsize=1478372 CPUtime=0
/proc/10311/task/10318/stat : 10318 (java) S 10309 10311 9959 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 148345093 1513852928 10835 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10319] ppid=10309 vsize=1478372 CPUtime=0
/proc/10311/task/10319/stat : 10319 (java) S 10309 10311 9959 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 148345117 1513852928 10835 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10320] ppid=10309 vsize=1478372 CPUtime=0.43
/proc/10311/task/10320/stat : 10320 (java) S 10309 10311 9959 0 -1 64 1025 0 0 0 43 0 0 0 16 0 13 0 148345117 1513852928 10835 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10321] ppid=10309 vsize=1478372 CPUtime=0.41
/proc/10311/task/10321/stat : 10321 (java) S 10309 10311 9959 0 -1 64 1667 0 0 0 41 0 0 0 16 0 13 0 148345117 1513852928 10835 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10322] ppid=10309 vsize=1478372 CPUtime=0
/proc/10311/task/10322/stat : 10322 (java) S 10309 10311 9959 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 148345117 1513852928 10835 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10323] ppid=10309 vsize=1478372 CPUtime=0
/proc/10311/task/10323/stat : 10323 (java) S 10309 10311 9959 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 148345117 1513852928 10835 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10311/tid=10324] ppid=10309 vsize=1478372 CPUtime=0
/proc/10311/task/10324/stat : 10324 (java) S 10309 10311 9959 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 148345153 1513852928 10835 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.68
Current children cumulated vsize (KiB) 1478372

[startup+12.7028 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 10326
/proc/meminfo: memFree=1257560/2055920 swapFree=4192812/4192956
[pid=10311] ppid=10309 vsize=1477348 CPUtime=13.09
/proc/10311/stat : 10311 (java) S 10309 10311 9959 0 -1 0 17713 0 1 0 1300 9 0 0 18 0 13 0 148345088 1512804352 16010 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10311/statm: 369337 16010 1413 9 0 366680 0
[pid=10311/tid=10313] ppid=10309 vsize=1477348 CPUtime=12.22
/proc/10311/task/10313/stat : 10313 (java) R 10309 10311 9959 0 -1 64 14271 0 1 0 1214 8 0 0 25 0 13 0 148345089 1512804352 16010 1992294400 134512640 134550932 4294956016 18446744073709551615 4109658730 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10311/tid=10314] ppid=10309 vsize=1477348 CPUtime=0
/proc/10311/task/10314/stat : 10314 (java) S 10309 10311 9959 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 148345091 1512804352 16010 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10315] ppid=10309 vsize=1477348 CPUtime=0
/proc/10311/task/10315/stat : 10315 (java) S 10309 10311 9959 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 148345091 1512804352 16010 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10316] ppid=10309 vsize=1477348 CPUtime=0
/proc/10311/task/10316/stat : 10316 (java) S 10309 10311 9959 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 148345092 1512804352 16010 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10317] ppid=10309 vsize=1477348 CPUtime=0
/proc/10311/task/10317/stat : 10317 (java) S 10309 10311 9959 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 148345093 1512804352 16010 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10318] ppid=10309 vsize=1477348 CPUtime=0
/proc/10311/task/10318/stat : 10318 (java) S 10309 10311 9959 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 148345093 1512804352 16010 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10319] ppid=10309 vsize=1477348 CPUtime=0
/proc/10311/task/10319/stat : 10319 (java) S 10309 10311 9959 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 148345117 1512804352 16010 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10320] ppid=10309 vsize=1477348 CPUtime=0.43
/proc/10311/task/10320/stat : 10320 (java) S 10309 10311 9959 0 -1 64 1025 0 0 0 43 0 0 0 16 0 13 0 148345117 1512804352 16010 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10321] ppid=10309 vsize=1477348 CPUtime=0.42
/proc/10311/task/10321/stat : 10321 (java) S 10309 10311 9959 0 -1 64 1668 0 0 0 42 0 0 0 15 0 13 0 148345117 1512804352 16010 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10322] ppid=10309 vsize=1477348 CPUtime=0
/proc/10311/task/10322/stat : 10322 (java) S 10309 10311 9959 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 148345117 1512804352 16010 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10323] ppid=10309 vsize=1477348 CPUtime=0
/proc/10311/task/10323/stat : 10323 (java) S 10309 10311 9959 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 148345117 1512804352 16010 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10311/tid=10324] ppid=10309 vsize=1477348 CPUtime=0
/proc/10311/task/10324/stat : 10324 (java) S 10309 10311 9959 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 148345153 1512804352 16010 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.09
Current children cumulated vsize (KiB) 1477348

[startup+25.503 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 10326
/proc/meminfo: memFree=1216664/2055920 swapFree=4192812/4192956
[pid=10311] ppid=10309 vsize=1476772 CPUtime=25.89
/proc/10311/stat : 10311 (java) S 10309 10311 9959 0 -1 0 27729 0 1 0 2575 14 0 0 18 0 13 0 148345088 1512214528 25884 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10311/statm: 369193 25884 1413 9 0 366536 0
[pid=10311/tid=10313] ppid=10309 vsize=1476772 CPUtime=25.01
/proc/10311/task/10313/stat : 10313 (java) R 10309 10311 9959 0 -1 64 24287 0 1 0 2489 12 0 0 25 0 13 0 148345089 1512214528 25884 1992294400 134512640 134550932 4294956016 18446744073709551615 4109658705 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10311/tid=10314] ppid=10309 vsize=1476772 CPUtime=0
/proc/10311/task/10314/stat : 10314 (java) S 10309 10311 9959 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 148345091 1512214528 25884 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10315] ppid=10309 vsize=1476772 CPUtime=0
/proc/10311/task/10315/stat : 10315 (java) S 10309 10311 9959 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 148345091 1512214528 25884 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10316] ppid=10309 vsize=1476772 CPUtime=0

################
# More data... #
################

[pid=10311/tid=10318] ppid=10309 vsize=1479044 CPUtime=0
/proc/10311/task/10318/stat : 10318 (java) S 10309 10311 9959 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 148345093 1514541056 322415 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10319] ppid=10309 vsize=1479044 CPUtime=0
/proc/10311/task/10319/stat : 10319 (java) S 10309 10311 9959 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 148345117 1514541056 322415 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10320] ppid=10309 vsize=1479044 CPUtime=0.43
/proc/10311/task/10320/stat : 10320 (java) S 10309 10311 9959 0 -1 64 1025 0 0 0 43 0 0 0 16 0 13 0 148345117 1514541056 322415 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10321] ppid=10309 vsize=1479044 CPUtime=0.61
/proc/10311/task/10321/stat : 10321 (java) S 10309 10311 9959 0 -1 64 2155 0 0 0 60 1 0 0 17 0 13 0 148345117 1514541056 322415 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10322] ppid=10309 vsize=1479044 CPUtime=0
/proc/10311/task/10322/stat : 10322 (java) S 10309 10311 9959 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 148345117 1514541056 322415 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10323] ppid=10309 vsize=1479044 CPUtime=0
/proc/10311/task/10323/stat : 10323 (java) S 10309 10311 9959 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 148345117 1514541056 322415 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10311/tid=10324] ppid=10309 vsize=1479044 CPUtime=0
/proc/10311/task/10324/stat : 10324 (java) S 10309 10311 9959 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 148345153 1514541056 322415 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1789.37
Current children cumulated vsize (KiB) 1479044



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.01 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10332
/proc/meminfo: memFree=26648/2055920 swapFree=4192812/4192956
[pid=10311] ppid=10309 vsize=1479044 CPUtime=1800.08
/proc/10311/stat : 10311 (java) S 10309 10311 9959 0 -1 0 393412 0 1 0 179821 187 0 0 18 0 13 0 148345088 1514541056 322415 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10311/statm: 369761 322415 1432 9 0 367104 0
[pid=10311/tid=10313] ppid=10309 vsize=1479044 CPUtime=1772.78
/proc/10311/task/10313/stat : 10313 (java) R 10309 10311 9959 0 -1 64 30984 0 1 0 177261 17 0 0 25 0 13 0 148345089 1514541056 322415 1992294400 134512640 134550932 4294956016 18446744073709551615 4109689512 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10311/tid=10314] ppid=10309 vsize=1479044 CPUtime=7.37
/proc/10311/task/10314/stat : 10314 (java) S 10309 10311 9959 0 -1 64 179129 0 0 0 653 84 0 0 16 0 13 0 148345091 1514541056 322415 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10311/tid=10315] ppid=10309 vsize=1479044 CPUtime=7.31
/proc/10311/task/10315/stat : 10315 (java) S 10309 10311 9959 0 -1 64 163157 0 0 0 655 76 0 0 19 0 13 0 148345091 1514541056 322415 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10311/tid=10316] ppid=10309 vsize=1479044 CPUtime=11.52
/proc/10311/task/10316/stat : 10316 (java) S 10309 10311 9959 0 -1 64 16216 0 0 0 1146 6 0 0 16 0 13 0 148345092 1514541056 322415 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10311/tid=10317] ppid=10309 vsize=1479044 CPUtime=0
/proc/10311/task/10317/stat : 10317 (java) S 10309 10311 9959 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 148345093 1514541056 322415 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10318] ppid=10309 vsize=1479044 CPUtime=0
/proc/10311/task/10318/stat : 10318 (java) S 10309 10311 9959 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 148345093 1514541056 322415 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10319] ppid=10309 vsize=1479044 CPUtime=0
/proc/10311/task/10319/stat : 10319 (java) S 10309 10311 9959 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 148345117 1514541056 322415 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10320] ppid=10309 vsize=1479044 CPUtime=0.43
/proc/10311/task/10320/stat : 10320 (java) S 10309 10311 9959 0 -1 64 1025 0 0 0 43 0 0 0 16 0 13 0 148345117 1514541056 322415 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10321] ppid=10309 vsize=1479044 CPUtime=0.61
/proc/10311/task/10321/stat : 10321 (java) S 10309 10311 9959 0 -1 64 2155 0 0 0 60 1 0 0 17 0 13 0 148345117 1514541056 322415 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10322] ppid=10309 vsize=1479044 CPUtime=0
/proc/10311/task/10322/stat : 10322 (java) S 10309 10311 9959 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 148345117 1514541056 322415 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10323] ppid=10309 vsize=1479044 CPUtime=0
/proc/10311/task/10323/stat : 10323 (java) S 10309 10311 9959 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 148345117 1514541056 322415 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10311/tid=10324] ppid=10309 vsize=1479044 CPUtime=0
/proc/10311/task/10324/stat : 10324 (java) S 10309 10311 9959 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 148345153 1514541056 322415 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1479044

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -10311

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

[startup+1793.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10332
/proc/meminfo: memFree=26648/2055920 swapFree=4192812/4192956
[pid=10311] ppid=10309 vsize=1479684 CPUtime=1800.73
/proc/10311/stat : 10311 (java) S 10309 10311 9959 0 -1 0 393744 0 1 0 179885 188 0 0 16 0 13 0 148345088 1515196416 322586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10311/statm: 369921 322586 1432 9 0 367264 0
[pid=10311/tid=10313] ppid=10309 vsize=1479684 CPUtime=1772.79
/proc/10311/task/10313/stat : 10313 (java) S 10309 10311 9959 0 -1 64 30984 0 1 0 177262 17 0 0 25 0 13 0 148345089 1515196416 322586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10311/tid=10314] ppid=10309 vsize=1479684 CPUtime=7.61
/proc/10311/task/10314/stat : 10314 (java) S 10309 10311 9959 0 -1 64 179129 0 0 0 677 84 0 0 16 0 13 0 148345091 1515196416 322586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10311/tid=10315] ppid=10309 vsize=1479684 CPUtime=7.6
/proc/10311/task/10315/stat : 10315 (java) S 10309 10311 9959 0 -1 64 163478 0 0 0 683 77 0 0 19 0 13 0 148345091 1515196416 322586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10311/tid=10316] ppid=10309 vsize=1479684 CPUtime=11.61
/proc/10311/task/10316/stat : 10316 (java) R 10309 10311 9959 0 -1 64 16224 0 0 0 1155 6 0 0 16 0 13 0 148345092 1515196416 322586 1992294400 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10317] ppid=10309 vsize=1479684 CPUtime=0
/proc/10311/task/10317/stat : 10317 (java) S 10309 10311 9959 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 148345093 1515196416 322586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10318] ppid=10309 vsize=1479684 CPUtime=0
/proc/10311/task/10318/stat : 10318 (java) S 10309 10311 9959 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 148345093 1515196416 322586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10319] ppid=10309 vsize=1479684 CPUtime=0
/proc/10311/task/10319/stat : 10319 (java) S 10309 10311 9959 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 148345117 1515196416 322586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10320] ppid=10309 vsize=1479684 CPUtime=0.43
/proc/10311/task/10320/stat : 10320 (java) S 10309 10311 9959 0 -1 64 1025 0 0 0 43 0 0 0 16 0 13 0 148345117 1515196416 322586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10321] ppid=10309 vsize=1479684 CPUtime=0.61
/proc/10311/task/10321/stat : 10321 (java) S 10309 10311 9959 0 -1 64 2155 0 0 0 60 1 0 0 17 0 13 0 148345117 1515196416 322586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10322] ppid=10309 vsize=1479684 CPUtime=0
/proc/10311/task/10322/stat : 10322 (java) S 10309 10311 9959 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 148345117 1515196416 322586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10323] ppid=10309 vsize=1479684 CPUtime=0
/proc/10311/task/10323/stat : 10323 (java) S 10309 10311 9959 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 148345117 1515196416 322586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10311/tid=10324] ppid=10309 vsize=1479684 CPUtime=0
/proc/10311/task/10324/stat : 10324 (java) S 10309 10311 9959 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 148345153 1515196416 322586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.73
Current children cumulated vsize (KiB) 1479684

[startup+1794.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 10333
/proc/meminfo: memFree=25488/2055920 swapFree=4192812/4192956
[pid=10311] ppid=10309 vsize=1480688 CPUtime=1801.52
/proc/10311/stat : 10311 (java) S 10309 10311 9959 0 -1 0 393995 0 1 0 179964 188 0 0 16 0 13 0 148345088 1516224512 322837 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10311/statm: 370172 322837 1432 9 0 367515 0
[pid=10311/tid=10313] ppid=10309 vsize=1480688 CPUtime=1772.79
/proc/10311/task/10313/stat : 10313 (java) S 10309 10311 9959 0 -1 64 30984 0 1 0 177262 17 0 0 25 0 13 0 148345089 1516224512 322837 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10311/tid=10314] ppid=10309 vsize=1480688 CPUtime=7.61
/proc/10311/task/10314/stat : 10314 (java) S 10309 10311 9959 0 -1 64 179129 0 0 0 677 84 0 0 16 0 13 0 148345091 1516224512 322837 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10311/tid=10315] ppid=10309 vsize=1480688 CPUtime=7.6
/proc/10311/task/10315/stat : 10315 (java) S 10309 10311 9959 0 -1 64 163478 0 0 0 683 77 0 0 19 0 13 0 148345091 1516224512 322837 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10311/tid=10316] ppid=10309 vsize=1480688 CPUtime=12.41
/proc/10311/task/10316/stat : 10316 (java) R 10309 10311 9959 0 -1 64 16475 0 0 0 1235 6 0 0 16 0 13 0 148345092 1516224512 322837 1992294400 134512640 134550932 4294956016 18446744073709551615 104177864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10311/tid=10317] ppid=10309 vsize=1480688 CPUtime=0
/proc/10311/task/10317/stat : 10317 (java) S 10309 10311 9959 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 148345093 1516224512 322837 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10318] ppid=10309 vsize=1480688 CPUtime=0
/proc/10311/task/10318/stat : 10318 (java) S 10309 10311 9959 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 148345093 1516224512 322837 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10319] ppid=10309 vsize=1480688 CPUtime=0
/proc/10311/task/10319/stat : 10319 (java) S 10309 10311 9959 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 148345117 1516224512 322837 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10320] ppid=10309 vsize=1480688 CPUtime=0.43
/proc/10311/task/10320/stat : 10320 (java) S 10309 10311 9959 0 -1 64 1025 0 0 0 43 0 0 0 16 0 13 0 148345117 1516224512 322837 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10321] ppid=10309 vsize=1480688 CPUtime=0.61
/proc/10311/task/10321/stat : 10321 (java) S 10309 10311 9959 0 -1 64 2155 0 0 0 60 1 0 0 17 0 13 0 148345117 1516224512 322837 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10322] ppid=10309 vsize=1480688 CPUtime=0
/proc/10311/task/10322/stat : 10322 (java) S 10309 10311 9959 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 148345117 1516224512 322837 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10323] ppid=10309 vsize=1480688 CPUtime=0
/proc/10311/task/10323/stat : 10323 (java) S 10309 10311 9959 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 148345117 1516224512 322837 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10311/tid=10324] ppid=10309 vsize=1480688 CPUtime=0
/proc/10311/task/10324/stat : 10324 (java) S 10309 10311 9959 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 148345153 1516224512 322837 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1801.52
Current children cumulated vsize (KiB) 1480688

[startup+1795 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 10333
/proc/meminfo: memFree=25488/2055920 swapFree=4192812/4192956
[pid=10311] ppid=10309 vsize=1481688 CPUtime=1802.32
/proc/10311/stat : 10311 (java) S 10309 10311 9959 0 -1 0 394496 0 1 0 180044 188 0 0 16 0 13 0 148345088 1517248512 323087 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10311/statm: 370422 323087 1432 9 0 367765 0
[pid=10311/tid=10313] ppid=10309 vsize=1481688 CPUtime=1772.79
/proc/10311/task/10313/stat : 10313 (java) S 10309 10311 9959 0 -1 64 30984 0 1 0 177262 17 0 0 25 0 13 0 148345089 1517248512 323087 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10311/tid=10314] ppid=10309 vsize=1481688 CPUtime=7.61
/proc/10311/task/10314/stat : 10314 (java) S 10309 10311 9959 0 -1 64 179129 0 0 0 677 84 0 0 16 0 13 0 148345091 1517248512 323087 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10311/tid=10315] ppid=10309 vsize=1481688 CPUtime=7.6
/proc/10311/task/10315/stat : 10315 (java) S 10309 10311 9959 0 -1 64 163478 0 0 0 683 77 0 0 19 0 13 0 148345091 1517248512 323087 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10311/tid=10316] ppid=10309 vsize=1481688 CPUtime=13.21
/proc/10311/task/10316/stat : 10316 (java) R 10309 10311 9959 0 -1 64 16976 0 0 0 1315 6 0 0 17 0 13 0 148345092 1517248512 323087 1992294400 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10311/tid=10317] ppid=10309 vsize=1481688 CPUtime=0
/proc/10311/task/10317/stat : 10317 (java) S 10309 10311 9959 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 148345093 1517248512 323087 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10318] ppid=10309 vsize=1481688 CPUtime=0
/proc/10311/task/10318/stat : 10318 (java) S 10309 10311 9959 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 148345093 1517248512 323087 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10319] ppid=10309 vsize=1481688 CPUtime=0
/proc/10311/task/10319/stat : 10319 (java) S 10309 10311 9959 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 148345117 1517248512 323087 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10320] ppid=10309 vsize=1481688 CPUtime=0.43
/proc/10311/task/10320/stat : 10320 (java) S 10309 10311 9959 0 -1 64 1025 0 0 0 43 0 0 0 16 0 13 0 148345117 1517248512 323087 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10321] ppid=10309 vsize=1481688 CPUtime=0.61
/proc/10311/task/10321/stat : 10321 (java) S 10309 10311 9959 0 -1 64 2155 0 0 0 60 1 0 0 17 0 13 0 148345117 1517248512 323087 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10322] ppid=10309 vsize=1481688 CPUtime=0
/proc/10311/task/10322/stat : 10322 (java) S 10309 10311 9959 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 148345117 1517248512 323087 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10311/tid=10323] ppid=10309 vsize=1481688 CPUtime=0
/proc/10311/task/10323/stat : 10323 (java) S 10309 10311 9959 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 148345117 1517248512 323087 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10311/tid=10324] ppid=10309 vsize=1481688 CPUtime=0
/proc/10311/task/10324/stat : 10324 (java) S 10309 10311 9959 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 148345153 1517248512 323087 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1802.32
Current children cumulated vsize (KiB) 1481688

[startup+1795.21 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 10333
/proc/meminfo: memFree=544344/2055920 swapFree=4192812/4192956
[pid=10311] ppid=10309 vsize=0 CPUtime=1802.51
/proc/10311/stat : 10311 (java) Z 10309 10311 9959 0 -1 1036 394496 0 1 0 180046 205 0 0 16 0 2 0 148345088 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10311/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.51
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1795.22
CPU time (s): 1802.54
CPU user time (s): 1800.47
CPU system time (s): 2.07169
CPU usage (%): 100.408
Max. virtual memory (cumulated for all children) (KiB): 1493100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.47
system time used= 2.07168
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 394496
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= 37219
involuntary context switches= 18904

runsolver used 1.9677 second user time and 4.5983 second system time

The end

Launcher Data

Begin job on node8 at 2009-06-13 20:36:26
IDJOB=1856633
IDBENCH=2878
IDSOLVER=682
FILE ID=node8/1856633-1244918186
PBS_JOBID= 9354589
Free space on /tmp= 66372 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-m200_500_10_10.r.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1856633-1244918186/watcher-1856633-1244918186 -o /tmp/evaluation-result-1856633-1244918186/solver-1856633-1244918186 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856633-1244918186.opb

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

MD5SUM BENCH= 9ce5413471f93025df24c6fa43fb2680
RANDOM SEED=1486819839

node8.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1315104 kB
Buffers:         68412 kB
Cached:         583228 kB
SwapCached:        140 kB
Active:          59484 kB
Inactive:       607140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1315104 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             316 kB
Writeback:           0 kB
Mapped:          24652 kB
Slab:            59972 kB
Committed_AS:   132616 kB
PageTables:       1376 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66372 MiB
End job on node8 at 2009-06-13 21:06:22