Trace number 1100659

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 10.9453 11.0542

DiagnosticValue
CHECKS151028000
NODES17347

General information on the benchmark

Namecsp/tightness0.9/
normalized-rand-2-40-180-84-900-72_ext.xml
MD5SUM94c59d945815020a8e30a325367c69c5
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.830873
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints84
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension84
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.08	
0.01/0.08	Abscon 112 (May, 2008)
0.19/0.25	
0.19/0.25	   configuration
0.19/0.25	     name=esac.xml
0.19/0.29	   
0.19/0.29	   instance
0.19/0.29	     name=HOME/instance-1100659-1215287504.xml
0.29/0.32	   
0.29/0.32	   domains being loaded...
0.29/0.33	   
0.29/0.33	   variables being loaded...
0.29/0.37	     nbVariables=40  nbDomainTypes=1  minDomainSize=180  maxDomainSize=180  nbTotalValues=7200
0.29/0.37	       =>  wckTime=0.112  cpuTime=0.09  mem=7M919
0.29/0.37	   
0.29/0.37	   relations being loaded...
0.58/0.67	   
0.58/0.67	   constraints being loaded...
0.78/0.88	     nbConstraints=84  nbRelationTypes=84  nbExtensionStructures=84  nbSharedExtensionStructures=0
0.78/0.88	     nbConflictsStructures=84  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  minDegree=1  maxDegree=8
0.78/0.88	     minArity=2  maxArity=2  nbGenerators=0  nbFusions=0  symmetryWckTime=0.043  symmetryCpuTime=0.02
0.78/0.88	       =>  wckTime=0.627  cpuTime=0.55  mem=40M337
0.87/0.99	   
0.87/0.99	   solver IterativeSystematicSolver being built... 
1.06/1.14	       =>  wckTime=0.889  cpuTime=0.67  mem=28M703
1.16/1.22	   
1.16/1.22	   preprocessing
1.16/1.22	     nbConstraintChecks=431509  nbPropagations=939  nbRevisions=3389  nbUselessRevisions=1907  nbSingletonTests=49
1.16/1.22	     nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0  detectedInconsistency=no
1.16/1.22	       =>  wckTime=0.069  cpuTime=0.05  mem=29M651
1.46/1.58	   
1.46/1.58	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=30M631)
10.88/11.03	   
10.88/11.03	   search
10.88/11.03	     run=15  nbConstraintChecks=150596894  minDepth=1  maxDepth=40  nbPropagations=1526648  nbRevisions=5807911
10.88/11.03	     nbUselessRevisions=2711466  nbAssignments=17347  nbFailedAssignments=12624  nbBacktracks=4589  nbVisitedNodes=33074
10.88/11.03	     nbRestartNogoods=196  nbFoundSolutions=1  nbSEliminables=6.38  nbREliminables=3.12  nbIEliminables=16.18
10.88/11.03	     nbDEliminables=0  nbPEliminables=0
10.88/11.03	       =>  wckTime=9.884  cpuTime=9.71  mem=30M631
10.88/11.03	   
10.88/11.03	   global
10.88/11.03	     nbConstraintChecks=151028403  nbPropagations=1527587  nbRevisions=5811300  nbUselessRevisions=2713373
10.88/11.03	     nbRestartNogoods=196  solvingWckTime=9.887  solvingCpuTime=9.71  expiredTime=no  totalExploration=no
10.88/11.03	     nbFoundSolutions=1  firstSolutionCpuTime=10.38  globalCpuTime=10.42
10.88/11.03	       =>  wckTime=10.78  cpuTime=10.38  mem=30M631
10.88/11.03	   
10.88/11.03	s SATISFIABLE
10.88/11.03	v 109 81 111 150 113 49 91 144 35 22 25 149 6 160 155 107 148 40 73 85 73 116 104 22 15 138 22 117 25 70 21 177 86 56 99 107 92 154 121 20 
10.88/11.04	d NODES 17347
10.88/11.04	d CHECKS 151028403
10.88/11.04	   
10.88/11.04	   totalWckTime=10.848  totalCpuTime=10.43

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-1100659-1215287504/watcher-1100659-1215287504 -o /tmp/evaluation-result-1100659-1215287504/solver-1100659-1215287504 -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-1100659-1215287504.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.93 2.00 1.99 4/72 18103
/proc/meminfo: memFree=1698440/2055920 swapFree=4180436/4192956
[pid=18103] ppid=18101 vsize=18572 CPUtime=0
/proc/18103/stat : 18103 (runsolver) R 18101 18103 15836 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 2007722658 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 255539604775 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/18103/statm: 4643 292 257 25 0 2626 0

