Trace number 1048919

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 22.6776 22.842

DiagnosticValue
CHECKS791
NODES0

General information on the benchmark

Namecsp/pseudo/ssa/
normalized-ssa-6288-047.xml
MD5SUMdd00c5def4c55b065ec455ee1bcb23cb
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.51962
Satisfiable
(Un)Satisfiability was proved
Number of variables20820
Number of constraints44644
Maximum constraint arity6
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension44644
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.19/0.23	
0.19/0.23	   configuration
0.19/0.23	     name=mac.xml
0.19/0.27	   
0.19/0.27	   instance
0.19/0.27	     name=HOME/instance-1048919-1215044237.xml
0.29/0.30	   
0.29/0.30	   domains being loaded...
0.29/0.31	   
0.29/0.31	   variables being loaded...
0.79/0.86	     nbVariables=20820  nbDomainTypes=2  minDomainSize=1  maxDomainSize=2  nbTotalValues=41636
0.79/0.86	       =>  wckTime=0.62  cpuTime=0.44  mem=23M75
0.79/0.86	   
0.79/0.86	   predicates being loaded...
0.89/0.91	   
0.89/0.91	   constraints being loaded...
20.55/20.75	     nbConstraints=44659  nbGlobalConstraints=15  nbSingletonDomainVariables=4  nbConvertedConstraints=28128
20.55/20.75	     nbConvertConstraintsChecks=136  nbExtensionStructures=4  nbSharedExtensionStructures=28124  nbConflictsStructures=9
20.55/20.75	     nbSharedConflictsStructures=44635  nbSharedBinaryRepresentations=10  nbEvaluationManagers=5
20.55/20.75	     nbSharedEvaluationManagers=16511  minDegree=1  maxDegree=17  minArity=2  avgArity=2.43  maxArity=6  nbGenerators=15
20.55/20.75	     nbFusions=0  symmetryWckTime=12.351  symmetryCpuTime=0.56
20.55/20.75	       =>  wckTime=20.515  cpuTime=7.19  mem=304M392
21.26/21.43	   
21.26/21.43	   solver IterativeSystematicSolver being built... 
21.66/21.89	   
21.66/21.89	   INFO : Forward propagation technique limited 
22.45/22.63	       =>  wckTime=22.392  cpuTime=8.14  mem=311M917
22.55/22.74	   
22.55/22.74	   preprocessing
22.55/22.74	     nbConstraintChecks=791  nbValidityChecks=26  nbPropagations=21003  nbRevisions=539  nbUselessRevisions=343
22.55/22.74	     nbRemovedValues=196  detectedInconsistency=yes
22.55/22.74	       =>  wckTime=0.09  cpuTime=0.07  mem=313M938
22.55/22.75	   
22.55/22.75	   global
22.55/22.75	     nbConstraintChecks=791  nbValidityChecks=26  nbPropagations=21003  nbRevisions=539  nbUselessRevisions=343
22.55/22.75	     nbRestartNogoods=0  solvingWckTime=0.099  solvingCpuTime=0.08  expiredTime=no  totalExploration=yes
22.55/22.75	     nbFoundSolutions=0  globalCpuTime=8.28
22.55/22.75	       =>  wckTime=22.511  cpuTime=8.24  mem=313M938
22.55/22.76	   
22.55/22.76	s UNSATISFIABLE
22.55/22.76	d NODES 0
22.55/22.76	d CHECKS 791
22.55/22.76	   
22.55/22.76	   totalWckTime=22.584  totalCpuTime=8.28

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-1048919-1215044237/watcher-1048919-1215044237 -o /tmp/evaluation-result-1048919-1215044237/solver-1048919-1215044237 -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-1048919-1215044237.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.15 2.06 1.96 4/80 28995
/proc/meminfo: memFree=1712128/2055920 swapFree=4181476/4192956
[pid=28995] ppid=28993 vsize=152 CPUtime=0
/proc/28995/stat : 28995 (java) R 28993 28995 27576 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 1983393251 155648 26 996147200 134512640 134550740 4294955984 18446744073709551615 6889771 0 0 4096 0 0 0 0 17 0 0 0
/proc/28995/statm: 38 26 19 9 0 4 0

