Trace number 1044919

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 13.188 13.3748

DiagnosticValue
CHECKS1413230
NODES0

General information on the benchmark

Namecsp/marc/
normalized-large-84-unsat_ext.xml
MD5SUM10a065476271212a2e3d54c56cb75306
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark8.96264
Satisfiable
(Un)Satisfiability was proved
Number of variables84
Number of constraints3486
Maximum constraint arity2
Maximum domain size84
Number of constraints which are defined in extension3486
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.10	
0.01/0.10	Abscon 112 (May, 2008)
0.19/0.27	
0.19/0.27	   configuration
0.19/0.27	     name=esac.xml
0.28/0.30	   
0.28/0.30	   instance
0.28/0.30	     name=HOME/instance-1044919-1215023524.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.28/0.39	     nbVariables=84  nbDomainTypes=1  minDomainSize=84  maxDomainSize=84  nbTotalValues=7056
0.28/0.39	       =>  wckTime=0.122  cpuTime=0.11  mem=7M919
0.28/0.39	   
0.28/0.39	   relations being loaded...
3.04/3.13	   
3.04/3.13	   INFO : Contraction of relations, mem = 100M245
10.18/10.34	   
10.18/10.34	   constraints being loaded...
12.43/12.64	     nbConstraints=3488  nbRelationTypes=2765  nbGlobalConstraints=2  nbExtensionStructures=2765
12.43/12.64	     nbSharedExtensionStructures=721  nbConflictsStructures=2765  nbSharedConflictsStructures=721
12.43/12.64	     nbSharedBinaryRepresentations=464434  minDegree=83  maxDegree=84  minArity=2  avgArity=2.01  maxArity=23
12.43/12.64	     nbGenerators=0  nbFusions=0  symmetryWckTime=0.217  symmetryCpuTime=0.12  nbCliques=2
12.43/12.64	       =>  wckTime=12.368  cpuTime=10.99  mem=125M231
12.74/12.95	   
12.74/12.95	   solver IterativeSystematicSolver being built... 
12.84/13.03	   
12.84/13.03	   INFO : Forward propagation technique limited 
12.84/13.10	       =>  wckTime=12.827  cpuTime=11.11  mem=102M202
13.13/13.30	   
13.13/13.30	   preprocessing
13.13/13.30	     nbConstraintChecks=1413226  nbPropagations=335  nbRevisions=11242  nbUselessRevisions=4185  nbSingletonTests=83
13.13/13.30	     nbEffectiveSingletonTests=83  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=3612  detectedInconsistency=yes
13.13/13.30	       =>  wckTime=0.198  cpuTime=0.18  mem=102M202
13.13/13.31	   
13.13/13.31	   global
13.13/13.31	     nbConstraintChecks=1413226  nbPropagations=335  nbRevisions=11242  nbUselessRevisions=4185  nbRestartNogoods=0
13.13/13.31	     solvingWckTime=0.203  solvingCpuTime=0.18  expiredTime=no  totalExploration=yes  nbFoundSolutions=0
13.13/13.31	     globalCpuTime=11.33
13.13/13.31	       =>  wckTime=13.037  cpuTime=11.29  mem=103M193
13.13/13.31	   
13.13/13.31	s UNSATISFIABLE
13.13/13.31	d NODES 0
13.13/13.31	d CHECKS 1413226
13.13/13.31	   
13.13/13.31	   totalWckTime=13.108  totalCpuTime=11.33

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1044919-1215023524/watcher-1044919-1215023524 -o /tmp/evaluation-result-1044919-1215023524/solver-1044919-1215023524 -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-1044919-1215023524.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.05 2.11 2.00 3/72 15551
/proc/meminfo: memFree=1361208/2055920 swapFree=4120564/4192956
[pid=15551] ppid=15549 vsize=18572 CPUtime=0
/proc/15551/stat : 15551 (runsolver) R 15549 15551 14490 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1532027264 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 212234464551 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/15551/statm: 4643 292 257 25 0 2626 0

