Trace number 2099146

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 ESACUNSAT 32.2161 32.5548

DiagnosticValue
CHECKS235532000
NODES125297

General information on the benchmark

Namecsp/tightness0.65/
normalized-rand-2-40-40-135-650-29_ext.xml
MD5SUM3f4cc7fbe769b12c98bc52f0d6a6e82a
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark11.9592
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints135
Maximum constraint arity2
Maximum domain size40
Number of constraints which are defined in extension135
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.19/0.26	
0.19/0.26	   configuration
0.19/0.26	     name=esac.xml
0.19/0.30	   
0.19/0.30	   instance
0.19/0.30	     name=HOME/instance-2099146-1247417581.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.38	     nbVariables=40  nbDomainTypes=1  minDomainSize=40  maxDomainSize=40  nbTotalValues=1600
0.28/0.38	       =>  wckTime=0.119  cpuTime=0.1  mem=7M892
0.28/0.38	   
0.28/0.38	   relations being loaded...
0.37/0.49	   
0.37/0.49	   constraints being loaded...
0.57/0.64	     nbConstraints=135  nbRelationTypes=135  nbExtensionStructures=135  nbSharedExtensionStructures=0
0.57/0.64	     nbConflictsStructures=135  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  minDegree=3
0.57/0.64	     maxDegree=11  minArity=2  maxArity=2  nbGenerators=0  nbFusions=0  symmetryWckTime=0.045  symmetryCpuTime=0.02
0.57/0.64	       =>  wckTime=0.382  cpuTime=0.3  mem=20M752
0.67/0.71	   
0.67/0.71	   solver IterativeSystematicSolver being built... 
0.77/0.85	       =>  wckTime=0.594  cpuTime=0.42  mem=22M113
0.87/0.91	   
0.87/0.91	   preprocessing
0.87/0.91	     nbConstraintChecks=96115  nbPropagations=963  nbRevisions=4613  nbUselessRevisions=3134  nbSingletonTests=55
0.87/0.91	     nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0  detectedInconsistency=no
0.87/0.91	       =>  wckTime=0.052  cpuTime=0.04  mem=22M113
0.97/1.05	   
0.97/1.05	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=23M121)
32.16/32.52	   
32.16/32.52	   search
32.16/32.52	     run=19  nbConstraintChecks=235436143  minDepth=0  maxDepth=11  nbPropagations=9932373  nbRevisions=59508550
32.16/32.52	     nbUselessRevisions=36609540  nbAssignments=125297  nbFailedAssignments=64457  nbBacktracks=60741
32.16/32.52	     nbVisitedNodes=228931  nbRestartNogoods=199  nbSEliminables=5.71  nbREliminables=3.22  nbIEliminables=7.74
32.16/32.52	     nbDEliminables=0  nbPEliminables=0
32.16/32.52	       =>  wckTime=31.662  cpuTime=31.28  mem=23M121
32.16/32.52	   
32.16/32.52	   global
32.16/32.52	     nbConstraintChecks=235532258  nbPropagations=9933336  nbRevisions=59513163  nbUselessRevisions=36612674
32.16/32.52	     nbRestartNogoods=199  solvingWckTime=31.665  solvingCpuTime=31.28  expiredTime=no  totalExploration=yes
32.16/32.52	     nbFoundSolutions=0  globalCpuTime=31.75
32.16/32.52	       =>  wckTime=32.263  cpuTime=31.71  mem=23M121
32.16/32.52	   
32.16/32.52	s UNSATISFIABLE
32.16/32.52	d NODES 125297
32.16/32.52	d CHECKS 235532258
32.16/32.53	   
32.16/32.53	   totalWckTime=32.334  totalCpuTime=31.75

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-2099146-1247417581/watcher-2099146-1247417581 -o /tmp/evaluation-result-2099146-1247417581/solver-2099146-1247417581 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2099146-1247417581.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: 1.97 1.98 1.99 4/82 3569
/proc/meminfo: memFree=1556376/2055920 swapFree=4192812/4192956
[pid=3569] ppid=3567 vsize=10676 CPUtime=0
/proc/3569/stat : 3569 (java) S 3567 3569 2786 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 28449429 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/3569/statm: 2669 474 207 9 0 1184 0
[pid=3569/tid=3570] ppid=3567 vsize=10676 CPUtime=0
/proc/3569/task/3570/stat : 3570 (java) R 3567 3569 2786 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 28449430 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 7757784 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.094717 s]
/proc/loadavg: 1.97 1.98 1.99 4/82 3569
/proc/meminfo: memFree=1556376/2055920 swapFree=4192812/4192956
[pid=3569] ppid=3567 vsize=865984 CPUtime=0.08
/proc/3569/stat : 3569 (java) S 3567 3569 2786 0 -1 0 3659 0 1 0 6 2 0 0 18 0 9 0 28449429 886767616 3142 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3569/statm: 216496 3142 1680 9 0 210981 0
[pid=3569/tid=3570] ppid=3567 vsize=865984 CPUtime=0.06
/proc/3569/task/3570/stat : 3570 (java) R 3567 3569 2786 0 -1 64 2742 0 1 0 5 1 0 0 20 0 9 0 28449430 886767616 3142 996147200 134512640 134550932 4294955968 18446744073709551615 4125964019 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.101717 s]
/proc/loadavg: 1.97 1.98 1.99 4/82 3569
/proc/meminfo: memFree=1556376/2055920 swapFree=4192812/4192956
[pid=3569] ppid=3567 vsize=865984 CPUtime=0.09
/proc/3569/stat : 3569 (java) S 3567 3569 2786 0 -1 0 3732 0 1 0 7 2 0 0 18 0 9 0 28449429 886767616 3200 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3569/statm: 216496 3200 1700 9 0 210981 0
[pid=3569/tid=3570] ppid=3567 vsize=865984 CPUtime=0.06
/proc/3569/task/3570/stat : 3570 (java) R 3567 3569 2786 0 -1 64 2810 0 1 0 5 1 0 0 20 0 9 0 28449430 886767616 3200 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.301745 s]
/proc/loadavg: 1.97 1.98 1.99 4/82 3569
/proc/meminfo: memFree=1556376/2055920 swapFree=4192812/4192956
[pid=3569] ppid=3567 vsize=866380 CPUtime=0.28
/proc/3569/stat : 3569 (java) S 3567 3569 2786 0 -1 0 5858 0 1 0 25 3 0 0 18 0 9 0 28449429 887173120 5224 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3569/statm: 216595 5224 1981 9 0 211053 0
[pid=3569/tid=3570] ppid=3567 vsize=866380 CPUtime=0.22
/proc/3569/task/3570/stat : 3570 (java) R 3567 3569 2786 0 -1 64 4876 0 1 0 20 2 0 0 18 0 9 0 28449430 887173120 5224 996147200 134512640 134550932 4294955968 18446744073709551615 7377884 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701801 s]
/proc/loadavg: 1.97 1.98 1.99 4/82 3569
/proc/meminfo: memFree=1556376/2055920 swapFree=4192812/4192956
[pid=3569] ppid=3567 vsize=867268 CPUtime=0.67
/proc/3569/stat : 3569 (java) S 3567 3569 2786 0 -1 0 13424 275 1 0 61 6 0 0 18 0 9 0 28449429 888082432 9666 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3569/statm: 216817 9666 2630 9 0 211275 0
[pid=3569/tid=3570] ppid=3567 vsize=867268 CPUtime=0.49
/proc/3569/task/3570/stat : 3570 (java) R 3567 3569 2786 0 -1 64 9158 275 1 0 45 4 0 0 20 0 9 0 28449430 888082432 9666 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867268