[startup+0.085337 s]
/proc/loadavg: 2.15 2.06 1.96 4/80 28995
/proc/meminfo: memFree=1712128/2055920 swapFree=4181476/4192956
[pid=28995] ppid=28993 vsize=865884 CPUtime=0.08
/proc/28995/stat : 28995 (java) S 28993 28995 27576 0 -1 0 3663 0 1 0 6 2 0 0 18 0 9 0 1983393251 886665216 3143 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28995/statm: 216471 3146 1680 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.101341 s]
/proc/loadavg: 2.15 2.06 1.96 4/80 28995
/proc/meminfo: memFree=1712128/2055920 swapFree=4181476/4192956
[pid=28995] ppid=28993 vsize=865884 CPUtime=0.09
/proc/28995/stat : 28995 (java) S 28993 28995 27576 0 -1 0 3806 0 1 0 7 2 0 0 18 0 9 0 1983393251 886665216 3257 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28995/statm: 216471 3258 1724 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301378 s]
/proc/loadavg: 2.15 2.06 1.96 4/80 28995
/proc/meminfo: memFree=1712128/2055920 swapFree=4181476/4192956
[pid=28995] ppid=28993 vsize=866400 CPUtime=0.29
/proc/28995/stat : 28995 (java) S 28993 28995 27576 0 -1 0 6050 0 1 0 26 3 0 0 18 0 9 0 1983393251 887193600 5424 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28995/statm: 216600 5425 1958 9 0 211128 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866400

[startup+0.701456 s]
/proc/loadavg: 2.15 2.06 1.96 4/80 28995
/proc/meminfo: memFree=1712128/2055920 swapFree=4181476/4192956
[pid=28995] ppid=28993 vsize=867428 CPUtime=0.69
/proc/28995/stat : 28995 (java) S 28993 28995 27576 0 -1 0 16072 0 1 0 60 9 0 0 18 0 9 0 1983393251 888246272 15442 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28995/statm: 216857 15445 1973 9 0 211385 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867428

[startup+1.5026 s]
/proc/loadavg: 2.15 2.06 1.96 3/89 29004
/proc/meminfo: memFree=1647096/2055920 swapFree=4181476/4192956
[pid=28995] ppid=28993 vsize=867516 CPUtime=1.49
/proc/28995/stat : 28995 (java) S 28993 28995 27576 0 -1 0 20471 0 1 0 138 11 0 0 18 0 9 0 1983393251 888336384 19828 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28995/statm: 216879 19829 2026 9 0 211385 0
[pid=28995/tid=28997] ppid=28993 vsize=867516 CPUtime=1.16
/proc/28995/task/28997/stat : 28997 (java) R 28993 28995 27576 0 -1 64 15744 0 1 0 108 8 0 0 25 0 9 0 1983393252 888336384 19830 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28995/tid=28998] ppid=28993 vsize=867516 CPUtime=0.14
/proc/28995/task/28998/stat : 28998 (java) R 28993 28995 27576 0 -1 64 3400 0 0 0 13 1 0 0 16 0 9 0 1983393253 888336384 19831 996147200 134512640 134550740 4294955984 18446744073709551615 102514349 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28995/tid=28999] ppid=28993 vsize=867516 CPUtime=0
/proc/28995/task/28999/stat : 28999 (java) S 28993 28995 27576 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1983393253 888336384 19832 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28995/tid=29000] ppid=28993 vsize=867516 CPUtime=0
/proc/28995/task/29000/stat : 29000 (java) S 28993 28995 27576 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1983393253 888336384 19833 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28995/tid=29001] ppid=28993 vsize=867516 CPUtime=0
/proc/28995/task/29001/stat : 29001 (java) S 28993 28995 27576 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 1983393255 888336384 19834 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28995/tid=29002] ppid=28993 vsize=867516 CPUtime=0.16
/proc/28995/task/29002/stat : 29002 (java) S 28993 28995 27576 0 -1 64 633 0 0 0 16 0 0 0 16 0 9 0 1983393255 888336384 19835 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28995/tid=29003] ppid=28993 vsize=867516 CPUtime=0
/proc/28995/task/29003/stat : 29003 (java) S 28993 28995 27576 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1983393255 888336384 19836 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28995/tid=29004] ppid=28993 vsize=867516 CPUtime=0
/proc/28995/task/29004/stat : 29004 (java) S 28993 28995 27576 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983393255 888336384 19837 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 867516

