Trace number 1885325

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 Pseudo CP 2.1.1UNSAT 1127.83 1125.11

General information on the benchmark

Name/PURE-SAT/SAT09/
APPLICATIONS/crypto/md5gen/gus-md5-05.opb
MD5SUMc79e2b52997719dd86cf500df603b103
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark19.784
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables68827
Total number of constraints224473
Number of constraints which are clauses224473
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 constraint1
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.1.1.v20090612
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1342000320
0.08/0.15	c Max memory 1344274432
0.08/0.15	c Total memory 1344274432
0.08/0.15	c Number of processors 2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c MiniSAT restarts strategy
0.22/0.22	c Memory based learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-1885325-1245265729.opb
0.22/0.22	c reading problem ... 
4.68/3.92	c ... done. Wall clock time 3.706s.
4.68/3.92	c #vars     68827
4.68/3.92	c #constraints  224087
4.68/3.92	c constraints type 
4.68/3.92	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 91367
4.68/3.92	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 132463
1127.74/1125.04	c starts		: 8
1127.74/1125.04	c conflicts		: 4036
1127.74/1125.04	c decisions		: 20848
1127.74/1125.04	c propagations		: 35369603
1127.74/1125.04	c inspects		: 110827246
1127.74/1125.04	c learnt literals	: 6
1127.74/1125.04	c learnt binary clauses	: 161
1127.74/1125.04	c learnt ternary clauses	: 424
1127.74/1125.04	c learnt clauses	: 4029
1127.74/1125.04	c ignored clauses	: 0
1127.74/1125.04	c root simplifications	: 0
1127.74/1125.04	c removed literals (reason simplification)	: 0
1127.74/1125.04	c reason swapping (by a shorter reason)	: 0
1127.74/1125.04	c Calls to reduceDB	: 0
1127.74/1125.04	c speed (assignments/second)	: 31548.51050469264
1127.74/1125.04	c non guided choices	880
1127.74/1125.05	c learnt constraints type 
1127.74/1125.05	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 3868
1127.74/1125.05	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 161
1127.74/1125.05	c constraints type 
1127.74/1125.05	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 91367
1127.74/1125.05	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 132463
1127.74/1125.05	s UNSATISFIABLE
1127.74/1125.05	c Total wall clock time (in seconds): 1124.832

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-1885325-1245265729/watcher-1885325-1245265729 -o /tmp/evaluation-result-1885325-1245265729/solver-1885325-1245265729 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1885325-1245265729.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: 1.00 1.00 1.00 3/65 636
/proc/meminfo: memFree=1772928/2055920 swapFree=4192812/4192956
[pid=636] ppid=634 vsize=18576 CPUtime=0
/proc/636/stat : 636 (runsolver) D 634 636 32496 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 105994750 19021824 284 1992294400 4194304 4302564 548682068416 18446744073709551615 251279240487 0 2147483391 4096 24578 18446744072099855350 0 0 17 1 0 0
/proc/636/statm: 4644 284 249 26 0 2626 0

