Trace number 2658235

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26? (TO) 1800.21 1794.23

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_25_2_15.opb
MD5SUM67db265db637e99ec6b595b7ba2cf45e
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.182971
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables400
Total number of constraints602
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12440
Sum of products size (including duplicates)24880
Number of different products6220
Sum of products size12440

Solver Data

0.07/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.14	c See www.sat4j.org for details.
0.07/0.15	c version 2.2.0.v20100526
0.07/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.07/0.15	c java.vm.version	11.2-b01
0.07/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.15	c sun.arch.data.model	32
0.07/0.15	c java.version		1.6.0_12
0.07/0.15	c os.name		Linux
0.07/0.15	c os.version		2.6.18-164.el5
0.07/0.15	c os.arch		i386
0.07/0.15	c Free memory 		1393557488
0.07/0.15	c Max memory 		1395916800
0.07/0.15	c Total memory 		1395916800
0.07/0.15	c Number of processors 	2
0.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c Armin Biere (Picosat) restarts strategy
0.22/0.21	c Glucose learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-2658235-1276681523.opb
0.22/0.21	c reading problem ... 
15.40/14.50	c ... done. Wall clock time 14.282s.
15.40/14.50	c #vars     6620
15.40/14.50	c #constraints  13043
15.40/14.50	c constraints type 
15.40/14.50	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6220
15.40/14.50	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
15.40/14.50	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
15.40/14.50	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6220
22.81/21.16	c cleaning 2512 clauses out of 5023 with flag 5023/5023
34.25/32.34	c cleaning 4245 clauses out of 8489 with flag 11001/11001
51.12/49.12	c cleaning 5629 clauses out of 11257 with flag 18014/18014
75.29/73.15	c cleaning 6820 clauses out of 13641 with flag 26027/26027
99.12/96.86	c cleaning 7902 clauses out of 15803 with flag 35009/35009
132.41/130.09	c cleaning 8946 clauses out of 17892 with flag 45000/45000
149.99/147.58	c cleaning 9976 clauses out of 19956 with flag 56010/56010
178.73/176.27	c cleaning 10987 clauses out of 21978 with flag 68008/68008
214.71/212.14	c cleaning 11998 clauses out of 23997 with flag 81014/81014
251.97/249.32	c cleaning 13001 clauses out of 26002 with flag 95017/95017
296.72/294.09	c cleaning 13490 clauses out of 26984 with flag 109000/109000
338.51/335.76	c cleaning 13749 clauses out of 27502 with flag 123008/123008
388.94/386.03	c cleaning 13873 clauses out of 27745 with flag 137000/137000
421.11/418.14	c cleaning 13941 clauses out of 27886 with flag 151014/151014
454.34/451.37	c cleaning 13974 clauses out of 27951 with flag 165020/165020
485.70/482.60	c cleaning 13980 clauses out of 27964 with flag 179007/179007
509.06/505.99	c cleaning 13992 clauses out of 27988 with flag 193011/193011
531.11/527.93	c cleaning 13997 clauses out of 27997 with flag 207012/207012
554.65/551.48	c cleaning 14002 clauses out of 28008 with flag 221020/221020
580.83/577.57	c cleaning 13987 clauses out of 27986 with flag 235000/235000
607.89/604.55	c cleaning 14002 clauses out of 28007 with flag 249008/249008
644.24/640.89	c cleaning 13997 clauses out of 27997 with flag 263000/263000
666.09/662.62	c cleaning 14000 clauses out of 28004 with flag 277004/277004
689.75/686.20	c cleaning 14001 clauses out of 28006 with flag 291006/291006
715.87/712.37	c cleaning 13996 clauses out of 28000 with flag 305001/305001
741.73/738.17	c cleaning 14001 clauses out of 28007 with flag 319004/319004
767.87/764.28	c cleaning 14003 clauses out of 28010 with flag 333008/333008
800.02/796.33	c cleaning 13998 clauses out of 27999 with flag 347000/347000
824.87/821.16	c cleaning 13998 clauses out of 28001 with flag 361000/361000
855.41/851.62	c cleaning 14015 clauses out of 28033 with flag 375030/375030
883.57/879.71	c cleaning 14000 clauses out of 28003 with flag 389015/389015
928.25/924.34	c cleaning 14013 clauses out of 28028 with flag 403040/403040
955.25/951.22	c cleaning 13978 clauses out of 27975 with flag 417000/417000
974.22/970.11	c cleaning 13998 clauses out of 28000 with flag 431003/431003
995.58/991.48	c cleaning 14000 clauses out of 28005 with flag 445006/445006
1017.35/1013.12	c cleaning 14007 clauses out of 28018 with flag 459019/459019
1044.68/1040.40	c cleaning 13995 clauses out of 27998 with flag 473006/473006
1065.34/1061.09	c cleaning 14009 clauses out of 28021 with flag 487024/487024
1094.69/1090.39	c cleaning 14007 clauses out of 28017 with flag 501029/501029
1119.26/1114.87	c cleaning 14001 clauses out of 28005 with flag 515024/515024
1146.81/1142.33	c cleaning 14003 clauses out of 28009 with flag 529029/529029
1172.57/1168.08	c cleaning 13987 clauses out of 27977 with flag 543000/543000
1205.12/1200.57	c cleaning 13995 clauses out of 27993 with flag 557003/557003
1237.89/1233.25	c cleaning 13997 clauses out of 27997 with flag 571002/571002
1270.64/1265.97	c cleaning 14004 clauses out of 28011 with flag 585013/585013
1307.95/1303.11	c cleaning 14042 clauses out of 28086 with flag 599092/599092
1343.58/1338.68	c cleaning 13977 clauses out of 27959 with flag 613007/613007
1387.56/1382.58	c cleaning 13998 clauses out of 27997 with flag 627022/627022
1430.90/1425.73	c cleaning 14023 clauses out of 28048 with flag 641071/641071
1454.95/1449.72	c cleaning 13983 clauses out of 27969 with flag 655015/655015
1482.71/1477.43	c cleaning 13993 clauses out of 27989 with flag 669018/669018
1506.08/1500.79	c cleaning 13987 clauses out of 27978 with flag 683000/683000
1536.12/1530.73	c cleaning 14005 clauses out of 28014 with flag 697023/697023
1565.76/1560.37	c cleaning 14003 clauses out of 28010 with flag 711024/711024
1606.71/1601.30	c cleaning 14041 clauses out of 28083 with flag 725100/725100
1651.72/1646.19	c cleaning 13981 clauses out of 27964 with flag 739022/739022
1678.47/1672.87	c cleaning 13980 clauses out of 27965 with flag 753004/753004
1708.52/1702.85	c cleaning 13984 clauses out of 27981 with flag 767000/767000
1737.28/1731.59	c cleaning 14009 clauses out of 28022 with flag 781025/781025
1762.94/1757.11	c cleaning 14008 clauses out of 28019 with flag 795031/795031
1790.00/1784.15	c cleaning 13996 clauses out of 27995 with flag 809015/809015
1800.03/1794.12	c starts		: 171
1800.03/1794.12	c conflicts		: 815746
1800.03/1794.12	c decisions		: 4497813
1800.03/1794.12	c propagations		: 25376746
1800.03/1794.12	c inspects		: 1888621950
1800.03/1794.12	c learnt literals	: 0
1800.03/1794.12	c learnt binary clauses	: 0
1800.03/1794.12	c learnt ternary clauses	: 338
1800.03/1794.12	c learnt clauses	: 815746
1800.03/1794.12	c ignored clauses	: 0
1800.03/1794.12	c root simplifications	: 0
1800.03/1794.12	c removed literals (reason simplification)	: 8903600
1800.03/1794.12	c reason swapping (by a shorter reason)	: 0
1800.03/1794.12	c Calls to reduceDB	: 61
1800.03/1794.12	c number of reductions to clauses (during analyze)	: 0
1800.03/1794.12	c number of learned constraints concerned by reduction	: 0
1800.03/1794.12	c number of learning phase by resolution	: 0
1800.03/1794.12	c number of learning phase by cutting planes	: 0
1800.03/1794.12	c speed (assignments/second)	: 14259.594993554825
1800.03/1794.12	c non guided choices	6381
1800.03/1794.17	c learnt constraints type 
1800.03/1794.17	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 20738
1800.03/1794.17	c constraints type 
1800.03/1794.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6220
1800.03/1794.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1800.03/1794.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1800.03/1794.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6220
1800.03/1794.19	s UNKNOWN
1800.03/1794.19	c Total wall clock time (in seconds): 1793.978

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-2658235-1276681523/watcher-2658235-1276681523 -o /tmp/evaluation-result-2658235-1276681523/solver-2658235-1276681523 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658235-1276681523.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/106 15217
/proc/meminfo: memFree=1718360/2059040 swapFree=4192956/4192956
[pid=15217] ppid=15215 vsize=384 CPUtime=0
/proc/15217/stat : 15217 (java6) R 15215 15217 14710 0 -1 4194304 119 0 0 0 0 0 0 0 16 0 1 0 9447641 393216 37 1992294400 134512640 134550932 4289286320 18446744073709551615 7394467 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15217/statm: 98 40 32 10 0 25 0

