Trace number 2095995

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
Abscon 112v4 ACUNSAT 60.3918 61.0041

DiagnosticValue
CHECKS69110
NODES18827

General information on the benchmark

Namecsp/bddSmall/
normalized-bdd-21-133-18-78-22_ext.xml
MD5SUMa3b26cfc92262632d1cf0d2e0f067aa3
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark17.6243
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints133
Maximum constraint arity18
Maximum domain size2
Number of constraints which are defined in extension133
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.26	
0.18/0.26	   configuration
0.18/0.26	     name=mac.xml
0.18/0.30	   
0.18/0.30	   instance
0.18/0.30	     name=HOME/instance-2095995-1247409846.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.34	   
0.28/0.34	   variables being loaded...
0.28/0.36	     nbVariables=21  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=42
0.28/0.36	       =>  wckTime=0.101  cpuTime=0.09  mem=7M892
0.28/0.36	   
0.28/0.36	   relations being loaded...
0.68/0.76	   
0.68/0.76	   constraints being loaded...
1.17/1.25	     nbConstraints=133  nbRelationTypes=1  nbGlobalConstraints=133  nbExtensionStructures=1
1.17/1.25	     nbSharedExtensionStructures=132  nbConflictsStructures=1  nbSharedConflictsStructures=132
1.17/1.25	     nbSharedBinaryRepresentations=0  minDegree=105  maxDegree=120  minArity=18  maxArity=18  nbGenerators=0
1.17/1.25	     nbFusions=0  symmetryWckTime=0.096  symmetryCpuTime=0.04
1.17/1.25	       =>  wckTime=0.993  cpuTime=0.74  mem=55M43
1.26/1.34	   
1.26/1.34	   solver IterativeSystematicSolver being built... 
1.36/1.42	   
1.36/1.42	   INFO : Forward propagation technique limited 
1.36/1.49	       =>  wckTime=1.226  cpuTime=0.86  mem=69M587
3.64/3.70	   
3.64/3.70	   preprocessing
3.64/3.70	     nbConstraintChecks=0  nbValidityChecks=7682080  nbPropagations=21  nbRevisions=0  nbUselessRevisions=0
3.64/3.70	     nbRemovedValues=0  detectedInconsistency=no
3.64/3.70	       =>  wckTime=2.216  cpuTime=2.18  mem=69M587
8.19/8.35	   
8.19/8.35	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=71M31)
60.31/60.94	   
60.31/60.94	   search
60.31/60.94	     run=14  nbConstraintChecks=69110  nbValidityChecks=651255827  minDepth=0  maxDepth=14  nbPropagations=120883
60.31/60.94	     nbRevisions=0  nbUselessRevisions=0  nbAssignments=18827  nbFailedAssignments=6167  nbBacktracks=12503
60.31/60.94	     nbVisitedNodes=31243  nbRestartNogoods=66  nbSEliminables=0  nbREliminables=10.95  nbIEliminables=0
60.31/60.94	     nbDEliminables=0  nbPEliminables=0
60.31/60.94	       =>  wckTime=59.449  cpuTime=58.78  mem=71M31
60.31/60.94	   
60.31/60.94	   global
60.31/60.94	     nbConstraintChecks=69110  nbValidityChecks=658937907  nbPropagations=120904  nbRestartNogoods=66
60.31/60.94	     solvingWckTime=59.451  solvingCpuTime=58.78  expiredTime=no  totalExploration=yes  nbFoundSolutions=0
60.31/60.94	     globalCpuTime=59.68
60.31/60.94	       =>  wckTime=60.679  cpuTime=59.64  mem=71M31
60.31/60.94	   
60.31/60.94	s UNSATISFIABLE
60.31/60.94	d NODES 18827
60.31/60.94	d CHECKS 69110
60.31/60.94	   
60.31/60.94	   totalWckTime=60.751  totalCpuTime=59.68

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2095995-1247409846/watcher-2095995-1247409846 -o /tmp/evaluation-result-2095995-1247409846/solver-2095995-1247409846 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2095995-1247409846.xml 

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


[startup+0 s]
/proc/loadavg: 2.18 2.08 2.02 4/80 319
/proc/meminfo: memFree=1660304/2055920 swapFree=4192812/4192956
[pid=319] ppid=317 vsize=18576 CPUtime=0
/proc/319/stat : 319 (runsolver) R 317 319 31177 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 28050630 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 254195330343 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/319/statm: 4644 284 249 26 0 2626 0

