Trace number 1047499

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 74.5817 74.9938

DiagnosticValue
CHECKS4326
NODES1854

General information on the benchmark

Namecsp/bddLarge/
normalized-bdd-21-2713-15-79-23_ext.xml
MD5SUMbad643d1a1d7d00aa0ba4bb57c654c00
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 benchmark22.8085
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints2713
Maximum constraint arity15
Maximum domain size2
Number of constraints which are defined in extension2713
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.17/0.25	
0.17/0.25	   configuration
0.17/0.25	     name=mac.xml
0.17/0.28	   
0.17/0.28	   instance
0.17/0.28	     name=HOME/instance-1047499-1215040283.xml
0.27/0.31	   
0.27/0.31	   domains being loaded...
0.27/0.32	   
0.27/0.32	   variables being loaded...
0.27/0.34	     nbVariables=21  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=42
0.27/0.34	       =>  wckTime=0.092  cpuTime=0.09  mem=6M878
0.27/0.34	   
0.27/0.34	   relations being loaded...
0.27/0.40	   
0.27/0.40	   constraints being loaded...
1.54/1.65	     nbConstraints=2713  nbRelationTypes=1  nbGlobalConstraints=2713  nbExtensionStructures=1
1.54/1.65	     nbSharedExtensionStructures=2712  nbConflictsStructures=1  nbSharedConflictsStructures=2712
1.54/1.65	     nbSharedBinaryRepresentations=0  minDegree=1893  maxDegree=1968  minArity=15  maxArity=15  nbGenerators=0
1.54/1.65	     nbFusions=0  symmetryWckTime=0.546  symmetryCpuTime=0.25
1.54/1.65	       =>  wckTime=1.404  cpuTime=0.76  mem=109M673
1.74/1.81	   
1.74/1.82	   solver IterativeSystematicSolver being built... 
1.74/1.89	   
1.74/1.89	   INFO : Forward propagation technique limited 
1.85/1.95	       =>  wckTime=1.705  cpuTime=0.89  mem=107M974
6.33/6.42	   
6.33/6.42	   preprocessing
6.33/6.42	     nbConstraintChecks=0  nbValidityChecks=18635597  nbPropagations=21  nbRevisions=0  nbUselessRevisions=0
6.33/6.42	     nbRemovedValues=0  detectedInconsistency=no
6.33/6.42	       =>  wckTime=4.47  cpuTime=4.43  mem=107M974
16.97/17.16	   
16.97/17.16	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=108M959)
74.47/74.95	   
74.47/74.95	   search
74.47/74.95	     run=8  nbConstraintChecks=4326  nbValidityChecks=1276846636  minDepth=0  maxDepth=10  nbPropagations=10300
74.47/74.95	     nbRevisions=0  nbUselessRevisions=0  nbAssignments=1854  nbFailedAssignments=596  nbBacktracks=1197
74.47/74.95	     nbVisitedNodes=3047  nbRestartNogoods=31  nbSEliminables=0  nbREliminables=13.32  nbIEliminables=0
74.47/74.95	     nbDEliminables=0  nbPEliminables=0
74.47/74.95	       =>  wckTime=72.997  cpuTime=72.53  mem=108M959
74.47/74.95	   
74.47/74.95	   global
74.47/74.95	     nbConstraintChecks=4326  nbValidityChecks=1295482233  nbPropagations=10321  nbRestartNogoods=31
74.47/74.95	     solvingWckTime=73.0  solvingCpuTime=72.54  expiredTime=no  totalExploration=yes  nbFoundSolutions=0
74.47/74.95	     globalCpuTime=73.47
74.47/74.95	       =>  wckTime=74.706  cpuTime=73.43  mem=108M959
74.47/74.96	   
74.47/74.96	s UNSATISFIABLE
74.47/74.96	d NODES 1854
74.47/74.96	d CHECKS 4326
74.47/74.96	   
74.47/74.96	   totalWckTime=74.774  totalCpuTime=73.47

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1047499-1215040283/watcher-1047499-1215040283 -o /tmp/evaluation-result-1047499-1215040283/solver-1047499-1215040283 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1047499-1215040283.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 1.84 1.11 4/81 14181
/proc/meminfo: memFree=824096/2055920 swapFree=4110308/4192956
[pid=14181] ppid=14179 vsize=18572 CPUtime=0
/proc/14181/stat : 14181 (runsolver) R 14179 14181 13842 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 1533704531 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 215418989863 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/14181/statm: 4643 292 257 25 0 2626 0

[startup+0.00953799 s]
/proc/loadavg: 2.00 1.84 1.11 4/81 14181
/proc/meminfo: memFree=824096/2055920 swapFree=4110308/4192956
[pid=14181] ppid=14179 vsize=1612 CPUtime=0
/proc/14181/stat : 14181 (java) D 14179 14181 13842 0 -1 0 152 0 0 0 0 0 0 0 20 0 1 0 1533704531 1650688 125 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/14181/statm: 403 125 100 9 0 45 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1612