[startup+0.0348749 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 15217
/proc/meminfo: memFree=1718360/2059040 swapFree=4192956/4192956
[pid=15217] ppid=15215 vsize=1518368 CPUtime=0.01
/proc/15217/stat : 15217 (java) S 15215 15217 14710 0 -1 4202496 2793 0 1 0 0 1 0 0 15 0 4 0 9447641 1554808832 2235 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/15217/statm: 379592 2235 519 10 0 377303 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1518368

[startup+0.101517 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 15217
/proc/meminfo: memFree=1718360/2059040 swapFree=4192956/4192956
[pid=15217] ppid=15215 vsize=1524184 CPUtime=0.07
/proc/15217/stat : 15217 (java) S 15215 15217 14710 0 -1 4202496 3947 0 1 0 5 2 0 0 15 0 12 0 9447641 1560764416 3385 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15217/statm: 381046 3385 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1524184

[startup+0.301529 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 15217
/proc/meminfo: memFree=1718360/2059040 swapFree=4192956/4192956
[pid=15217] ppid=15215 vsize=1526264 CPUtime=0.35
/proc/15217/stat : 15217 (java) S 15215 15217 14710 0 -1 4202496 5289 0 1 0 32 3 0 0 15 0 12 0 9447641 1562894336 4725 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15217/statm: 381566 4725 1357 10 0 378868 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526264

[startup+0.70156 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 15217
/proc/meminfo: memFree=1718360/2059040 swapFree=4192956/4192956
[pid=15217] ppid=15215 vsize=1529936 CPUtime=1.04
/proc/15217/stat : 15217 (java) S 15215 15217 14710 0 -1 4202496 7114 0 1 0 100 4 0 0 15 0 12 0 9447641 1566654464 6500 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15217/statm: 382484 6501 1404 10 0 379786 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 1529936

[startup+1.5016 s]
/proc/loadavg: 0.92 0.98 0.99 2/118 15229
/proc/meminfo: memFree=1694952/2059040 swapFree=4192956/4192956
[pid=15217] ppid=15215 vsize=1529652 CPUtime=2.18
/proc/15217/stat : 15217 (java) S 15215 15217 14710 0 -1 4202496 8467 0 1 0 213 5 0 0 15 0 12 0 9447641 1566363648 7496 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15217/statm: 382413 7496 1409 10 0 379715 0
[pid=15217/tid=15219] ppid=15215 vsize=1529652 CPUtime=1.46
/proc/15217/task/15219/stat : 15219 (java) R 15215 15217 14710 0 -1 4202560 5543 0 1 0 143 3 0 0 25 0 12 0 9447643 1566363648 7496 1992294400 134512640 134550932 4289524640 18446744073709551615 4109085147 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15217/tid=15220] ppid=15215 vsize=1529652 CPUtime=0
/proc/15217/task/15220/stat : 15220 (java) S 15215 15217 14710 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 12 0 9447644 1566363648 7496 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15221] ppid=15215 vsize=1529652 CPUtime=0
/proc/15217/task/15221/stat : 15221 (java) S 15215 15217 14710 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 9447644 1566363648 7496 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15222] ppid=15215 vsize=1529652 CPUtime=0
/proc/15217/task/15222/stat : 15222 (java) S 15215 15217 14710 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 9447646 1566363648 7496 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 0 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15223] ppid=15215 vsize=1529652 CPUtime=0
/proc/15217/task/15223/stat : 15223 (java) S 15215 15217 14710 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 9447647 1566363648 7496 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15224] ppid=15215 vsize=1529652 CPUtime=0
/proc/15217/task/15224/stat : 15224 (java) S 15215 15217 14710 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 9447647 1566363648 7496 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15225] ppid=15215 vsize=1529652 CPUtime=0
/proc/15217/task/15225/stat : 15225 (java) S 15215 15217 14710 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 9447651 1566363648 7497 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15226] ppid=15215 vsize=1529652 CPUtime=0.4
/proc/15217/task/15226/stat : 15226 (java) S 15215 15217 14710 0 -1 4202560 941 0 0 0 40 0 0 0 17 0 12 0 9447651 1566363648 7497 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15227] ppid=15215 vsize=1529652 CPUtime=0.28
/proc/15217/task/15227/stat : 15227 (java) S 15215 15217 14710 0 -1 4202560 920 0 0 0 28 0 0 0 20 0 12 0 9447651 1566363648 7497 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15228] ppid=15215 vsize=1529652 CPUtime=0
/proc/15217/task/15228/stat : 15228 (java) S 15215 15217 14710 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 9447651 1566363648 7497 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15229] ppid=15215 vsize=1529652 CPUtime=0
/proc/15217/task/15229/stat : 15229 (java) S 15215 15217 14710 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 9447651 1566363648 7497 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 1529652