[startup+0.02971 s]
/proc/loadavg: 1.93 2.00 1.99 4/72 18103
/proc/meminfo: memFree=1698440/2055920 swapFree=4180436/4192956
[pid=18103] ppid=18101 vsize=861876 CPUtime=0.01
/proc/18103/stat : 18103 (java) S 18101 18103 15836 0 -1 0 1880 0 1 0 0 1 0 0 18 0 5 0 2007722658 882561024 1567 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/18103/statm: 215469 1567 695 9 0 210448 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 861876

[startup+0.101991 s]
/proc/loadavg: 1.93 2.00 1.99 4/72 18103
/proc/meminfo: memFree=1698440/2055920 swapFree=4180436/4192956
[pid=18103] ppid=18101 vsize=865884 CPUtime=0.08
/proc/18103/stat : 18103 (java) S 18101 18103 15836 0 -1 0 3693 0 1 0 7 1 0 0 18 0 9 0 2007722658 886665216 3168 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18103/statm: 216471 3168 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.30201 s]
/proc/loadavg: 1.93 2.00 1.99 4/72 18103
/proc/meminfo: memFree=1698440/2055920 swapFree=4180436/4192956
[pid=18103] ppid=18101 vsize=866284 CPUtime=0.29
/proc/18103/stat : 18103 (java) S 18101 18103 15836 0 -1 0 5834 0 1 0 25 4 0 0 18 0 9 0 2007722658 887074816 5208 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18103/statm: 216571 5208 1953 9 0 211099 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866284

[startup+0.702048 s]
/proc/loadavg: 1.93 2.00 1.99 4/72 18103
/proc/meminfo: memFree=1698440/2055920 swapFree=4180436/4192956
[pid=18103] ppid=18101 vsize=866520 CPUtime=0.68
/proc/18103/stat : 18103 (java) S 18101 18103 15836 0 -1 0 12765 0 1 0 61 7 0 0 18 0 9 0 2007722658 887316480 12125 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18103/statm: 216630 12125 1977 9 0 211158 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866520

[startup+1.50212 s]
/proc/loadavg: 1.93 2.00 1.99 3/81 18116
/proc/meminfo: memFree=1640896/2055920 swapFree=4180436/4192956
[pid=18103] ppid=18101 vsize=866932 CPUtime=1.46
/proc/18103/stat : 18103 (java) S 18101 18103 15836 0 -1 0 25923 269 1 0 134 12 0 0 18 0 9 0 2007722658 887738368 17075 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18103/statm: 216733 17075 2631 9 0 211239 0
[pid=18103/tid=18105] ppid=18101 vsize=866932 CPUtime=1.16
/proc/18103/task/18105/stat : 18105 (java) R 18101 18103 15836 0 -1 64 17565 269 1 0 108 8 0 0 25 0 9 0 2007722659 887738368 17075 996147200 134512640 134550740 4294955968 18446744073709551615 4126754154 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18103/tid=18106] ppid=18101 vsize=866932 CPUtime=0.09
/proc/18103/task/18106/stat : 18106 (java) S 18101 18103 15836 0 -1 64 7001 269 0 0 8 1 0 0 17 0 9 0 2007722660 887738368 17075 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18103/tid=18107] ppid=18101 vsize=866932 CPUtime=0
/proc/18103/task/18107/stat : 18107 (java) S 18101 18103 15836 0 -1 64 16 269 0 0 0 0 0 0 17 0 9 0 2007722661 887738368 17075 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18103/tid=18108] ppid=18101 vsize=866932 CPUtime=0
/proc/18103/task/18108/stat : 18108 (java) S 18101 18103 15836 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 2007722661 887738368 17075 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18103/tid=18109] ppid=18101 vsize=866932 CPUtime=0
/proc/18103/task/18109/stat : 18109 (java) S 18101 18103 15836 0 -1 64 1 269 0 0 0 0 0 0 18 0 9 0 2007722663 887738368 17075 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18103/tid=18110] ppid=18101 vsize=866932 CPUtime=0.16
/proc/18103/task/18110/stat : 18110 (java) S 18101 18103 15836 0 -1 64 517 269 0 0 16 0 0 0 15 0 9 0 2007722663 887738368 17075 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18103/tid=18111] ppid=18101 vsize=866932 CPUtime=0
/proc/18103/task/18111/stat : 18111 (java) S 18101 18103 15836 0 -1 64 1 269 0 0 0 0 0 0 19 0 9 0 2007722663 887738368 17075 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18103/tid=18112] ppid=18101 vsize=866932 CPUtime=0
/proc/18103/task/18112/stat : 18112 (java) S 18101 18103 15836 0 -1 64 0 269 0 0 0 0 0 0 15 0 9 0 2007722663 887738368 17075 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 866932