[startup+1.5029 s]
/proc/loadavg: 1.97 1.98 1.99 3/91 3582
/proc/meminfo: memFree=1523280/2055920 swapFree=4192812/4192956
[pid=3569] ppid=3567 vsize=867356 CPUtime=1.46
/proc/3569/stat : 3569 (java) S 3567 3569 2786 0 -1 0 17714 275 1 0 138 8 0 0 18 0 9 0 28449429 888172544 10877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3569/statm: 216839 10877 2656 9 0 211275 0
[pid=3569/tid=3570] ppid=3567 vsize=867356 CPUtime=1.18
/proc/3569/task/3570/stat : 3570 (java) R 3567 3569 2786 0 -1 64 12475 275 1 0 113 5 0 0 25 0 9 0 28449430 888172544 10877 996147200 134512640 134550932 4294955968 18446744073709551615 4126805639 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3572] ppid=3567 vsize=867356 CPUtime=0.05
/proc/3569/task/3572/stat : 3572 (java) S 3567 3569 2786 0 -1 64 3850 275 0 0 5 0 0 0 16 0 9 0 28449432 888172544 10877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3573] ppid=3567 vsize=867356 CPUtime=0
/proc/3569/task/3573/stat : 3573 (java) S 3567 3569 2786 0 -1 64 16 275 0 0 0 0 0 0 16 0 9 0 28449432 888172544 10877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3574] ppid=3567 vsize=867356 CPUtime=0
/proc/3569/task/3574/stat : 3574 (java) S 3567 3569 2786 0 -1 64 8 275 0 0 0 0 0 0 15 0 9 0 28449432 888172544 10877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3575] ppid=3567 vsize=867356 CPUtime=0
/proc/3569/task/3575/stat : 3575 (java) S 3567 3569 2786 0 -1 64 2 275 0 0 0 0 0 0 18 0 9 0 28449434 888172544 10877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3576] ppid=3567 vsize=867356 CPUtime=0.2
/proc/3569/task/3576/stat : 3576 (java) S 3567 3569 2786 0 -1 64 548 275 0 0 20 0 0 0 16 0 9 0 28449434 888172544 10877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3577] ppid=3567 vsize=867356 CPUtime=0
/proc/3569/task/3577/stat : 3577 (java) S 3567 3569 2786 0 -1 64 1 275 0 0 0 0 0 0 19 0 9 0 28449434 888172544 10877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3578] ppid=3567 vsize=867356 CPUtime=0
/proc/3569/task/3578/stat : 3578 (java) S 3567 3569 2786 0 -1 64 9 275 0 0 0 0 0 0 15 0 9 0 28449434 888172544 10877 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.1011 s]
/proc/loadavg: 1.97 1.98 1.99 3/91 3582
/proc/meminfo: memFree=1522960/2055920 swapFree=4192812/4192956
[pid=3569] ppid=3567 vsize=867484 CPUtime=3.05
/proc/3569/stat : 3569 (java) S 3567 3569 2786 0 -1 0 17727 275 1 0 297 8 0 0 18 0 9 0 28449429 888303616 10888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3569/statm: 216871 10888 2656 9 0 211307 0
[pid=3569/tid=3570] ppid=3567 vsize=867484 CPUtime=2.75
/proc/3569/task/3570/stat : 3570 (java) R 3567 3569 2786 0 -1 64 12480 275 1 0 270 5 0 0 25 0 9 0 28449430 888303616 10888 996147200 134512640 134550932 4294955968 18446744073709551615 4126813511 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3572] ppid=3567 vsize=867484 CPUtime=0.05
/proc/3569/task/3572/stat : 3572 (java) S 3567 3569 2786 0 -1 64 3850 275 0 0 5 0 0 0 17 0 9 0 28449432 888303616 10888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3573] ppid=3567 vsize=867484 CPUtime=0
/proc/3569/task/3573/stat : 3573 (java) S 3567 3569 2786 0 -1 64 16 275 0 0 0 0 0 0 16 0 9 0 28449432 888303616 10888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3574] ppid=3567 vsize=867484 CPUtime=0
/proc/3569/task/3574/stat : 3574 (java) S 3567 3569 2786 0 -1 64 8 275 0 0 0 0 0 0 15 0 9 0 28449432 888303616 10888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3575] ppid=3567 vsize=867484 CPUtime=0
/proc/3569/task/3575/stat : 3575 (java) S 3567 3569 2786 0 -1 64 2 275 0 0 0 0 0 0 18 0 9 0 28449434 888303616 10888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3576] ppid=3567 vsize=867484 CPUtime=0.21
/proc/3569/task/3576/stat : 3576 (java) S 3567 3569 2786 0 -1 64 556 275 0 0 21 0 0 0 15 0 9 0 28449434 888303616 10888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3577] ppid=3567 vsize=867484 CPUtime=0
/proc/3569/task/3577/stat : 3577 (java) S 3567 3569 2786 0 -1 64 1 275 0 0 0 0 0 0 19 0 9 0 28449434 888303616 10888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3578] ppid=3567 vsize=867484 CPUtime=0
/proc/3569/task/3578/stat : 3578 (java) S 3567 3569 2786 0 -1 64 9 275 0 0 0 0 0 0 15 0 9 0 28449434 888303616 10888 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) 867484