[startup+0.0979969 s]
/proc/loadavg: 2.18 2.08 2.02 4/80 319
/proc/meminfo: memFree=1660304/2055920 swapFree=4192812/4192956
[pid=319] ppid=317 vsize=865984 CPUtime=0.08
/proc/319/stat : 319 (java) S 317 319 31177 0 -1 0 3719 0 1 0 7 1 0 0 19 0 9 0 28050630 886767616 3187 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/319/statm: 216496 3187 1695 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.101996 s]
/proc/loadavg: 2.18 2.08 2.02 4/80 319
/proc/meminfo: memFree=1660304/2055920 swapFree=4192812/4192956
[pid=319] ppid=317 vsize=865984 CPUtime=0.08
/proc/319/stat : 319 (java) S 317 319 31177 0 -1 0 3732 0 1 0 7 1 0 0 19 0 9 0 28050630 886767616 3200 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/319/statm: 216496 3200 1700 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.302011 s]
/proc/loadavg: 2.18 2.08 2.02 4/80 319
/proc/meminfo: memFree=1660304/2055920 swapFree=4192812/4192956
[pid=319] ppid=317 vsize=866380 CPUtime=0.28
/proc/319/stat : 319 (java) S 317 319 31177 0 -1 0 5862 0 1 0 25 3 0 0 19 0 9 0 28050630 887173120 5228 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/319/statm: 216595 5228 1981 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.70104 s]
/proc/loadavg: 2.18 2.08 2.02 4/80 319
/proc/meminfo: memFree=1660304/2055920 swapFree=4192812/4192956
[pid=319] ppid=317 vsize=866492 CPUtime=0.68
/proc/319/stat : 319 (java) S 317 319 31177 0 -1 0 21152 0 1 0 59 9 0 0 19 0 9 0 28050630 887287808 20513 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/319/statm: 216623 20513 2008 9 0 211081 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866492

[startup+1.5021 s]
/proc/loadavg: 2.18 2.08 2.02 3/89 328
/proc/meminfo: memFree=1585608/2055920 swapFree=4192812/4192956
[pid=319] ppid=317 vsize=867356 CPUtime=1.46
/proc/319/stat : 319 (java) S 317 319 31177 0 -1 0 42394 322 1 0 127 17 1 1 19 0 9 0 28050630 888172544 32544 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/319/statm: 216839 32544 2659 9 0 211275 0
[pid=319/tid=321] ppid=317 vsize=867356 CPUtime=1.08
/proc/319/task/321/stat : 321 (java) R 317 319 31177 0 -1 64 20908 322 1 0 98 8 1 1 22 0 9 0 28050631 888172544 32544 996147200 134512640 134550932 4294955968 18446744073709551615 4126826159 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=322] ppid=317 vsize=867356 CPUtime=0.19
/proc/319/task/322/stat : 322 (java) S 317 319 31177 0 -1 64 20097 322 0 0 11 6 1 1 16 0 9 0 28050633 888172544 32544 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=323] ppid=317 vsize=867356 CPUtime=0.02
/proc/319/task/323/stat : 323 (java) S 317 319 31177 0 -1 64 20 322 0 0 0 0 1 1 17 0 9 0 28050633 888172544 32544 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=324] ppid=317 vsize=867356 CPUtime=0.02
/proc/319/task/324/stat : 324 (java) S 317 319 31177 0 -1 64 9 322 0 0 0 0 1 1 16 0 9 0 28050633 888172544 32544 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=325] ppid=317 vsize=867356 CPUtime=0.02
/proc/319/task/325/stat : 325 (java) S 317 319 31177 0 -1 64 2 322 0 0 0 0 1 1 18 0 9 0 28050635 888172544 32544 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=326] ppid=317 vsize=867356 CPUtime=0.19
/proc/319/task/326/stat : 326 (java) S 317 319 31177 0 -1 64 533 322 0 0 16 1 1 1 15 0 9 0 28050635 888172544 32544 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=327] ppid=317 vsize=867356 CPUtime=0.02
/proc/319/task/327/stat : 327 (java) S 317 319 31177 0 -1 64 0 322 0 0 0 0 1 1 19 0 9 0 28050635 888172544 32544 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=328] ppid=317 vsize=867356 CPUtime=0.02
/proc/319/task/328/stat : 328 (java) S 317 319 31177 0 -1 64 10 322 0 0 0 0 1 1 15 0 9 0 28050635 888172544 32544 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867356

