Trace number 2097858

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 30.5444 30.8391

DiagnosticValue
CHECKS16790800
NODES0

General information on the benchmark

Namecsp/fapp/fapp31/
normalized-fapp31-0400-2.xml
MD5SUM8b51b67d03b842d06e4a6cc96db5ee28
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark30.5444
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints3003
Maximum constraint arity2
Maximum domain size700
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3003
Global constraints used (with number of constraints)

Solver Data

0.04/0.07	
0.04/0.07	Abscon 112 (May, 2008)
0.20/0.22	
0.20/0.22	   configuration
0.20/0.22	     name=esac.xml
0.20/0.26	   
0.20/0.26	   instance
0.20/0.26	     name=HOME/instance-2097858-1247414108.xml
0.20/0.29	   
0.20/0.29	   domains being loaded...
0.30/0.33	   
0.30/0.33	   variables being loaded...
0.40/0.43	     nbVariables=400  nbDomainTypes=4  minDomainSize=350  maxDomainSize=700  nbTotalValues=273538
0.40/0.43	       =>  wckTime=0.203  cpuTime=0.16  mem=16M703
0.40/0.43	   
0.40/0.43	   predicates being loaded...
0.40/0.49	   
0.40/0.49	   constraints being loaded...
20.53/20.78	   
20.53/20.78	   INFO : Stopping converting binary constraints (cpu=20.24, mem = 48M758)
21.91/22.18	     nbConstraints=1644  nbMergedConstraints=1359  nbConvertedConstraints=103  nbConvertConstraintsChecks=42488600
21.91/22.18	     nbExtensionStructures=88  nbSharedExtensionStructures=18  nbConflictsStructures=88  nbSharedConflictsStructures=18
21.91/22.18	     nbUnbuiltConflictsStructures=1241  nbSharedBinaryRepresentations=94828  nbEvaluationManagers=1241
21.91/22.18	     nbSharedEvaluationManagers=300  minDegree=3  maxDegree=11  minArity=2  maxArity=2  nbGenerators=0  nbFusions=0
21.91/22.18	     symmetryWckTime=0.66  symmetryCpuTime=0.53
21.91/22.18	       =>  wckTime=21.959  cpuTime=21.34  mem=21M838
22.01/22.29	   
22.01/22.29	   solver IterativeSystematicSolver being built... 
22.21/22.49	       =>  wckTime=22.263  cpuTime=21.52  mem=59M342
30.41/30.78	   
30.41/30.78	   preprocessing
30.41/30.78	     nbConstraintChecks=16790758  nbValidityChecks=133062  nbPropagations=133  nbRevisions=1551  nbUselessRevisions=1130
30.41/30.78	     nbRemovedValues=98152  detectedInconsistency=yes
30.41/30.78	       =>  wckTime=8.288  cpuTime=8.17  mem=60M385
30.41/30.78	   
30.41/30.78	   global
30.41/30.78	     nbConstraintChecks=16790758  nbValidityChecks=133062  nbPropagations=133  nbRevisions=1551  nbUselessRevisions=1130
30.41/30.78	     nbRestartNogoods=0  solvingWckTime=8.291  solvingCpuTime=8.17  expiredTime=no  totalExploration=yes
30.41/30.78	     nbFoundSolutions=0  globalCpuTime=29.74
30.41/30.78	       =>  wckTime=30.559  cpuTime=29.7  mem=60M385
30.41/30.79	   
30.41/30.79	s UNSATISFIABLE
30.41/30.79	d NODES 0
30.41/30.79	d CHECKS 16790758
30.41/30.79	   
30.41/30.80	   totalWckTime=30.632  totalCpuTime=29.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-2097858-1247414108/watcher-2097858-1247414108 -o /tmp/evaluation-result-2097858-1247414108/solver-2097858-1247414108 -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-2097858-1247414108.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: 3.31 2.35 2.12 3/67 339
/proc/meminfo: memFree=1665100/2055920 swapFree=4192812/4192956
[pid=339] ppid=337 vsize=152 CPUtime=0
/proc/339/stat : 339 (java) R 337 339 29977 0 -1 0 205 0 0 0 0 0 0 0 20 0 1 0 28476450 155648 26 996147200 134512640 134550932 4294955968 18446744073709551615 10261284 0 0 4096 0 0 0 0 17 0 0 0
/proc/339/statm: 38 26 19 9 0 4 0