[startup+3.10171 s]
/proc/loadavg: 0.92 0.98 0.99 2/118 15229
/proc/meminfo: memFree=1691480/2059040 swapFree=4192956/4192956
[pid=15217] ppid=15215 vsize=1529652 CPUtime=3.85
/proc/15217/stat : 15217 (java) S 15215 15217 14710 0 -1 4202496 9315 0 1 0 380 5 0 0 15 0 12 0 9447641 1566363648 8344 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15217/statm: 382413 8344 1409 10 0 379715 0
[pid=15217/tid=15219] ppid=15215 vsize=1529652 CPUtime=3.07
/proc/15217/task/15219/stat : 15219 (java) R 15215 15217 14710 0 -1 4202560 6387 0 1 0 303 4 0 0 25 0 12 0 9447643 1566363648 8344 1992294400 134512640 134550932 4289524640 18446744073709551615 4109212097 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15217/tid=15220] ppid=15215 vsize=1529652 CPUtime=0
/proc/15217/task/15220/stat : 15220 (java) S 15215 15217 14710 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 12 0 9447644 1566363648 8344 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15221] ppid=15215 vsize=1529652 CPUtime=0
/proc/15217/task/15221/stat : 15221 (java) S 15215 15217 14710 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 9447644 1566363648 8344 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15222] ppid=15215 vsize=1529652 CPUtime=0
/proc/15217/task/15222/stat : 15222 (java) S 15215 15217 14710 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 9447646 1566363648 8344 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 0 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15223] ppid=15215 vsize=1529652 CPUtime=0
/proc/15217/task/15223/stat : 15223 (java) S 15215 15217 14710 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 9447647 1566363648 8344 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15224] ppid=15215 vsize=1529652 CPUtime=0
/proc/15217/task/15224/stat : 15224 (java) S 15215 15217 14710 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 9447647 1566363648 8344 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15225] ppid=15215 vsize=1529652 CPUtime=0
/proc/15217/task/15225/stat : 15225 (java) S 15215 15217 14710 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 9447651 1566363648 8344 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15226] ppid=15215 vsize=1529652 CPUtime=0.43
/proc/15217/task/15226/stat : 15226 (java) S 15215 15217 14710 0 -1 4202560 943 0 0 0 43 0 0 0 15 0 12 0 9447651 1566363648 8344 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15227] ppid=15215 vsize=1529652 CPUtime=0.33
/proc/15217/task/15227/stat : 15227 (java) S 15215 15217 14710 0 -1 4202560 922 0 0 0 33 0 0 0 16 0 12 0 9447651 1566363648 8344 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15228] ppid=15215 vsize=1529652 CPUtime=0
/proc/15217/task/15228/stat : 15228 (java) S 15215 15217 14710 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 9447651 1566363648 8344 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15229] ppid=15215 vsize=1529652 CPUtime=0
/proc/15217/task/15229/stat : 15229 (java) S 15215 15217 14710 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 9447651 1566363648 8344 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 1529652