[startup+3.10221 s]
/proc/loadavg: 2.25 2.09 2.02 3/89 332
/proc/meminfo: memFree=1540040/2055920 swapFree=4192812/4192956
[pid=319] ppid=317 vsize=867356 CPUtime=3.05
/proc/319/stat : 319 (java) S 317 319 31177 0 -1 0 42942 322 1 0 285 18 1 1 19 0 9 0 28050630 888172544 32549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/319/statm: 216839 32549 2659 9 0 211275 0
[pid=319/tid=321] ppid=317 vsize=867356 CPUtime=2.65
/proc/319/task/321/stat : 321 (java) R 317 319 31177 0 -1 64 21450 322 1 0 255 8 1 1 25 0 9 0 28050631 888172544 32549 996147200 134512640 134550932 4294955968 18446744073709551615 4126835374 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=322] ppid=317 vsize=867356 CPUtime=0.19
/proc/319/task/322/stat : 322 (java) S 317 319 31177 0 -1 64 20097 322 0 0 11 6 1 1 17 0 9 0 28050633 888172544 32549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=323] ppid=317 vsize=867356 CPUtime=0.02
/proc/319/task/323/stat : 323 (java) S 317 319 31177 0 -1 64 20 322 0 0 0 0 1 1 17 0 9 0 28050633 888172544 32549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=324] ppid=317 vsize=867356 CPUtime=0.02
/proc/319/task/324/stat : 324 (java) S 317 319 31177 0 -1 64 9 322 0 0 0 0 1 1 16 0 9 0 28050633 888172544 32549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=325] ppid=317 vsize=867356 CPUtime=0.02
/proc/319/task/325/stat : 325 (java) S 317 319 31177 0 -1 64 2 322 0 0 0 0 1 1 18 0 9 0 28050635 888172544 32549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=326] ppid=317 vsize=867356 CPUtime=0.2
/proc/319/task/326/stat : 326 (java) S 317 319 31177 0 -1 64 539 322 0 0 17 1 1 1 15 0 9 0 28050635 888172544 32549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=327] ppid=317 vsize=867356 CPUtime=0.02
/proc/319/task/327/stat : 327 (java) S 317 319 31177 0 -1 64 0 322 0 0 0 0 1 1 19 0 9 0 28050635 888172544 32549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=328] ppid=317 vsize=867356 CPUtime=0.02
/proc/319/task/328/stat : 328 (java) S 317 319 31177 0 -1 64 10 322 0 0 0 0 1 1 15 0 9 0 28050635 888172544 32549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867356

[startup+6.30145 s]
/proc/loadavg: 2.25 2.09 2.02 3/89 332
/proc/meminfo: memFree=1539784/2055920 swapFree=4192812/4192956
[pid=319] ppid=317 vsize=867356 CPUtime=6.22
/proc/319/stat : 319 (java) S 317 319 31177 0 -1 0 48993 322 1 0 601 19 1 1 19 0 9 0 28050630 888172544 32564 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/319/statm: 216839 32564 2659 9 0 211275 0
[pid=319/tid=321] ppid=317 vsize=867356 CPUtime=5.8
/proc/319/task/321/stat : 321 (java) R 317 319 31177 0 -1 64 27491 322 1 0 569 9 1 1 25 0 9 0 28050631 888172544 32564 996147200 134512640 134550932 4294955968 18446744073709551615 4126835269 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=322] ppid=317 vsize=867356 CPUtime=0.19
/proc/319/task/322/stat : 322 (java) S 317 319 31177 0 -1 64 20097 322 0 0 11 6 1 1 17 0 9 0 28050633 888172544 32564 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=323] ppid=317 vsize=867356 CPUtime=0.02
/proc/319/task/323/stat : 323 (java) S 317 319 31177 0 -1 64 20 322 0 0 0 0 1 1 17 0 9 0 28050633 888172544 32564 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=324] ppid=317 vsize=867356 CPUtime=0.02
/proc/319/task/324/stat : 324 (java) S 317 319 31177 0 -1 64 9 322 0 0 0 0 1 1 16 0 9 0 28050633 888172544 32564 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=325] ppid=317 vsize=867356 CPUtime=0.02
/proc/319/task/325/stat : 325 (java) S 317 319 31177 0 -1 64 2 322 0 0 0 0 1 1 18 0 9 0 28050635 888172544 32564 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=326] ppid=317 vsize=867356 CPUtime=0.22
/proc/319/task/326/stat : 326 (java) S 317 319 31177 0 -1 64 549 322 0 0 19 1 1 1 16 0 9 0 28050635 888172544 32564 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=327] ppid=317 vsize=867356 CPUtime=0.02
/proc/319/task/327/stat : 327 (java) S 317 319 31177 0 -1 64 0 322 0 0 0 0 1 1 19 0 9 0 28050635 888172544 32564 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=328] ppid=317 vsize=867356 CPUtime=0.02
/proc/319/task/328/stat : 328 (java) S 317 319 31177 0 -1 64 10 322 0 0 0 0 1 1 15 0 9 0 28050635 888172544 32564 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867356