[startup+0.101548 s]
/proc/loadavg: 2.00 1.84 1.11 4/81 14181
/proc/meminfo: memFree=824096/2055920 swapFree=4110308/4192956
[pid=14181] ppid=14179 vsize=865884 CPUtime=0.07
/proc/14181/stat : 14181 (java) S 14179 14181 13842 0 -1 0 3693 0 1 0 6 1 0 0 20 0 9 0 1533704531 886665216 3168 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14181/statm: 216471 3168 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865884

[startup+0.301589 s]
/proc/loadavg: 2.00 1.84 1.11 4/81 14181
/proc/meminfo: memFree=824096/2055920 swapFree=4110308/4192956
[pid=14181] ppid=14179 vsize=866284 CPUtime=0.27
/proc/14181/stat : 14181 (java) S 14179 14181 13842 0 -1 0 5890 0 1 0 24 3 0 0 20 0 9 0 1533704531 887074816 5264 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14181/statm: 216571 5264 1954 9 0 211099 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866284

[startup+0.701667 s]
/proc/loadavg: 2.00 1.84 1.11 4/81 14181
/proc/meminfo: memFree=824096/2055920 swapFree=4110308/4192956
[pid=14181] ppid=14179 vsize=867324 CPUtime=0.67
/proc/14181/stat : 14181 (java) S 14179 14181 13842 0 -1 0 11991 0 1 0 60 7 0 0 20 0 9 0 1533704531 888139776 11351 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14181/statm: 216831 11351 1979 9 0 211359 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867324

[startup+1.50182 s]
/proc/loadavg: 2.00 1.84 1.11 4/90 14190
/proc/meminfo: memFree=711256/2055920 swapFree=4110308/4192956
[pid=14181] ppid=14179 vsize=867776 CPUtime=1.28
/proc/14181/stat : 14181 (java) S 14179 14181 13842 0 -1 0 36070 0 1 0 110 18 0 0 20 0 10 0 1533704531 888602624 35299 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14181/statm: 216944 35299 2005 9 0 211472 0
[pid=14181/tid=14183] ppid=14179 vsize=867776 CPUtime=0.87
/proc/14181/task/14183/stat : 14183 (java) S 14179 14181 13842 0 -1 64 15792 0 1 0 79 8 0 0 16 0 10 0 1533704533 888602624 35299 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=14181/tid=14184] ppid=14179 vsize=867776 CPUtime=0.18
/proc/14181/task/14184/stat : 14184 (java) S 14179 14181 13842 0 -1 64 18853 0 0 0 10 8 0 0 17 0 10 0 1533704534 888602624 35299 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14181/tid=14185] ppid=14179 vsize=867776 CPUtime=0
/proc/14181/task/14185/stat : 14185 (java) S 14179 14181 13842 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1533704534 888602624 35299 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14181/tid=14186] ppid=14179 vsize=867776 CPUtime=0
/proc/14181/task/14186/stat : 14186 (java) S 14179 14181 13842 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 1533704534 888602624 35299 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14181/tid=14187] ppid=14179 vsize=867776 CPUtime=0
/proc/14181/task/14187/stat : 14187 (java) S 14179 14181 13842 0 -1 64 1 0 0 0 0 0 0 0 22 0 10 0 1533704536 888602624 35299 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14181/tid=14188] ppid=14179 vsize=867776 CPUtime=0.2
/proc/14181/task/14188/stat : 14188 (java) S 14179 14181 13842 0 -1 64 653 0 0 0 20 0 0 0 15 0 10 0 1533704536 888602624 35299 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14181/tid=14189] ppid=14179 vsize=867776 CPUtime=0
/proc/14181/task/14189/stat : 14189 (java) S 14179 14181 13842 0 -1 64 1 0 0 0 0 0 0 0 23 0 10 0 1533704536 888602624 35299 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14181/tid=14190] ppid=14179 vsize=867776 CPUtime=0
/proc/14181/task/14190/stat : 14190 (java) S 14179 14181 13842 0 -1 64 7 0 0 0 0 0 0 0 15 0 10 0 1533704536 888602624 35299 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 867776

