Trace number 1080758

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 ESACSAT 7.63984 7.76766

DiagnosticValue
CHECKS3591000
NODES210

General information on the benchmark

Namecsp/radar-8-24-3-2/
normalized-radar-8-24-3-2-40.xml
MD5SUMd2c23bcbd82ec2530cf97ecefb1d08ed
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.036993
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints64
Maximum constraint arity16
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension64
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06/0.09	
0.06/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=esac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-1080758-1215213291.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.33	   
0.28/0.33	   variables being loaded...
0.28/0.38	     nbVariables=144  nbDomainTypes=1  minDomainSize=4  maxDomainSize=4  nbTotalValues=576
0.28/0.38	       =>  wckTime=0.124  cpuTime=0.11  mem=7M919
0.28/0.38	   
0.28/0.38	   predicates being loaded...
0.48/0.55	   
0.48/0.55	   constraints being loaded...
1.06/1.13	     nbConstraints=81  nbUnaryConstraints=1  nbGlobalConstraints=18  nbPurgedValues=2  nbDisconnectedVariables=18
1.06/1.13	     nbConvertedConstraints=2  nbConvertConstraintsChecks=31072  nbExtensionStructures=2  nbSharedExtensionStructures=0
1.06/1.13	     nbConflictsStructures=13  nbSharedConflictsStructures=0  nbUnbuiltConflictsStructures=50
1.06/1.13	     nbSharedBinaryRepresentations=13  nbEvaluationManagers=61  nbSharedEvaluationManagers=0  minDegree=1  maxDegree=6
1.06/1.13	     minArity=2  avgArity=7.53  maxArity=16  nbGenerators=18  nbFusions=0  symmetryWckTime=0.078  symmetryCpuTime=0.03
1.06/1.13	       =>  wckTime=0.878  cpuTime=0.7  mem=40M195
1.17/1.20	   
1.17/1.20	   solver IterativeSystematicSolver being built... 
1.17/1.28	   
1.17/1.28	   INFO : Forward propagation technique limited 
1.27/1.35	       =>  wckTime=1.091  cpuTime=0.84  mem=22M659
3.34/3.49	   
3.34/3.49	   preprocessing
3.34/3.49	     nbConstraintChecks=1216416  nbValidityChecks=12557  nbPropagations=403  nbRevisions=3855  nbUselessRevisions=3754
3.34/3.49	     nbSingletonTests=174  nbEffectiveSingletonTests=0  nbACRemovals=16  nbFoundSingletons=0  nbRemovedValues=16
3.34/3.49	     detectedInconsistency=no
3.34/3.49	       =>  wckTime=2.141  cpuTime=2.09  mem=22M659
7.61/7.71	   
7.61/7.71	   search
7.61/7.71	     run=1  nbConstraintChecks=2374587  nbValidityChecks=18958  minDepth=145  maxDepth=144  nbPropagations=1364
7.61/7.71	     nbRevisions=15974  nbUselessRevisions=15342  nbAssignments=210  nbFailedAssignments=10  nbBacktracks=5
7.61/7.71	     nbVisitedNodes=223  nbRestartNogoods=2  nbFoundSolutions=1  mapSize=5  nbInferences=0  nbTooLargeKeys=0
7.61/7.71	     nbSEliminables=0  nbREliminables=69.76  nbIEliminables=36.15  nbDEliminables=0  nbPEliminables=0
7.61/7.71	       =>  wckTime=6.355  cpuTime=6.23  mem=23M657
7.61/7.71	   
7.61/7.71	   global
7.61/7.71	     nbConstraintChecks=3591003  nbValidityChecks=31515  nbPropagations=1767  nbRevisions=19829
7.61/7.71	     nbUselessRevisions=19096  nbRestartNogoods=2  solvingWckTime=6.358  solvingCpuTime=6.24  expiredTime=no
7.61/7.71	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=7.07  globalCpuTime=7.13
7.61/7.71	       =>  wckTime=7.452  cpuTime=7.08  mem=23M657
7.61/7.71	   
7.61/7.71	s SATISFIABLE
7.61/7.71	v 0 0 0 0 0 0 0 0 0 0 3 0 0 2 0 0 0 0 0 0 2 0 0 0 1 0 0 3 1 1 1 1 0 0 2 2 1 0 0 0 2 1 0 2 1 0 3 3 0 0 0 0 0 1 0 1 2 0 1 0 0 1 3 0 0 0 2 1 1 2 3 3 2 1 2 0 0 3 1 0 2 0 3 2 1 0 1 2 0 2 1 0 0 0 1 0 2 1 0 0 0 0 1 0 2 2 1 0 3 2 2 1 0 0 0 2 3 1 3 3 3 1 1 1 2 0 2 0 0 0 2 2 0 3 0 0 3 2 1 0 0 0 0 1 
7.61/7.71	d NODES 210
7.61/7.71	d CHECKS 3591003
7.61/7.71	   
7.61/7.71	   totalWckTime=7.523  totalCpuTime=7.13