[startup+12.7029 s]
/proc/loadavg: 2.21 2.09 2.02 3/89 332
/proc/meminfo: memFree=1539656/2055920 swapFree=4192812/4192956
[pid=319] ppid=317 vsize=867356 CPUtime=12.55
/proc/319/stat : 319 (java) S 317 319 31177 0 -1 0 49023 322 1 0 1234 19 1 1 19 0 9 0 28050630 888172544 32578 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/319/statm: 216839 32578 2659 9 0 211275 0
[pid=319/tid=321] ppid=317 vsize=867356 CPUtime=12.1
/proc/319/task/321/stat : 321 (java) R 317 319 31177 0 -1 64 27504 322 1 0 1199 9 1 1 25 0 9 0 28050631 888172544 32578 996147200 134512640 134550932 4294955968 18446744073709551615 4126835269 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=322] ppid=317 vsize=867356 CPUtime=0.19
/proc/319/task/322/stat : 322 (java) S 317 319 31177 0 -1 64 20097 322 0 0 11 6 1 1 17 0 9 0 28050633 888172544 32578 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=323] ppid=317 vsize=867356 CPUtime=0.02
/proc/319/task/323/stat : 323 (java) S 317 319 31177 0 -1 64 20 322 0 0 0 0 1 1 17 0 9 0 28050633 888172544 32578 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=324] ppid=317 vsize=867356 CPUtime=0.02
/proc/319/task/324/stat : 324 (java) S 317 319 31177 0 -1 64 9 322 0 0 0 0 1 1 16 0 9 0 28050633 888172544 32578 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=325] ppid=317 vsize=867356 CPUtime=0.02
/proc/319/task/325/stat : 325 (java) S 317 319 31177 0 -1 64 2 322 0 0 0 0 1 1 18 0 9 0 28050635 888172544 32578 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=326] ppid=317 vsize=867356 CPUtime=0.25
/proc/319/task/326/stat : 326 (java) S 317 319 31177 0 -1 64 566 322 0 0 22 1 1 1 15 0 9 0 28050635 888172544 32578 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=327] ppid=317 vsize=867356 CPUtime=0.02
/proc/319/task/327/stat : 327 (java) S 317 319 31177 0 -1 64 0 322 0 0 0 0 1 1 19 0 9 0 28050635 888172544 32578 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=328] ppid=317 vsize=867356 CPUtime=0.02
/proc/319/task/328/stat : 328 (java) S 317 319 31177 0 -1 64 10 322 0 0 0 0 1 1 15 0 9 0 28050635 888172544 32578 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 867356

[startup+25.5028 s]
/proc/loadavg: 2.18 2.08 2.02 3/89 332
/proc/meminfo: memFree=1539720/2055920 swapFree=4192812/4192956
[pid=319] ppid=317 vsize=867356 CPUtime=25.23
/proc/319/stat : 319 (java) S 317 319 31177 0 -1 0 49068 322 1 0 2502 19 1 1 19 0 9 0 28050630 888172544 32596 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/319/statm: 216839 32596 2659 9 0 211275 0
[pid=319/tid=321] ppid=317 vsize=867356 CPUtime=24.75
/proc/319/task/321/stat : 321 (java) R 317 319 31177 0 -1 64 27529 322 1 0 2464 9 1 1 25 0 9 0 28050631 888172544 32596 996147200 134512640 134550932 4294955968 18446744073709551615 4126847665 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=322] ppid=317 vsize=867356 CPUtime=0.19
/proc/319/task/322/stat : 322 (java) S 317 319 31177 0 -1 64 20097 322 0 0 11 6 1 1 16 0 9 0 28050633 888172544 32596 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=323] ppid=317 vsize=867356 CPUtime=0.02
/proc/319/task/323/stat : 323 (java) S 317 319 31177 0 -1 64 20 322 0 0 0 0 1 1 17 0 9 0 28050633 888172544 32596 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=324] ppid=317 vsize=867356 CPUtime=0.02
/proc/319/task/324/stat : 324 (java) S 317 319 31177 0 -1 64 9 322 0 0 0 0 1 1 16 0 9 0 28050633 888172544 32596 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=325] ppid=317 vsize=867356 CPUtime=0.02
/proc/319/task/325/stat : 325 (java) S 317 319 31177 0 -1 64 2 322 0 0 0 0 1 1 18 0 9 0 28050635 888172544 32596 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=326] ppid=317 vsize=867356 CPUtime=0.28
/proc/319/task/326/stat : 326 (java) S 317 319 31177 0 -1 64 586 322 0 0 25 1 1 1 16 0 9 0 28050635 888172544 32596 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=327] ppid=317 vsize=867356 CPUtime=0.02
/proc/319/task/327/stat : 327 (java) S 317 319 31177 0 -1 64 0 322 0 0 0 0 1 1 19 0 9 0 28050635 888172544 32596 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=328] ppid=317 vsize=867356 CPUtime=0.02
/proc/319/task/328/stat : 328 (java) S 317 319 31177 0 -1 64 10 322 0 0 0 0 1 1 15 0 9 0 28050635 888172544 32596 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 867356