[startup+0.049804 s]
/proc/loadavg: 3.31 2.35 2.12 3/67 339
/proc/meminfo: memFree=1665100/2055920 swapFree=4192812/4192956
[pid=339] ppid=337 vsize=863984 CPUtime=0.04
/proc/339/stat : 339 (java) S 337 339 29977 0 -1 0 2764 0 1 0 2 2 0 0 20 0 9 0 28476450 884719616 2304 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/339/statm: 215996 2305 1103 9 0 210889 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 863984

[startup+0.101819 s]
/proc/loadavg: 3.31 2.35 2.12 3/67 339
/proc/meminfo: memFree=1665100/2055920 swapFree=4192812/4192956
[pid=339] ppid=337 vsize=865980 CPUtime=0.1
/proc/339/stat : 339 (java) S 337 339 29977 0 -1 0 4026 0 1 0 8 2 0 0 20 0 9 0 28476450 886763520 3455 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/339/statm: 216495 3456 1798 9 0 210980 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 865980

[startup+0.301836 s]
/proc/loadavg: 3.31 2.35 2.12 3/67 339
/proc/meminfo: memFree=1665100/2055920 swapFree=4192812/4192956
[pid=339] ppid=337 vsize=866500 CPUtime=0.3
/proc/339/stat : 339 (java) S 337 339 29977 0 -1 0 6226 0 1 0 27 3 0 0 20 0 9 0 28476450 887296000 5588 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/339/statm: 216625 5588 1992 9 0 211083 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 866500

[startup+0.70188 s]
/proc/loadavg: 3.31 2.35 2.12 3/67 339
/proc/meminfo: memFree=1665100/2055920 swapFree=4192812/4192956
[pid=339] ppid=337 vsize=867776 CPUtime=0.71
/proc/339/stat : 339 (java) S 337 339 29977 0 -1 0 11060 0 1 0 64 7 0 0 20 0 9 0 28476450 888602624 10414 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/339/statm: 216944 10414 2036 9 0 211380 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 867776

[startup+1.50195 s]
/proc/loadavg: 3.31 2.35 2.12 3/89 366
/proc/meminfo: memFree=1579740/2055920 swapFree=4192812/4192956
[pid=339] ppid=337 vsize=867776 CPUtime=1.5
/proc/339/stat : 339 (java) S 337 339 29977 0 -1 0 13041 0 1 0 141 9 0 0 20 0 9 0 28476450 888602624 12392 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/339/statm: 216944 12392 2041 9 0 211380 0
[pid=339/tid=341] ppid=337 vsize=867776 CPUtime=1.3
/proc/339/task/341/stat : 341 (java) R 337 339 29977 0 -1 64 11657 0 1 0 123 7 0 0 20 0 9 0 28476451 888602624 12392 996147200 134512640 134550932 4294955968 18446744073709551615 4126910775 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=339/tid=342] ppid=337 vsize=867776 CPUtime=0
/proc/339/task/342/stat : 342 (java) S 337 339 29977 0 -1 64 3 0 0 0 0 0 0 0 16 0 9 0 28476452 888602624 12392 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=339/tid=343] ppid=337 vsize=867776 CPUtime=0
/proc/339/task/343/stat : 343 (java) S 337 339 29977 0 -1 64 11 0 0 0 0 0 0 0 23 0 9 0 28476452 888602624 12392 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=339/tid=344] ppid=337 vsize=867776 CPUtime=0
/proc/339/task/344/stat : 344 (java) S 337 339 29977 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 28476452 888602624 12392 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=339/tid=345] ppid=337 vsize=867776 CPUtime=0
/proc/339/task/345/stat : 345 (java) S 337 339 29977 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28476454 888602624 12392 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=339/tid=346] ppid=337 vsize=867776 CPUtime=0.18
/proc/339/task/346/stat : 346 (java) S 337 339 29977 0 -1 64 685 0 0 0 18 0 0 0 16 0 9 0 28476454 888602624 12392 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=339/tid=347] ppid=337 vsize=867776 CPUtime=0
/proc/339/task/347/stat : 347 (java) S 337 339 29977 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28476454 888602624 12392 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=339/tid=348] ppid=337 vsize=867776 CPUtime=0
/proc/339/task/348/stat : 348 (java) S 337 339 29977 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28476454 888602624 12392 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 867776