[startup+3.10212 s]
/proc/loadavg: 2.00 1.84 1.11 4/90 14194
/proc/meminfo: memFree=663640/2055920 swapFree=4110308/4192956
[pid=14181] ppid=14179 vsize=867892 CPUtime=3.04
/proc/14181/stat : 14181 (java) S 14179 14181 13842 0 -1 0 56403 982 1 0 256 24 22 2 20 0 9 0 1533704531 888721408 42197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14181/statm: 216973 42197 2636 9 0 211479 0
[pid=14181/tid=14183] ppid=14179 vsize=867892 CPUtime=2.43
/proc/14181/task/14183/stat : 14183 (java) R 14179 14181 13842 0 -1 64 21291 982 1 0 209 10 22 2 25 0 9 0 1533704533 888721408 42197 996147200 134512640 134550740 4294955984 18446744073709551615 4127076215 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14181/tid=14184] ppid=14179 vsize=867892 CPUtime=0.56
/proc/14181/task/14184/stat : 14184 (java) S 14179 14181 13842 0 -1 64 33415 982 0 0 21 11 22 2 18 0 9 0 1533704534 888721408 42197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14181/tid=14185] ppid=14179 vsize=867892 CPUtime=0.24
/proc/14181/task/14185/stat : 14185 (java) S 14179 14181 13842 0 -1 64 18 982 0 0 0 0 22 2 16 0 9 0 1533704534 888721408 42197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14181/tid=14186] ppid=14179 vsize=867892 CPUtime=0.24
/proc/14181/task/14186/stat : 14186 (java) S 14179 14181 13842 0 -1 64 9 982 0 0 0 0 22 2 16 0 9 0 1533704534 888721408 42197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14181/tid=14187] ppid=14179 vsize=867892 CPUtime=0.24
/proc/14181/task/14187/stat : 14187 (java) S 14179 14181 13842 0 -1 64 1 982 0 0 0 0 22 2 22 0 9 0 1533704536 888721408 42197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14181/tid=14188] ppid=14179 vsize=867892 CPUtime=0.48
/proc/14181/task/14188/stat : 14188 (java) S 14179 14181 13842 0 -1 64 850 982 0 0 24 0 22 2 15 0 9 0 1533704536 888721408 42197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14181/tid=14189] ppid=14179 vsize=867892 CPUtime=0.24
/proc/14181/task/14189/stat : 14189 (java) S 14179 14181 13842 0 -1 64 1 982 0 0 0 0 22 2 23 0 9 0 1533704536 888721408 42197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14181/tid=14190] ppid=14179 vsize=867892 CPUtime=0.24
/proc/14181/task/14190/stat : 14190 (java) S 14179 14181 13842 0 -1 64 14 982 0 0 0 0 22 2 15 0 9 0 1533704536 888721408 42197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 867892

[startup+6.30174 s]
/proc/loadavg: 2.00 1.85 1.11 3/90 14194
/proc/meminfo: memFree=661272/2055920 swapFree=4110308/4192956
[pid=14181] ppid=14179 vsize=867892 CPUtime=6.22
/proc/14181/stat : 14181 (java) S 14179 14181 13842 0 -1 0 59849 982 1 0 573 25 22 2 20 0 9 0 1533704531 888721408 42199 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14181/statm: 216973 42199 2636 9 0 211479 0
[pid=14181/tid=14183] ppid=14179 vsize=867892 CPUtime=5.61
/proc/14181/task/14183/stat : 14183 (java) R 14179 14181 13842 0 -1 64 24707 982 1 0 526 11 22 2 25 0 9 0 1533704533 888721408 42199 996147200 134512640 134550740 4294955984 18446744073709551615 4127076126 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14181/tid=14184] ppid=14179 vsize=867892 CPUtime=0.56
/proc/14181/task/14184/stat : 14184 (java) S 14179 14181 13842 0 -1 64 33415 982 0 0 21 11 22 2 16 0 9 0 1533704534 888721408 42199 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14181/tid=14185] ppid=14179 vsize=867892 CPUtime=0.24
/proc/14181/task/14185/stat : 14185 (java) S 14179 14181 13842 0 -1 64 18 982 0 0 0 0 22 2 16 0 9 0 1533704534 888721408 42199 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14181/tid=14186] ppid=14179 vsize=867892 CPUtime=0.24
/proc/14181/task/14186/stat : 14186 (java) S 14179 14181 13842 0 -1 64 9 982 0 0 0 0 22 2 16 0 9 0 1533704534 888721408 42199 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14181/tid=14187] ppid=14179 vsize=867892 CPUtime=0.24
/proc/14181/task/14187/stat : 14187 (java) S 14179 14181 13842 0 -1 64 1 982 0 0 0 0 22 2 22 0 9 0 1533704536 888721408 42199 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14181/tid=14188] ppid=14179 vsize=867892 CPUtime=0.49
/proc/14181/task/14188/stat : 14188 (java) S 14179 14181 13842 0 -1 64 854 982 0 0 25 0 22 2 15 0 9 0 1533704536 888721408 42199 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14181/tid=14189] ppid=14179 vsize=867892 CPUtime=0.24
/proc/14181/task/14189/stat : 14189 (java) S 14179 14181 13842 0 -1 64 1 982 0 0 0 0 22 2 23 0 9 0 1533704536 888721408 42199 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14181/tid=14190] ppid=14179 vsize=867892 CPUtime=0.24
/proc/14181/task/14190/stat : 14190 (java) S 14179 14181 13842 0 -1 64 40 982 0 0 0 0 22 2 15 0 9 0 1533704536 888721408 42199 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867892