[startup+51.1017 s]
/proc/loadavg: 2.12 2.08 2.02 3/89 332
/proc/meminfo: memFree=1539656/2055920 swapFree=4192812/4192956
[pid=319] ppid=317 vsize=867356 CPUtime=50.59
/proc/319/stat : 319 (java) S 317 319 31177 0 -1 0 49134 322 1 0 5038 19 1 1 19 0 9 0 28050630 888172544 32597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/319/statm: 216839 32597 2659 9 0 211275 0
[pid=319/tid=321] ppid=317 vsize=867356 CPUtime=50.1
/proc/319/task/321/stat : 321 (java) R 317 319 31177 0 -1 64 27592 322 1 0 4999 9 1 1 25 0 9 0 28050631 888172544 32597 996147200 134512640 134550932 4294955968 18446744073709551615 4126835269 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=322] ppid=317 vsize=867356 CPUtime=0.19
/proc/319/task/322/stat : 322 (java) S 317 319 31177 0 -1 64 20097 322 0 0 11 6 1 1 16 0 9 0 28050633 888172544 32597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=323] ppid=317 vsize=867356 CPUtime=0.02
/proc/319/task/323/stat : 323 (java) S 317 319 31177 0 -1 64 20 322 0 0 0 0 1 1 17 0 9 0 28050633 888172544 32597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=324] ppid=317 vsize=867356 CPUtime=0.02
/proc/319/task/324/stat : 324 (java) S 317 319 31177 0 -1 64 9 322 0 0 0 0 1 1 16 0 9 0 28050633 888172544 32597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=325] ppid=317 vsize=867356 CPUtime=0.02
/proc/319/task/325/stat : 325 (java) S 317 319 31177 0 -1 64 2 322 0 0 0 0 1 1 18 0 9 0 28050635 888172544 32597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=326] ppid=317 vsize=867356 CPUtime=0.29
/proc/319/task/326/stat : 326 (java) S 317 319 31177 0 -1 64 589 322 0 0 26 1 1 1 16 0 9 0 28050635 888172544 32597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=327] ppid=317 vsize=867356 CPUtime=0.02
/proc/319/task/327/stat : 327 (java) S 317 319 31177 0 -1 64 0 322 0 0 0 0 1 1 19 0 9 0 28050635 888172544 32597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=328] ppid=317 vsize=867356 CPUtime=0.02
/proc/319/task/328/stat : 328 (java) S 317 319 31177 0 -1 64 10 322 0 0 0 0 1 1 15 0 9 0 28050635 888172544 32597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 867356

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