[startup+3.10189 s]
/proc/loadavg: 2.15 2.06 1.96 3/89 29004
/proc/meminfo: memFree=1632632/2055920 swapFree=4181476/4192956
[pid=28995] ppid=28993 vsize=867428 CPUtime=3.09
/proc/28995/stat : 28995 (java) S 28993 28995 27576 0 -1 0 24997 0 1 0 296 13 0 0 18 0 9 0 1983393251 888246272 24330 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28995/statm: 216857 24332 2004 9 0 211385 0
[pid=28995/tid=28997] ppid=28993 vsize=867428 CPUtime=2.46
/proc/28995/task/28997/stat : 28997 (java) R 28993 28995 27576 0 -1 64 15746 0 1 0 237 9 0 0 25 0 9 0 1983393252 888246272 24334 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28995/tid=28998] ppid=28993 vsize=867428 CPUtime=0.43
/proc/28995/task/28998/stat : 28998 (java) R 28993 28995 27576 0 -1 64 7925 0 0 0 41 2 0 0 16 0 9 0 1983393253 888246272 24336 996147200 134512640 134550740 4294955984 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28995/tid=28999] ppid=28993 vsize=867428 CPUtime=0
/proc/28995/task/28999/stat : 28999 (java) S 28993 28995 27576 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1983393253 888246272 24338 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28995/tid=29000] ppid=28993 vsize=867428 CPUtime=0
/proc/28995/task/29000/stat : 29000 (java) S 28993 28995 27576 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1983393253 888246272 24339 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28995/tid=29001] ppid=28993 vsize=867428 CPUtime=0
/proc/28995/task/29001/stat : 29001 (java) S 28993 28995 27576 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 1983393255 888246272 24341 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28995/tid=29002] ppid=28993 vsize=867428 CPUtime=0.16
/proc/28995/task/29002/stat : 29002 (java) S 28993 28995 27576 0 -1 64 635 0 0 0 16 0 0 0 16 0 9 0 1983393255 888246272 24343 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28995/tid=29003] ppid=28993 vsize=867428 CPUtime=0
/proc/28995/task/29003/stat : 29003 (java) S 28993 28995 27576 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1983393255 888246272 24345 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28995/tid=29004] ppid=28993 vsize=867428 CPUtime=0
/proc/28995/task/29004/stat : 29004 (java) S 28993 28995 27576 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983393255 888246272 24347 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 867428

[startup+6.30248 s]
/proc/loadavg: 2.14 2.06 1.96 3/89 29004
/proc/meminfo: memFree=1603832/2055920 swapFree=4181476/4192956
[pid=28995] ppid=28993 vsize=867428 CPUtime=6.29
/proc/28995/stat : 28995 (java) S 28993 28995 27576 0 -1 0 29547 0 1 0 483 146 0 0 18 0 9 0 1983393251 888246272 28875 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28995/statm: 216857 28875 2006 9 0 211385 0
[pid=28995/tid=28997] ppid=28993 vsize=867428 CPUtime=5.37
/proc/28995/task/28997/stat : 28997 (java) R 28993 28995 27576 0 -1 64 15782 0 1 0 397 140 0 0 25 0 9 0 1983393252 888246272 28875 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28995/tid=28998] ppid=28993 vsize=867432 CPUtime=0.67
/proc/28995/task/28998/stat : 28998 (java) S 28993 28995 27576 0 -1 64 12391 0 0 0 63 4 0 0 16 0 9 0 1983393253 888250368 28875 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28995/tid=28999] ppid=28993 vsize=867428 CPUtime=0
/proc/28995/task/28999/stat : 28999 (java) S 28993 28995 27576 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1983393253 888246272 28875 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28995/tid=29000] ppid=28993 vsize=867428 CPUtime=0
/proc/28995/task/29000/stat : 29000 (java) S 28993 28995 27576 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1983393253 888246272 28875 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28995/tid=29001] ppid=28993 vsize=867428 CPUtime=0
/proc/28995/task/29001/stat : 29001 (java) S 28993 28995 27576 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 1983393255 888246272 28875 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28995/tid=29002] ppid=28993 vsize=867428 CPUtime=0.22
/proc/28995/task/29002/stat : 29002 (java) S 28993 28995 27576 0 -1 64 677 0 0 0 22 0 0 0 16 0 9 0 1983393255 888246272 28875 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28995/tid=29003] ppid=28993 vsize=867428 CPUtime=0
/proc/28995/task/29003/stat : 29003 (java) S 28993 28995 27576 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1983393255 888246272 28875 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28995/tid=29004] ppid=28993 vsize=867428 CPUtime=0
/proc/28995/task/29004/stat : 29004 (java) S 28993 28995 27576 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983393255 888246272 28875 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 867428