[startup+3.10112 s]
/proc/loadavg: 3.21 2.35 2.12 3/89 366
/proc/meminfo: memFree=1545500/2055920 swapFree=4192812/4192956
[pid=339] ppid=337 vsize=867776 CPUtime=3.09
/proc/339/stat : 339 (java) S 337 339 29977 0 -1 0 13414 0 1 0 300 9 0 0 20 0 9 0 28476450 888602624 12764 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/339/statm: 216944 12764 2041 9 0 211380 0
[pid=339/tid=341] ppid=337 vsize=867776 CPUtime=2.89
/proc/339/task/341/stat : 341 (java) R 337 339 29977 0 -1 64 12027 0 1 0 282 7 0 0 25 0 9 0 28476451 888602624 12764 996147200 134512640 134550932 4294955968 18446744073709551615 4126951119 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=339/tid=342] ppid=337 vsize=867776 CPUtime=0
/proc/339/task/342/stat : 342 (java) S 337 339 29977 0 -1 64 3 0 0 0 0 0 0 0 16 0 9 0 28476452 888602624 12764 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=339/tid=343] ppid=337 vsize=867776 CPUtime=0
/proc/339/task/343/stat : 343 (java) S 337 339 29977 0 -1 64 11 0 0 0 0 0 0 0 23 0 9 0 28476452 888602624 12764 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=339/tid=344] ppid=337 vsize=867776 CPUtime=0
/proc/339/task/344/stat : 344 (java) S 337 339 29977 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 28476452 888602624 12764 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=339/tid=345] ppid=337 vsize=867776 CPUtime=0
/proc/339/task/345/stat : 345 (java) S 337 339 29977 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28476454 888602624 12764 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=339/tid=346] ppid=337 vsize=867776 CPUtime=0.18
/proc/339/task/346/stat : 346 (java) S 337 339 29977 0 -1 64 688 0 0 0 18 0 0 0 15 0 9 0 28476454 888602624 12764 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=339/tid=347] ppid=337 vsize=867776 CPUtime=0
/proc/339/task/347/stat : 347 (java) S 337 339 29977 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28476454 888602624 12764 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=339/tid=348] ppid=337 vsize=867776 CPUtime=0
/proc/339/task/348/stat : 348 (java) S 337 339 29977 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28476454 888602624 12764 996147200 134512640 134550932 4294955968 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) 867776

[startup+6.30245 s]
/proc/loadavg: 3.21 2.35 2.12 3/89 366
/proc/meminfo: memFree=1541916/2055920 swapFree=4192812/4192956
[pid=339] ppid=337 vsize=867776 CPUtime=6.28
/proc/339/stat : 339 (java) S 337 339 29977 0 -1 0 14140 0 1 0 619 9 0 0 20 0 9 0 28476450 888602624 13489 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/339/statm: 216944 13489 2041 9 0 211380 0
[pid=339/tid=341] ppid=337 vsize=867776 CPUtime=6.08
/proc/339/task/341/stat : 341 (java) R 337 339 29977 0 -1 64 12751 0 1 0 600 8 0 0 25 0 9 0 28476451 888602624 13489 996147200 134512640 134550932 4294955968 18446744073709551615 4126913527 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=339/tid=342] ppid=337 vsize=867776 CPUtime=0
/proc/339/task/342/stat : 342 (java) S 337 339 29977 0 -1 64 3 0 0 0 0 0 0 0 16 0 9 0 28476452 888602624 13489 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=339/tid=343] ppid=337 vsize=867776 CPUtime=0
/proc/339/task/343/stat : 343 (java) S 337 339 29977 0 -1 64 11 0 0 0 0 0 0 0 23 0 9 0 28476452 888602624 13489 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=339/tid=344] ppid=337 vsize=867776 CPUtime=0
/proc/339/task/344/stat : 344 (java) S 337 339 29977 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 28476452 888602624 13489 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=339/tid=345] ppid=337 vsize=867776 CPUtime=0
/proc/339/task/345/stat : 345 (java) S 337 339 29977 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28476454 888602624 13489 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=339/tid=346] ppid=337 vsize=867776 CPUtime=0.19
/proc/339/task/346/stat : 346 (java) S 337 339 29977 0 -1 64 690 0 0 0 19 0 0 0 16 0 9 0 28476454 888602624 13489 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=339/tid=347] ppid=337 vsize=867776 CPUtime=0
/proc/339/task/347/stat : 347 (java) S 337 339 29977 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28476454 888602624 13489 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=339/tid=348] ppid=337 vsize=867776 CPUtime=0
/proc/339/task/348/stat : 348 (java) S 337 339 29977 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28476454 888602624 13489 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 867776