[startup+57.5011 s]
/proc/loadavg: 2.10 2.07 2.02 3/89 332
/proc/meminfo: memFree=1539656/2055920 swapFree=4192812/4192956
[pid=319] ppid=317 vsize=867356 CPUtime=56.93
/proc/319/stat : 319 (java) S 317 319 31177 0 -1 0 49153 322 1 0 5672 19 1 1 19 0 9 0 28050630 888172544 32597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/319/statm: 216839 32597 2659 9 0 211275 0
[pid=319/tid=321] ppid=317 vsize=867356 CPUtime=56.44
/proc/319/task/321/stat : 321 (java) R 317 319 31177 0 -1 64 27611 322 1 0 5633 9 1 1 25 0 9 0 28050631 888172544 32597 996147200 134512640 134550932 4294955968 18446744073709551615 4126835269 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=322] ppid=317 vsize=867356 CPUtime=0.19
/proc/319/task/322/stat : 322 (java) S 317 319 31177 0 -1 64 20097 322 0 0 11 6 1 1 16 0 9 0 28050633 888172544 32597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=323] ppid=317 vsize=867356 CPUtime=0.02
/proc/319/task/323/stat : 323 (java) S 317 319 31177 0 -1 64 20 322 0 0 0 0 1 1 17 0 9 0 28050633 888172544 32597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=324] ppid=317 vsize=867356 CPUtime=0.02
/proc/319/task/324/stat : 324 (java) S 317 319 31177 0 -1 64 9 322 0 0 0 0 1 1 16 0 9 0 28050633 888172544 32597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=325] ppid=317 vsize=867356 CPUtime=0.02
/proc/319/task/325/stat : 325 (java) S 317 319 31177 0 -1 64 2 322 0 0 0 0 1 1 18 0 9 0 28050635 888172544 32597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=326] ppid=317 vsize=867356 CPUtime=0.29
/proc/319/task/326/stat : 326 (java) S 317 319 31177 0 -1 64 589 322 0 0 26 1 1 1 16 0 9 0 28050635 888172544 32597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=327] ppid=317 vsize=867356 CPUtime=0.02
/proc/319/task/327/stat : 327 (java) S 317 319 31177 0 -1 64 0 322 0 0 0 0 1 1 19 0 9 0 28050635 888172544 32597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=328] ppid=317 vsize=867356 CPUtime=0.02
/proc/319/task/328/stat : 328 (java) S 317 319 31177 0 -1 64 10 322 0 0 0 0 1 1 15 0 9 0 28050635 888172544 32597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 56.93
Current children cumulated vsize (KiB) 867356

[startup+59.1013 s]
/proc/loadavg: 2.10 2.07 2.02 3/89 332
/proc/meminfo: memFree=1539656/2055920 swapFree=4192812/4192956
[pid=319] ppid=317 vsize=867356 CPUtime=58.52
/proc/319/stat : 319 (java) S 317 319 31177 0 -1 0 49156 322 1 0 5830 20 1 1 19 0 9 0 28050630 888172544 32597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/319/statm: 216839 32597 2659 9 0 211275 0
[pid=319/tid=321] ppid=317 vsize=867356 CPUtime=58.03
/proc/319/task/321/stat : 321 (java) R 317 319 31177 0 -1 64 27614 322 1 0 5792 9 1 1 25 0 9 0 28050631 888172544 32597 996147200 134512640 134550932 4294955968 18446744073709551615 4126835269 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=322] ppid=317 vsize=867356 CPUtime=0.19
/proc/319/task/322/stat : 322 (java) S 317 319 31177 0 -1 64 20097 322 0 0 11 6 1 1 16 0 9 0 28050633 888172544 32597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=323] ppid=317 vsize=867356 CPUtime=0.02
/proc/319/task/323/stat : 323 (java) S 317 319 31177 0 -1 64 20 322 0 0 0 0 1 1 17 0 9 0 28050633 888172544 32597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=324] ppid=317 vsize=867356 CPUtime=0.02
/proc/319/task/324/stat : 324 (java) S 317 319 31177 0 -1 64 9 322 0 0 0 0 1 1 16 0 9 0 28050633 888172544 32597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=325] ppid=317 vsize=867356 CPUtime=0.02
/proc/319/task/325/stat : 325 (java) S 317 319 31177 0 -1 64 2 322 0 0 0 0 1 1 18 0 9 0 28050635 888172544 32597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=326] ppid=317 vsize=867356 CPUtime=0.29
/proc/319/task/326/stat : 326 (java) S 317 319 31177 0 -1 64 589 322 0 0 26 1 1 1 16 0 9 0 28050635 888172544 32597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=327] ppid=317 vsize=867356 CPUtime=0.02
/proc/319/task/327/stat : 327 (java) S 317 319 31177 0 -1 64 0 322 0 0 0 0 1 1 19 0 9 0 28050635 888172544 32597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=328] ppid=317 vsize=867356 CPUtime=0.02
/proc/319/task/328/stat : 328 (java) S 317 319 31177 0 -1 64 10 322 0 0 0 0 1 1 15 0 9 0 28050635 888172544 32597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 58.52
Current children cumulated vsize (KiB) 867356