[startup+0.0585589 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 636
/proc/meminfo: memFree=1772928/2055920 swapFree=4192812/4192956
[pid=636] ppid=634 vsize=1470088 CPUtime=0.04
/proc/636/stat : 636 (java) S 634 636 32496 0 -1 0 3260 0 1 0 3 1 0 0 18 0 7 0 105994750 1505370112 3005 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/636/statm: 367522 3005 1019 9 0 364873 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1470088

[startup+0.101562 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 636
/proc/meminfo: memFree=1772928/2055920 swapFree=4192812/4192956
[pid=636] ppid=634 vsize=1472584 CPUtime=0.08
/proc/636/stat : 636 (java) S 634 636 32496 0 -1 0 3604 0 1 0 6 2 0 0 18 0 12 0 105994750 1507926016 3347 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/636/statm: 368146 3347 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301586 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 636
/proc/meminfo: memFree=1772928/2055920 swapFree=4192812/4192956
[pid=636] ppid=634 vsize=1474904 CPUtime=0.34
/proc/636/stat : 636 (java) S 634 636 32496 0 -1 0 5387 0 1 0 30 4 0 0 18 0 12 0 105994750 1510301696 5124 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/636/statm: 368726 5124 1353 9 0 366069 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1474904

[startup+0.701641 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 636
/proc/meminfo: memFree=1772928/2055920 swapFree=4192812/4192956
[pid=636] ppid=634 vsize=1475620 CPUtime=1.02
/proc/636/stat : 636 (java) S 634 636 32496 0 -1 0 7456 0 1 0 98 4 0 0 18 0 12 0 105994750 1511034880 6895 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/636/statm: 368905 6895 1397 9 0 366248 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 1475620

[startup+1.50274 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 648
/proc/meminfo: memFree=1738592/2055920 swapFree=4192812/4192956
[pid=636] ppid=634 vsize=1476600 CPUtime=2.1
/proc/636/stat : 636 (java) S 634 636 32496 0 -1 0 21868 0 1 0 198 12 0 0 18 0 12 0 105994750 1512038400 20984 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/636/statm: 369150 20984 1408 9 0 366493 0
[pid=636/tid=638] ppid=634 vsize=1476600 CPUtime=1.28
/proc/636/task/638/stat : 638 (java) R 634 636 32496 0 -1 64 19405 0 1 0 117 11 0 0 25 0 12 0 105994751 1512038400 20984 1992294400 134512640 134550932 4294956000 18446744073709551615 4109553884 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=639] ppid=634 vsize=1476600 CPUtime=0
/proc/636/task/639/stat : 639 (java) S 634 636 32496 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 105994753 1512038400 20984 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=640] ppid=634 vsize=1476600 CPUtime=0
/proc/636/task/640/stat : 640 (java) S 634 636 32496 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 105994753 1512038400 20984 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=641] ppid=634 vsize=1476600 CPUtime=0
/proc/636/task/641/stat : 641 (java) S 634 636 32496 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 105994754 1512038400 20984 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=642] ppid=634 vsize=1476600 CPUtime=0
/proc/636/task/642/stat : 642 (java) S 634 636 32496 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 105994755 1512038400 20984 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=643] ppid=634 vsize=1476600 CPUtime=0
/proc/636/task/643/stat : 643 (java) S 634 636 32496 0 -1 64 3 0 0 0 0 0 0 0 24 0 12 0 105994755 1512038400 20984 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=644] ppid=634 vsize=1476600 CPUtime=0
/proc/636/task/644/stat : 644 (java) S 634 636 32496 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 105994759 1512038400 20984 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=645] ppid=634 vsize=1476600 CPUtime=0.37
/proc/636/task/645/stat : 645 (java) S 634 636 32496 0 -1 64 619 0 0 0 37 0 0 0 16 0 12 0 105994759 1512038400 20984 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=646] ppid=634 vsize=1476600 CPUtime=0.43
/proc/636/task/646/stat : 646 (java) S 634 636 32496 0 -1 64 1102 0 0 0 43 0 0 0 17 0 12 0 105994759 1512038400 20984 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=636/tid=647] ppid=634 vsize=1476600 CPUtime=0
/proc/636/task/647/stat : 647 (java) S 634 636 32496 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 105994759 1512038400 20984 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=648] ppid=634 vsize=1476600 CPUtime=0
/proc/636/task/648/stat : 648 (java) S 634 636 32496 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 105994759 1512038400 20984 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 1476600

[startup+3.10293 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 648
/proc/meminfo: memFree=1635424/2055920 swapFree=4192812/4192956
[pid=636] ppid=634 vsize=1476600 CPUtime=3.89
/proc/636/stat : 636 (java) S 634 636 32496 0 -1 0 41119 0 1 0 367 22 0 0 18 0 12 0 105994750 1512038400 40185 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/636/statm: 369150 40185 1420 9 0 366493 0
[pid=636/tid=638] ppid=634 vsize=1476600 CPUtime=2.7
/proc/636/task/638/stat : 638 (java) R 634 636 32496 0 -1 64 30944 0 1 0 253 17 0 0 24 0 12 0 105994751 1512038400 40185 1992294400 134512640 134550932 4294956000 18446744073709551615 4109457310 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=639] ppid=634 vsize=1476600 CPUtime=0.16
/proc/636/task/639/stat : 639 (java) S 634 636 32496 0 -1 64 3502 0 0 0 15 1 0 0 16 0 12 0 105994753 1512038400 40185 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=640] ppid=634 vsize=1476600 CPUtime=0.16
/proc/636/task/640/stat : 640 (java) S 634 636 32496 0 -1 64 4193 0 0 0 14 2 0 0 17 0 12 0 105994753 1512038400 40185 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=636/tid=641] ppid=634 vsize=1476600 CPUtime=0
/proc/636/task/641/stat : 641 (java) S 634 636 32496 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 105994754 1512038400 40185 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=642] ppid=634 vsize=1476600 CPUtime=0
/proc/636/task/642/stat : 642 (java) S 634 636 32496 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 105994755 1512038400 40185 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=643] ppid=634 vsize=1476600 CPUtime=0
/proc/636/task/643/stat : 643 (java) S 634 636 32496 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 105994755 1512038400 40185 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=644] ppid=634 vsize=1476600 CPUtime=0
/proc/636/task/644/stat : 644 (java) S 634 636 32496 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 105994759 1512038400 40185 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=645] ppid=634 vsize=1476600 CPUtime=0.37
/proc/636/task/645/stat : 645 (java) S 634 636 32496 0 -1 64 619 0 0 0 37 0 0 0 16 0 12 0 105994759 1512038400 40185 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=646] ppid=634 vsize=1476600 CPUtime=0.46
/proc/636/task/646/stat : 646 (java) S 634 636 32496 0 -1 64 1105 0 0 0 46 0 0 0 16 0 12 0 105994759 1512038400 40185 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=636/tid=647] ppid=634 vsize=1476600 CPUtime=0
/proc/636/task/647/stat : 647 (java) S 634 636 32496 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 105994759 1512038400 40185 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=648] ppid=634 vsize=1476600 CPUtime=0
/proc/636/task/648/stat : 648 (java) S 634 636 32496 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 105994759 1512038400 40185 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 1476600