[startup+6.30091 s]
/proc/loadavg: 0.93 0.98 0.99 2/118 15229
/proc/meminfo: memFree=1685900/2059040 swapFree=4192956/4192956
[pid=15217] ppid=15215 vsize=1529056 CPUtime=7.14
/proc/15217/stat : 15217 (java) S 15215 15217 14710 0 -1 4202496 10668 0 1 0 708 6 0 0 15 0 12 0 9447641 1565753344 9551 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15217/statm: 382264 9551 1418 10 0 379566 0
[pid=15217/tid=15219] ppid=15215 vsize=1529056 CPUtime=6.26
/proc/15217/task/15219/stat : 15219 (java) R 15215 15217 14710 0 -1 4202560 7732 0 1 0 621 5 0 0 25 0 12 0 9447643 1565753344 9551 1992294400 134512640 134550932 4289524640 18446744073709551615 4109085008 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15217/tid=15220] ppid=15215 vsize=1529056 CPUtime=0
/proc/15217/task/15220/stat : 15220 (java) S 15215 15217 14710 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 12 0 9447644 1565753344 9551 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15221] ppid=15215 vsize=1529056 CPUtime=0
/proc/15217/task/15221/stat : 15221 (java) S 15215 15217 14710 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 9447644 1565753344 9551 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15222] ppid=15215 vsize=1529056 CPUtime=0
/proc/15217/task/15222/stat : 15222 (java) S 15215 15217 14710 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 9447646 1565753344 9551 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 0 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15223] ppid=15215 vsize=1529056 CPUtime=0
/proc/15217/task/15223/stat : 15223 (java) S 15215 15217 14710 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 9447647 1565753344 9551 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15224] ppid=15215 vsize=1529056 CPUtime=0
/proc/15217/task/15224/stat : 15224 (java) S 15215 15217 14710 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 9447647 1565753344 9551 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15225] ppid=15215 vsize=1529056 CPUtime=0
/proc/15217/task/15225/stat : 15225 (java) S 15215 15217 14710 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 9447651 1565753344 9551 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15226] ppid=15215 vsize=1529056 CPUtime=0.48
/proc/15217/task/15226/stat : 15226 (java) S 15215 15217 14710 0 -1 4202560 947 0 0 0 48 0 0 0 15 0 12 0 9447651 1565753344 9551 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15227] ppid=15215 vsize=1529056 CPUtime=0.37
/proc/15217/task/15227/stat : 15227 (java) S 15215 15217 14710 0 -1 4202560 926 0 0 0 37 0 0 0 15 0 12 0 9447651 1565753344 9551 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15228] ppid=15215 vsize=1529056 CPUtime=0
/proc/15217/task/15228/stat : 15228 (java) S 15215 15217 14710 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 9447651 1565753344 9551 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15229] ppid=15215 vsize=1529056 CPUtime=0
/proc/15217/task/15229/stat : 15229 (java) S 15215 15217 14710 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 9447651 1565753344 9551 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.14
Current children cumulated vsize (KiB) 1529056