[startup+6.30152 s]
/proc/loadavg: 1.97 1.98 1.99 3/91 3582
/proc/meminfo: memFree=1522832/2055920 swapFree=4192812/4192956
[pid=3569] ppid=3567 vsize=867484 CPUtime=6.22
/proc/3569/stat : 3569 (java) S 3567 3569 2786 0 -1 0 17731 275 1 0 614 8 0 0 18 0 9 0 28449429 888303616 10890 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3569/statm: 216871 10890 2656 9 0 211307 0
[pid=3569/tid=3570] ppid=3567 vsize=867484 CPUtime=5.91
/proc/3569/task/3570/stat : 3570 (java) R 3567 3569 2786 0 -1 64 12484 275 1 0 586 5 0 0 25 0 9 0 28449430 888303616 10890 996147200 134512640 134550932 4294955968 18446744073709551615 4126782984 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3572] ppid=3567 vsize=867484 CPUtime=0.05
/proc/3569/task/3572/stat : 3572 (java) S 3567 3569 2786 0 -1 64 3850 275 0 0 5 0 0 0 16 0 9 0 28449432 888303616 10890 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3573] ppid=3567 vsize=867484 CPUtime=0
/proc/3569/task/3573/stat : 3573 (java) S 3567 3569 2786 0 -1 64 16 275 0 0 0 0 0 0 16 0 9 0 28449432 888303616 10890 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3574] ppid=3567 vsize=867484 CPUtime=0
/proc/3569/task/3574/stat : 3574 (java) S 3567 3569 2786 0 -1 64 8 275 0 0 0 0 0 0 15 0 9 0 28449432 888303616 10890 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3575] ppid=3567 vsize=867484 CPUtime=0
/proc/3569/task/3575/stat : 3575 (java) S 3567 3569 2786 0 -1 64 2 275 0 0 0 0 0 0 18 0 9 0 28449434 888303616 10890 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3576] ppid=3567 vsize=867484 CPUtime=0.21
/proc/3569/task/3576/stat : 3576 (java) S 3567 3569 2786 0 -1 64 556 275 0 0 21 0 0 0 15 0 9 0 28449434 888303616 10890 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3577] ppid=3567 vsize=867484 CPUtime=0
/proc/3569/task/3577/stat : 3577 (java) S 3567 3569 2786 0 -1 64 1 275 0 0 0 0 0 0 19 0 9 0 28449434 888303616 10890 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3578] ppid=3567 vsize=867484 CPUtime=0
/proc/3569/task/3578/stat : 3578 (java) S 3567 3569 2786 0 -1 64 9 275 0 0 0 0 0 0 15 0 9 0 28449434 888303616 10890 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) 867484