[startup+6.30133 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 649
/proc/meminfo: memFree=1602712/2055920 swapFree=4192812/4192956
[pid=636] ppid=634 vsize=1477708 CPUtime=7.7
/proc/636/stat : 636 (java) S 634 636 32496 0 -1 0 45354 0 1 0 745 25 0 0 18 0 13 0 105994750 1513172992 43654 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/636/statm: 369427 43654 1428 9 0 366770 0
[pid=636/tid=638] ppid=634 vsize=1477708 CPUtime=5.64
/proc/636/task/638/stat : 638 (java) R 634 636 32496 0 -1 64 30983 0 1 0 546 18 0 0 25 0 13 0 105994751 1513172992 43654 1992294400 134512640 134550932 4294956000 18446744073709551615 4109807370 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=639] ppid=634 vsize=1477708 CPUtime=0.26
/proc/636/task/639/stat : 639 (java) S 634 636 32496 0 -1 64 4684 0 0 0 25 1 0 0 16 0 13 0 105994753 1513172992 43654 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=640] ppid=634 vsize=1477708 CPUtime=0.27
/proc/636/task/640/stat : 640 (java) S 634 636 32496 0 -1 64 6289 0 0 0 24 3 0 0 17 0 13 0 105994753 1513172992 43654 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=636/tid=641] ppid=634 vsize=1477708 CPUtime=0
/proc/636/task/641/stat : 641 (java) S 634 636 32496 0 -1 64 20 0 0 0 0 0 0 0 17 0 13 0 105994754 1513172992 43654 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=642] ppid=634 vsize=1477708 CPUtime=0
/proc/636/task/642/stat : 642 (java) S 634 636 32496 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 105994755 1513172992 43654 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=643] ppid=634 vsize=1477708 CPUtime=0
/proc/636/task/643/stat : 643 (java) S 634 636 32496 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 105994755 1513172992 43654 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=644] ppid=634 vsize=1477708 CPUtime=0
/proc/636/task/644/stat : 644 (java) S 634 636 32496 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 105994759 1513172992 43654 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=645] ppid=634 vsize=1477708 CPUtime=0.59
/proc/636/task/645/stat : 645 (java) S 634 636 32496 0 -1 64 708 0 0 0 59 0 0 0 16 0 13 0 105994759 1513172992 43654 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=646] ppid=634 vsize=1477708 CPUtime=0.87
/proc/636/task/646/stat : 646 (java) S 634 636 32496 0 -1 64 1924 0 0 0 87 0 0 0 16 0 13 0 105994759 1513172992 43654 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=636/tid=647] ppid=634 vsize=1477708 CPUtime=0
/proc/636/task/647/stat : 647 (java) S 634 636 32496 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 105994759 1513172992 43654 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=648] ppid=634 vsize=1477708 CPUtime=0
/proc/636/task/648/stat : 648 (java) S 634 636 32496 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 105994759 1513172992 43654 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=649] ppid=634 vsize=1477708 CPUtime=0
/proc/636/task/649/stat : 649 (java) S 634 636 32496 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 105995151 1513172992 43654 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.7
Current children cumulated vsize (KiB) 1477708