[startup+0.0342769 s]
/proc/loadavg: 2.05 2.11 2.00 3/72 15551
/proc/meminfo: memFree=1361208/2055920 swapFree=4120564/4192956
[pid=15551] ppid=15549 vsize=861552 CPUtime=0.01
/proc/15551/stat : 15551 (java) S 15549 15551 14490 0 -1 0 1867 0 1 0 1 0 0 0 18 0 4 0 1532027264 882229248 1554 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/15551/statm: 215388 1554 691 9 0 210367 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 861552

[startup+0.101913 s]
/proc/loadavg: 2.05 2.11 2.00 3/72 15551
/proc/meminfo: memFree=1361208/2055920 swapFree=4120564/4192956
[pid=15551] ppid=15549 vsize=865884 CPUtime=0.09
/proc/15551/stat : 15551 (java) S 15549 15551 14490 0 -1 0 3641 0 1 0 7 2 0 0 18 0 9 0 1532027264 886665216 3125 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15551/statm: 216471 3125 1675 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301965 s]
/proc/loadavg: 2.05 2.11 2.00 3/72 15551
/proc/meminfo: memFree=1361208/2055920 swapFree=4120564/4192956
[pid=15551] ppid=15549 vsize=866284 CPUtime=0.28
/proc/15551/stat : 15551 (java) S 15549 15551 14490 0 -1 0 5644 0 1 0 24 4 0 0 18 0 9 0 1532027264 887074816 5058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15551/statm: 216571 5058 1912 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.702024 s]
/proc/loadavg: 2.05 2.11 2.00 3/72 15551
/proc/meminfo: memFree=1361208/2055920 swapFree=4120564/4192956
[pid=15551] ppid=15549 vsize=866400 CPUtime=0.67
/proc/15551/stat : 15551 (java) S 15549 15551 14490 0 -1 0 12806 0 1 0 60 7 0 0 18 0 9 0 1532027264 887193600 12176 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15551/statm: 216600 12176 1968 9 0 211128 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 866400

[startup+1.50217 s]
/proc/loadavg: 2.04 2.11 2.00 4/81 15560
/proc/meminfo: memFree=1290928/2055920 swapFree=4120564/4192956
[pid=15551] ppid=15549 vsize=866984 CPUtime=1.46
/proc/15551/stat : 15551 (java) S 15549 15551 14490 0 -1 0 22841 0 1 0 134 12 0 0 18 0 9 0 1532027264 887791616 22208 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15551/statm: 216746 22208 1982 9 0 211274 0
[pid=15551/tid=15553] ppid=15549 vsize=866984 CPUtime=1.21
/proc/15551/task/15553/stat : 15553 (java) R 15549 15551 14490 0 -1 64 15655 0 1 0 112 9 0 0 25 0 9 0 1532027266 887791616 22208 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15551/tid=15554] ppid=15549 vsize=866984 CPUtime=0.13
/proc/15551/task/15554/stat : 15554 (java) R 15549 15551 14490 0 -1 64 6038 0 0 0 11 2 0 0 16 0 9 0 1532027267 887791616 22208 996147200 134512640 134550740 4294955968 18446744073709551615 103829536 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15551/tid=15555] ppid=15549 vsize=866984 CPUtime=0
/proc/15551/task/15555/stat : 15555 (java) S 15549 15551 14490 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1532027267 887791616 22208 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15551/tid=15556] ppid=15549 vsize=866984 CPUtime=0
/proc/15551/task/15556/stat : 15556 (java) S 15549 15551 14490 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1532027268 887791616 22208 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15551/tid=15557] ppid=15549 vsize=866984 CPUtime=0
/proc/15551/task/15557/stat : 15557 (java) S 15549 15551 14490 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1532027270 887791616 22208 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15551/tid=15558] ppid=15549 vsize=866984 CPUtime=0.09
/proc/15551/task/15558/stat : 15558 (java) S 15549 15551 14490 0 -1 64 452 0 0 0 9 0 0 0 16 0 9 0 1532027270 887791616 22208 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15551/tid=15559] ppid=15549 vsize=866984 CPUtime=0
/proc/15551/task/15559/stat : 15559 (java) S 15549 15551 14490 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1532027270 887791616 22208 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15551/tid=15560] ppid=15549 vsize=866984 CPUtime=0
/proc/15551/task/15560/stat : 15560 (java) S 15549 15551 14490 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1532027270 887791616 22208 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) 866984