[startup+12.7011 s]
/proc/loadavg: 3.18 2.37 2.13 3/89 366
/proc/meminfo: memFree=1535844/2055920 swapFree=4192812/4192956
[pid=339] ppid=337 vsize=867776 CPUtime=12.65
/proc/339/stat : 339 (java) S 337 339 29977 0 -1 0 15599 0 1 0 1255 10 0 0 20 0 9 0 28476450 888602624 14946 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/339/statm: 216944 14946 2041 9 0 211380 0
[pid=339/tid=341] ppid=337 vsize=867776 CPUtime=12.41
/proc/339/task/341/stat : 341 (java) R 337 339 29977 0 -1 64 14191 0 1 0 1233 8 0 0 25 0 9 0 28476451 888602624 14946 996147200 134512640 134550932 4294955968 18446744073709551615 4126905309 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=339/tid=342] ppid=337 vsize=867776 CPUtime=0
/proc/339/task/342/stat : 342 (java) S 337 339 29977 0 -1 64 3 0 0 0 0 0 0 0 16 0 9 0 28476452 888602624 14946 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=339/tid=343] ppid=337 vsize=867776 CPUtime=0
/proc/339/task/343/stat : 343 (java) S 337 339 29977 0 -1 64 11 0 0 0 0 0 0 0 23 0 9 0 28476452 888602624 14946 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=339/tid=344] ppid=337 vsize=867776 CPUtime=0
/proc/339/task/344/stat : 344 (java) S 337 339 29977 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 28476452 888602624 14946 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=339/tid=345] ppid=337 vsize=867776 CPUtime=0
/proc/339/task/345/stat : 345 (java) S 337 339 29977 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28476454 888602624 14946 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=339/tid=346] ppid=337 vsize=867776 CPUtime=0.2
/proc/339/task/346/stat : 346 (java) S 337 339 29977 0 -1 64 709 0 0 0 20 0 0 0 15 0 9 0 28476454 888602624 14946 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=339/tid=347] ppid=337 vsize=867776 CPUtime=0
/proc/339/task/347/stat : 347 (java) S 337 339 29977 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28476454 888602624 14946 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=339/tid=348] ppid=337 vsize=867776 CPUtime=0
/proc/339/task/348/stat : 348 (java) S 337 339 29977 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28476454 888602624 14946 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 867776