[startup+12.7021 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 649
/proc/meminfo: memFree=1602200/2055920 swapFree=4192812/4192956
[pid=636] ppid=634 vsize=1477708 CPUtime=14.43
/proc/636/stat : 636 (java) S 634 636 32496 0 -1 0 46002 0 1 0 1418 25 0 0 18 0 13 0 105994750 1513172992 43841 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/636/statm: 369427 43841 1428 9 0 366770 0
[pid=636/tid=638] ppid=634 vsize=1477708 CPUtime=11.93
/proc/636/task/638/stat : 638 (java) R 634 636 32496 0 -1 64 30989 0 1 0 1175 18 0 0 25 0 13 0 105994751 1513172992 43841 1992294400 134512640 134550932 4294956000 18446744073709551615 4109807902 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=636/tid=639] ppid=634 vsize=1477708 CPUtime=0.34
/proc/636/task/639/stat : 639 (java) S 634 636 32496 0 -1 64 4706 0 0 0 33 1 0 0 16 0 13 0 105994753 1513172992 43841 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=640] ppid=634 vsize=1477708 CPUtime=0.34
/proc/636/task/640/stat : 640 (java) S 634 636 32496 0 -1 64 6450 0 0 0 31 3 0 0 17 0 13 0 105994753 1513172992 43841 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=636/tid=641] ppid=634 vsize=1477708 CPUtime=0
/proc/636/task/641/stat : 641 (java) S 634 636 32496 0 -1 64 20 0 0 0 0 0 0 0 16 0 13 0 105994754 1513172992 43841 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=642] ppid=634 vsize=1477708 CPUtime=0
/proc/636/task/642/stat : 642 (java) S 634 636 32496 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 105994755 1513172992 43841 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=643] ppid=634 vsize=1477708 CPUtime=0
/proc/636/task/643/stat : 643 (java) S 634 636 32496 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 105994755 1513172992 43841 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=644] ppid=634 vsize=1477708 CPUtime=0
/proc/636/task/644/stat : 644 (java) S 634 636 32496 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 105994759 1513172992 43841 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=645] ppid=634 vsize=1477708 CPUtime=0.61
/proc/636/task/645/stat : 645 (java) S 634 636 32496 0 -1 64 708 0 0 0 61 0 0 0 16 0 13 0 105994759 1513172992 43841 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=646] ppid=634 vsize=1477708 CPUtime=1.15
/proc/636/task/646/stat : 646 (java) S 634 636 32496 0 -1 64 2383 0 0 0 115 0 0 0 17 0 13 0 105994759 1513172992 43841 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=636/tid=647] ppid=634 vsize=1477708 CPUtime=0
/proc/636/task/647/stat : 647 (java) S 634 636 32496 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 105994759 1513172992 43841 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=648] ppid=634 vsize=1477708 CPUtime=0
/proc/636/task/648/stat : 648 (java) S 634 636 32496 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 105994759 1513172992 43841 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=649] ppid=634 vsize=1477708 CPUtime=0
/proc/636/task/649/stat : 649 (java) S 634 636 32496 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 105995151 1513172992 43841 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.43
Current children cumulated vsize (KiB) 1477708

[startup+25.5027 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 649
/proc/meminfo: memFree=1601496/2055920 swapFree=4192812/4192956
[pid=636] ppid=634 vsize=1477708 CPUtime=27.32
/proc/636/stat : 636 (java) S 634 636 32496 0 -1 0 46180 0 1 0 2707 25 0 0 18 0 13 0 105994750 1513172992 44017 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/636/statm: 369427 44017 1428 9 0 366770 0
[pid=636/tid=638] ppid=634 vsize=1477708 CPUtime=24.63
/proc/636/task/638/stat : 638 (java) R 634 636 32496 0 -1 64 30990 0 1 0 2445 18 0 0 25 0 13 0 105994751 1513172992 44017 1992294400 134512640 134550932 4294956000 18446744073709551615 4109795600 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=636/tid=639] ppid=634 vsize=1477708 CPUtime=0.42
/proc/636/task/639/stat : 639 (java) S 634 636 32496 0 -1 64 4713 0 0 0 41 1 0 0 17 0 13 0 105994753 1513172992 44017 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=640] ppid=634 vsize=1477708 CPUtime=0.42
/proc/636/task/640/stat : 640 (java) S 634 636 32496 0 -1 64 6620 0 0 0 39 3 0 0 17 0 13 0 105994753 1513172992 44017 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=641] ppid=634 vsize=1477708 CPUtime=0
/proc/636/task/641/stat : 641 (java) S 634 636 32496 0 -1 64 20 0 0 0 0 0 0 0 16 0 13 0 105994754 1513172992 44017 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=642] ppid=634 vsize=1477708 CPUtime=0
/proc/636/task/642/stat : 642 (java) S 634 636 32496 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 105994755 1513172992 44017 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=643] ppid=634 vsize=1477708 CPUtime=0

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