[startup+12.7017 s]
/proc/loadavg: 2.12 2.06 1.96 4/91 29006
/proc/meminfo: memFree=1364584/2055920 swapFree=4181476/4192956
[pid=28995] ppid=28993 vsize=867752 CPUtime=8.84
/proc/28995/stat : 28995 (java) S 28993 28995 27576 0 -1 0 86373 0 1 0 674 210 0 0 18 0 10 0 1983393251 888578048 85505 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28995/statm: 216938 85505 2012 9 0 211466 0
[pid=29006] ppid=28995 vsize=18456 CPUtime=3.79
/proc/29006/stat : 29006 (saucy) R 28995 28995 27576 0 -1 4194304 2217 0 0 0 376 3 0 0 25 0 1 0 1983394136 18898944 2114 996147200 134512640 134531332 4294956000 18446744073709551615 134523750 0 4 0 0 0 0 0 17 1 0 0
/proc/29006/statm: 4614 2114 95 4 0 4290 0
[pid=28995/tid=28997] ppid=28993 vsize=867752 CPUtime=7.12
/proc/28995/task/28997/stat : 28997 (java) S 28993 28995 27576 0 -1 64 15864 0 1 0 531 181 0 0 16 0 10 0 1983393252 888578048 85505 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=28995/tid=28998] ppid=28993 vsize=867752 CPUtime=1.45
/proc/28995/task/28998/stat : 28998 (java) S 28993 28995 27576 0 -1 64 69035 0 0 0 118 27 0 0 16 0 10 0 1983393253 888578048 85505 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28995/tid=28999] ppid=28993 vsize=867752 CPUtime=0
/proc/28995/task/28999/stat : 28999 (java) S 28993 28995 27576 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1983393253 888578048 85505 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28995/tid=29000] ppid=28993 vsize=867752 CPUtime=0
/proc/28995/task/29000/stat : 29000 (java) S 28993 28995 27576 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 1983393253 888578048 85505 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28995/tid=29001] ppid=28993 vsize=867752 CPUtime=0
/proc/28995/task/29001/stat : 29001 (java) S 28993 28995 27576 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 1983393255 888578048 85505 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28995/tid=29002] ppid=28993 vsize=867752 CPUtime=0.24
/proc/28995/task/29002/stat : 29002 (java) S 28993 28995 27576 0 -1 64 690 0 0 0 24 0 0 0 15 0 10 0 1983393255 888578048 85505 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28995/tid=29003] ppid=28993 vsize=867752 CPUtime=0
/proc/28995/task/29003/stat : 29003 (java) S 28993 28995 27576 0 -1 64 2 0 0 0 0 0 0 0 25 0 10 0 1983393255 888578048 85505 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28995/tid=29004] ppid=28993 vsize=867752 CPUtime=0
/proc/28995/task/29004/stat : 29004 (java) S 28993 28995 27576 0 -1 64 19 0 0 0 0 0 0 0 15 0 10 0 1983393255 888578048 85505 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28995/tid=29005] ppid=28993 vsize=867752 CPUtime=0.01
/proc/28995/task/29005/stat : 29005 (java) S 28993 28995 27576 0 -1 64 69 0 0 0 0 1 0 0 16 0 10 0 1983394136 888578048 85505 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 886208

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