[startup+12.7023 s]
/proc/loadavg: 0.93 0.98 0.99 2/118 15229
/proc/meminfo: memFree=1672756/2059040 swapFree=4192956/4192956
[pid=15217] ppid=15215 vsize=1531012 CPUtime=13.72
/proc/15217/stat : 15217 (java) S 15215 15217 14710 0 -1 4202496 14206 0 1 0 1363 9 0 0 15 0 12 0 9447641 1567756288 12765 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15217/statm: 382753 12765 1418 10 0 380055 0
[pid=15217/tid=15219] ppid=15215 vsize=1531012 CPUtime=12.63
/proc/15217/task/15219/stat : 15219 (java) R 15215 15217 14710 0 -1 4202560 10520 0 1 0 1256 7 0 0 25 0 12 0 9447643 1567756288 12765 1992294400 134512640 134550932 4289524640 18446744073709551615 4109211851 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15217/tid=15220] ppid=15215 vsize=1531012 CPUtime=0
/proc/15217/task/15220/stat : 15220 (java) S 15215 15217 14710 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 12 0 9447644 1567756288 12765 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15221] ppid=15215 vsize=1531012 CPUtime=0
/proc/15217/task/15221/stat : 15221 (java) S 15215 15217 14710 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 9447644 1567756288 12765 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15222] ppid=15215 vsize=1531012 CPUtime=0
/proc/15217/task/15222/stat : 15222 (java) S 15215 15217 14710 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 9447646 1567756288 12765 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 0 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15223] ppid=15215 vsize=1531012 CPUtime=0
/proc/15217/task/15223/stat : 15223 (java) S 15215 15217 14710 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 9447647 1567756288 12765 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15224] ppid=15215 vsize=1531012 CPUtime=0
/proc/15217/task/15224/stat : 15224 (java) S 15215 15217 14710 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 9447647 1567756288 12765 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15225] ppid=15215 vsize=1531012 CPUtime=0
/proc/15217/task/15225/stat : 15225 (java) S 15215 15217 14710 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 9447651 1567756288 12765 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15226] ppid=15215 vsize=1531012 CPUtime=0.55
/proc/15217/task/15226/stat : 15226 (java) S 15215 15217 14710 0 -1 4202560 953 0 0 0 55 0 0 0 16 0 12 0 9447651 1567756288 12765 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15227] ppid=15215 vsize=1531012 CPUtime=0.5
/proc/15217/task/15227/stat : 15227 (java) S 15215 15217 14710 0 -1 4202560 1670 0 0 0 50 0 0 0 16 0 12 0 9447651 1567756288 12765 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 1 0 0 0
[pid=15217/tid=15228] ppid=15215 vsize=1531012 CPUtime=0
/proc/15217/task/15228/stat : 15228 (java) S 15215 15217 14710 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 9447651 1567756288 12765 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15229] ppid=15215 vsize=1531012 CPUtime=0
/proc/15217/task/15229/stat : 15229 (java) S 15215 15217 14710 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 9447651 1567756288 12765 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13.72
Current children cumulated vsize (KiB) 1531012

[startup+25.5021 s]
/proc/loadavg: 0.95 0.98 0.99 2/119 15232
/proc/meminfo: memFree=1550112/2059040 swapFree=4192956/4192956
[pid=15217] ppid=15215 vsize=1532616 CPUtime=27.39
/proc/15217/stat : 15217 (java) S 15215 15217 14710 0 -1 4202496 44895 0 1 0 2718 21 0 0 15 0 13 0 9447641 1569398784 43128 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15217/statm: 383154 43128 1445 10 0 380456 0
[pid=15217/tid=15219] ppid=15215 vsize=1532616 CPUtime=24.98
/proc/15217/task/15219/stat : 15219 (java) R 15215 15217 14710 0 -1 4202560 32065 0 1 0 2483 15 0 0 25 0 13 0 9447643 1569398784 43128 1992294400 134512640 134550932 4289524640 18446744073709551615 4109454165 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15217/tid=15220] ppid=15215 vsize=1532616 CPUtime=0.15
/proc/15217/task/15220/stat : 15220 (java) S 15215 15217 14710 0 -1 4202560 2848 0 0 0 15 0 0 0 16 0 13 0 9447644 1569398784 43128 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15221] ppid=15215 vsize=1532616 CPUtime=0.11
/proc/15217/task/15221/stat : 15221 (java) S 15215 15217 14710 0 -1 4202560 3086 0 0 0 10 1 0 0 18 0 13 0 9447644 1569398784 43128 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 1 0 0 0
[pid=15217/tid=15222] ppid=15215 vsize=1532616 CPUtime=0.06
/proc/15217/task/15222/stat : 15222 (java) S 15215 15217 14710 0 -1 4202560 2406 0 0 0 5 1 0 0 15 0 13 0 9447646 1569398784 43128 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 0 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15223] ppid=15215 vsize=1532616 CPUtime=0
/proc/15217/task/15223/stat : 15223 (java) S 15215 15217 14710 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9447647 1569398784 43128 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15224] ppid=15215 vsize=1532616 CPUtime=0
/proc/15217/task/15224/stat : 15224 (java) S 15215 15217 14710 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9447647 1569398784 43128 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15225] ppid=15215 vsize=1532616 CPUtime=0
/proc/15217/task/15225/stat : 15225 (java) S 15215 15217 14710 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 9447651 1569398784 43128 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15226] ppid=15215 vsize=1532616 CPUtime=1.13

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