[startup+25.5024 s]
/proc/loadavg: 3.07 2.37 2.13 3/89 374
/proc/meminfo: memFree=1477596/2055920 swapFree=4192812/4192956
[pid=339] ppid=337 vsize=868100 CPUtime=25.28
/proc/339/stat : 339 (java) S 337 339 29977 0 -1 0 40764 373 1 0 2509 17 1 1 20 0 9 0 28476450 888934400 23821 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/339/statm: 217025 23821 2663 9 0 211461 0
[pid=339/tid=341] ppid=337 vsize=868100 CPUtime=24.7
/proc/339/task/341/stat : 341 (java) R 337 339 29977 0 -1 64 27642 373 1 0 2456 12 1 1 18 0 9 0 28476451 888934400 23821 996147200 134512640 134550932 4294955968 18446744073709551615 4126913527 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=339/tid=342] ppid=337 vsize=868100 CPUtime=0.24
/proc/339/task/342/stat : 342 (java) S 337 339 29977 0 -1 64 11281 373 0 0 20 2 1 1 16 0 9 0 28476452 888934400 23821 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=339/tid=343] ppid=337 vsize=868100 CPUtime=0.02
/proc/339/task/343/stat : 343 (java) S 337 339 29977 0 -1 64 20 373 0 0 0 0 1 1 17 0 9 0 28476452 888934400 23821 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=339/tid=344] ppid=337 vsize=868100 CPUtime=0.02
/proc/339/task/344/stat : 344 (java) S 337 339 29977 0 -1 64 15 373 0 0 0 0 1 1 17 0 9 0 28476452 888934400 23821 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=339/tid=345] ppid=337 vsize=868100 CPUtime=0.02
/proc/339/task/345/stat : 345 (java) S 337 339 29977 0 -1 64 1 373 0 0 0 0 1 1 25 0 9 0 28476454 888934400 23821 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=339/tid=346] ppid=337 vsize=868100 CPUtime=0.35
/proc/339/task/346/stat : 346 (java) S 337 339 29977 0 -1 64 983 373 0 0 32 1 1 1 15 0 9 0 28476454 888934400 23821 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=339/tid=347] ppid=337 vsize=868100 CPUtime=0.02
/proc/339/task/347/stat : 347 (java) S 337 339 29977 0 -1 64 1 373 0 0 0 0 1 1 25 0 9 0 28476454 888934400 23821 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=339/tid=348] ppid=337 vsize=868100 CPUtime=0.02
/proc/339/task/348/stat : 348 (java) S 337 339 29977 0 -1 64 8 373 0 0 0 0 1 1 15 0 9 0 28476454 888934400 23821 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 868100

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

[startup+28.7018 s]
/proc/loadavg: 2.98 2.36 2.13 3/89 409
/proc/meminfo: memFree=1543836/2055920 swapFree=4192812/4192956
[pid=339] ppid=337 vsize=868100 CPUtime=28.43
/proc/339/stat : 339 (java) S 337 339 29977 0 -1 0 40768 373 1 0 2824 17 1 1 20 0 9 0 28476450 888934400 23822 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/339/statm: 217025 23822 2663 9 0 211461 0
[pid=339/tid=341] ppid=337 vsize=868100 CPUtime=27.84
/proc/339/task/341/stat : 341 (java) R 337 339 29977 0 -1 64 27642 373 1 0 2770 12 1 1 20 0 9 0 28476451 888934400 23822 996147200 134512640 134550932 4294955968 18446744073709551615 4126910775 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=339/tid=342] ppid=337 vsize=868100 CPUtime=0.24
/proc/339/task/342/stat : 342 (java) S 337 339 29977 0 -1 64 11281 373 0 0 20 2 1 1 16 0 9 0 28476452 888934400 23822 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=339/tid=343] ppid=337 vsize=868100 CPUtime=0.02
/proc/339/task/343/stat : 343 (java) S 337 339 29977 0 -1 64 20 373 0 0 0 0 1 1 17 0 9 0 28476452 888934400 23822 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=339/tid=344] ppid=337 vsize=868100 CPUtime=0.02
/proc/339/task/344/stat : 344 (java) S 337 339 29977 0 -1 64 15 373 0 0 0 0 1 1 17 0 9 0 28476452 888934400 23822 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=339/tid=345] ppid=337 vsize=868100 CPUtime=0.02
/proc/339/task/345/stat : 345 (java) S 337 339 29977 0 -1 64 1 373 0 0 0 0 1 1 25 0 9 0 28476454 888934400 23822 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=339/tid=346] ppid=337 vsize=868100 CPUtime=0.35
/proc/339/task/346/stat : 346 (java) S 337 339 29977 0 -1 64 987 373 0 0 32 1 1 1 16 0 9 0 28476454 888934400 23822 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=339/tid=347] ppid=337 vsize=868100 CPUtime=0.02
/proc/339/task/347/stat : 347 (java) S 337 339 29977 0 -1 64 1 373 0 0 0 0 1 1 25 0 9 0 28476454 888934400 23822 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=339/tid=348] ppid=337 vsize=868100 CPUtime=0.02
/proc/339/task/348/stat : 348 (java) S 337 339 29977 0 -1 64 8 373 0 0 0 0 1 1 15 0 9 0 28476454 888934400 23822 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 28.43
Current children cumulated vsize (KiB) 868100