[startup+19.1028 s]
/proc/loadavg: 2.11 2.06 1.96 3/91 29006
/proc/meminfo: memFree=1363432/2055920 swapFree=4181476/4192956
[pid=28995] ppid=28993 vsize=867752 CPUtime=8.84
/proc/28995/stat : 28995 (java) S 28993 28995 27576 0 -1 0 86373 0 1 0 674 210 0 0 18 0 10 0 1983393251 888578048 85505 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28995/statm: 216938 85505 2012 9 0 211466 0
[pid=29006] ppid=28995 vsize=18456 CPUtime=10.13
/proc/29006/stat : 29006 (saucy) R 28995 28995 27576 0 -1 4194304 2553 0 0 0 1009 4 0 0 25 0 1 0 1983394136 18898944 2430 996147200 134512640 134531332 4294956000 18446744073709551615 134522378 0 4 0 0 0 0 0 17 1 0 0
/proc/29006/statm: 4614 2430 95 4 0 4290 0
[pid=28995/tid=28997] ppid=28993 vsize=867752 CPUtime=7.12
/proc/28995/task/28997/stat : 28997 (java) S 28993 28995 27576 0 -1 64 15864 0 1 0 531 181 0 0 16 0 10 0 1983393252 888578048 85505 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=28995/tid=28998] ppid=28993 vsize=867752 CPUtime=1.45
/proc/28995/task/28998/stat : 28998 (java) S 28993 28995 27576 0 -1 64 69035 0 0 0 118 27 0 0 16 0 10 0 1983393253 888578048 85505 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28995/tid=28999] ppid=28993 vsize=867752 CPUtime=0
/proc/28995/task/28999/stat : 28999 (java) S 28993 28995 27576 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1983393253 888578048 85505 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28995/tid=29000] ppid=28993 vsize=867752 CPUtime=0
/proc/28995/task/29000/stat : 29000 (java) S 28993 28995 27576 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 1983393253 888578048 85505 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28995/tid=29001] ppid=28993 vsize=867752 CPUtime=0
/proc/28995/task/29001/stat : 29001 (java) S 28993 28995 27576 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 1983393255 888578048 85505 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28995/tid=29002] ppid=28993 vsize=867752 CPUtime=0.24
/proc/28995/task/29002/stat : 29002 (java) S 28993 28995 27576 0 -1 64 690 0 0 0 24 0 0 0 15 0 10 0 1983393255 888578048 85505 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28995/tid=29003] ppid=28993 vsize=867752 CPUtime=0
/proc/28995/task/29003/stat : 29003 (java) S 28993 28995 27576 0 -1 64 2 0 0 0 0 0 0 0 25 0 10 0 1983393255 888578048 85505 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28995/tid=29004] ppid=28993 vsize=867752 CPUtime=0
/proc/28995/task/29004/stat : 29004 (java) S 28993 28995 27576 0 -1 64 19 0 0 0 0 0 0 0 15 0 10 0 1983393255 888578048 85505 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28995/tid=29005] ppid=28993 vsize=867752 CPUtime=0.01
/proc/28995/task/29005/stat : 29005 (java) S 28993 28995 27576 0 -1 64 69 0 0 0 0 1 0 0 16 0 10 0 1983394136 888578048 85505 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.97
Current children cumulated vsize (KiB) 886208