/proc/636/statm: 369427 49529 1432 9 0 366770 0
[pid=636/tid=638] ppid=634 vsize=1477708 CPUtime=1059.74
/proc/636/task/638/stat : 638 (java) R 634 636 32496 0 -1 64 31101 0 1 0 105956 18 0 0 25 0 13 0 105994751 1513172992 49529 1992294400 134512640 134550932 4294956000 18446744073709551615 4109795720 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=636/tid=639] ppid=634 vsize=1477708 CPUtime=1.61
/proc/636/task/639/stat : 639 (java) S 634 636 32496 0 -1 64 7571 0 0 0 156 5 0 0 16 0 13 0 105994753 1513172992 49529 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=636/tid=640] ppid=634 vsize=1477708 CPUtime=1.6
/proc/636/task/640/stat : 640 (java) S 634 636 32496 0 -1 64 9606 0 0 0 153 7 0 0 16 0 13 0 105994753 1513172992 49529 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=641] ppid=634 vsize=1477708 CPUtime=0.01
/proc/636/task/641/stat : 641 (java) S 634 636 32496 0 -1 64 21 0 0 0 1 0 0 0 16 0 13 0 105994754 1513172992 49529 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=642] ppid=634 vsize=1477708 CPUtime=0
/proc/636/task/642/stat : 642 (java) S 634 636 32496 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 105994755 1513172992 49529 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=643] ppid=634 vsize=1477708 CPUtime=0
/proc/636/task/643/stat : 643 (java) S 634 636 32496 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 105994755 1513172992 49529 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=644] ppid=634 vsize=1477708 CPUtime=0
/proc/636/task/644/stat : 644 (java) S 634 636 32496 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 105994759 1513172992 49529 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=645] ppid=634 vsize=1477708 CPUtime=0.67
/proc/636/task/645/stat : 645 (java) S 634 636 32496 0 -1 64 740 0 0 0 67 0 0 0 16 0 13 0 105994759 1513172992 49529 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=646] ppid=634 vsize=1477708 CPUtime=1.27
/proc/636/task/646/stat : 646 (java) S 634 636 32496 0 -1 64 2432 0 0 0 127 0 0 0 16 0 13 0 105994759 1513172992 49529 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=636/tid=647] ppid=634 vsize=1477708 CPUtime=0
/proc/636/task/647/stat : 647 (java) S 634 636 32496 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 105994759 1513172992 49529 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=648] ppid=634 vsize=1477708 CPUtime=0
/proc/636/task/648/stat : 648 (java) S 634 636 32496 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 105994759 1513172992 49529 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=649] ppid=634 vsize=1477708 CPUtime=0
/proc/636/task/649/stat : 649 (java) S 634 636 32496 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 105995151 1513172992 49529 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1064.99
Current children cumulated vsize (KiB) 1477708

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 649
/proc/meminfo: memFree=1578776/2055920 swapFree=4192812/4192956
[pid=636] ppid=634 vsize=1477708 CPUtime=1125.04
/proc/636/stat : 636 (java) S 634 636 32496 0 -1 0 52268 0 1 0 112469 35 0 0 18 0 13 0 105994750 1513172992 49574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/636/statm: 369427 49574 1432 9 0 366770 0
[pid=636/tid=638] ppid=634 vsize=1477708 CPUtime=1119.66
/proc/636/task/638/stat : 638 (java) R 634 636 32496 0 -1 64 31107 0 1 0 111948 18 0 0 18 0 13 0 105994751 1513172992 49574 1992294400 134512640 134550932 4294956000 18446744073709551615 4109807367 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=636/tid=639] ppid=634 vsize=1477708 CPUtime=1.67
/proc/636/task/639/stat : 639 (java) S 634 636 32496 0 -1 64 7592 0 0 0 162 5 0 0 16 0 13 0 105994753 1513172992 49574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=636/tid=640] ppid=634 vsize=1477708 CPUtime=1.66
/proc/636/task/640/stat : 640 (java) S 634 636 32496 0 -1 64 9630 0 0 0 159 7 0 0 16 0 13 0 105994753 1513172992 49574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=641] ppid=634 vsize=1477708 CPUtime=0.01
/proc/636/task/641/stat : 641 (java) S 634 636 32496 0 -1 64 21 0 0 0 1 0 0 0 15 0 13 0 105994754 1513172992 49574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=642] ppid=634 vsize=1477708 CPUtime=0
/proc/636/task/642/stat : 642 (java) S 634 636 32496 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 105994755 1513172992 49574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=643] ppid=634 vsize=1477708 CPUtime=0
/proc/636/task/643/stat : 643 (java) S 634 636 32496 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 105994755 1513172992 49574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=644] ppid=634 vsize=1477708 CPUtime=0
/proc/636/task/644/stat : 644 (java) S 634 636 32496 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 105994759 1513172992 49574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=645] ppid=634 vsize=1477708 CPUtime=0.67
/proc/636/task/645/stat : 645 (java) S 634 636 32496 0 -1 64 740 0 0 0 67 0 0 0 16 0 13 0 105994759 1513172992 49574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=646] ppid=634 vsize=1477708 CPUtime=1.27
/proc/636/task/646/stat : 646 (java) S 634 636 32496 0 -1 64 2432 0 0 0 127 0 0 0 16 0 13 0 105994759 1513172992 49574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=636/tid=647] ppid=634 vsize=1477708 CPUtime=0
/proc/636/task/647/stat : 647 (java) S 634 636 32496 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 105994759 1513172992 49574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=648] ppid=634 vsize=1477708 CPUtime=0
/proc/636/task/648/stat : 648 (java) S 634 636 32496 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 105994759 1513172992 49574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=649] ppid=634 vsize=1477708 CPUtime=0
/proc/636/task/649/stat : 649 (java) S 634 636 32496 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 105995151 1513172992 49574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1125.04
Current children cumulated vsize (KiB) 1477708

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