[startup+12.703 s]
/proc/loadavg: 2.00 1.85 1.12 3/90 14194
/proc/meminfo: memFree=656728/2055920 swapFree=4110308/4192956
[pid=14181] ppid=14179 vsize=867892 CPUtime=12.59
/proc/14181/stat : 14181 (java) S 14179 14181 13842 0 -1 0 65942 982 1 0 1208 27 22 2 20 0 9 0 1533704531 888721408 42210 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14181/statm: 216973 42210 2636 9 0 211479 0
[pid=14181/tid=14183] ppid=14179 vsize=867892 CPUtime=11.97
/proc/14181/task/14183/stat : 14183 (java) R 14179 14181 13842 0 -1 64 30773 982 1 0 1160 13 22 2 25 0 9 0 1533704533 888721408 42210 996147200 134512640 134550740 4294955984 18446744073709551615 4127075979 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14181/tid=14184] ppid=14179 vsize=867892 CPUtime=0.56
/proc/14181/task/14184/stat : 14184 (java) S 14179 14181 13842 0 -1 64 33415 982 0 0 21 11 22 2 16 0 9 0 1533704534 888721408 42210 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14181/tid=14185] ppid=14179 vsize=867892 CPUtime=0.24
/proc/14181/task/14185/stat : 14185 (java) S 14179 14181 13842 0 -1 64 18 982 0 0 0 0 22 2 16 0 9 0 1533704534 888721408 42210 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14181/tid=14186] ppid=14179 vsize=867892 CPUtime=0.24
/proc/14181/task/14186/stat : 14186 (java) S 14179 14181 13842 0 -1 64 9 982 0 0 0 0 22 2 16 0 9 0 1533704534 888721408 42210 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14181/tid=14187] ppid=14179 vsize=867892 CPUtime=0.24
/proc/14181/task/14187/stat : 14187 (java) S 14179 14181 13842 0 -1 64 1 982 0 0 0 0 22 2 22 0 9 0 1533704536 888721408 42210 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14181/tid=14188] ppid=14179 vsize=867892 CPUtime=0.5
/proc/14181/task/14188/stat : 14188 (java) S 14179 14181 13842 0 -1 64 881 982 0 0 26 0 22 2 15 0 9 0 1533704536 888721408 42210 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14181/tid=14189] ppid=14179 vsize=867892 CPUtime=0.24
/proc/14181/task/14189/stat : 14189 (java) S 14179 14181 13842 0 -1 64 1 982 0 0 0 0 22 2 23 0 9 0 1533704536 888721408 42210 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14181/tid=14190] ppid=14179 vsize=867892 CPUtime=0.24
/proc/14181/task/14190/stat : 14190 (java) S 14179 14181 13842 0 -1 64 40 982 0 0 0 0 22 2 15 0 9 0 1533704536 888721408 42210 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 867892

[startup+25.5014 s]
/proc/loadavg: 2.00 1.86 1.13 3/90 14194
/proc/meminfo: memFree=647768/2055920 swapFree=4110308/4192956
[pid=14181] ppid=14179 vsize=867892 CPUtime=25.32
/proc/14181/stat : 14181 (java) S 14179 14181 13842 0 -1 0 65977 982 1 0 2481 27 22 2 20 0 9 0 1533704531 888721408 42220 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14181/statm: 216973 42220 2636 9 0 211479 0
[pid=14181/tid=14183] ppid=14179 vsize=867892 CPUtime=24.67
/proc/14181/task/14183/stat : 14183 (java) R 14179 14181 13842 0 -1 64 30783 982 1 0 2430 13 22 2 25 0 9 0 1533704533 888721408 42220 996147200 134512640 134550740 4294955984 18446744073709551615 4127094494 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14181/tid=14184] ppid=14179 vsize=867892 CPUtime=0.56
/proc/14181/task/14184/stat : 14184 (java) S 14179 14181 13842 0 -1 64 33415 982 0 0 21 11 22 2 16 0 9 0 1533704534 888721408 42220 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14181/tid=14185] ppid=14179 vsize=867892 CPUtime=0.24
/proc/14181/task/14185/stat : 14185 (java) S 14179 14181 13842 0 -1 64 18 982 0 0 0 0 22 2 16 0 9 0 1533704534 888721408 42220 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14181/tid=14186] ppid=14179 vsize=867892 CPUtime=0.24
/proc/14181/task/14186/stat : 14186 (java) S 14179 14181 13842 0 -1 64 9 982 0 0 0 0 22 2 16 0 9 0 1533704534 888721408 42220 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14181/tid=14187] ppid=14179 vsize=867892 CPUtime=0.24
/proc/14181/task/14187/stat : 14187 (java) S 14179 14181 13842 0 -1 64 1 982 0 0 0 0 22 2 22 0 9 0 1533704536 888721408 42220 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14181/tid=14188] ppid=14179 vsize=867892 CPUtime=0.54
/proc/14181/task/14188/stat : 14188 (java) S 14179 14181 13842 0 -1 64 906 982 0 0 29 1 22 2 16 0 9 0 1533704536 888721408 42220 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14181/tid=14189] ppid=14179 vsize=867892 CPUtime=0.24
/proc/14181/task/14189/stat : 14189 (java) S 14179 14181 13842 0 -1 64 1 982 0 0 0 0 22 2 23 0 9 0 1533704536 888721408 42220 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14181/tid=14190] ppid=14179 vsize=867892 CPUtime=0.24
/proc/14181/task/14190/stat : 14190 (java) S 14179 14181 13842 0 -1 64 40 982 0 0 0 0 22 2 15 0 9 0 1533704536 888721408 42220 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 867892