[startup+3.10127 s]
/proc/loadavg: 1.93 2.00 1.99 3/81 18116
/proc/meminfo: memFree=1640128/2055920 swapFree=4180436/4192956
[pid=18103] ppid=18101 vsize=866932 CPUtime=3.05
/proc/18103/stat : 18103 (java) S 18101 18103 15836 0 -1 0 25952 269 1 0 293 12 0 0 18 0 9 0 2007722658 887738368 17096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18103/statm: 216733 17096 2631 9 0 211239 0
[pid=18103/tid=18105] ppid=18101 vsize=866932 CPUtime=2.72
/proc/18103/task/18105/stat : 18105 (java) R 18101 18103 15836 0 -1 64 17572 269 1 0 264 8 0 0 25 0 9 0 2007722659 887738368 17096 996147200 134512640 134550740 4294955968 18446744073709551615 4126758136 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18103/tid=18106] ppid=18101 vsize=866932 CPUtime=0.09
/proc/18103/task/18106/stat : 18106 (java) S 18101 18103 15836 0 -1 64 7001 269 0 0 8 1 0 0 17 0 9 0 2007722660 887738368 17096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18103/tid=18107] ppid=18101 vsize=866932 CPUtime=0
/proc/18103/task/18107/stat : 18107 (java) S 18101 18103 15836 0 -1 64 16 269 0 0 0 0 0 0 17 0 9 0 2007722661 887738368 17096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18103/tid=18108] ppid=18101 vsize=866932 CPUtime=0
/proc/18103/task/18108/stat : 18108 (java) S 18101 18103 15836 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 2007722661 887738368 17096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18103/tid=18109] ppid=18101 vsize=866932 CPUtime=0
/proc/18103/task/18109/stat : 18109 (java) S 18101 18103 15836 0 -1 64 1 269 0 0 0 0 0 0 18 0 9 0 2007722663 887738368 17096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18103/tid=18110] ppid=18101 vsize=866932 CPUtime=0.19
/proc/18103/task/18110/stat : 18110 (java) S 18101 18103 15836 0 -1 64 539 269 0 0 19 0 0 0 15 0 9 0 2007722663 887738368 17096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18103/tid=18111] ppid=18101 vsize=866932 CPUtime=0
/proc/18103/task/18111/stat : 18111 (java) S 18101 18103 15836 0 -1 64 1 269 0 0 0 0 0 0 19 0 9 0 2007722663 887738368 17096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18103/tid=18112] ppid=18101 vsize=866932 CPUtime=0
/proc/18103/task/18112/stat : 18112 (java) S 18101 18103 15836 0 -1 64 0 269 0 0 0 0 0 0 15 0 9 0 2007722663 887738368 17096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 866932