[startup+1123.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 649
/proc/meminfo: memFree=1578776/2055920 swapFree=4192812/4192956
[pid=636] ppid=634 vsize=1477708 CPUtime=1125.84
/proc/636/stat : 636 (java) S 634 636 32496 0 -1 0 52268 0 1 0 112549 35 0 0 18 0 13 0 105994750 1513172992 49574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/636/statm: 369427 49574 1432 9 0 366770 0
[pid=636/tid=638] ppid=634 vsize=1477708 CPUtime=1120.47
/proc/636/task/638/stat : 638 (java) R 634 636 32496 0 -1 64 31107 0 1 0 112029 18 0 0 25 0 13 0 105994751 1513172992 49574 1992294400 134512640 134550932 4294956000 18446744073709551615 4109795720 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=636/tid=639] ppid=634 vsize=1477708 CPUtime=1.67
/proc/636/task/639/stat : 639 (java) S 634 636 32496 0 -1 64 7592 0 0 0 162 5 0 0 16 0 13 0 105994753 1513172992 49574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=636/tid=640] ppid=634 vsize=1477708 CPUtime=1.66
/proc/636/task/640/stat : 640 (java) S 634 636 32496 0 -1 64 9630 0 0 0 159 7 0 0 16 0 13 0 105994753 1513172992 49574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=641] ppid=634 vsize=1477708 CPUtime=0.01
/proc/636/task/641/stat : 641 (java) S 634 636 32496 0 -1 64 21 0 0 0 1 0 0 0 15 0 13 0 105994754 1513172992 49574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=642] ppid=634 vsize=1477708 CPUtime=0
/proc/636/task/642/stat : 642 (java) S 634 636 32496 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 105994755 1513172992 49574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=643] ppid=634 vsize=1477708 CPUtime=0
/proc/636/task/643/stat : 643 (java) S 634 636 32496 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 105994755 1513172992 49574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=644] ppid=634 vsize=1477708 CPUtime=0
/proc/636/task/644/stat : 644 (java) S 634 636 32496 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 105994759 1513172992 49574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=645] ppid=634 vsize=1477708 CPUtime=0.67
/proc/636/task/645/stat : 645 (java) S 634 636 32496 0 -1 64 740 0 0 0 67 0 0 0 16 0 13 0 105994759 1513172992 49574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=646] ppid=634 vsize=1477708 CPUtime=1.27
/proc/636/task/646/stat : 646 (java) S 634 636 32496 0 -1 64 2432 0 0 0 127 0 0 0 16 0 13 0 105994759 1513172992 49574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=636/tid=647] ppid=634 vsize=1477708 CPUtime=0
/proc/636/task/647/stat : 647 (java) S 634 636 32496 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 105994759 1513172992 49574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=648] ppid=634 vsize=1477708 CPUtime=0
/proc/636/task/648/stat : 648 (java) S 634 636 32496 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 105994759 1513172992 49574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=649] ppid=634 vsize=1477708 CPUtime=0
/proc/636/task/649/stat : 649 (java) S 634 636 32496 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 105995151 1513172992 49574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1125.84
Current children cumulated vsize (KiB) 1477708