Verifier Data (download as text)

OK

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-1080758-1215213291/watcher-1080758-1215213291 -o /tmp/evaluation-result-1080758-1215213291/solver-1080758-1215213291 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1080758-1215213291.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: 1.99 2.26 2.19 4/89 557
/proc/meminfo: memFree=951324/2055920 swapFree=4146768/4192956
[pid=557] ppid=555 vsize=18572 CPUtime=0
/proc/557/stat : 557 (runsolver) R 555 557 32285 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 677055639 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 256364834087 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/557/statm: 4643 292 257 25 0 2626 0

[startup+0.085897 s]
/proc/loadavg: 1.99 2.26 2.19 4/89 557
/proc/meminfo: memFree=951324/2055920 swapFree=4146768/4192956
[pid=557] ppid=555 vsize=865856 CPUtime=0.06
/proc/557/stat : 557 (java) S 555 557 32285 0 -1 0 3541 0 1 0 5 1 0 0 22 0 9 0 677055639 886636544 3031 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/557/statm: 216464 3031 1636 9 0 211026 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 865856

[startup+0.101896 s]
/proc/loadavg: 1.99 2.26 2.19 4/89 557
/proc/meminfo: memFree=951324/2055920 swapFree=4146768/4192956
[pid=557] ppid=555 vsize=865884 CPUtime=0.09
/proc/557/stat : 557 (java) S 555 557 32285 0 -1 0 3693 0 1 0 7 2 0 0 22 0 9 0 677055639 886665216 3168 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/557/statm: 216471 3168 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301917 s]
/proc/loadavg: 1.99 2.26 2.19 4/89 557
/proc/meminfo: memFree=951324/2055920 swapFree=4146768/4192956
[pid=557] ppid=555 vsize=866284 CPUtime=0.28
/proc/557/stat : 557 (java) S 555 557 32285 0 -1 0 5836 0 1 0 24 4 0 0 22 0 9 0 677055639 887074816 5210 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/557/statm: 216571 5210 1953 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701963 s]
/proc/loadavg: 1.99 2.26 2.19 4/89 557
/proc/meminfo: memFree=951324/2055920 swapFree=4146768/4192956
[pid=557] ppid=555 vsize=867084 CPUtime=0.69
/proc/557/stat : 557 (java) S 555 557 32285 0 -1 0 9400 0 1 0 62 7 0 0 22 0 9 0 677055639 887894016 8758 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/557/statm: 216771 8758 2010 9 0 211277 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867084