[startup+6.30257 s]
/proc/loadavg: 1.93 2.00 1.99 3/81 18116
/proc/meminfo: memFree=1639936/2055920 swapFree=4180436/4192956
[pid=18103] ppid=18101 vsize=867060 CPUtime=6.22
/proc/18103/stat : 18103 (java) S 18101 18103 15836 0 -1 0 25962 269 1 0 610 12 0 0 18 0 9 0 2007722658 887869440 17100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18103/statm: 216765 17100 2631 9 0 211271 0
[pid=18103/tid=18105] ppid=18101 vsize=867060 CPUtime=5.89
/proc/18103/task/18105/stat : 18105 (java) R 18101 18103 15836 0 -1 64 17579 269 1 0 581 8 0 0 25 0 9 0 2007722659 887869440 17100 996147200 134512640 134550740 4294955968 18446744073709551615 4126746588 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18103/tid=18106] ppid=18101 vsize=867060 CPUtime=0.09
/proc/18103/task/18106/stat : 18106 (java) S 18101 18103 15836 0 -1 64 7001 269 0 0 8 1 0 0 16 0 9 0 2007722660 887869440 17100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18103/tid=18107] ppid=18101 vsize=867060 CPUtime=0
/proc/18103/task/18107/stat : 18107 (java) S 18101 18103 15836 0 -1 64 16 269 0 0 0 0 0 0 17 0 9 0 2007722661 887869440 17100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18103/tid=18108] ppid=18101 vsize=867060 CPUtime=0
/proc/18103/task/18108/stat : 18108 (java) S 18101 18103 15836 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 2007722661 887869440 17100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18103/tid=18109] ppid=18101 vsize=867060 CPUtime=0
/proc/18103/task/18109/stat : 18109 (java) S 18101 18103 15836 0 -1 64 1 269 0 0 0 0 0 0 18 0 9 0 2007722663 887869440 17100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18103/tid=18110] ppid=18101 vsize=867060 CPUtime=0.2
/proc/18103/task/18110/stat : 18110 (java) S 18101 18103 15836 0 -1 64 542 269 0 0 20 0 0 0 16 0 9 0 2007722663 887869440 17100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18103/tid=18111] ppid=18101 vsize=867060 CPUtime=0
/proc/18103/task/18111/stat : 18111 (java) S 18101 18103 15836 0 -1 64 1 269 0 0 0 0 0 0 19 0 9 0 2007722663 887869440 17100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18103/tid=18112] ppid=18101 vsize=867060 CPUtime=0
/proc/18103/task/18112/stat : 18112 (java) S 18101 18103 15836 0 -1 64 0 269 0 0 0 0 0 0 15 0 9 0 2007722663 887869440 17100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867060

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

[startup+9.50286 s]
/proc/loadavg: 1.93 2.00 1.99 3/81 18116
/proc/meminfo: memFree=1639936/2055920 swapFree=4180436/4192956
[pid=18103] ppid=18101 vsize=867060 CPUtime=9.39
/proc/18103/stat : 18103 (java) S 18101 18103 15836 0 -1 0 25963 269 1 0 927 12 0 0 18 0 9 0 2007722658 887869440 17100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18103/statm: 216765 17100 2631 9 0 211271 0
[pid=18103/tid=18105] ppid=18101 vsize=867060 CPUtime=9.06
/proc/18103/task/18105/stat : 18105 (java) R 18101 18103 15836 0 -1 64 17580 269 1 0 898 8 0 0 25 0 9 0 2007722659 887869440 17100 996147200 134512640 134550740 4294955968 18446744073709551615 4126774279 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18103/tid=18106] ppid=18101 vsize=867060 CPUtime=0.09
/proc/18103/task/18106/stat : 18106 (java) S 18101 18103 15836 0 -1 64 7001 269 0 0 8 1 0 0 16 0 9 0 2007722660 887869440 17100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18103/tid=18107] ppid=18101 vsize=867060 CPUtime=0
/proc/18103/task/18107/stat : 18107 (java) S 18101 18103 15836 0 -1 64 16 269 0 0 0 0 0 0 17 0 9 0 2007722661 887869440 17100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18103/tid=18108] ppid=18101 vsize=867060 CPUtime=0
/proc/18103/task/18108/stat : 18108 (java) S 18101 18103 15836 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 2007722661 887869440 17100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18103/tid=18109] ppid=18101 vsize=867060 CPUtime=0
/proc/18103/task/18109/stat : 18109 (java) S 18101 18103 15836 0 -1 64 1 269 0 0 0 0 0 0 18 0 9 0 2007722663 887869440 17100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18103/tid=18110] ppid=18101 vsize=867060 CPUtime=0.2
/proc/18103/task/18110/stat : 18110 (java) S 18101 18103 15836 0 -1 64 542 269 0 0 20 0 0 0 16 0 9 0 2007722663 887869440 17100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18103/tid=18111] ppid=18101 vsize=867060 CPUtime=0
/proc/18103/task/18111/stat : 18111 (java) S 18101 18103 15836 0 -1 64 1 269 0 0 0 0 0 0 19 0 9 0 2007722663 887869440 17100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18103/tid=18112] ppid=18101 vsize=867060 CPUtime=0
/proc/18103/task/18112/stat : 18112 (java) S 18101 18103 15836 0 -1 64 0 269 0 0 0 0 0 0 15 0 9 0 2007722663 887869440 17100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.39
Current children cumulated vsize (KiB) 867060