[startup+1123.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 649
/proc/meminfo: memFree=1578776/2055920 swapFree=4192812/4192956
[pid=636] ppid=634 vsize=1477708 CPUtime=1126.64
/proc/636/stat : 636 (java) S 634 636 32496 0 -1 0 52268 0 1 0 112629 35 0 0 18 0 13 0 105994750 1513172992 49574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/636/statm: 369427 49574 1432 9 0 366770 0
[pid=636/tid=638] ppid=634 vsize=1477708 CPUtime=1121.26
/proc/636/task/638/stat : 638 (java) R 634 636 32496 0 -1 64 31107 0 1 0 112108 18 0 0 25 0 13 0 105994751 1513172992 49574 1992294400 134512640 134550932 4294956000 18446744073709551615 4109801708 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=636/tid=639] ppid=634 vsize=1477708 CPUtime=1.67
/proc/636/task/639/stat : 639 (java) S 634 636 32496 0 -1 64 7592 0 0 0 162 5 0 0 16 0 13 0 105994753 1513172992 49574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=636/tid=640] ppid=634 vsize=1477708 CPUtime=1.66
/proc/636/task/640/stat : 640 (java) S 634 636 32496 0 -1 64 9630 0 0 0 159 7 0 0 16 0 13 0 105994753 1513172992 49574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=641] ppid=634 vsize=1477708 CPUtime=0.01
/proc/636/task/641/stat : 641 (java) S 634 636 32496 0 -1 64 21 0 0 0 1 0 0 0 16 0 13 0 105994754 1513172992 49574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=642] ppid=634 vsize=1477708 CPUtime=0
/proc/636/task/642/stat : 642 (java) S 634 636 32496 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 105994755 1513172992 49574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=643] ppid=634 vsize=1477708 CPUtime=0
/proc/636/task/643/stat : 643 (java) S 634 636 32496 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 105994755 1513172992 49574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=644] ppid=634 vsize=1477708 CPUtime=0
/proc/636/task/644/stat : 644 (java) S 634 636 32496 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 105994759 1513172992 49574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=645] ppid=634 vsize=1477708 CPUtime=0.67
/proc/636/task/645/stat : 645 (java) S 634 636 32496 0 -1 64 740 0 0 0 67 0 0 0 16 0 13 0 105994759 1513172992 49574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=646] ppid=634 vsize=1477708 CPUtime=1.27
/proc/636/task/646/stat : 646 (java) S 634 636 32496 0 -1 64 2432 0 0 0 127 0 0 0 16 0 13 0 105994759 1513172992 49574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=636/tid=647] ppid=634 vsize=1477708 CPUtime=0
/proc/636/task/647/stat : 647 (java) S 634 636 32496 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 105994759 1513172992 49574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=648] ppid=634 vsize=1477708 CPUtime=0
/proc/636/task/648/stat : 648 (java) S 634 636 32496 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 105994759 1513172992 49574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=649] ppid=634 vsize=1477708 CPUtime=0
/proc/636/task/649/stat : 649 (java) S 634 636 32496 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 105995151 1513172992 49574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1126.64
Current children cumulated vsize (KiB) 1477708