[startup+20.7021 s]
/proc/loadavg: 2.11 2.06 1.96 3/91 29006
/proc/meminfo: memFree=1362984/2055920 swapFree=4181476/4192956
[pid=28995] ppid=28993 vsize=868076 CPUtime=20.55
/proc/28995/stat : 28995 (java) S 28993 28995 27576 0 -1 0 89124 3030 1 0 696 213 1142 4 18 0 10 0 1983393251 888909824 85540 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28995/statm: 217019 85540 2018 9 0 211547 0
[pid=28995/tid=28997] ppid=28993 vsize=868076 CPUtime=18.77
/proc/28995/task/28997/stat : 28997 (java) R 28993 28995 27576 0 -1 64 18312 3030 1 0 550 181 1142 4 18 0 10 0 1983393252 888909824 85540 996147200 134512640 134550740 4294955984 18446744073709551615 4127145426 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28995/tid=28998] ppid=28993 vsize=868076 CPUtime=12.91
/proc/28995/task/28998/stat : 28998 (java) S 28993 28995 27576 0 -1 64 69064 3030 0 0 118 27 1142 4 16 0 10 0 1983393253 888909824 85540 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28995/tid=28999] ppid=28993 vsize=868076 CPUtime=11.46
/proc/28995/task/28999/stat : 28999 (java) S 28993 28995 27576 0 -1 64 13 3030 0 0 0 0 1142 4 16 0 10 0 1983393253 888909824 85540 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28995/tid=29000] ppid=28993 vsize=868076 CPUtime=11.46
/proc/28995/task/29000/stat : 29000 (java) S 28993 28995 27576 0 -1 64 5 3030 0 0 0 0 1142 4 16 0 10 0 1983393253 888909824 85540 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28995/tid=29001] ppid=28993 vsize=868076 CPUtime=11.46
/proc/28995/task/29001/stat : 29001 (java) S 28993 28995 27576 0 -1 64 0 3030 0 0 0 0 1142 4 24 0 10 0 1983393255 888909824 85540 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28995/tid=29002] ppid=28993 vsize=868076 CPUtime=11.72
/proc/28995/task/29002/stat : 29002 (java) S 28993 28995 27576 0 -1 64 895 3030 0 0 26 0 1142 4 16 0 10 0 1983393255 888909824 85540 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28995/tid=29003] ppid=28993 vsize=868076 CPUtime=11.46
/proc/28995/task/29003/stat : 29003 (java) S 28993 28995 27576 0 -1 64 2 3030 0 0 0 0 1142 4 25 0 10 0 1983393255 888909824 85540 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28995/tid=29004] ppid=28993 vsize=868076 CPUtime=11.46
/proc/28995/task/29004/stat : 29004 (java) S 28993 28995 27576 0 -1 64 21 3030 0 0 0 0 1142 4 15 0 10 0 1983393255 888909824 85540 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.55
Current children cumulated vsize (KiB) 868076

[startup+21.5072 s]
/proc/loadavg: 2.11 2.06 1.96 5/90 29008
/proc/meminfo: memFree=1376232/2055920 swapFree=4181476/4192956
[pid=28995] ppid=28993 vsize=868164 CPUtime=21.37
/proc/28995/stat : 28995 (java) S 28993 28995 27576 0 -1 0 113849 3154 1 0 770 218 1143 6 18 0 9 0 1983393251 888999936 88550 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28995/statm: 217041 88550 2636 9 0 211547 0
[pid=28995/tid=28997] ppid=28993 vsize=868164 CPUtime=18.92
/proc/28995/task/28997/stat : 28997 (java) R 28993 28995 27576 0 -1 64 21104 3154 1 0 561 182 1143 6 16 0 9 0 1983393252 888999936 88550 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28995/tid=28998] ppid=28993 vsize=868164 CPUtime=13.59
/proc/28995/task/28998/stat : 28998 (java) R 28993 28995 27576 0 -1 64 90953 3154 0 0 179 31 1143 6 21 0 9 0 1983393253 888999936 88550 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28995/tid=28999] ppid=28993 vsize=868164 CPUtime=11.49
/proc/28995/task/28999/stat : 28999 (java) S 28993 28995 27576 0 -1 64 17 3154 0 0 0 0 1143 6 16 0 9 0 1983393253 888999936 88550 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28995/tid=29000] ppid=28993 vsize=868164 CPUtime=11.49
/proc/28995/task/29000/stat : 29000 (java) S 28993 28995 27576 0 -1 64 8 3154 0 0 0 0 1143 6 16 0 9 0 1983393253 888999936 88550 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28995/tid=29001] ppid=28993 vsize=868164 CPUtime=11.49
/proc/28995/task/29001/stat : 29001 (java) S 28993 28995 27576 0 -1 64 0 3154 0 0 0 0 1143 6 24 0 9 0 1983393255 888999936 88550 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28995/tid=29002] ppid=28993 vsize=868164 CPUtime=11.78
/proc/28995/task/29002/stat : 29002 (java) S 28993 28995 27576 0 -1 64 926 3154 0 0 29 0 1143 6 15 0 9 0 1983393255 888999936 88550 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28995/tid=29003] ppid=28993 vsize=868164 CPUtime=11.49
/proc/28995/task/29003/stat : 29003 (java) S 28993 28995 27576 0 -1 64 2 3154 0 0 0 0 1143 6 25 0 9 0 1983393255 888999936 88550 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28995/tid=29004] ppid=28993 vsize=868164 CPUtime=11.49
/proc/28995/task/29004/stat : 29004 (java) S 28993 28995 27576 0 -1 64 21 3154 0 0 0 0 1143 6 15 0 9 0 1983393255 888999936 88550 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.37
Current children cumulated vsize (KiB) 868164