[startup+10.3029 s]
/proc/loadavg: 1.94 2.00 1.99 3/81 18116
/proc/meminfo: memFree=1640000/2055920 swapFree=4180436/4192956
[pid=18103] ppid=18101 vsize=867060 CPUtime=10.19
/proc/18103/stat : 18103 (java) S 18101 18103 15836 0 -1 0 25963 269 1 0 1007 12 0 0 18 0 9 0 2007722658 887869440 17100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18103/statm: 216765 17100 2631 9 0 211271 0
[pid=18103/tid=18105] ppid=18101 vsize=867060 CPUtime=9.85
/proc/18103/task/18105/stat : 18105 (java) R 18101 18103 15836 0 -1 64 17580 269 1 0 977 8 0 0 25 0 9 0 2007722659 887869440 17100 996147200 134512640 134550740 4294955968 18446744073709551615 4126773052 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18103/tid=18106] ppid=18101 vsize=867060 CPUtime=0.09
/proc/18103/task/18106/stat : 18106 (java) S 18101 18103 15836 0 -1 64 7001 269 0 0 8 1 0 0 16 0 9 0 2007722660 887869440 17100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18103/tid=18107] ppid=18101 vsize=867060 CPUtime=0
/proc/18103/task/18107/stat : 18107 (java) S 18101 18103 15836 0 -1 64 16 269 0 0 0 0 0 0 17 0 9 0 2007722661 887869440 17100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18103/tid=18108] ppid=18101 vsize=867060 CPUtime=0
/proc/18103/task/18108/stat : 18108 (java) S 18101 18103 15836 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 2007722661 887869440 17100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18103/tid=18109] ppid=18101 vsize=867060 CPUtime=0
/proc/18103/task/18109/stat : 18109 (java) S 18101 18103 15836 0 -1 64 1 269 0 0 0 0 0 0 18 0 9 0 2007722663 887869440 17100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18103/tid=18110] ppid=18101 vsize=867060 CPUtime=0.2
/proc/18103/task/18110/stat : 18110 (java) S 18101 18103 15836 0 -1 64 542 269 0 0 20 0 0 0 16 0 9 0 2007722663 887869440 17100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18103/tid=18111] ppid=18101 vsize=867060 CPUtime=0
/proc/18103/task/18111/stat : 18111 (java) S 18101 18103 15836 0 -1 64 1 269 0 0 0 0 0 0 19 0 9 0 2007722663 887869440 17100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18103/tid=18112] ppid=18101 vsize=867060 CPUtime=0
/proc/18103/task/18112/stat : 18112 (java) S 18101 18103 15836 0 -1 64 0 269 0 0 0 0 0 0 15 0 9 0 2007722663 887869440 17100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.19
Current children cumulated vsize (KiB) 867060