[startup+51.1013 s]
/proc/loadavg: 2.00 1.87 1.15 3/90 14194
/proc/meminfo: memFree=629976/2055920 swapFree=4110308/4192956
[pid=14181] ppid=14179 vsize=867892 CPUtime=50.79
/proc/14181/stat : 14181 (java) S 14179 14181 13842 0 -1 0 65994 982 1 0 5027 28 22 2 20 0 9 0 1533704531 888721408 42225 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14181/statm: 216973 42225 2636 9 0 211479 0
[pid=14181/tid=14183] ppid=14179 vsize=867892 CPUtime=50.13
/proc/14181/task/14183/stat : 14183 (java) R 14179 14181 13842 0 -1 64 30793 982 1 0 4975 14 22 2 25 0 9 0 1533704533 888721408 42225 996147200 134512640 134550740 4294955984 18446744073709551615 4127075979 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14181/tid=14184] ppid=14179 vsize=867892 CPUtime=0.56
/proc/14181/task/14184/stat : 14184 (java) S 14179 14181 13842 0 -1 64 33415 982 0 0 21 11 22 2 16 0 9 0 1533704534 888721408 42225 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14181/tid=14185] ppid=14179 vsize=867892 CPUtime=0.24
/proc/14181/task/14185/stat : 14185 (java) S 14179 14181 13842 0 -1 64 18 982 0 0 0 0 22 2 16 0 9 0 1533704534 888721408 42225 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14181/tid=14186] ppid=14179 vsize=867892 CPUtime=0.24
/proc/14181/task/14186/stat : 14186 (java) S 14179 14181 13842 0 -1 64 9 982 0 0 0 0 22 2 16 0 9 0 1533704534 888721408 42225 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14181/tid=14187] ppid=14179 vsize=867892 CPUtime=0.24
/proc/14181/task/14187/stat : 14187 (java) S 14179 14181 13842 0 -1 64 1 982 0 0 0 0 22 2 22 0 9 0 1533704536 888721408 42225 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14181/tid=14188] ppid=14179 vsize=867892 CPUtime=0.54
/proc/14181/task/14188/stat : 14188 (java) S 14179 14181 13842 0 -1 64 913 982 0 0 29 1 22 2 17 0 9 0 1533704536 888721408 42225 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14181/tid=14189] ppid=14179 vsize=867892 CPUtime=0.24
/proc/14181/task/14189/stat : 14189 (java) S 14179 14181 13842 0 -1 64 1 982 0 0 0 0 22 2 23 0 9 0 1533704536 888721408 42225 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14181/tid=14190] ppid=14179 vsize=867892 CPUtime=0.24
/proc/14181/task/14190/stat : 14190 (java) S 14179 14181 13842 0 -1 64 40 982 0 0 0 0 22 2 15 0 9 0 1533704536 888721408 42225 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 867892

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

[startup+63.9027 s]
/proc/loadavg: 2.00 1.87 1.16 3/90 14194
/proc/meminfo: memFree=621400/2055920 swapFree=4110308/4192956
[pid=14181] ppid=14179 vsize=867892 CPUtime=63.53
/proc/14181/stat : 14181 (java) S 14179 14181 13842 0 -1 0 66004 982 1 0 6301 28 22 2 20 0 9 0 1533704531 888721408 42230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14181/statm: 216973 42230 2636 9 0 211479 0
[pid=14181/tid=14183] ppid=14179 vsize=867892 CPUtime=62.86
/proc/14181/task/14183/stat : 14183 (java) R 14179 14181 13842 0 -1 64 30797 982 1 0 6248 14 22 2 25 0 9 0 1533704533 888721408 42230 996147200 134512640 134550740 4294955984 18446744073709551615 4127075995 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14181/tid=14184] ppid=14179 vsize=867892 CPUtime=0.56
/proc/14181/task/14184/stat : 14184 (java) S 14179 14181 13842 0 -1 64 33415 982 0 0 21 11 22 2 16 0 9 0 1533704534 888721408 42230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14181/tid=14185] ppid=14179 vsize=867892 CPUtime=0.24
/proc/14181/task/14185/stat : 14185 (java) S 14179 14181 13842 0 -1 64 18 982 0 0 0 0 22 2 16 0 9 0 1533704534 888721408 42230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14181/tid=14186] ppid=14179 vsize=867892 CPUtime=0.24
/proc/14181/task/14186/stat : 14186 (java) S 14179 14181 13842 0 -1 64 9 982 0 0 0 0 22 2 16 0 9 0 1533704534 888721408 42230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14181/tid=14187] ppid=14179 vsize=867892 CPUtime=0.24
/proc/14181/task/14187/stat : 14187 (java) S 14179 14181 13842 0 -1 64 1 982 0 0 0 0 22 2 22 0 9 0 1533704536 888721408 42230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14181/tid=14188] ppid=14179 vsize=867892 CPUtime=0.55
/proc/14181/task/14188/stat : 14188 (java) S 14179 14181 13842 0 -1 64 919 982 0 0 30 1 22 2 16 0 9 0 1533704536 888721408 42230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14181/tid=14189] ppid=14179 vsize=867892 CPUtime=0.24
/proc/14181/task/14189/stat : 14189 (java) S 14179 14181 13842 0 -1 64 1 982 0 0 0 0 22 2 23 0 9 0 1533704536 888721408 42230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14181/tid=14190] ppid=14179 vsize=867892 CPUtime=0.24
/proc/14181/task/14190/stat : 14190 (java) S 14179 14181 13842 0 -1 64 40 982 0 0 0 0 22 2 15 0 9 0 1533704536 888721408 42230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 63.53
Current children cumulated vsize (KiB) 867892