[startup+12.7013 s]
/proc/loadavg: 1.97 1.98 1.99 3/91 3582
/proc/meminfo: memFree=1522640/2055920 swapFree=4192812/4192956
[pid=3569] ppid=3567 vsize=867484 CPUtime=12.55
/proc/3569/stat : 3569 (java) S 3567 3569 2786 0 -1 0 17734 275 1 0 1247 8 0 0 18 0 9 0 28449429 888303616 10892 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3569/statm: 216871 10892 2656 9 0 211307 0
[pid=3569/tid=3570] ppid=3567 vsize=867484 CPUtime=12.26
/proc/3569/task/3570/stat : 3570 (java) R 3567 3569 2786 0 -1 64 12487 275 1 0 1220 6 0 0 25 0 9 0 28449430 888303616 10892 996147200 134512640 134550932 4294955968 18446744073709551615 4126803598 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3572] ppid=3567 vsize=867484 CPUtime=0.05
/proc/3569/task/3572/stat : 3572 (java) S 3567 3569 2786 0 -1 64 3850 275 0 0 5 0 0 0 16 0 9 0 28449432 888303616 10892 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3573] ppid=3567 vsize=867484 CPUtime=0
/proc/3569/task/3573/stat : 3573 (java) S 3567 3569 2786 0 -1 64 16 275 0 0 0 0 0 0 16 0 9 0 28449432 888303616 10892 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3574] ppid=3567 vsize=867484 CPUtime=0
/proc/3569/task/3574/stat : 3574 (java) S 3567 3569 2786 0 -1 64 8 275 0 0 0 0 0 0 15 0 9 0 28449432 888303616 10892 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3575] ppid=3567 vsize=867484 CPUtime=0
/proc/3569/task/3575/stat : 3575 (java) S 3567 3569 2786 0 -1 64 2 275 0 0 0 0 0 0 18 0 9 0 28449434 888303616 10892 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3576] ppid=3567 vsize=867484 CPUtime=0.21
/proc/3569/task/3576/stat : 3576 (java) S 3567 3569 2786 0 -1 64 556 275 0 0 21 0 0 0 15 0 9 0 28449434 888303616 10892 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3577] ppid=3567 vsize=867484 CPUtime=0
/proc/3569/task/3577/stat : 3577 (java) S 3567 3569 2786 0 -1 64 1 275 0 0 0 0 0 0 19 0 9 0 28449434 888303616 10892 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3578] ppid=3567 vsize=867484 CPUtime=0
/proc/3569/task/3578/stat : 3578 (java) S 3567 3569 2786 0 -1 64 9 275 0 0 0 0 0 0 15 0 9 0 28449434 888303616 10892 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) 867484