[pid=15217/tid=15223] ppid=15215 vsize=1534664 CPUtime=0
/proc/15217/task/15223/stat : 15223 (java) S 15215 15217 14710 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9447647 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15224] ppid=15215 vsize=1534664 CPUtime=0
/proc/15217/task/15224/stat : 15224 (java) S 15215 15217 14710 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9447647 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15225] ppid=15215 vsize=1534664 CPUtime=0
/proc/15217/task/15225/stat : 15225 (java) S 15215 15217 14710 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 9447651 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15226] ppid=15215 vsize=1534664 CPUtime=1.19
/proc/15217/task/15226/stat : 15226 (java) S 15215 15217 14710 0 -1 4202560 1247 0 0 0 119 0 0 0 16 0 13 0 9447651 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 1 0 0 0
[pid=15217/tid=15227] ppid=15215 vsize=1534664 CPUtime=1.14
/proc/15217/task/15227/stat : 15227 (java) S 15215 15217 14710 0 -1 4202560 3218 0 0 0 114 0 0 0 15 0 13 0 9447651 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15228] ppid=15215 vsize=1534664 CPUtime=0
/proc/15217/task/15228/stat : 15228 (java) S 15215 15217 14710 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 9447651 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15229] ppid=15215 vsize=1534664 CPUtime=0
/proc/15217/task/15229/stat : 15229 (java) S 15215 15217 14710 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 13 0 9447651 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15230] ppid=15215 vsize=1534664 CPUtime=0
/proc/15217/task/15230/stat : 15230 (java) S 15215 15217 14710 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9449095 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1607.82
Current children cumulated vsize (KiB) 1534664

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 15283
/proc/meminfo: memFree=1469388/2059040 swapFree=4192956/4192956
[pid=15217] ppid=15215 vsize=1534664 CPUtime=1667.96
/proc/15217/stat : 15217 (java) S 15215 15217 14710 0 -1 4202496 69845 0 1 0 166721 75 0 0 15 0 13 0 9447641 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15217/statm: 383666 62793 1445 10 0 380968 0
[pid=15217/tid=15219] ppid=15215 vsize=1534664 CPUtime=1651.66
/proc/15217/task/15219/stat : 15219 (java) R 15215 15217 14710 0 -1 4202560 32834 0 1 0 165134 32 0 0 25 0 13 0 9447643 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4109488435 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15217/tid=15220] ppid=15215 vsize=1534664 CPUtime=4.77
/proc/15217/task/15220/stat : 15220 (java) S 15215 15217 14710 0 -1 4202560 14478 0 0 0 460 17 0 0 15 0 13 0 9447644 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15221] ppid=15215 vsize=1534664 CPUtime=4.73
/proc/15217/task/15221/stat : 15221 (java) S 15215 15217 14710 0 -1 4202560 13820 0 0 0 456 17 0 0 15 0 13 0 9447644 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 1 0 0 0
[pid=15217/tid=15222] ppid=15215 vsize=1534664 CPUtime=4.39
/proc/15217/task/15222/stat : 15222 (java) S 15215 15217 14710 0 -1 4202560 3085 0 0 0 434 5 0 0 15 0 13 0 9447646 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 0 0 16800975 18446604437548163200 0 0 -1 1 0 0 0
[pid=15217/tid=15223] ppid=15215 vsize=1534664 CPUtime=0
/proc/15217/task/15223/stat : 15223 (java) S 15215 15217 14710 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9447647 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15224] ppid=15215 vsize=1534664 CPUtime=0
/proc/15217/task/15224/stat : 15224 (java) S 15215 15217 14710 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9447647 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15225] ppid=15215 vsize=1534664 CPUtime=0
/proc/15217/task/15225/stat : 15225 (java) S 15215 15217 14710 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 9447651 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15226] ppid=15215 vsize=1534664 CPUtime=1.19
/proc/15217/task/15226/stat : 15226 (java) S 15215 15217 14710 0 -1 4202560 1247 0 0 0 119 0 0 0 16 0 13 0 9447651 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 1 0 0 0
[pid=15217/tid=15227] ppid=15215 vsize=1534664 CPUtime=1.14
/proc/15217/task/15227/stat : 15227 (java) S 15215 15217 14710 0 -1 4202560 3218 0 0 0 114 0 0 0 15 0 13 0 9447651 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15228] ppid=15215 vsize=1534664 CPUtime=0
/proc/15217/task/15228/stat : 15228 (java) S 15215 15217 14710 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 9447651 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15229] ppid=15215 vsize=1534664 CPUtime=0
/proc/15217/task/15229/stat : 15229 (java) S 15215 15217 14710 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 9447651 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15230] ppid=15215 vsize=1534664 CPUtime=0
/proc/15217/task/15230/stat : 15230 (java) S 15215 15217 14710 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9449095 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1667.96
Current children cumulated vsize (KiB) 1534664

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 15285
/proc/meminfo: memFree=1469388/2059040 swapFree=4192956/4192956
[pid=15217] ppid=15215 vsize=1534664 CPUtime=1728.06
/proc/15217/stat : 15217 (java) S 15215 15217 14710 0 -1 4202496 69866 0 1 0 172730 76 0 0 15 0 13 0 9447641 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15217/statm: 383666 62793 1445 10 0 380968 0
[pid=15217/tid=15219] ppid=15215 vsize=1534664 CPUtime=1711.32
/proc/15217/task/15219/stat : 15219 (java) R 15215 15217 14710 0 -1 4202560 32849 0 1 0 171100 32 0 0 25 0 13 0 9447643 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4109357157 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15217/tid=15220] ppid=15215 vsize=1534664 CPUtime=4.92
/proc/15217/task/15220/stat : 15220 (java) S 15215 15217 14710 0 -1 4202560 14478 0 0 0 475 17 0 0 15 0 13 0 9447644 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15221] ppid=15215 vsize=1534664 CPUtime=4.88
/proc/15217/task/15221/stat : 15221 (java) S 15215 15217 14710 0 -1 4202560 13820 0 0 0 470 18 0 0 16 0 13 0 9447644 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 1 0 0 0
[pid=15217/tid=15222] ppid=15215 vsize=1534664 CPUtime=4.54
/proc/15217/task/15222/stat : 15222 (java) S 15215 15217 14710 0 -1 4202560 3089 0 0 0 449 5 0 0 15 0 13 0 9447646 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 0 0 16800975 18446604437548163200 0 0 -1 1 0 0 0
[pid=15217/tid=15223] ppid=15215 vsize=1534664 CPUtime=0
/proc/15217/task/15223/stat : 15223 (java) S 15215 15217 14710 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9447647 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15224] ppid=15215 vsize=1534664 CPUtime=0
/proc/15217/task/15224/stat : 15224 (java) S 15215 15217 14710 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9447647 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15225] ppid=15215 vsize=1534664 CPUtime=0
/proc/15217/task/15225/stat : 15225 (java) S 15215 15217 14710 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 9447651 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15226] ppid=15215 vsize=1534664 CPUtime=1.19
/proc/15217/task/15226/stat : 15226 (java) S 15215 15217 14710 0 -1 4202560 1247 0 0 0 119 0 0 0 16 0 13 0 9447651 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 1 0 0 0
[pid=15217/tid=15227] ppid=15215 vsize=1534664 CPUtime=1.14
/proc/15217/task/15227/stat : 15227 (java) S 15215 15217 14710 0 -1 4202560 3218 0 0 0 114 0 0 0 15 0 13 0 9447651 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15228] ppid=15215 vsize=1534664 CPUtime=0
/proc/15217/task/15228/stat : 15228 (java) S 15215 15217 14710 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 9447651 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15229] ppid=15215 vsize=1534664 CPUtime=0
/proc/15217/task/15229/stat : 15229 (java) S 15215 15217 14710 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 13 0 9447651 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15230] ppid=15215 vsize=1534664 CPUtime=0
/proc/15217/task/15230/stat : 15230 (java) S 15215 15217 14710 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9449095 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1728.06
Current children cumulated vsize (KiB) 1534664

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 15287
/proc/meminfo: memFree=1469140/2059040 swapFree=4192956/4192956
[pid=15217] ppid=15215 vsize=1534664 CPUtime=1788.19
/proc/15217/stat : 15217 (java) S 15215 15217 14710 0 -1 4202496 69890 0 1 0 178742 77 0 0 15 0 13 0 9447641 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15217/statm: 383666 62793 1445 10 0 380968 0
[pid=15217/tid=15219] ppid=15215 vsize=1534664 CPUtime=1770.95
/proc/15217/task/15219/stat : 15219 (java) R 15215 15217 14710 0 -1 4202560 32865 0 1 0 177063 32 0 0 25 0 13 0 9447643 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4109479182 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15217/tid=15220] ppid=15215 vsize=1534664 CPUtime=5.09
/proc/15217/task/15220/stat : 15220 (java) S 15215 15217 14710 0 -1 4202560 14478 0 0 0 491 18 0 0 15 0 13 0 9447644 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15221] ppid=15215 vsize=1534664 CPUtime=5.04
/proc/15217/task/15221/stat : 15221 (java) S 15215 15217 14710 0 -1 4202560 13820 0 0 0 486 18 0 0 16 0 13 0 9447644 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 1 0 0 0
[pid=15217/tid=15222] ppid=15215 vsize=1534664 CPUtime=4.72
/proc/15217/task/15222/stat : 15222 (java) S 15215 15217 14710 0 -1 4202560 3093 0 0 0 467 5 0 0 15 0 13 0 9447646 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 0 0 16800975 18446604437548163200 0 0 -1 1 0 0 0
[pid=15217/tid=15223] ppid=15215 vsize=1534664 CPUtime=0
/proc/15217/task/15223/stat : 15223 (java) S 15215 15217 14710 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9447647 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15224] ppid=15215 vsize=1534664 CPUtime=0
/proc/15217/task/15224/stat : 15224 (java) S 15215 15217 14710 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9447647 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15225] ppid=15215 vsize=1534664 CPUtime=0
/proc/15217/task/15225/stat : 15225 (java) S 15215 15217 14710 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 9447651 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15226] ppid=15215 vsize=1534664 CPUtime=1.19
/proc/15217/task/15226/stat : 15226 (java) S 15215 15217 14710 0 -1 4202560 1247 0 0 0 119 0 0 0 16 0 13 0 9447651 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 1 0 0 0
[pid=15217/tid=15227] ppid=15215 vsize=1534664 CPUtime=1.14
/proc/15217/task/15227/stat : 15227 (java) S 15215 15217 14710 0 -1 4202560 3218 0 0 0 114 0 0 0 15 0 13 0 9447651 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15228] ppid=15215 vsize=1534664 CPUtime=0
/proc/15217/task/15228/stat : 15228 (java) S 15215 15217 14710 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 9447651 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15229] ppid=15215 vsize=1534664 CPUtime=0
/proc/15217/task/15229/stat : 15229 (java) S 15215 15217 14710 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 9447651 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15230] ppid=15215 vsize=1534664 CPUtime=0
/proc/15217/task/15230/stat : 15230 (java) S 15215 15217 14710 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9449095 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1788.19
Current children cumulated vsize (KiB) 1534664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 15287
/proc/meminfo: memFree=1469140/2059040 swapFree=4192956/4192956
[pid=15217] ppid=15215 vsize=1534664 CPUtime=1800.03
/proc/15217/stat : 15217 (java) S 15215 15217 14710 0 -1 4202496 69894 0 1 0 179925 78 0 0 15 0 13 0 9447641 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15217/statm: 383666 62793 1445 10 0 380968 0
[pid=15217/tid=15219] ppid=15215 vsize=1534664 CPUtime=1782.64
/proc/15217/task/15219/stat : 15219 (java) R 15215 15217 14710 0 -1 4202560 32869 0 1 0 178231 33 0 0 25 0 13 0 9447643 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4109479371 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15217/tid=15220] ppid=15215 vsize=1534664 CPUtime=5.13
/proc/15217/task/15220/stat : 15220 (java) S 15215 15217 14710 0 -1 4202560 14478 0 0 0 495 18 0 0 15 0 13 0 9447644 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15221] ppid=15215 vsize=1534664 CPUtime=5.07
/proc/15217/task/15221/stat : 15221 (java) S 15215 15217 14710 0 -1 4202560 13820 0 0 0 489 18 0 0 15 0 13 0 9447644 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 1 0 0 0
[pid=15217/tid=15222] ppid=15215 vsize=1534664 CPUtime=4.79
/proc/15217/task/15222/stat : 15222 (java) S 15215 15217 14710 0 -1 4202560 3093 0 0 0 474 5 0 0 15 0 13 0 9447646 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 0 0 16800975 18446604437548163200 0 0 -1 1 0 0 0
[pid=15217/tid=15223] ppid=15215 vsize=1534664 CPUtime=0
/proc/15217/task/15223/stat : 15223 (java) S 15215 15217 14710 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9447647 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15224] ppid=15215 vsize=1534664 CPUtime=0
/proc/15217/task/15224/stat : 15224 (java) S 15215 15217 14710 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9447647 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15225] ppid=15215 vsize=1534664 CPUtime=0
/proc/15217/task/15225/stat : 15225 (java) S 15215 15217 14710 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 9447651 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15226] ppid=15215 vsize=1534664 CPUtime=1.19
/proc/15217/task/15226/stat : 15226 (java) S 15215 15217 14710 0 -1 4202560 1247 0 0 0 119 0 0 0 16 0 13 0 9447651 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 1 0 0 0
[pid=15217/tid=15227] ppid=15215 vsize=1534664 CPUtime=1.14
/proc/15217/task/15227/stat : 15227 (java) S 15215 15217 14710 0 -1 4202560 3218 0 0 0 114 0 0 0 15 0 13 0 9447651 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15228] ppid=15215 vsize=1534664 CPUtime=0
/proc/15217/task/15228/stat : 15228 (java) S 15215 15217 14710 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 9447651 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15229] ppid=15215 vsize=1534664 CPUtime=0
/proc/15217/task/15229/stat : 15229 (java) S 15215 15217 14710 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 9447651 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 0 0 0 0
[pid=15217/tid=15230] ppid=15215 vsize=1534664 CPUtime=0
/proc/15217/task/15230/stat : 15230 (java) S 15215 15217 14710 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9449095 1571495936 62793 1992294400 134512640 134550932 4289524640 18446744073709551615 4294960144 0 4 0 16800975 18446604437548163200 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1534664

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

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