[startup+1.50204 s]
/proc/loadavg: 2.07 2.27 2.19 3/98 566
/proc/meminfo: memFree=907796/2055920 swapFree=4146768/4192956
[pid=557] ppid=555 vsize=867864 CPUtime=1.46
/proc/557/stat : 557 (java) S 555 557 32285 0 -1 0 22848 291 1 0 132 13 0 1 22 0 9 0 677055639 888692736 15001 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/557/statm: 216966 15001 2632 9 0 211472 0
[pid=557/tid=559] ppid=555 vsize=867864 CPUtime=1.17
/proc/557/task/559/stat : 559 (java) R 555 557 32285 0 -1 64 18262 291 1 0 106 10 0 1 25 0 9 0 677055640 888692736 15001 996147200 134512640 134550740 4294955968 18446744073709551615 4126697764 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=557/tid=560] ppid=555 vsize=867864 CPUtime=0.06
/proc/557/task/560/stat : 560 (java) S 555 557 32285 0 -1 64 3039 291 0 0 4 1 0 1 16 0 9 0 677055642 888692736 15001 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=557/tid=561] ppid=555 vsize=867864 CPUtime=0.01
/proc/557/task/561/stat : 561 (java) S 555 557 32285 0 -1 64 16 291 0 0 0 0 0 1 17 0 9 0 677055642 888692736 15001 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=557/tid=562] ppid=555 vsize=867864 CPUtime=0.01
/proc/557/task/562/stat : 562 (java) S 555 557 32285 0 -1 64 11 291 0 0 0 0 0 1 16 0 9 0 677055642 888692736 15001 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=557/tid=563] ppid=555 vsize=867864 CPUtime=0.01
/proc/557/task/563/stat : 563 (java) S 555 557 32285 0 -1 64 1 291 0 0 0 0 0 1 25 0 9 0 677055644 888692736 15001 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=557/tid=564] ppid=555 vsize=867864 CPUtime=0.21
/proc/557/task/564/stat : 564 (java) S 555 557 32285 0 -1 64 701 291 0 0 20 0 0 1 15 0 9 0 677055644 888692736 15001 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=557/tid=565] ppid=555 vsize=867864 CPUtime=0.01
/proc/557/task/565/stat : 565 (java) S 555 557 32285 0 -1 64 1 291 0 0 0 0 0 1 25 0 9 0 677055644 888692736 15001 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=557/tid=566] ppid=555 vsize=867864 CPUtime=0.01
/proc/557/task/566/stat : 566 (java) S 555 557 32285 0 -1 64 8 291 0 0 0 0 0 1 15 0 9 0 677055644 888692736 15001 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867864

[startup+3.1022 s]
/proc/loadavg: 2.07 2.27 2.19 4/98 570
/proc/meminfo: memFree=901268/2055920 swapFree=4146768/4192956
[pid=557] ppid=555 vsize=867864 CPUtime=3.05
/proc/557/stat : 557 (java) S 555 557 32285 0 -1 0 22849 291 1 0 291 13 0 1 22 0 9 0 677055639 888692736 15001 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/557/statm: 216966 15001 2632 9 0 211472 0
[pid=557/tid=559] ppid=555 vsize=867864 CPUtime=2.75
/proc/557/task/559/stat : 559 (java) R 555 557 32285 0 -1 64 18262 291 1 0 264 10 0 1 25 0 9 0 677055640 888692736 15001 996147200 134512640 134550740 4294955968 18446744073709551615 4126457604 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=557/tid=560] ppid=555 vsize=867864 CPUtime=0.06
/proc/557/task/560/stat : 560 (java) S 555 557 32285 0 -1 64 3040 291 0 0 4 1 0 1 17 0 9 0 677055642 888692736 15001 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=557/tid=561] ppid=555 vsize=867864 CPUtime=0.01
/proc/557/task/561/stat : 561 (java) S 555 557 32285 0 -1 64 16 291 0 0 0 0 0 1 17 0 9 0 677055642 888692736 15001 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=557/tid=562] ppid=555 vsize=867864 CPUtime=0.01
/proc/557/task/562/stat : 562 (java) S 555 557 32285 0 -1 64 11 291 0 0 0 0 0 1 16 0 9 0 677055642 888692736 15001 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=557/tid=563] ppid=555 vsize=867864 CPUtime=0.01
/proc/557/task/563/stat : 563 (java) S 555 557 32285 0 -1 64 1 291 0 0 0 0 0 1 25 0 9 0 677055644 888692736 15001 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=557/tid=564] ppid=555 vsize=867864 CPUtime=0.21
/proc/557/task/564/stat : 564 (java) S 555 557 32285 0 -1 64 701 291 0 0 20 0 0 1 15 0 9 0 677055644 888692736 15001 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=557/tid=565] ppid=555 vsize=867864 CPUtime=0.01
/proc/557/task/565/stat : 565 (java) S 555 557 32285 0 -1 64 1 291 0 0 0 0 0 1 25 0 9 0 677055644 888692736 15001 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=557/tid=566] ppid=555 vsize=867864 CPUtime=0.01
/proc/557/task/566/stat : 566 (java) S 555 557 32285 0 -1 64 8 291 0 0 0 0 0 1 15 0 9 0 677055644 888692736 15001 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867864