[startup+70.303 s]
/proc/loadavg: 2.00 1.87 1.17 3/90 14194
/proc/meminfo: memFree=616920/2055920 swapFree=4110308/4192956
[pid=14181] ppid=14179 vsize=867892 CPUtime=69.9
/proc/14181/stat : 14181 (java) S 14179 14181 13842 0 -1 0 66011 982 1 0 6938 28 22 2 20 0 9 0 1533704531 888721408 42235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14181/statm: 216973 42235 2636 9 0 211479 0
[pid=14181/tid=14183] ppid=14179 vsize=867892 CPUtime=69.22
/proc/14181/task/14183/stat : 14183 (java) R 14179 14181 13842 0 -1 64 30799 982 1 0 6884 14 22 2 25 0 9 0 1533704533 888721408 42235 996147200 134512640 134550740 4294955984 18446744073709551615 4125952113 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14181/tid=14184] ppid=14179 vsize=867892 CPUtime=0.56
/proc/14181/task/14184/stat : 14184 (java) S 14179 14181 13842 0 -1 64 33415 982 0 0 21 11 22 2 16 0 9 0 1533704534 888721408 42235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14181/tid=14185] ppid=14179 vsize=867892 CPUtime=0.24
/proc/14181/task/14185/stat : 14185 (java) S 14179 14181 13842 0 -1 64 18 982 0 0 0 0 22 2 16 0 9 0 1533704534 888721408 42235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14181/tid=14186] ppid=14179 vsize=867892 CPUtime=0.24
/proc/14181/task/14186/stat : 14186 (java) S 14179 14181 13842 0 -1 64 9 982 0 0 0 0 22 2 16 0 9 0 1533704534 888721408 42235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14181/tid=14187] ppid=14179 vsize=867892 CPUtime=0.24
/proc/14181/task/14187/stat : 14187 (java) S 14179 14181 13842 0 -1 64 1 982 0 0 0 0 22 2 22 0 9 0 1533704536 888721408 42235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14181/tid=14188] ppid=14179 vsize=867892 CPUtime=0.56
/proc/14181/task/14188/stat : 14188 (java) S 14179 14181 13842 0 -1 64 924 982 0 0 31 1 22 2 16 0 9 0 1533704536 888721408 42235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14181/tid=14189] ppid=14179 vsize=867892 CPUtime=0.24
/proc/14181/task/14189/stat : 14189 (java) S 14179 14181 13842 0 -1 64 1 982 0 0 0 0 22 2 23 0 9 0 1533704536 888721408 42235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14181/tid=14190] ppid=14179 vsize=867892 CPUtime=0.24
/proc/14181/task/14190/stat : 14190 (java) S 14179 14181 13842 0 -1 64 40 982 0 0 0 0 22 2 15 0 9 0 1533704536 888721408 42235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 69.9
Current children cumulated vsize (KiB) 867892

[startup+73.5026 s]
/proc/loadavg: 2.00 1.87 1.17 3/90 14194
/proc/meminfo: memFree=615448/2055920 swapFree=4110308/4192956
[pid=14181] ppid=14179 vsize=867892 CPUtime=73.08
/proc/14181/stat : 14181 (java) S 14179 14181 13842 0 -1 0 66012 982 1 0 7256 28 22 2 20 0 9 0 1533704531 888721408 42235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14181/statm: 216973 42235 2636 9 0 211479 0
[pid=14181/tid=14183] ppid=14179 vsize=867892 CPUtime=72.4
/proc/14181/task/14183/stat : 14183 (java) R 14179 14181 13842 0 -1 64 30800 982 1 0 7202 14 22 2 25 0 9 0 1533704533 888721408 42235 996147200 134512640 134550740 4294955984 18446744073709551615 4127115519 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14181/tid=14184] ppid=14179 vsize=867892 CPUtime=0.56
/proc/14181/task/14184/stat : 14184 (java) S 14179 14181 13842 0 -1 64 33415 982 0 0 21 11 22 2 16 0 9 0 1533704534 888721408 42235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14181/tid=14185] ppid=14179 vsize=867892 CPUtime=0.24
/proc/14181/task/14185/stat : 14185 (java) S 14179 14181 13842 0 -1 64 18 982 0 0 0 0 22 2 16 0 9 0 1533704534 888721408 42235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14181/tid=14186] ppid=14179 vsize=867892 CPUtime=0.24
/proc/14181/task/14186/stat : 14186 (java) S 14179 14181 13842 0 -1 64 9 982 0 0 0 0 22 2 16 0 9 0 1533704534 888721408 42235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14181/tid=14187] ppid=14179 vsize=867892 CPUtime=0.24
/proc/14181/task/14187/stat : 14187 (java) S 14179 14181 13842 0 -1 64 1 982 0 0 0 0 22 2 22 0 9 0 1533704536 888721408 42235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14181/tid=14188] ppid=14179 vsize=867892 CPUtime=0.56
/proc/14181/task/14188/stat : 14188 (java) S 14179 14181 13842 0 -1 64 924 982 0 0 31 1 22 2 16 0 9 0 1533704536 888721408 42235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14181/tid=14189] ppid=14179 vsize=867892 CPUtime=0.24
/proc/14181/task/14189/stat : 14189 (java) S 14179 14181 13842 0 -1 64 1 982 0 0 0 0 22 2 23 0 9 0 1533704536 888721408 42235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14181/tid=14190] ppid=14179 vsize=867892 CPUtime=0.24
/proc/14181/task/14190/stat : 14190 (java) S 14179 14181 13842 0 -1 64 40 982 0 0 0 0 22 2 15 0 9 0 1533704536 888721408 42235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 73.08
Current children cumulated vsize (KiB) 867892