[startup+3.10244 s]
/proc/loadavg: 2.04 2.11 2.00 4/81 15560
/proc/meminfo: memFree=1266416/2055920 swapFree=4120564/4192956
[pid=15551] ppid=15549 vsize=866984 CPUtime=3.04
/proc/15551/stat : 15551 (java) S 15549 15551 14490 0 -1 0 33145 0 1 0 285 19 0 0 18 0 9 0 1532027264 887791616 32510 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15551/statm: 216746 32510 1982 9 0 211274 0
[pid=15551/tid=15553] ppid=15549 vsize=866984 CPUtime=2.43
/proc/15551/task/15553/stat : 15553 (java) R 15549 15551 14490 0 -1 64 15658 0 1 0 233 10 0 0 25 0 9 0 1532027266 887791616 32510 996147200 134512640 134550740 4294955968 18446744073709551615 4126398673 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15551/tid=15554] ppid=15549 vsize=866984 CPUtime=0.46
/proc/15551/task/15554/stat : 15554 (java) S 15549 15551 14490 0 -1 64 16315 0 0 0 39 7 0 0 17 0 9 0 1532027267 887791616 32510 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15551/tid=15555] ppid=15549 vsize=866984 CPUtime=0
/proc/15551/task/15555/stat : 15555 (java) S 15549 15551 14490 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1532027267 887791616 32510 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15551/tid=15556] ppid=15549 vsize=866984 CPUtime=0
/proc/15551/task/15556/stat : 15556 (java) S 15549 15551 14490 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1532027268 887791616 32510 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15551/tid=15557] ppid=15549 vsize=866984 CPUtime=0
/proc/15551/task/15557/stat : 15557 (java) S 15549 15551 14490 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1532027270 887791616 32510 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15551/tid=15558] ppid=15549 vsize=866984 CPUtime=0.12
/proc/15551/task/15558/stat : 15558 (java) S 15549 15551 14490 0 -1 64 476 0 0 0 12 0 0 0 16 0 9 0 1532027270 887791616 32510 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15551/tid=15559] ppid=15549 vsize=866984 CPUtime=0
/proc/15551/task/15559/stat : 15559 (java) S 15549 15551 14490 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1532027270 887791616 32510 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15551/tid=15560] ppid=15549 vsize=866984 CPUtime=0
/proc/15551/task/15560/stat : 15560 (java) S 15549 15551 14490 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1532027270 887791616 32510 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 866984