[startup+10.702 s]
/proc/loadavg: 1.94 2.00 1.99 3/81 18116
/proc/meminfo: memFree=1640000/2055920 swapFree=4180436/4192956
[pid=18103] ppid=18101 vsize=867060 CPUtime=10.58
/proc/18103/stat : 18103 (java) S 18101 18103 15836 0 -1 0 25963 269 1 0 1046 12 0 0 18 0 9 0 2007722658 887869440 17100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18103/statm: 216765 17100 2631 9 0 211271 0
[pid=18103/tid=18105] ppid=18101 vsize=867060 CPUtime=10.25
/proc/18103/task/18105/stat : 18105 (java) R 18101 18103 15836 0 -1 64 17580 269 1 0 1017 8 0 0 25 0 9 0 2007722659 887869440 17100 996147200 134512640 134550740 4294955968 18446744073709551615 4126746467 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18103/tid=18106] ppid=18101 vsize=867060 CPUtime=0.09
/proc/18103/task/18106/stat : 18106 (java) S 18101 18103 15836 0 -1 64 7001 269 0 0 8 1 0 0 16 0 9 0 2007722660 887869440 17100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18103/tid=18107] ppid=18101 vsize=867060 CPUtime=0
/proc/18103/task/18107/stat : 18107 (java) S 18101 18103 15836 0 -1 64 16 269 0 0 0 0 0 0 17 0 9 0 2007722661 887869440 17100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18103/tid=18108] ppid=18101 vsize=867060 CPUtime=0
/proc/18103/task/18108/stat : 18108 (java) S 18101 18103 15836 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 2007722661 887869440 17100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18103/tid=18109] ppid=18101 vsize=867060 CPUtime=0
/proc/18103/task/18109/stat : 18109 (java) S 18101 18103 15836 0 -1 64 1 269 0 0 0 0 0 0 18 0 9 0 2007722663 887869440 17100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18103/tid=18110] ppid=18101 vsize=867060 CPUtime=0.2
/proc/18103/task/18110/stat : 18110 (java) S 18101 18103 15836 0 -1 64 542 269 0 0 20 0 0 0 16 0 9 0 2007722663 887869440 17100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18103/tid=18111] ppid=18101 vsize=867060 CPUtime=0
/proc/18103/task/18111/stat : 18111 (java) S 18101 18103 15836 0 -1 64 1 269 0 0 0 0 0 0 19 0 9 0 2007722663 887869440 17100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18103/tid=18112] ppid=18101 vsize=867060 CPUtime=0
/proc/18103/task/18112/stat : 18112 (java) S 18101 18103 15836 0 -1 64 0 269 0 0 0 0 0 0 15 0 9 0 2007722663 887869440 17100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.58
Current children cumulated vsize (KiB) 867060

[startup+10.902 s]
/proc/loadavg: 1.94 2.00 1.99 3/81 18116
/proc/meminfo: memFree=1639872/2055920 swapFree=4180436/4192956
[pid=18103] ppid=18101 vsize=867060 CPUtime=10.78
/proc/18103/stat : 18103 (java) S 18101 18103 15836 0 -1 0 25963 269 1 0 1066 12 0 0 18 0 9 0 2007722658 887869440 17100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18103/statm: 216765 17100 2631 9 0 211271 0
[pid=18103/tid=18105] ppid=18101 vsize=867060 CPUtime=10.45
/proc/18103/task/18105/stat : 18105 (java) R 18101 18103 15836 0 -1 64 17580 269 1 0 1037 8 0 0 25 0 9 0 2007722659 887869440 17100 996147200 134512640 134550740 4294955968 18446744073709551615 4126762029 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18103/tid=18106] ppid=18101 vsize=867060 CPUtime=0.09
/proc/18103/task/18106/stat : 18106 (java) S 18101 18103 15836 0 -1 64 7001 269 0 0 8 1 0 0 16 0 9 0 2007722660 887869440 17100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18103/tid=18107] ppid=18101 vsize=867060 CPUtime=0
/proc/18103/task/18107/stat : 18107 (java) S 18101 18103 15836 0 -1 64 16 269 0 0 0 0 0 0 17 0 9 0 2007722661 887869440 17100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18103/tid=18108] ppid=18101 vsize=867060 CPUtime=0
/proc/18103/task/18108/stat : 18108 (java) S 18101 18103 15836 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 2007722661 887869440 17100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18103/tid=18109] ppid=18101 vsize=867060 CPUtime=0
/proc/18103/task/18109/stat : 18109 (java) S 18101 18103 15836 0 -1 64 1 269 0 0 0 0 0 0 18 0 9 0 2007722663 887869440 17100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18103/tid=18110] ppid=18101 vsize=867060 CPUtime=0.2
/proc/18103/task/18110/stat : 18110 (java) S 18101 18103 15836 0 -1 64 542 269 0 0 20 0 0 0 16 0 9 0 2007722663 887869440 17100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18103/tid=18111] ppid=18101 vsize=867060 CPUtime=0
/proc/18103/task/18111/stat : 18111 (java) S 18101 18103 15836 0 -1 64 1 269 0 0 0 0 0 0 19 0 9 0 2007722663 887869440 17100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18103/tid=18112] ppid=18101 vsize=867060 CPUtime=0
/proc/18103/task/18112/stat : 18112 (java) S 18101 18103 15836 0 -1 64 0 269 0 0 0 0 0 0 15 0 9 0 2007722663 887869440 17100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.78
Current children cumulated vsize (KiB) 867060