[startup+1794.22 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 15287
/proc/meminfo: memFree=1469140/2059040 swapFree=4192956/4192956
[pid=15217] ppid=15215 vsize=0 CPUtime=1800.19
/proc/15217/stat : 15217 (java) Z 15215 15217 14710 0 -1 4203548 69917 0 1 0 179940 79 0 0 15 0 2 0 9447641 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15217/statm: 0 0 0 0 0 0 0
[pid=15217/tid=15219] ppid=15215 vsize=0 CPUtime=1782.73
/proc/15217/task/15219/stat : 15219 (java) R 15215 15217 14710 0 -1 4203588 32869 0 1 0 178239 34 0 0 25 0 2 0 9447643 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1794.23
CPU time (s): 1800.21
CPU user time (s): 1799.4
CPU system time (s): 0.808877
CPU usage (%): 100.334
Max. virtual memory (cumulated for all children) (KiB): 1535688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.4
system time used= 0.808877
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69917
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= 41935
involuntary context switches= 25345

runsolver used 3.69144 second user time and 9.48056 second system time

The end

Launcher Data

Begin job on node030 at 2010-06-16 11:45:23
IDJOB=2658235
IDBENCH=48354
IDSOLVER=1164
FILE ID=node030/2658235-1276681523
PBS_JOBID= 11172542
Free space on /tmp= 62556 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_200_25_2_15.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658235-1276681523/watcher-2658235-1276681523 -o /tmp/evaluation-result-2658235-1276681523/solver-2658235-1276681523 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658235-1276681523.opb

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

MD5SUM BENCH= 67db265db637e99ec6b595b7ba2cf45e
RANDOM SEED=1195818564

node030.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.244
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
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.244
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.52
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1718632 kB
Buffers:         70536 kB
Cached:         131816 kB
SwapCached:          0 kB
Active:         123504 kB
Inactive:       138536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1718632 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             396 kB
Writeback:           0 kB
AnonPages:       59656 kB
Mapped:          15468 kB
Slab:            56400 kB
PageTables:       4044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181816 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62556 MiB
End job on node030 at 2010-06-16 12:15:19