[startup+6.30299 s]
/proc/loadavg: 2.04 2.11 2.00 3/81 15560
/proc/meminfo: memFree=1237936/2055920 swapFree=4120564/4192956
[pid=15551] ppid=15549 vsize=867468 CPUtime=6.21
/proc/15551/stat : 15551 (java) S 15549 15551 14490 0 -1 0 34277 0 1 0 599 22 0 0 18 0 9 0 1532027264 888287232 33454 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15551/statm: 216867 33454 2609 9 0 211395 0
[pid=15551/tid=15553] ppid=15549 vsize=867468 CPUtime=5.32
/proc/15551/task/15553/stat : 15553 (java) R 15549 15551 14490 0 -1 64 15673 0 1 0 519 13 0 0 25 0 9 0 1532027266 888287232 33454 996147200 134512640 134550740 4294955968 18446744073709551615 4126595523 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15551/tid=15554] ppid=15549 vsize=867468 CPUtime=0.7
/proc/15551/task/15554/stat : 15554 (java) S 15549 15551 14490 0 -1 64 17312 0 0 0 63 7 0 0 16 0 9 0 1532027267 888287232 33454 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15551/tid=15555] ppid=15549 vsize=867468 CPUtime=0
/proc/15551/task/15555/stat : 15555 (java) S 15549 15551 14490 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1532027267 888287232 33454 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15551/tid=15556] ppid=15549 vsize=867468 CPUtime=0
/proc/15551/task/15556/stat : 15556 (java) S 15549 15551 14490 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1532027268 888287232 33454 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15551/tid=15557] ppid=15549 vsize=867468 CPUtime=0
/proc/15551/task/15557/stat : 15557 (java) S 15549 15551 14490 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1532027270 888287232 33454 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15551/tid=15558] ppid=15549 vsize=867468 CPUtime=0.15
/proc/15551/task/15558/stat : 15558 (java) S 15549 15551 14490 0 -1 64 596 0 0 0 15 0 0 0 15 0 9 0 1532027270 888287232 33454 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15551/tid=15559] ppid=15549 vsize=867468 CPUtime=0
/proc/15551/task/15559/stat : 15559 (java) S 15549 15551 14490 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1532027270 888287232 33454 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15551/tid=15560] ppid=15549 vsize=867468 CPUtime=0
/proc/15551/task/15560/stat : 15560 (java) S 15549 15551 14490 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1532027270 888287232 33454 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 867468

[startup+12.7021 s]
/proc/loadavg: 2.11 2.12 2.01 3/81 15560
/proc/meminfo: memFree=1220592/2055920 swapFree=4120564/4192956
[pid=15551] ppid=15549 vsize=867792 CPUtime=12.54
/proc/15551/stat : 15551 (java) S 15549 15551 14490 0 -1 0 49573 452 1 0 1219 30 3 2 18 0 10 0 1532027264 888619008 37715 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15551/statm: 216948 37715 2612 9 0 211476 0
[pid=15551/tid=15553] ppid=15549 vsize=867792 CPUtime=11.24
/proc/15551/task/15553/stat : 15553 (java) R 15549 15551 14490 0 -1 64 19787 452 1 0 1102 17 3 2 23 0 10 0 1532027266 888619008 37715 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15551/tid=15554] ppid=15549 vsize=867792 CPUtime=1.05
/proc/15551/task/15554/stat : 15554 (java) R 15549 15551 14490 0 -1 64 28173 452 0 0 90 10 3 2 16 0 10 0 1532027267 888619008 37715 996147200 134512640 134550740 4294955968 18446744073709551615 103828996 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15551/tid=15555] ppid=15549 vsize=867792 CPUtime=0.05
/proc/15551/task/15555/stat : 15555 (java) S 15549 15551 14490 0 -1 64 13 452 0 0 0 0 3 2 16 0 10 0 1532027267 888619008 37715 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15551/tid=15556] ppid=15549 vsize=867792 CPUtime=0.05
/proc/15551/task/15556/stat : 15556 (java) S 15549 15551 14490 0 -1 64 5 452 0 0 0 0 3 2 16 0 10 0 1532027268 888619008 37715 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15551/tid=15557] ppid=15549 vsize=867792 CPUtime=0.05
/proc/15551/task/15557/stat : 15557 (java) S 15549 15551 14490 0 -1 64 1 452 0 0 0 0 3 2 18 0 10 0 1532027270 888619008 37715 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15551/tid=15558] ppid=15549 vsize=867792 CPUtime=0.3
/proc/15551/task/15558/stat : 15558 (java) S 15549 15551 14490 0 -1 64 785 452 0 0 25 0 3 2 15 0 10 0 1532027270 888619008 37715 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15551/tid=15559] ppid=15549 vsize=867792 CPUtime=0.05
/proc/15551/task/15559/stat : 15559 (java) S 15549 15551 14490 0 -1 64 1 452 0 0 0 0 3 2 19 0 10 0 1532027270 888619008 37715 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15551/tid=15560] ppid=15549 vsize=867792 CPUtime=0.05
/proc/15551/task/15560/stat : 15560 (java) S 15549 15551 14490 0 -1 64 9 452 0 0 0 0 3 2 15 0 10 0 1532027270 888619008 37715 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 867792

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