[startup+29.5019 s]
/proc/loadavg: 2.98 2.36 2.13 3/89 409
/proc/meminfo: memFree=1543836/2055920 swapFree=4192812/4192956
[pid=339] ppid=337 vsize=868100 CPUtime=29.22
/proc/339/stat : 339 (java) S 337 339 29977 0 -1 0 40768 373 1 0 2903 17 1 1 20 0 9 0 28476450 888934400 23822 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/339/statm: 217025 23822 2663 9 0 211461 0
[pid=339/tid=341] ppid=337 vsize=868100 CPUtime=28.64
/proc/339/task/341/stat : 341 (java) R 337 339 29977 0 -1 64 27642 373 1 0 2850 12 1 1 25 0 9 0 28476451 888934400 23822 996147200 134512640 134550932 4294955968 18446744073709551615 4126911408 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=339/tid=342] ppid=337 vsize=868100 CPUtime=0.24
/proc/339/task/342/stat : 342 (java) S 337 339 29977 0 -1 64 11281 373 0 0 20 2 1 1 16 0 9 0 28476452 888934400 23822 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=339/tid=343] ppid=337 vsize=868100 CPUtime=0.02
/proc/339/task/343/stat : 343 (java) S 337 339 29977 0 -1 64 20 373 0 0 0 0 1 1 17 0 9 0 28476452 888934400 23822 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=339/tid=344] ppid=337 vsize=868100 CPUtime=0.02
/proc/339/task/344/stat : 344 (java) S 337 339 29977 0 -1 64 15 373 0 0 0 0 1 1 17 0 9 0 28476452 888934400 23822 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=339/tid=345] ppid=337 vsize=868100 CPUtime=0.02
/proc/339/task/345/stat : 345 (java) S 337 339 29977 0 -1 64 1 373 0 0 0 0 1 1 25 0 9 0 28476454 888934400 23822 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=339/tid=346] ppid=337 vsize=868100 CPUtime=0.35
/proc/339/task/346/stat : 346 (java) S 337 339 29977 0 -1 64 987 373 0 0 32 1 1 1 16 0 9 0 28476454 888934400 23822 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=339/tid=347] ppid=337 vsize=868100 CPUtime=0.02
/proc/339/task/347/stat : 347 (java) S 337 339 29977 0 -1 64 1 373 0 0 0 0 1 1 25 0 9 0 28476454 888934400 23822 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=339/tid=348] ppid=337 vsize=868100 CPUtime=0.02
/proc/339/task/348/stat : 348 (java) S 337 339 29977 0 -1 64 8 373 0 0 0 0 1 1 15 0 9 0 28476454 888934400 23822 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 29.22
Current children cumulated vsize (KiB) 868100