[startup+25.503 s]
/proc/loadavg: 1.98 1.98 1.99 3/91 3584
/proc/meminfo: memFree=1522640/2055920 swapFree=4192812/4192956
[pid=3569] ppid=3567 vsize=867484 CPUtime=25.23
/proc/3569/stat : 3569 (java) S 3567 3569 2786 0 -1 0 17736 275 1 0 2515 8 0 0 18 0 9 0 28449429 888303616 10894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3569/statm: 216871 10894 2656 9 0 211307 0
[pid=3569/tid=3570] ppid=3567 vsize=867484 CPUtime=24.94
/proc/3569/task/3570/stat : 3570 (java) R 3567 3569 2786 0 -1 64 12489 275 1 0 2488 6 0 0 25 0 9 0 28449430 888303616 10894 996147200 134512640 134550932 4294955968 18446744073709551615 4126801004 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3572] ppid=3567 vsize=867484 CPUtime=0.05
/proc/3569/task/3572/stat : 3572 (java) S 3567 3569 2786 0 -1 64 3850 275 0 0 5 0 0 0 16 0 9 0 28449432 888303616 10894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3573] ppid=3567 vsize=867484 CPUtime=0
/proc/3569/task/3573/stat : 3573 (java) S 3567 3569 2786 0 -1 64 16 275 0 0 0 0 0 0 16 0 9 0 28449432 888303616 10894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3574] ppid=3567 vsize=867484 CPUtime=0
/proc/3569/task/3574/stat : 3574 (java) S 3567 3569 2786 0 -1 64 8 275 0 0 0 0 0 0 15 0 9 0 28449432 888303616 10894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3575] ppid=3567 vsize=867484 CPUtime=0
/proc/3569/task/3575/stat : 3575 (java) S 3567 3569 2786 0 -1 64 2 275 0 0 0 0 0 0 18 0 9 0 28449434 888303616 10894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3576] ppid=3567 vsize=867484 CPUtime=0.21
/proc/3569/task/3576/stat : 3576 (java) S 3567 3569 2786 0 -1 64 556 275 0 0 21 0 0 0 15 0 9 0 28449434 888303616 10894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3577] ppid=3567 vsize=867484 CPUtime=0
/proc/3569/task/3577/stat : 3577 (java) S 3567 3569 2786 0 -1 64 1 275 0 0 0 0 0 0 19 0 9 0 28449434 888303616 10894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3578] ppid=3567 vsize=867484 CPUtime=0
/proc/3569/task/3578/stat : 3578 (java) S 3567 3569 2786 0 -1 64 9 275 0 0 0 0 0 0 15 0 9 0 28449434 888303616 10894 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) 867484

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

[startup+28.7014 s]
/proc/loadavg: 1.98 1.98 1.99 3/91 3584
/proc/meminfo: memFree=1522640/2055920 swapFree=4192812/4192956
[pid=3569] ppid=3567 vsize=867484 CPUtime=28.4
/proc/3569/stat : 3569 (java) S 3567 3569 2786 0 -1 0 17736 275 1 0 2832 8 0 0 18 0 9 0 28449429 888303616 10894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3569/statm: 216871 10894 2656 9 0 211307 0
[pid=3569/tid=3570] ppid=3567 vsize=867484 CPUtime=28.11
/proc/3569/task/3570/stat : 3570 (java) R 3567 3569 2786 0 -1 64 12489 275 1 0 2805 6 0 0 25 0 9 0 28449430 888303616 10894 996147200 134512640 134550932 4294955968 18446744073709551615 4126797000 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3572] ppid=3567 vsize=867484 CPUtime=0.05
/proc/3569/task/3572/stat : 3572 (java) S 3567 3569 2786 0 -1 64 3850 275 0 0 5 0 0 0 16 0 9 0 28449432 888303616 10894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3573] ppid=3567 vsize=867484 CPUtime=0
/proc/3569/task/3573/stat : 3573 (java) S 3567 3569 2786 0 -1 64 16 275 0 0 0 0 0 0 16 0 9 0 28449432 888303616 10894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3574] ppid=3567 vsize=867484 CPUtime=0
/proc/3569/task/3574/stat : 3574 (java) S 3567 3569 2786 0 -1 64 8 275 0 0 0 0 0 0 15 0 9 0 28449432 888303616 10894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3575] ppid=3567 vsize=867484 CPUtime=0
/proc/3569/task/3575/stat : 3575 (java) S 3567 3569 2786 0 -1 64 2 275 0 0 0 0 0 0 18 0 9 0 28449434 888303616 10894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3576] ppid=3567 vsize=867484 CPUtime=0.21
/proc/3569/task/3576/stat : 3576 (java) S 3567 3569 2786 0 -1 64 556 275 0 0 21 0 0 0 15 0 9 0 28449434 888303616 10894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3577] ppid=3567 vsize=867484 CPUtime=0
/proc/3569/task/3577/stat : 3577 (java) S 3567 3569 2786 0 -1 64 1 275 0 0 0 0 0 0 19 0 9 0 28449434 888303616 10894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3578] ppid=3567 vsize=867484 CPUtime=0
/proc/3569/task/3578/stat : 3578 (java) S 3567 3569 2786 0 -1 64 9 275 0 0 0 0 0 0 15 0 9 0 28449434 888303616 10894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 28.4
Current children cumulated vsize (KiB) 867484