[startup+22.3014 s]
/proc/loadavg: 2.11 2.06 1.96 4/89 29008
/proc/meminfo: memFree=1366824/2055920 swapFree=4181476/4192956
[pid=28995] ppid=28993 vsize=868164 CPUtime=22.15
/proc/28995/stat : 28995 (java) S 28993 28995 27576 0 -1 0 125082 3154 1 0 845 221 1143 6 18 0 9 0 1983393251 888999936 89320 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28995/statm: 217041 89320 2637 9 0 211547 0
[pid=28995/tid=28997] ppid=28993 vsize=868164 CPUtime=19.54
/proc/28995/task/28997/stat : 28997 (java) R 28993 28995 27576 0 -1 64 30332 3154 1 0 621 184 1143 6 18 0 9 0 1983393252 888999936 89320 996147200 134512640 134550740 4294955984 18446744073709551615 102064734 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28995/tid=28998] ppid=28993 vsize=868164 CPUtime=13.71
/proc/28995/task/28998/stat : 28998 (java) R 28993 28995 27576 0 -1 64 92902 3154 0 0 190 32 1143 6 22 0 9 0 1983393253 888999936 89320 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28995/tid=28999] ppid=28993 vsize=868164 CPUtime=11.49
/proc/28995/task/28999/stat : 28999 (java) S 28993 28995 27576 0 -1 64 17 3154 0 0 0 0 1143 6 16 0 9 0 1983393253 888999936 89320 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28995/tid=29000] ppid=28993 vsize=868164 CPUtime=11.49
/proc/28995/task/29000/stat : 29000 (java) S 28993 28995 27576 0 -1 64 20 3154 0 0 0 0 1143 6 15 0 9 0 1983393253 888999936 89320 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28995/tid=29001] ppid=28993 vsize=868164 CPUtime=11.49
/proc/28995/task/29001/stat : 29001 (java) S 28993 28995 27576 0 -1 64 0 3154 0 0 0 0 1143 6 24 0 9 0 1983393255 888999936 89320 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28995/tid=29002] ppid=28993 vsize=868164 CPUtime=11.82
/proc/28995/task/29002/stat : 29002 (java) S 28993 28995 27576 0 -1 64 970 3154 0 0 33 0 1143 6 15 0 9 0 1983393255 888999936 89320 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28995/tid=29003] ppid=28993 vsize=868164 CPUtime=11.49
/proc/28995/task/29003/stat : 29003 (java) S 28993 28995 27576 0 -1 64 2 3154 0 0 0 0 1143 6 25 0 9 0 1983393255 888999936 89320 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28995/tid=29004] ppid=28993 vsize=868164 CPUtime=11.49
/proc/28995/task/29004/stat : 29004 (java) S 28993 28995 27576 0 -1 64 21 3154 0 0 0 0 1143 6 15 0 9 0 1983393255 888999936 89320 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 22.15
Current children cumulated vsize (KiB) 868164