[startup+59.9023 s]
/proc/loadavg: 2.10 2.07 2.02 3/89 332
/proc/meminfo: memFree=1539656/2055920 swapFree=4192812/4192956
[pid=319] ppid=317 vsize=867356 CPUtime=59.32
/proc/319/stat : 319 (java) S 317 319 31177 0 -1 0 49158 322 1 0 5910 20 1 1 19 0 9 0 28050630 888172544 32597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/319/statm: 216839 32597 2659 9 0 211275 0
[pid=319/tid=321] ppid=317 vsize=867356 CPUtime=58.82
/proc/319/task/321/stat : 321 (java) R 317 319 31177 0 -1 64 27616 322 1 0 5871 9 1 1 25 0 9 0 28050631 888172544 32597 996147200 134512640 134550932 4294955968 18446744073709551615 4126847627 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=322] ppid=317 vsize=867356 CPUtime=0.19
/proc/319/task/322/stat : 322 (java) S 317 319 31177 0 -1 64 20097 322 0 0 11 6 1 1 16 0 9 0 28050633 888172544 32597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=323] ppid=317 vsize=867356 CPUtime=0.02
/proc/319/task/323/stat : 323 (java) S 317 319 31177 0 -1 64 20 322 0 0 0 0 1 1 17 0 9 0 28050633 888172544 32597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=324] ppid=317 vsize=867356 CPUtime=0.02
/proc/319/task/324/stat : 324 (java) S 317 319 31177 0 -1 64 9 322 0 0 0 0 1 1 16 0 9 0 28050633 888172544 32597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=325] ppid=317 vsize=867356 CPUtime=0.02
/proc/319/task/325/stat : 325 (java) S 317 319 31177 0 -1 64 2 322 0 0 0 0 1 1 18 0 9 0 28050635 888172544 32597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=326] ppid=317 vsize=867356 CPUtime=0.29
/proc/319/task/326/stat : 326 (java) S 317 319 31177 0 -1 64 589 322 0 0 26 1 1 1 16 0 9 0 28050635 888172544 32597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=327] ppid=317 vsize=867356 CPUtime=0.02
/proc/319/task/327/stat : 327 (java) S 317 319 31177 0 -1 64 0 322 0 0 0 0 1 1 19 0 9 0 28050635 888172544 32597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=328] ppid=317 vsize=867356 CPUtime=0.02
/proc/319/task/328/stat : 328 (java) S 317 319 31177 0 -1 64 10 322 0 0 0 0 1 1 15 0 9 0 28050635 888172544 32597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 59.32
Current children cumulated vsize (KiB) 867356

[startup+60.7024 s]
/proc/loadavg: 2.10 2.07 2.02 3/89 332
/proc/meminfo: memFree=1539656/2055920 swapFree=4192812/4192956
[pid=319] ppid=317 vsize=867356 CPUtime=60.11
/proc/319/stat : 319 (java) S 317 319 31177 0 -1 0 49161 322 1 0 5989 20 1 1 19 0 9 0 28050630 888172544 32597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/319/statm: 216839 32597 2659 9 0 211275 0
[pid=319/tid=321] ppid=317 vsize=867356 CPUtime=59.61
/proc/319/task/321/stat : 321 (java) R 317 319 31177 0 -1 64 27619 322 1 0 5950 9 1 1 25 0 9 0 28050631 888172544 32597 996147200 134512640 134550932 4294955968 18446744073709551615 4126835227 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=322] ppid=317 vsize=867356 CPUtime=0.19
/proc/319/task/322/stat : 322 (java) S 317 319 31177 0 -1 64 20097 322 0 0 11 6 1 1 16 0 9 0 28050633 888172544 32597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=323] ppid=317 vsize=867356 CPUtime=0.02
/proc/319/task/323/stat : 323 (java) S 317 319 31177 0 -1 64 20 322 0 0 0 0 1 1 17 0 9 0 28050633 888172544 32597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=324] ppid=317 vsize=867356 CPUtime=0.02
/proc/319/task/324/stat : 324 (java) S 317 319 31177 0 -1 64 9 322 0 0 0 0 1 1 16 0 9 0 28050633 888172544 32597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=325] ppid=317 vsize=867356 CPUtime=0.02
/proc/319/task/325/stat : 325 (java) S 317 319 31177 0 -1 64 2 322 0 0 0 0 1 1 18 0 9 0 28050635 888172544 32597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=326] ppid=317 vsize=867356 CPUtime=0.29
/proc/319/task/326/stat : 326 (java) S 317 319 31177 0 -1 64 589 322 0 0 26 1 1 1 16 0 9 0 28050635 888172544 32597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=327] ppid=317 vsize=867356 CPUtime=0.02
/proc/319/task/327/stat : 327 (java) S 317 319 31177 0 -1 64 0 322 0 0 0 0 1 1 19 0 9 0 28050635 888172544 32597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=328] ppid=317 vsize=867356 CPUtime=0.02
/proc/319/task/328/stat : 328 (java) S 317 319 31177 0 -1 64 10 322 0 0 0 0 1 1 15 0 9 0 28050635 888172544 32597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 60.11
Current children cumulated vsize (KiB) 867356