[startup+74.3027 s]
/proc/loadavg: 2.00 1.88 1.17 3/90 14194
/proc/meminfo: memFree=614680/2055920 swapFree=4110308/4192956
[pid=14181] ppid=14179 vsize=867892 CPUtime=73.87
/proc/14181/stat : 14181 (java) S 14179 14181 13842 0 -1 0 66012 982 1 0 7335 28 22 2 20 0 9 0 1533704531 888721408 42235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14181/statm: 216973 42235 2636 9 0 211479 0
[pid=14181/tid=14183] ppid=14179 vsize=867892 CPUtime=73.19
/proc/14181/task/14183/stat : 14183 (java) R 14179 14181 13842 0 -1 64 30800 982 1 0 7281 14 22 2 25 0 9 0 1533704533 888721408 42235 996147200 134512640 134550740 4294955984 18446744073709551615 4127076231 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14181/tid=14184] ppid=14179 vsize=867892 CPUtime=0.56
/proc/14181/task/14184/stat : 14184 (java) S 14179 14181 13842 0 -1 64 33415 982 0 0 21 11 22 2 16 0 9 0 1533704534 888721408 42235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14181/tid=14185] ppid=14179 vsize=867892 CPUtime=0.24
/proc/14181/task/14185/stat : 14185 (java) S 14179 14181 13842 0 -1 64 18 982 0 0 0 0 22 2 16 0 9 0 1533704534 888721408 42235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14181/tid=14186] ppid=14179 vsize=867892 CPUtime=0.24
/proc/14181/task/14186/stat : 14186 (java) S 14179 14181 13842 0 -1 64 9 982 0 0 0 0 22 2 16 0 9 0 1533704534 888721408 42235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14181/tid=14187] ppid=14179 vsize=867892 CPUtime=0.24
/proc/14181/task/14187/stat : 14187 (java) S 14179 14181 13842 0 -1 64 1 982 0 0 0 0 22 2 22 0 9 0 1533704536 888721408 42235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14181/tid=14188] ppid=14179 vsize=867892 CPUtime=0.56
/proc/14181/task/14188/stat : 14188 (java) S 14179 14181 13842 0 -1 64 924 982 0 0 31 1 22 2 16 0 9 0 1533704536 888721408 42235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14181/tid=14189] ppid=14179 vsize=867892 CPUtime=0.24
/proc/14181/task/14189/stat : 14189 (java) S 14179 14181 13842 0 -1 64 1 982 0 0 0 0 22 2 23 0 9 0 1533704536 888721408 42235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14181/tid=14190] ppid=14179 vsize=867892 CPUtime=0.24
/proc/14181/task/14190/stat : 14190 (java) S 14179 14181 13842 0 -1 64 40 982 0 0 0 0 22 2 15 0 9 0 1533704536 888721408 42235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 73.87
Current children cumulated vsize (KiB) 867892

[startup+74.7028 s]
/proc/loadavg: 2.00 1.88 1.17 3/90 14194
/proc/meminfo: memFree=613912/2055920 swapFree=4110308/4192956
[pid=14181] ppid=14179 vsize=867892 CPUtime=74.28
/proc/14181/stat : 14181 (java) S 14179 14181 13842 0 -1 0 66012 982 1 0 7376 28 22 2 20 0 9 0 1533704531 888721408 42235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14181/statm: 216973 42235 2636 9 0 211479 0
[pid=14181/tid=14183] ppid=14179 vsize=867892 CPUtime=73.6
/proc/14181/task/14183/stat : 14183 (java) R 14179 14181 13842 0 -1 64 30800 982 1 0 7322 14 22 2 25 0 9 0 1533704533 888721408 42235 996147200 134512640 134550740 4294955984 18446744073709551615 4127094497 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14181/tid=14184] ppid=14179 vsize=867892 CPUtime=0.56
/proc/14181/task/14184/stat : 14184 (java) S 14179 14181 13842 0 -1 64 33415 982 0 0 21 11 22 2 16 0 9 0 1533704534 888721408 42235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14181/tid=14185] ppid=14179 vsize=867892 CPUtime=0.24
/proc/14181/task/14185/stat : 14185 (java) S 14179 14181 13842 0 -1 64 18 982 0 0 0 0 22 2 16 0 9 0 1533704534 888721408 42235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14181/tid=14186] ppid=14179 vsize=867892 CPUtime=0.24
/proc/14181/task/14186/stat : 14186 (java) S 14179 14181 13842 0 -1 64 9 982 0 0 0 0 22 2 16 0 9 0 1533704534 888721408 42235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14181/tid=14187] ppid=14179 vsize=867892 CPUtime=0.24
/proc/14181/task/14187/stat : 14187 (java) S 14179 14181 13842 0 -1 64 1 982 0 0 0 0 22 2 22 0 9 0 1533704536 888721408 42235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14181/tid=14188] ppid=14179 vsize=867892 CPUtime=0.56
/proc/14181/task/14188/stat : 14188 (java) S 14179 14181 13842 0 -1 64 924 982 0 0 31 1 22 2 16 0 9 0 1533704536 888721408 42235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14181/tid=14189] ppid=14179 vsize=867892 CPUtime=0.24
/proc/14181/task/14189/stat : 14189 (java) S 14179 14181 13842 0 -1 64 1 982 0 0 0 0 22 2 23 0 9 0 1533704536 888721408 42235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14181/tid=14190] ppid=14179 vsize=867892 CPUtime=0.24
/proc/14181/task/14190/stat : 14190 (java) R 14179 14181 13842 0 -1 64 40 982 0 0 0 0 22 2 15 0 9 0 1533704536 888721408 42235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 74.28
Current children cumulated vsize (KiB) 867892