[startup+22.7015 s]
/proc/loadavg: 2.11 2.06 1.96 4/89 29008
/proc/meminfo: memFree=1366824/2055920 swapFree=4181476/4192956
[pid=28995] ppid=28993 vsize=868164 CPUtime=22.55
/proc/28995/stat : 28995 (java) S 28993 28995 27576 0 -1 0 125850 3154 1 0 885 221 1143 6 18 0 9 0 1983393251 888999936 90082 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28995/statm: 217041 90082 2637 9 0 211547 0
[pid=28995/tid=28997] ppid=28993 vsize=868164 CPUtime=19.86
/proc/28995/task/28997/stat : 28997 (java) R 28993 28995 27576 0 -1 64 30352 3154 1 0 653 184 1143 6 19 0 9 0 1983393252 888999936 90082 996147200 134512640 134550740 4294955984 18446744073709551615 4126095741 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28995/tid=28998] ppid=28993 vsize=868164 CPUtime=13.75
/proc/28995/task/28998/stat : 28998 (java) R 28993 28995 27576 0 -1 64 93630 3154 0 0 194 32 1143 6 22 0 9 0 1983393253 888999936 90082 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28995/tid=28999] ppid=28993 vsize=868164 CPUtime=11.49
/proc/28995/task/28999/stat : 28999 (java) S 28993 28995 27576 0 -1 64 17 3154 0 0 0 0 1143 6 16 0 9 0 1983393253 888999936 90082 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28995/tid=29000] ppid=28993 vsize=868164 CPUtime=11.49
/proc/28995/task/29000/stat : 29000 (java) S 28993 28995 27576 0 -1 64 20 3154 0 0 0 0 1143 6 15 0 9 0 1983393253 888999936 90082 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28995/tid=29001] ppid=28993 vsize=868164 CPUtime=11.49
/proc/28995/task/29001/stat : 29001 (java) S 28993 28995 27576 0 -1 64 0 3154 0 0 0 0 1143 6 24 0 9 0 1983393255 888999936 90082 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28995/tid=29002] ppid=28993 vsize=868164 CPUtime=11.85
/proc/28995/task/29002/stat : 29002 (java) S 28993 28995 27576 0 -1 64 990 3154 0 0 36 0 1143 6 16 0 9 0 1983393255 888999936 90082 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28995/tid=29003] ppid=28993 vsize=868164 CPUtime=11.49
/proc/28995/task/29003/stat : 29003 (java) S 28993 28995 27576 0 -1 64 2 3154 0 0 0 0 1143 6 25 0 9 0 1983393255 888999936 90082 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28995/tid=29004] ppid=28993 vsize=868164 CPUtime=11.49
/proc/28995/task/29004/stat : 29004 (java) S 28993 28995 27576 0 -1 64 21 3154 0 0 0 0 1143 6 15 0 9 0 1983393255 888999936 90082 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 22.55
Current children cumulated vsize (KiB) 868164

[startup+22.8017 s]
/proc/loadavg: 2.11 2.06 1.96 4/89 29008
/proc/meminfo: memFree=1366824/2055920 swapFree=4181476/4192956
[pid=28995] ppid=28993 vsize=0 CPUtime=22.63
/proc/28995/stat : 28995 (java) Z 28993 28995 27576 0 -1 12 125891 3154 1 0 891 223 1143 6 16 0 2 0 1983393251 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28995/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 22.63
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 22.842
CPU time (s): 22.6776
CPU user time (s): 20.3429
CPU system time (s): 2.33465
CPU usage (%): 99.28
Max. virtual memory (cumulated for all children) (KiB): 886208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.3429
system time used= 2.33465
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129045
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= 2232
involuntary context switches= 2540

runsolver used 0.032994 second user time and 0.081987 second system time

The end

Launcher Data (download as text)

Begin job on node67 at 2008-07-03 02:17:17
IDJOB=1048919
IDBENCH=54522
IDSOLVER=363
FILE ID=node67/1048919-1215044237
PBS_JOBID= 7875042
Free space on /tmp= 66528 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/pseudo/ssa/normalized-ssa-6288-047.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-1048919-1215044237/watcher-1048919-1215044237 -o /tmp/evaluation-result-1048919-1215044237/solver-1048919-1215044237 -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-1048919-1215044237.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= dd00c5def4c55b065ec455ee1bcb23cb
RANDOM SEED=1083768106

node67.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.281
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.281
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:       1712608 kB
Buffers:         34528 kB
Cached:         178212 kB
SwapCached:       5336 kB
Active:         204980 kB
Inactive:        83432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1712608 kB
SwapTotal:     4192956 kB
SwapFree:      4181476 kB
Dirty:            9292 kB
Writeback:           0 kB
Mapped:          89288 kB
Slab:            40080 kB
Committed_AS:  4761240 kB
PageTables:       1964 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= 66524 MiB
End job on node67 at 2008-07-03 02:17:40