[startup+6.30154 s]
/proc/loadavg: 2.07 2.26 2.19 3/98 570
/proc/meminfo: memFree=901076/2055920 swapFree=4146768/4192956
[pid=557] ppid=555 vsize=867864 CPUtime=6.23
/proc/557/stat : 557 (java) S 555 557 32285 0 -1 0 23144 291 1 0 608 14 0 1 22 0 9 0 677055639 888692736 15022 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/557/statm: 216966 15022 2632 9 0 211472 0
[pid=557/tid=559] ppid=555 vsize=867864 CPUtime=5.9
/proc/557/task/559/stat : 559 (java) R 555 557 32285 0 -1 64 18496 291 1 0 579 10 0 1 25 0 9 0 677055640 888692736 15022 996147200 134512640 134550740 4294955968 18446744073709551615 4126707639 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=557/tid=560] ppid=555 vsize=867864 CPUtime=0.06
/proc/557/task/560/stat : 560 (java) S 555 557 32285 0 -1 64 3040 291 0 0 4 1 0 1 17 0 9 0 677055642 888692736 15022 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=557/tid=561] ppid=555 vsize=867864 CPUtime=0.01
/proc/557/task/561/stat : 561 (java) S 555 557 32285 0 -1 64 16 291 0 0 0 0 0 1 17 0 9 0 677055642 888692736 15022 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=557/tid=562] ppid=555 vsize=867864 CPUtime=0.01
/proc/557/task/562/stat : 562 (java) S 555 557 32285 0 -1 64 11 291 0 0 0 0 0 1 16 0 9 0 677055642 888692736 15022 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=557/tid=563] ppid=555 vsize=867864 CPUtime=0.01
/proc/557/task/563/stat : 563 (java) S 555 557 32285 0 -1 64 1 291 0 0 0 0 0 1 25 0 9 0 677055644 888692736 15022 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=557/tid=564] ppid=555 vsize=867864 CPUtime=0.24
/proc/557/task/564/stat : 564 (java) S 555 557 32285 0 -1 64 748 291 0 0 23 0 0 1 15 0 9 0 677055644 888692736 15022 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=557/tid=565] ppid=555 vsize=867864 CPUtime=0.01
/proc/557/task/565/stat : 565 (java) S 555 557 32285 0 -1 64 1 291 0 0 0 0 0 1 25 0 9 0 677055644 888692736 15022 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=557/tid=566] ppid=555 vsize=867864 CPUtime=0.01
/proc/557/task/566/stat : 566 (java) S 555 557 32285 0 -1 64 22 291 0 0 0 0 0 1 15 0 9 0 677055644 888692736 15022 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867864

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