[startup+30.3016 s]
/proc/loadavg: 1.98 1.98 1.99 3/91 3584
/proc/meminfo: memFree=1522704/2055920 swapFree=4192812/4192956
[pid=3569] ppid=3567 vsize=867484 CPUtime=29.98
/proc/3569/stat : 3569 (java) S 3567 3569 2786 0 -1 0 17736 275 1 0 2990 8 0 0 18 0 9 0 28449429 888303616 10894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3569/statm: 216871 10894 2656 9 0 211307 0
[pid=3569/tid=3570] ppid=3567 vsize=867484 CPUtime=29.69
/proc/3569/task/3570/stat : 3570 (java) R 3567 3569 2786 0 -1 64 12489 275 1 0 2963 6 0 0 25 0 9 0 28449430 888303616 10894 996147200 134512640 134550932 4294955968 18446744073709551615 4126792325 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3572] ppid=3567 vsize=867484 CPUtime=0.05
/proc/3569/task/3572/stat : 3572 (java) S 3567 3569 2786 0 -1 64 3850 275 0 0 5 0 0 0 16 0 9 0 28449432 888303616 10894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3573] ppid=3567 vsize=867484 CPUtime=0
/proc/3569/task/3573/stat : 3573 (java) S 3567 3569 2786 0 -1 64 16 275 0 0 0 0 0 0 16 0 9 0 28449432 888303616 10894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3574] ppid=3567 vsize=867484 CPUtime=0
/proc/3569/task/3574/stat : 3574 (java) S 3567 3569 2786 0 -1 64 8 275 0 0 0 0 0 0 15 0 9 0 28449432 888303616 10894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3575] ppid=3567 vsize=867484 CPUtime=0
/proc/3569/task/3575/stat : 3575 (java) S 3567 3569 2786 0 -1 64 2 275 0 0 0 0 0 0 18 0 9 0 28449434 888303616 10894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3576] ppid=3567 vsize=867484 CPUtime=0.21
/proc/3569/task/3576/stat : 3576 (java) S 3567 3569 2786 0 -1 64 556 275 0 0 21 0 0 0 15 0 9 0 28449434 888303616 10894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3577] ppid=3567 vsize=867484 CPUtime=0
/proc/3569/task/3577/stat : 3577 (java) S 3567 3569 2786 0 -1 64 1 275 0 0 0 0 0 0 19 0 9 0 28449434 888303616 10894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3578] ppid=3567 vsize=867484 CPUtime=0
/proc/3569/task/3578/stat : 3578 (java) S 3567 3569 2786 0 -1 64 9 275 0 0 0 0 0 0 15 0 9 0 28449434 888303616 10894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 29.98
Current children cumulated vsize (KiB) 867484