[startup+13.1022 s]
/proc/loadavg: 2.11 2.12 2.01 4/81 15564
/proc/meminfo: memFree=1208304/2055920 swapFree=4120564/4192956
[pid=15551] ppid=15549 vsize=867880 CPUtime=12.94
/proc/15551/stat : 15551 (java) S 15549 15551 14490 0 -1 0 56397 452 1 0 1256 33 3 2 18 0 9 0 1532027264 888709120 40746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15551/statm: 216970 40746 2636 9 0 211476 0
[pid=15551/tid=15553] ppid=15549 vsize=867880 CPUtime=11.36
/proc/15551/task/15553/stat : 15553 (java) R 15549 15551 14490 0 -1 64 20167 452 1 0 1113 18 3 2 17 0 9 0 1532027266 888709120 40746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15551/tid=15554] ppid=15549 vsize=867880 CPUtime=1.29
/proc/15551/task/15554/stat : 15554 (java) S 15549 15551 14490 0 -1 64 34542 452 0 0 113 11 3 2 16 0 9 0 1532027267 888709120 40746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15551/tid=15555] ppid=15549 vsize=867880 CPUtime=0.05
/proc/15551/task/15555/stat : 15555 (java) S 15549 15551 14490 0 -1 64 18 452 0 0 0 0 3 2 16 0 9 0 1532027267 888709120 40746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15551/tid=15556] ppid=15549 vsize=867880 CPUtime=0.05
/proc/15551/task/15556/stat : 15556 (java) S 15549 15551 14490 0 -1 64 10 452 0 0 0 0 3 2 16 0 9 0 1532027268 888709120 40746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15551/tid=15557] ppid=15549 vsize=867880 CPUtime=0.05
/proc/15551/task/15557/stat : 15557 (java) S 15549 15551 14490 0 -1 64 1 452 0 0 0 0 3 2 18 0 9 0 1532027270 888709120 40746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15551/tid=15558] ppid=15549 vsize=867880 CPUtime=0.34
/proc/15551/task/15558/stat : 15558 (java) R 15549 15551 14490 0 -1 64 847 452 0 0 28 1 3 2 16 0 9 0 1532027270 888709120 40746 996147200 134512640 134550740 4294955968 18446744073709551615 101990026 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15551/tid=15559] ppid=15549 vsize=867880 CPUtime=0.05
/proc/15551/task/15559/stat : 15559 (java) S 15549 15551 14490 0 -1 64 1 452 0 0 0 0 3 2 19 0 9 0 1532027270 888709120 40746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15551/tid=15560] ppid=15549 vsize=867880 CPUtime=0.05
/proc/15551/task/15560/stat : 15560 (java) S 15549 15551 14490 0 -1 64 9 452 0 0 0 0 3 2 15 0 9 0 1532027270 888709120 40746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.94
Current children cumulated vsize (KiB) 867880