[startup+7.10162 s]
/proc/loadavg: 2.07 2.26 2.19 3/98 570
/proc/meminfo: memFree=901012/2055920 swapFree=4146768/4192956
[pid=557] ppid=555 vsize=867864 CPUtime=7.01
/proc/557/stat : 557 (java) S 555 557 32285 0 -1 0 23144 291 1 0 686 14 0 1 22 0 9 0 677055639 888692736 15022 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/557/statm: 216966 15022 2632 9 0 211472 0
[pid=557/tid=559] ppid=555 vsize=867864 CPUtime=6.68
/proc/557/task/559/stat : 559 (java) R 555 557 32285 0 -1 64 18496 291 1 0 657 10 0 1 25 0 9 0 677055640 888692736 15022 996147200 134512640 134550740 4294955968 18446744073709551615 4126707640 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=557/tid=560] ppid=555 vsize=867864 CPUtime=0.06
/proc/557/task/560/stat : 560 (java) S 555 557 32285 0 -1 64 3040 291 0 0 4 1 0 1 17 0 9 0 677055642 888692736 15022 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=557/tid=561] ppid=555 vsize=867864 CPUtime=0.01
/proc/557/task/561/stat : 561 (java) S 555 557 32285 0 -1 64 16 291 0 0 0 0 0 1 17 0 9 0 677055642 888692736 15022 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=557/tid=562] ppid=555 vsize=867864 CPUtime=0.01
/proc/557/task/562/stat : 562 (java) S 555 557 32285 0 -1 64 11 291 0 0 0 0 0 1 16 0 9 0 677055642 888692736 15022 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=557/tid=563] ppid=555 vsize=867864 CPUtime=0.01
/proc/557/task/563/stat : 563 (java) S 555 557 32285 0 -1 64 1 291 0 0 0 0 0 1 25 0 9 0 677055644 888692736 15022 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=557/tid=564] ppid=555 vsize=867864 CPUtime=0.24
/proc/557/task/564/stat : 564 (java) S 555 557 32285 0 -1 64 748 291 0 0 23 0 0 1 15 0 9 0 677055644 888692736 15022 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=557/tid=565] ppid=555 vsize=867864 CPUtime=0.01
/proc/557/task/565/stat : 565 (java) S 555 557 32285 0 -1 64 1 291 0 0 0 0 0 1 25 0 9 0 677055644 888692736 15022 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=557/tid=566] ppid=555 vsize=867864 CPUtime=0.01
/proc/557/task/566/stat : 566 (java) S 555 557 32285 0 -1 64 22 291 0 0 0 0 0 1 15 0 9 0 677055644 888692736 15022 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.01
Current children cumulated vsize (KiB) 867864

[startup+7.50166 s]
/proc/loadavg: 2.07 2.26 2.19 3/98 570
/proc/meminfo: memFree=901012/2055920 swapFree=4146768/4192956
[pid=557] ppid=555 vsize=867864 CPUtime=7.41
/proc/557/stat : 557 (java) S 555 557 32285 0 -1 0 23144 291 1 0 726 14 0 1 22 0 9 0 677055639 888692736 15022 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/557/statm: 216966 15022 2632 9 0 211472 0
[pid=557/tid=559] ppid=555 vsize=867864 CPUtime=7.08
/proc/557/task/559/stat : 559 (java) R 555 557 32285 0 -1 64 18496 291 1 0 697 10 0 1 25 0 9 0 677055640 888692736 15022 996147200 134512640 134550740 4294955968 18446744073709551615 4126707639 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=557/tid=560] ppid=555 vsize=867864 CPUtime=0.06
/proc/557/task/560/stat : 560 (java) S 555 557 32285 0 -1 64 3040 291 0 0 4 1 0 1 16 0 9 0 677055642 888692736 15022 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=557/tid=561] ppid=555 vsize=867864 CPUtime=0.01
/proc/557/task/561/stat : 561 (java) S 555 557 32285 0 -1 64 16 291 0 0 0 0 0 1 17 0 9 0 677055642 888692736 15022 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=557/tid=562] ppid=555 vsize=867864 CPUtime=0.01
/proc/557/task/562/stat : 562 (java) S 555 557 32285 0 -1 64 11 291 0 0 0 0 0 1 16 0 9 0 677055642 888692736 15022 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=557/tid=563] ppid=555 vsize=867864 CPUtime=0.01
/proc/557/task/563/stat : 563 (java) S 555 557 32285 0 -1 64 1 291 0 0 0 0 0 1 25 0 9 0 677055644 888692736 15022 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=557/tid=564] ppid=555 vsize=867864 CPUtime=0.24
/proc/557/task/564/stat : 564 (java) S 555 557 32285 0 -1 64 748 291 0 0 23 0 0 1 15 0 9 0 677055644 888692736 15022 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=557/tid=565] ppid=555 vsize=867864 CPUtime=0.01
/proc/557/task/565/stat : 565 (java) S 555 557 32285 0 -1 64 1 291 0 0 0 0 0 1 25 0 9 0 677055644 888692736 15022 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=557/tid=566] ppid=555 vsize=867864 CPUtime=0.01
/proc/557/task/566/stat : 566 (java) S 555 557 32285 0 -1 64 22 291 0 0 0 0 0 1 15 0 9 0 677055644 888692736 15022 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.41
Current children cumulated vsize (KiB) 867864