[startup+31.9068 s]
/proc/loadavg: 1.98 1.98 1.99 3/91 3584
/proc/meminfo: memFree=1522704/2055920 swapFree=4192812/4192956
[pid=3569] ppid=3567 vsize=867484 CPUtime=31.57
/proc/3569/stat : 3569 (java) S 3567 3569 2786 0 -1 0 17736 275 1 0 3149 8 0 0 18 0 9 0 28449429 888303616 10894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3569/statm: 216871 10894 2656 9 0 211307 0
[pid=3569/tid=3570] ppid=3567 vsize=867484 CPUtime=31.28
/proc/3569/task/3570/stat : 3570 (java) R 3567 3569 2786 0 -1 64 12489 275 1 0 3122 6 0 0 25 0 9 0 28449430 888303616 10894 996147200 134512640 134550932 4294955968 18446744073709551615 4126794850 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3572] ppid=3567 vsize=867484 CPUtime=0.05
/proc/3569/task/3572/stat : 3572 (java) S 3567 3569 2786 0 -1 64 3850 275 0 0 5 0 0 0 16 0 9 0 28449432 888303616 10894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3573] ppid=3567 vsize=867484 CPUtime=0
/proc/3569/task/3573/stat : 3573 (java) S 3567 3569 2786 0 -1 64 16 275 0 0 0 0 0 0 16 0 9 0 28449432 888303616 10894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3574] ppid=3567 vsize=867484 CPUtime=0
/proc/3569/task/3574/stat : 3574 (java) S 3567 3569 2786 0 -1 64 8 275 0 0 0 0 0 0 15 0 9 0 28449432 888303616 10894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3575] ppid=3567 vsize=867484 CPUtime=0
/proc/3569/task/3575/stat : 3575 (java) S 3567 3569 2786 0 -1 64 2 275 0 0 0 0 0 0 18 0 9 0 28449434 888303616 10894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3576] ppid=3567 vsize=867484 CPUtime=0.21
/proc/3569/task/3576/stat : 3576 (java) S 3567 3569 2786 0 -1 64 556 275 0 0 21 0 0 0 15 0 9 0 28449434 888303616 10894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3577] ppid=3567 vsize=867484 CPUtime=0
/proc/3569/task/3577/stat : 3577 (java) S 3567 3569 2786 0 -1 64 1 275 0 0 0 0 0 0 19 0 9 0 28449434 888303616 10894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3578] ppid=3567 vsize=867484 CPUtime=0
/proc/3569/task/3578/stat : 3578 (java) S 3567 3569 2786 0 -1 64 9 275 0 0 0 0 0 0 15 0 9 0 28449434 888303616 10894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.57
Current children cumulated vsize (KiB) 867484

[startup+32.3019 s]
/proc/loadavg: 1.98 1.98 1.99 3/91 3584
/proc/meminfo: memFree=1522704/2055920 swapFree=4192812/4192956
[pid=3569] ppid=3567 vsize=867484 CPUtime=31.96
/proc/3569/stat : 3569 (java) S 3567 3569 2786 0 -1 0 17736 275 1 0 3188 8 0 0 18 0 9 0 28449429 888303616 10894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3569/statm: 216871 10894 2656 9 0 211307 0
[pid=3569/tid=3570] ppid=3567 vsize=867484 CPUtime=31.67
/proc/3569/task/3570/stat : 3570 (java) R 3567 3569 2786 0 -1 64 12489 275 1 0 3161 6 0 0 25 0 9 0 28449430 888303616 10894 996147200 134512640 134550932 4294955968 18446744073709551615 4126782984 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3572] ppid=3567 vsize=867484 CPUtime=0.05
/proc/3569/task/3572/stat : 3572 (java) S 3567 3569 2786 0 -1 64 3850 275 0 0 5 0 0 0 16 0 9 0 28449432 888303616 10894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3573] ppid=3567 vsize=867484 CPUtime=0
/proc/3569/task/3573/stat : 3573 (java) S 3567 3569 2786 0 -1 64 16 275 0 0 0 0 0 0 16 0 9 0 28449432 888303616 10894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3574] ppid=3567 vsize=867484 CPUtime=0
/proc/3569/task/3574/stat : 3574 (java) S 3567 3569 2786 0 -1 64 8 275 0 0 0 0 0 0 15 0 9 0 28449432 888303616 10894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3575] ppid=3567 vsize=867484 CPUtime=0
/proc/3569/task/3575/stat : 3575 (java) S 3567 3569 2786 0 -1 64 2 275 0 0 0 0 0 0 18 0 9 0 28449434 888303616 10894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3576] ppid=3567 vsize=867484 CPUtime=0.21
/proc/3569/task/3576/stat : 3576 (java) S 3567 3569 2786 0 -1 64 556 275 0 0 21 0 0 0 15 0 9 0 28449434 888303616 10894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3577] ppid=3567 vsize=867484 CPUtime=0
/proc/3569/task/3577/stat : 3577 (java) S 3567 3569 2786 0 -1 64 1 275 0 0 0 0 0 0 19 0 9 0 28449434 888303616 10894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3578] ppid=3567 vsize=867484 CPUtime=0
/proc/3569/task/3578/stat : 3578 (java) S 3567 3569 2786 0 -1 64 9 275 0 0 0 0 0 0 15 0 9 0 28449434 888303616 10894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.96
Current children cumulated vsize (KiB) 867484