[startup+74.9028 s]
/proc/loadavg: 2.00 1.88 1.17 3/90 14194
/proc/meminfo: memFree=613912/2055920 swapFree=4110308/4192956
[pid=14181] ppid=14179 vsize=867892 CPUtime=74.47
/proc/14181/stat : 14181 (java) S 14179 14181 13842 0 -1 0 66012 982 1 0 7395 28 22 2 20 0 9 0 1533704531 888721408 42235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14181/statm: 216973 42235 2636 9 0 211479 0
[pid=14181/tid=14183] ppid=14179 vsize=867892 CPUtime=73.79
/proc/14181/task/14183/stat : 14183 (java) R 14179 14181 13842 0 -1 64 30800 982 1 0 7341 14 22 2 25 0 9 0 1533704533 888721408 42235 996147200 134512640 134550740 4294955984 18446744073709551615 4127076021 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14181/tid=14184] ppid=14179 vsize=867892 CPUtime=0.56
/proc/14181/task/14184/stat : 14184 (java) S 14179 14181 13842 0 -1 64 33415 982 0 0 21 11 22 2 16 0 9 0 1533704534 888721408 42235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14181/tid=14185] ppid=14179 vsize=867892 CPUtime=0.24
/proc/14181/task/14185/stat : 14185 (java) S 14179 14181 13842 0 -1 64 18 982 0 0 0 0 22 2 16 0 9 0 1533704534 888721408 42235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14181/tid=14186] ppid=14179 vsize=867892 CPUtime=0.24
/proc/14181/task/14186/stat : 14186 (java) S 14179 14181 13842 0 -1 64 9 982 0 0 0 0 22 2 16 0 9 0 1533704534 888721408 42235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14181/tid=14187] ppid=14179 vsize=867892 CPUtime=0.24
/proc/14181/task/14187/stat : 14187 (java) S 14179 14181 13842 0 -1 64 1 982 0 0 0 0 22 2 22 0 9 0 1533704536 888721408 42235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14181/tid=14188] ppid=14179 vsize=867892 CPUtime=0.56
/proc/14181/task/14188/stat : 14188 (java) S 14179 14181 13842 0 -1 64 924 982 0 0 31 1 22 2 16 0 9 0 1533704536 888721408 42235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14181/tid=14189] ppid=14179 vsize=867892 CPUtime=0.24
/proc/14181/task/14189/stat : 14189 (java) S 14179 14181 13842 0 -1 64 1 982 0 0 0 0 22 2 23 0 9 0 1533704536 888721408 42235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14181/tid=14190] ppid=14179 vsize=867892 CPUtime=0.24
/proc/14181/task/14190/stat : 14190 (java) S 14179 14181 13842 0 -1 64 40 982 0 0 0 0 22 2 15 0 9 0 1533704536 888721408 42235 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 74.47
Current children cumulated vsize (KiB) 867892

Child status: 0
Real time (s): 74.9938
CPU time (s): 74.5817
CPU user time (s): 74.2427
CPU system time (s): 0.338948
CPU usage (%): 99.4505
Max. virtual memory (cumulated for all children) (KiB): 868076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 74.2427
system time used= 0.338948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67087
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= 3060
involuntary context switches= 3835

runsolver used 0.089986 second user time and 0.26296 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-03 01:11:23
IDJOB=1047499
IDBENCH=54149
IDSOLVER=363
FILE ID=node9/1047499-1215040283
PBS_JOBID= 7875155
Free space on /tmp= 66076 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/bddLarge/normalized-bdd-21-2713-15-79-23_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= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1047499-1215040283/watcher-1047499-1215040283 -o /tmp/evaluation-result-1047499-1215040283/solver-1047499-1215040283 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1047499-1215040283.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bad643d1a1d7d00aa0ba4bb57c654c00
RANDOM SEED=348628559

node9.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.265
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	: 5931.00
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.265
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:        824576 kB
Buffers:         79836 kB
Cached:         882476 kB
SwapCached:      76456 kB
Active:         600204 kB
Inactive:       542180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        824576 kB
SwapTotal:     4192956 kB
SwapFree:      4110308 kB
Dirty:            2808 kB
Writeback:           0 kB
Mapped:         190292 kB
Slab:            73824 kB
Committed_AS:  3605448 kB
PageTables:       2240 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= 66028 MiB
End job on node9 at 2008-07-03 01:12:38