[startup+30.3029 s]
/proc/loadavg: 2.98 2.36 2.13 3/89 409
/proc/meminfo: memFree=1538332/2055920 swapFree=4192812/4192956
[pid=339] ppid=337 vsize=868100 CPUtime=30.02
/proc/339/stat : 339 (java) S 337 339 29977 0 -1 0 40768 373 1 0 2983 17 1 1 20 0 9 0 28476450 888934400 23822 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/339/statm: 217025 23822 2663 9 0 211461 0
[pid=339/tid=341] ppid=337 vsize=868100 CPUtime=29.43
/proc/339/task/341/stat : 341 (java) R 337 339 29977 0 -1 64 27642 373 1 0 2929 12 1 1 25 0 9 0 28476451 888934400 23822 996147200 134512640 134550932 4294955968 18446744073709551615 4126912077 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=339/tid=342] ppid=337 vsize=868100 CPUtime=0.24
/proc/339/task/342/stat : 342 (java) S 337 339 29977 0 -1 64 11281 373 0 0 20 2 1 1 16 0 9 0 28476452 888934400 23822 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=339/tid=343] ppid=337 vsize=868100 CPUtime=0.02
/proc/339/task/343/stat : 343 (java) S 337 339 29977 0 -1 64 20 373 0 0 0 0 1 1 17 0 9 0 28476452 888934400 23822 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=339/tid=344] ppid=337 vsize=868100 CPUtime=0.02
/proc/339/task/344/stat : 344 (java) S 337 339 29977 0 -1 64 15 373 0 0 0 0 1 1 17 0 9 0 28476452 888934400 23822 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=339/tid=345] ppid=337 vsize=868100 CPUtime=0.02
/proc/339/task/345/stat : 345 (java) S 337 339 29977 0 -1 64 1 373 0 0 0 0 1 1 25 0 9 0 28476454 888934400 23822 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=339/tid=346] ppid=337 vsize=868100 CPUtime=0.35
/proc/339/task/346/stat : 346 (java) S 337 339 29977 0 -1 64 987 373 0 0 32 1 1 1 16 0 9 0 28476454 888934400 23822 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=339/tid=347] ppid=337 vsize=868100 CPUtime=0.02
/proc/339/task/347/stat : 347 (java) S 337 339 29977 0 -1 64 1 373 0 0 0 0 1 1 25 0 9 0 28476454 888934400 23822 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=339/tid=348] ppid=337 vsize=868100 CPUtime=0.02
/proc/339/task/348/stat : 348 (java) S 337 339 29977 0 -1 64 8 373 0 0 0 0 1 1 15 0 9 0 28476454 888934400 23822 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.02
Current children cumulated vsize (KiB) 868100

[startup+30.703 s]
/proc/loadavg: 2.98 2.36 2.13 3/89 409
/proc/meminfo: memFree=1532508/2055920 swapFree=4192812/4192956
[pid=339] ppid=337 vsize=868100 CPUtime=30.41
/proc/339/stat : 339 (java) S 337 339 29977 0 -1 0 40770 373 1 0 3022 17 1 1 20 0 9 0 28476450 888934400 23823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/339/statm: 217025 23823 2663 9 0 211461 0
[pid=339/tid=341] ppid=337 vsize=868100 CPUtime=29.83
/proc/339/task/341/stat : 341 (java) R 337 339 29977 0 -1 64 27642 373 1 0 2969 12 1 1 25 0 9 0 28476451 888934400 23823 996147200 134512640 134550932 4294955968 18446744073709551615 4127322265 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=339/tid=342] ppid=337 vsize=868100 CPUtime=0.24
/proc/339/task/342/stat : 342 (java) S 337 339 29977 0 -1 64 11281 373 0 0 20 2 1 1 16 0 9 0 28476452 888934400 23823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=339/tid=343] ppid=337 vsize=868100 CPUtime=0.02
/proc/339/task/343/stat : 343 (java) S 337 339 29977 0 -1 64 20 373 0 0 0 0 1 1 17 0 9 0 28476452 888934400 23823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=339/tid=344] ppid=337 vsize=868100 CPUtime=0.02
/proc/339/task/344/stat : 344 (java) S 337 339 29977 0 -1 64 15 373 0 0 0 0 1 1 17 0 9 0 28476452 888934400 23823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=339/tid=345] ppid=337 vsize=868100 CPUtime=0.02
/proc/339/task/345/stat : 345 (java) S 337 339 29977 0 -1 64 1 373 0 0 0 0 1 1 25 0 9 0 28476454 888934400 23823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=339/tid=346] ppid=337 vsize=868100 CPUtime=0.35
/proc/339/task/346/stat : 346 (java) S 337 339 29977 0 -1 64 989 373 0 0 32 1 1 1 16 0 9 0 28476454 888934400 23823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=339/tid=347] ppid=337 vsize=868100 CPUtime=0.02
/proc/339/task/347/stat : 347 (java) S 337 339 29977 0 -1 64 1 373 0 0 0 0 1 1 25 0 9 0 28476454 888934400 23823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=339/tid=348] ppid=337 vsize=868100 CPUtime=0.02
/proc/339/task/348/stat : 348 (java) S 337 339 29977 0 -1 64 8 373 0 0 0 0 1 1 15 0 9 0 28476454 888934400 23823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.41
Current children cumulated vsize (KiB) 868100