[startup+7.70669 s]
/proc/loadavg: 2.07 2.26 2.19 3/98 570
/proc/meminfo: memFree=901012/2055920 swapFree=4146768/4192956
[pid=557] ppid=555 vsize=867864 CPUtime=7.61
/proc/557/stat : 557 (java) S 555 557 32285 0 -1 0 23166 291 1 0 746 14 0 1 22 0 9 0 677055639 888692736 15025 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/557/statm: 216966 15025 2632 9 0 211472 0
[pid=557/tid=559] ppid=555 vsize=867864 CPUtime=7.27
/proc/557/task/559/stat : 559 (java) R 555 557 32285 0 -1 64 18512 291 1 0 716 10 0 1 25 0 9 0 677055640 888692736 15025 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=557/tid=560] ppid=555 vsize=867864 CPUtime=0.06
/proc/557/task/560/stat : 560 (java) S 555 557 32285 0 -1 64 3040 291 0 0 4 1 0 1 16 0 9 0 677055642 888692736 15025 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=557/tid=561] ppid=555 vsize=867864 CPUtime=0.01
/proc/557/task/561/stat : 561 (java) S 555 557 32285 0 -1 64 16 291 0 0 0 0 0 1 17 0 9 0 677055642 888692736 15025 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=557/tid=562] ppid=555 vsize=867864 CPUtime=0.01
/proc/557/task/562/stat : 562 (java) S 555 557 32285 0 -1 64 11 291 0 0 0 0 0 1 16 0 9 0 677055642 888692736 15025 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=557/tid=563] ppid=555 vsize=867864 CPUtime=0.01
/proc/557/task/563/stat : 563 (java) S 555 557 32285 0 -1 64 1 291 0 0 0 0 0 1 25 0 9 0 677055644 888692736 15025 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=557/tid=564] ppid=555 vsize=867864 CPUtime=0.25
/proc/557/task/564/stat : 564 (java) R 555 557 32285 0 -1 64 754 291 0 0 24 0 0 1 16 0 9 0 677055644 888692736 15025 996147200 134512640 134550740 4294955968 18446744073709551615 101995236 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=557/tid=565] ppid=555 vsize=867864 CPUtime=0.01
/proc/557/task/565/stat : 565 (java) S 555 557 32285 0 -1 64 1 291 0 0 0 0 0 1 25 0 9 0 677055644 888692736 15025 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=557/tid=566] ppid=555 vsize=867864 CPUtime=0.01
/proc/557/task/566/stat : 566 (java) S 555 557 32285 0 -1 64 22 291 0 0 0 0 0 1 15 0 9 0 677055644 888692736 15025 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.61
Current children cumulated vsize (KiB) 867864

Child status: 0
Real time (s): 7.76766
CPU time (s): 7.63984
CPU user time (s): 7.47386
CPU system time (s): 0.165974
CPU usage (%): 98.3544
Max. virtual memory (cumulated for all children) (KiB): 867864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.47386
system time used= 0.165974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23568
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= 1370
involuntary context switches= 1602

runsolver used 0.018997 second user time and 0.029995 second system time

The end

Launcher Data (download as text)

Begin job on node90 at 2008-07-05 01:14:51
IDJOB=1080758
IDBENCH=57020
IDSOLVER=364
FILE ID=node90/1080758-1215213291
PBS_JOBID= 7881806
Free space on /tmp= 66560 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/radar-8-24-3-2/normalized-radar-8-24-3-2-40.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= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1080758-1215213291/watcher-1080758-1215213291 -o /tmp/evaluation-result-1080758-1215213291/solver-1080758-1215213291 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1080758-1215213291.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d2c23bcbd82ec2530cf97ecefb1d08ed
RANDOM SEED=1878611396

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.236
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.236
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:        951740 kB
Buffers:         54304 kB
Cached:         158348 kB
SwapCached:      37656 kB
Active:         976744 kB
Inactive:        66668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        951740 kB
SwapTotal:     4192956 kB
SwapFree:      4146768 kB
Dirty:            2064 kB
Writeback:           0 kB
Mapped:         844180 kB
Slab:            43656 kB
Committed_AS:  1761256 kB
PageTables:       3924 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= 66556 MiB
End job on node90 at 2008-07-05 01:14:58