[startup+32.5019 s]
/proc/loadavg: 1.98 1.98 1.99 3/91 3584
/proc/meminfo: memFree=1522704/2055920 swapFree=4192812/4192956
[pid=3569] ppid=3567 vsize=867484 CPUtime=32.16
/proc/3569/stat : 3569 (java) S 3567 3569 2786 0 -1 0 17736 275 1 0 3208 8 0 0 18 0 9 0 28449429 888303616 10894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3569/statm: 216871 10894 2656 9 0 211307 0
[pid=3569/tid=3570] ppid=3567 vsize=867484 CPUtime=31.87
/proc/3569/task/3570/stat : 3570 (java) R 3567 3569 2786 0 -1 64 12489 275 1 0 3181 6 0 0 25 0 9 0 28449430 888303616 10894 996147200 134512640 134550932 4294955968 18446744073709551615 4126797159 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3572] ppid=3567 vsize=867484 CPUtime=0.05
/proc/3569/task/3572/stat : 3572 (java) S 3567 3569 2786 0 -1 64 3850 275 0 0 5 0 0 0 16 0 9 0 28449432 888303616 10894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3573] ppid=3567 vsize=867484 CPUtime=0
/proc/3569/task/3573/stat : 3573 (java) S 3567 3569 2786 0 -1 64 16 275 0 0 0 0 0 0 16 0 9 0 28449432 888303616 10894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3574] ppid=3567 vsize=867484 CPUtime=0
/proc/3569/task/3574/stat : 3574 (java) S 3567 3569 2786 0 -1 64 8 275 0 0 0 0 0 0 15 0 9 0 28449432 888303616 10894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3575] ppid=3567 vsize=867484 CPUtime=0
/proc/3569/task/3575/stat : 3575 (java) S 3567 3569 2786 0 -1 64 2 275 0 0 0 0 0 0 18 0 9 0 28449434 888303616 10894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3576] ppid=3567 vsize=867484 CPUtime=0.21
/proc/3569/task/3576/stat : 3576 (java) S 3567 3569 2786 0 -1 64 556 275 0 0 21 0 0 0 15 0 9 0 28449434 888303616 10894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3577] ppid=3567 vsize=867484 CPUtime=0
/proc/3569/task/3577/stat : 3577 (java) S 3567 3569 2786 0 -1 64 1 275 0 0 0 0 0 0 19 0 9 0 28449434 888303616 10894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3569/tid=3578] ppid=3567 vsize=867484 CPUtime=0
/proc/3569/task/3578/stat : 3578 (java) S 3567 3569 2786 0 -1 64 9 275 0 0 0 0 0 0 15 0 9 0 28449434 888303616 10894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 32.16
Current children cumulated vsize (KiB) 867484

Child status: 0
Real time (s): 32.5548
CPU time (s): 32.2161
CPU user time (s): 32.1151
CPU system time (s): 0.100984
CPU usage (%): 98.9596
Max. virtual memory (cumulated for all children) (KiB): 867484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.1151
system time used= 0.100984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18123
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= 1908
involuntary context switches= 2689

runsolver used 0.041993 second user time and 0.116982 second system time

The end

Launcher Data

Begin job on node40 at 2009-07-12 18:53:01
IDJOB=2099146
IDBENCH=59873
IDSOLVER=774
FILE ID=node40/2099146-1247417581
PBS_JOBID= 9510684
Free space on /tmp= 66256 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/tightness0.65/normalized-rand-2-40-40-135-650-29_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2099146-1247417581/watcher-2099146-1247417581 -o /tmp/evaluation-result-2099146-1247417581/solver-2099146-1247417581 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2099146-1247417581.xml

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

MD5SUM BENCH= 3f4cc7fbe769b12c98bc52f0d6a6e82a
RANDOM SEED=810802542

node40.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.213
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.213
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:       1556856 kB
Buffers:         89408 kB
Cached:         278540 kB
SwapCached:          0 kB
Active:          99756 kB
Inactive:       318572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1556856 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2928 kB
Writeback:           0 kB
Mapped:          71164 kB
Slab:            65684 kB
Committed_AS:  1032624 kB
PageTables:       1948 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66252 MiB
End job on node40 at 2009-07-12 18:53:34