[startup+1124.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 649
/proc/meminfo: memFree=1578776/2055920 swapFree=4192812/4192956
[pid=636] ppid=634 vsize=1477708 CPUtime=1127.44
/proc/636/stat : 636 (java) S 634 636 32496 0 -1 0 52268 0 1 0 112709 35 0 0 18 0 13 0 105994750 1513172992 49574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/636/statm: 369427 49574 1432 9 0 366770 0
[pid=636/tid=638] ppid=634 vsize=1477708 CPUtime=1122.06
/proc/636/task/638/stat : 638 (java) R 634 636 32496 0 -1 64 31107 0 1 0 112188 18 0 0 25 0 13 0 105994751 1513172992 49574 1992294400 134512640 134550932 4294956000 18446744073709551615 4109807370 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=636/tid=639] ppid=634 vsize=1477708 CPUtime=1.67
/proc/636/task/639/stat : 639 (java) S 634 636 32496 0 -1 64 7592 0 0 0 162 5 0 0 16 0 13 0 105994753 1513172992 49574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=636/tid=640] ppid=634 vsize=1477708 CPUtime=1.66
/proc/636/task/640/stat : 640 (java) S 634 636 32496 0 -1 64 9630 0 0 0 159 7 0 0 16 0 13 0 105994753 1513172992 49574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=641] ppid=634 vsize=1477708 CPUtime=0.01
/proc/636/task/641/stat : 641 (java) S 634 636 32496 0 -1 64 21 0 0 0 1 0 0 0 16 0 13 0 105994754 1513172992 49574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=642] ppid=634 vsize=1477708 CPUtime=0
/proc/636/task/642/stat : 642 (java) S 634 636 32496 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 105994755 1513172992 49574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=643] ppid=634 vsize=1477708 CPUtime=0
/proc/636/task/643/stat : 643 (java) S 634 636 32496 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 105994755 1513172992 49574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=644] ppid=634 vsize=1477708 CPUtime=0
/proc/636/task/644/stat : 644 (java) S 634 636 32496 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 105994759 1513172992 49574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=645] ppid=634 vsize=1477708 CPUtime=0.67
/proc/636/task/645/stat : 645 (java) S 634 636 32496 0 -1 64 740 0 0 0 67 0 0 0 16 0 13 0 105994759 1513172992 49574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=646] ppid=634 vsize=1477708 CPUtime=1.27
/proc/636/task/646/stat : 646 (java) S 634 636 32496 0 -1 64 2432 0 0 0 127 0 0 0 16 0 13 0 105994759 1513172992 49574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=636/tid=647] ppid=634 vsize=1477708 CPUtime=0
/proc/636/task/647/stat : 647 (java) S 634 636 32496 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 105994759 1513172992 49574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=648] ppid=634 vsize=1477708 CPUtime=0
/proc/636/task/648/stat : 648 (java) S 634 636 32496 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 105994759 1513172992 49574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=636/tid=649] ppid=634 vsize=1477708 CPUtime=0
/proc/636/task/649/stat : 649 (java) S 634 636 32496 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 105995151 1513172992 49574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1127.44
Current children cumulated vsize (KiB) 1477708

[startup+1125.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 649
/proc/meminfo: memFree=1578776/2055920 swapFree=4192812/4192956
[pid=636] ppid=634 vsize=0 CPUtime=1127.81
/proc/636/stat : 636 (java) Z 634 636 32496 0 -1 1036 52287 0 1 0 112744 37 0 0 16 0 2 0 105994750 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/636/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1127.81
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 1125.11
CPU time (s): 1127.83
CPU user time (s): 1127.45
CPU system time (s): 0.382941
CPU usage (%): 100.242
Max. virtual memory (cumulated for all children) (KiB): 1477948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1127.45
system time used= 0.382941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52287
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= 24402
involuntary context switches= 4440

runsolver used 1.19682 second user time and 2.91456 second system time

The end

Launcher Data

Begin job on node92 at 2009-06-17 21:08:49
IDJOB=1885325
IDBENCH=72046
IDSOLVER=681
FILE ID=node92/1885325-1245265729
PBS_JOBID= 9372372
Free space on /tmp= 66456 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT09/APPLICATIONS/crypto/md5gen/gus-md5-05.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1885325-1245265729/watcher-1885325-1245265729 -o /tmp/evaluation-result-1885325-1245265729/solver-1885325-1245265729 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1885325-1245265729.opb

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

MD5SUM BENCH= c79e2b52997719dd86cf500df603b103
RANDOM SEED=1022525827

node92.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.233
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.233
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:       1773344 kB
Buffers:         52136 kB
Cached:         157436 kB
SwapCached:        140 kB
Active:          59388 kB
Inactive:       164204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1773344 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7464 kB
Writeback:           0 kB
Mapped:          23636 kB
Slab:            44816 kB
Committed_AS:   121288 kB
PageTables:       1464 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66456 MiB
End job on node92 at 2009-06-17 21:27:35