[startup+30.807 s]
/proc/loadavg: 2.98 2.36 2.13 3/89 409
/proc/meminfo: memFree=1532508/2055920 swapFree=4192812/4192956
[pid=339] ppid=337 vsize=868100 CPUtime=30.51
/proc/339/stat : 339 (java) S 337 339 29977 0 -1 0 40939 373 1 0 3031 18 1 1 20 0 9 0 28476450 888934400 23825 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/339/statm: 217025 23825 2663 9 0 211461 0
[pid=339/tid=341] ppid=337 vsize=868100 CPUtime=29.91
/proc/339/task/341/stat : 341 (java) S 337 339 29977 0 -1 64 27810 373 1 0 2977 12 1 1 25 0 9 0 28476451 888934400 23825 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=339/tid=342] ppid=337 vsize=868100 CPUtime=0.24
/proc/339/task/342/stat : 342 (java) S 337 339 29977 0 -1 64 11281 373 0 0 20 2 1 1 16 0 9 0 28476452 888934400 23825 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=339/tid=343] ppid=337 vsize=868100 CPUtime=0.02
/proc/339/task/343/stat : 343 (java) S 337 339 29977 0 -1 64 20 373 0 0 0 0 1 1 17 0 9 0 28476452 888934400 23825 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=339/tid=344] ppid=337 vsize=868100 CPUtime=0.02
/proc/339/task/344/stat : 344 (java) S 337 339 29977 0 -1 64 15 373 0 0 0 0 1 1 17 0 9 0 28476452 888934400 23825 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=339/tid=345] ppid=337 vsize=868100 CPUtime=0.02
/proc/339/task/345/stat : 345 (java) S 337 339 29977 0 -1 64 1 373 0 0 0 0 1 1 25 0 9 0 28476454 888934400 23825 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=339/tid=346] ppid=337 vsize=868100 CPUtime=0.35
/proc/339/task/346/stat : 346 (java) S 337 339 29977 0 -1 64 990 373 0 0 32 1 1 1 15 0 9 0 28476454 888934400 23825 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=339/tid=347] ppid=337 vsize=868100 CPUtime=0.02
/proc/339/task/347/stat : 347 (java) S 337 339 29977 0 -1 64 1 373 0 0 0 0 1 1 25 0 9 0 28476454 888934400 23825 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=339/tid=348] ppid=337 vsize=868100 CPUtime=0.02
/proc/339/task/348/stat : 348 (java) S 337 339 29977 0 -1 64 8 373 0 0 0 0 1 1 15 0 9 0 28476454 888934400 23825 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.51
Current children cumulated vsize (KiB) 868100

Child status: 0
Real time (s): 30.8391
CPU time (s): 30.5444
CPU user time (s): 30.3344
CPU system time (s): 0.209968
CPU usage (%): 99.0442
Max. virtual memory (cumulated for all children) (KiB): 868100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.3344
system time used= 0.209968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41341
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= 2414
involuntary context switches= 2354

runsolver used 0.06399 second user time and 0.162975 second system time

The end

Launcher Data

Begin job on node90 at 2009-07-12 17:55:18
IDJOB=2097858
IDBENCH=57884
IDSOLVER=774
FILE ID=node90/2097858-1247414108
PBS_JOBID= 9510472
Free space on /tmp= 66300 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/fapp/fapp31/normalized-fapp31-0400-2.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-2097858-1247414108/watcher-2097858-1247414108 -o /tmp/evaluation-result-2097858-1247414108/solver-2097858-1247414108 -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-2097858-1247414108.xml

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

MD5SUM BENCH= 8b51b67d03b842d06e4a6cc96db5ee28
RANDOM SEED=993548354

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1665580 kB
Buffers:         67476 kB
Cached:         235600 kB
SwapCached:          0 kB
Active:         176404 kB
Inactive:       148252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1665580 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2648 kB
Writeback:           0 kB
Mapped:          25120 kB
Slab:            51368 kB
Committed_AS:   184296 kB
PageTables:       1652 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= 66296 MiB
End job on node90 at 2009-07-12 17:55:49