[startup+60.9024 s]
/proc/loadavg: 2.10 2.07 2.02 3/89 332
/proc/meminfo: memFree=1539656/2055920 swapFree=4192812/4192956
[pid=319] ppid=317 vsize=867356 CPUtime=60.31
/proc/319/stat : 319 (java) S 317 319 31177 0 -1 0 49162 322 1 0 6009 20 1 1 19 0 9 0 28050630 888172544 32597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/319/statm: 216839 32597 2659 9 0 211275 0
[pid=319/tid=321] ppid=317 vsize=867356 CPUtime=59.81
/proc/319/task/321/stat : 321 (java) R 317 319 31177 0 -1 64 27620 322 1 0 5970 9 1 1 25 0 9 0 28050631 888172544 32597 996147200 134512640 134550932 4294955968 18446744073709551615 4126842996 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=322] ppid=317 vsize=867356 CPUtime=0.19
/proc/319/task/322/stat : 322 (java) S 317 319 31177 0 -1 64 20097 322 0 0 11 6 1 1 16 0 9 0 28050633 888172544 32597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=323] ppid=317 vsize=867356 CPUtime=0.02
/proc/319/task/323/stat : 323 (java) S 317 319 31177 0 -1 64 20 322 0 0 0 0 1 1 17 0 9 0 28050633 888172544 32597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=324] ppid=317 vsize=867356 CPUtime=0.02
/proc/319/task/324/stat : 324 (java) S 317 319 31177 0 -1 64 9 322 0 0 0 0 1 1 16 0 9 0 28050633 888172544 32597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=325] ppid=317 vsize=867356 CPUtime=0.02
/proc/319/task/325/stat : 325 (java) S 317 319 31177 0 -1 64 2 322 0 0 0 0 1 1 18 0 9 0 28050635 888172544 32597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=326] ppid=317 vsize=867356 CPUtime=0.29
/proc/319/task/326/stat : 326 (java) S 317 319 31177 0 -1 64 589 322 0 0 26 1 1 1 16 0 9 0 28050635 888172544 32597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=327] ppid=317 vsize=867356 CPUtime=0.02
/proc/319/task/327/stat : 327 (java) S 317 319 31177 0 -1 64 0 322 0 0 0 0 1 1 19 0 9 0 28050635 888172544 32597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=319/tid=328] ppid=317 vsize=867356 CPUtime=0.02
/proc/319/task/328/stat : 328 (java) S 317 319 31177 0 -1 64 10 322 0 0 0 0 1 1 15 0 9 0 28050635 888172544 32597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 60.31
Current children cumulated vsize (KiB) 867356

[startup+61.0026 s]
/proc/loadavg: 2.10 2.07 2.02 3/89 332
/proc/meminfo: memFree=1539656/2055920 swapFree=4192812/4192956
[pid=319] ppid=317 vsize=0 CPUtime=60.36
/proc/319/stat : 319 (java) Z 317 319 31177 0 -1 12 49283 322 1 0 6013 21 1 1 16 0 2 0 28050630 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/319/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 60.36
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 61.0041
CPU time (s): 60.3918
CPU user time (s): 60.1529
CPU system time (s): 0.238963
CPU usage (%): 98.9963
Max. virtual memory (cumulated for all children) (KiB): 867356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 60.1529
system time used= 0.238963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49605
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= 2604
involuntary context switches= 5097

runsolver used 0.079987 second user time and 0.207968 second system time

The end

Launcher Data

Begin job on node34 at 2009-07-12 16:44:06
IDJOB=2095995
IDBENCH=55975
IDSOLVER=773
FILE ID=node34/2095995-1247409846
PBS_JOBID= 9510576
Free space on /tmp= 66320 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/bddSmall/normalized-bdd-21-133-18-78-22_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2095995-1247409846/watcher-2095995-1247409846 -o /tmp/evaluation-result-2095995-1247409846/solver-2095995-1247409846 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2095995-1247409846.xml

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

MD5SUM BENCH= a3b26cfc92262632d1cf0d2e0f067aa3
RANDOM SEED=1164238404

node34.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.232
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.232
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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1660784 kB
Buffers:         70420 kB
Cached:         206952 kB
SwapCached:          0 kB
Active:         215280 kB
Inactive:       111452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1660784 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4368 kB
Writeback:           0 kB
Mapped:          69800 kB
Slab:            53636 kB
Committed_AS:  1006656 kB
PageTables:       1856 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= 66320 MiB
End job on node34 at 2009-07-12 16:45:07