[startup+11.007 s]
/proc/loadavg: 1.94 2.00 1.99 3/81 18116
/proc/meminfo: memFree=1639872/2055920 swapFree=4180436/4192956
[pid=18103] ppid=18101 vsize=867060 CPUtime=10.88
/proc/18103/stat : 18103 (java) S 18101 18103 15836 0 -1 0 25963 269 1 0 1076 12 0 0 18 0 9 0 2007722658 887869440 17100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18103/statm: 216765 17100 2631 9 0 211271 0
[pid=18103/tid=18105] ppid=18101 vsize=867060 CPUtime=10.55
/proc/18103/task/18105/stat : 18105 (java) R 18101 18103 15836 0 -1 64 17580 269 1 0 1047 8 0 0 25 0 9 0 2007722659 887869440 17100 996147200 134512640 134550740 4294955968 18446744073709551615 4126758136 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18103/tid=18106] ppid=18101 vsize=867060 CPUtime=0.09
/proc/18103/task/18106/stat : 18106 (java) S 18101 18103 15836 0 -1 64 7001 269 0 0 8 1 0 0 16 0 9 0 2007722660 887869440 17100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18103/tid=18107] ppid=18101 vsize=867060 CPUtime=0
/proc/18103/task/18107/stat : 18107 (java) S 18101 18103 15836 0 -1 64 16 269 0 0 0 0 0 0 17 0 9 0 2007722661 887869440 17100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18103/tid=18108] ppid=18101 vsize=867060 CPUtime=0
/proc/18103/task/18108/stat : 18108 (java) S 18101 18103 15836 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 2007722661 887869440 17100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18103/tid=18109] ppid=18101 vsize=867060 CPUtime=0
/proc/18103/task/18109/stat : 18109 (java) S 18101 18103 15836 0 -1 64 1 269 0 0 0 0 0 0 18 0 9 0 2007722663 887869440 17100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18103/tid=18110] ppid=18101 vsize=867060 CPUtime=0.2
/proc/18103/task/18110/stat : 18110 (java) S 18101 18103 15836 0 -1 64 542 269 0 0 20 0 0 0 16 0 9 0 2007722663 887869440 17100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18103/tid=18111] ppid=18101 vsize=867060 CPUtime=0
/proc/18103/task/18111/stat : 18111 (java) S 18101 18103 15836 0 -1 64 1 269 0 0 0 0 0 0 19 0 9 0 2007722663 887869440 17100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18103/tid=18112] ppid=18101 vsize=867060 CPUtime=0
/proc/18103/task/18112/stat : 18112 (java) S 18101 18103 15836 0 -1 64 0 269 0 0 0 0 0 0 15 0 9 0 2007722663 887869440 17100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.88
Current children cumulated vsize (KiB) 867060

Child status: 0
Real time (s): 11.0542
CPU time (s): 10.9453
CPU user time (s): 10.7984
CPU system time (s): 0.146977
CPU usage (%): 99.0153
Max. virtual memory (cumulated for all children) (KiB): 867060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.7984
system time used= 0.146977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26336
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= 1393
involuntary context switches= 1681

runsolver used 0.017997 second user time and 0.045993 second system time

The end

Launcher Data (download as text)

Begin job on node48 at 2008-07-05 21:51:45
IDJOB=1100659
IDBENCH=59956
IDSOLVER=364
FILE ID=node48/1100659-1215287504
PBS_JOBID= 7882312
Free space on /tmp= 66536 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/tightness0.9/normalized-rand-2-40-180-84-900-72_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1100659-1215287504/watcher-1100659-1215287504 -o /tmp/evaluation-result-1100659-1215287504/solver-1100659-1215287504 -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-1100659-1215287504.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 94c59d945815020a8e30a325367c69c5
RANDOM SEED=435129079

node48.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.231
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.231
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:       1698920 kB
Buffers:         56120 kB
Cached:         211076 kB
SwapCached:       6436 kB
Active:         197352 kB
Inactive:       103572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1698920 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            4508 kB
Writeback:           0 kB
Mapped:          41540 kB
Slab:            41252 kB
Committed_AS:  4362652 kB
PageTables:       1840 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= 66536 MiB
End job on node48 at 2008-07-05 21:51:56