[startup+13.3022 s]
/proc/loadavg: 2.11 2.12 2.01 4/81 15564
/proc/meminfo: memFree=1208304/2055920 swapFree=4120564/4192956
[pid=15551] ppid=15549 vsize=867880 CPUtime=13.13
/proc/15551/stat : 15551 (java) S 15549 15551 14490 0 -1 0 56422 452 1 0 1275 33 3 2 18 0 9 0 1532027264 888709120 40766 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15551/statm: 216970 40766 2636 9 0 211476 0
[pid=15551/tid=15553] ppid=15549 vsize=867880 CPUtime=11.53
/proc/15551/task/15553/stat : 15553 (java) R 15549 15551 14490 0 -1 64 20176 452 1 0 1130 18 3 2 19 0 9 0 1532027266 888709120 40766 996147200 134512640 134550740 4294955968 18446744073709551615 4127139805 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15551/tid=15554] ppid=15549 vsize=867880 CPUtime=1.29
/proc/15551/task/15554/stat : 15554 (java) S 15549 15551 14490 0 -1 64 34542 452 0 0 113 11 3 2 16 0 9 0 1532027267 888709120 40766 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15551/tid=15555] ppid=15549 vsize=867880 CPUtime=0.05
/proc/15551/task/15555/stat : 15555 (java) S 15549 15551 14490 0 -1 64 18 452 0 0 0 0 3 2 16 0 9 0 1532027267 888709120 40766 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15551/tid=15556] ppid=15549 vsize=867880 CPUtime=0.05
/proc/15551/task/15556/stat : 15556 (java) S 15549 15551 14490 0 -1 64 10 452 0 0 0 0 3 2 16 0 9 0 1532027268 888709120 40766 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15551/tid=15557] ppid=15549 vsize=867880 CPUtime=0.05
/proc/15551/task/15557/stat : 15557 (java) S 15549 15551 14490 0 -1 64 1 452 0 0 0 0 3 2 18 0 9 0 1532027270 888709120 40766 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15551/tid=15558] ppid=15549 vsize=867880 CPUtime=0.37
/proc/15551/task/15558/stat : 15558 (java) S 15549 15551 14490 0 -1 64 863 452 0 0 31 1 3 2 16 0 9 0 1532027270 888709120 40766 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15551/tid=15559] ppid=15549 vsize=867880 CPUtime=0.05
/proc/15551/task/15559/stat : 15559 (java) S 15549 15551 14490 0 -1 64 1 452 0 0 0 0 3 2 19 0 9 0 1532027270 888709120 40766 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15551/tid=15560] ppid=15549 vsize=867880 CPUtime=0.05
/proc/15551/task/15560/stat : 15560 (java) S 15549 15551 14490 0 -1 64 9 452 0 0 0 0 3 2 15 0 9 0 1532027270 888709120 40766 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.13
Current children cumulated vsize (KiB) 867880

Child status: 0
Real time (s): 13.3748
CPU time (s): 13.188
CPU user time (s): 12.8041
CPU system time (s): 0.383941
CPU usage (%): 98.6036
Max. virtual memory (cumulated for all children) (KiB): 867880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.8041
system time used= 0.383941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56917
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= 1931
involuntary context switches= 2165

runsolver used 0.015997 second user time and 0.056991 second system time

The end

Launcher Data (download as text)

Begin job on node14 at 2008-07-02 20:32:12
IDJOB=1044919
IDBENCH=53558
IDSOLVER=364
FILE ID=node14/1044919-1215023524
PBS_JOBID= 7874441
Free space on /tmp= 66476 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/marc/normalized-large-84-unsat_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-1044919-1215023524/watcher-1044919-1215023524 -o /tmp/evaluation-result-1044919-1215023524/solver-1044919-1215023524 -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-1044919-1215023524.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 10a065476271212a2e3d54c56cb75306
RANDOM SEED=801951666

node14.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.267
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.267
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:       1361688 kB
Buffers:         55716 kB
Cached:         440912 kB
SwapCached:      66480 kB
Active:         343508 kB
Inactive:       275576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1361688 kB
SwapTotal:     4192956 kB
SwapFree:      4120564 kB
Dirty:           57528 kB
Writeback:           0 kB
Mapped:         130308 kB
Slab:            60340 kB
Committed_AS:  3034188 kB
PageTables:       2040 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= 66476 MiB
End job on node14 at 2008-07-02 20:32:26