Trace number 1078041

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 6.72798 6.83701

DiagnosticValue
CHECKS13518
NODES3406

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-26_ext.xml
MD5SUM5ec082c532b71e4456d741144814d880
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.79673
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints57
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension57
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.09	
0.02/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-1078041-1215205312.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.34	   
0.28/0.34	   variables being loaded...
0.28/0.37	     nbVariables=20  nbDomainTypes=1  minDomainSize=20  maxDomainSize=20  nbTotalValues=400
0.28/0.37	       =>  wckTime=0.133  cpuTime=0.13  mem=7M919
0.28/0.37	   
0.28/0.37	   relations being loaded...
0.77/0.82	   
0.77/0.82	   constraints being loaded...
0.98/1.05	     nbConstraints=57  nbRelationTypes=57  nbGlobalConstraints=57  nbExtensionStructures=57
0.98/1.05	     nbSharedExtensionStructures=0  nbConflictsStructures=57  nbSharedConflictsStructures=0
0.98/1.06	     nbSharedBinaryRepresentations=0  minDegree=6  maxDegree=14  minArity=3  maxArity=3  nbGenerators=0  nbFusions=0
0.98/1.06	     symmetryWckTime=0.042  symmetryCpuTime=0.02
0.98/1.06	       =>  wckTime=0.815  cpuTime=0.69  mem=45M554
1.07/1.17	   
1.07/1.17	   solver IterativeSystematicSolver being built... 
1.16/1.25	   
1.16/1.25	   INFO : Forward propagation technique limited 
1.26/1.32	       =>  wckTime=1.077  cpuTime=0.81  mem=28M982
1.36/1.43	   
1.36/1.43	   preprocessing
1.36/1.43	     nbConstraintChecks=0  nbValidityChecks=965835  nbPropagations=153  nbRevisions=0  nbUselessRevisions=0
1.36/1.43	     nbSingletonTests=24  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0
1.36/1.43	     detectedInconsistency=no
1.36/1.43	       =>  wckTime=0.111  cpuTime=0.09  mem=28M982
1.95/2.04	   
1.95/2.04	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=29M946)
6.60/6.78	   
6.60/6.78	   search
6.60/6.78	     run=11  nbConstraintChecks=13518  nbValidityChecks=64909512  minDepth=2  maxDepth=20  nbPropagations=143350
6.60/6.78	     nbRevisions=0  nbUselessRevisions=0  nbAssignments=3406  nbFailedAssignments=1836  nbBacktracks=1501
6.60/6.78	     nbVisitedNodes=6199  nbRestartNogoods=74  nbFoundSolutions=1  nbSEliminables=0.05  nbREliminables=3.27
6.60/6.78	     nbIEliminables=11.35  nbDEliminables=0  nbPEliminables=0
6.60/6.78	       =>  wckTime=5.462  cpuTime=5.32  mem=30M892
6.60/6.78	   
6.60/6.78	   global
6.60/6.78	     nbConstraintChecks=13518  nbValidityChecks=65875347  nbPropagations=143503  nbRestartNogoods=74
6.60/6.78	     solvingWckTime=5.465  solvingCpuTime=5.32  expiredTime=no  totalExploration=no  nbFoundSolutions=1
6.60/6.78	     firstSolutionCpuTime=6.12  globalCpuTime=6.19
6.60/6.78	       =>  wckTime=6.544  cpuTime=6.13  mem=30M892
6.60/6.78	   
6.60/6.78	s SATISFIABLE
6.60/6.78	v 8 16 18 16 13 8 5 19 3 2 4 8 9 7 0 10 13 13 11 0 
6.60/6.78	d NODES 3406
6.60/6.78	d CHECKS 13518
6.60/6.79	   
6.60/6.79	   totalWckTime=6.6  totalCpuTime=6.2

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-1078041-1215205312/watcher-1078041-1215205312 -o /tmp/evaluation-result-1078041-1215205312/solver-1078041-1215205312 -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-1078041-1215205312.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.94 1.98 1.95 3/80 24581
/proc/meminfo: memFree=1760872/2055920 swapFree=4180396/4192956
[pid=24581] ppid=24579 vsize=10616 CPUtime=0
/proc/24581/stat : 24581 (java) S 24579 24581 23336 0 -1 0 676 0 0 0 0 0 0 0 18 0 2 0 1999504119 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/24581/statm: 2654 472 209 9 0 1184 0
[pid=24581/tid=24582] ppid=24579 vsize=10616 CPUtime=0
/proc/24581/task/24582/stat : 24582 (java) R 24579 24581 23336 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 1999504120 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 12128216 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0441949 s]
/proc/loadavg: 1.94 1.98 1.95 3/80 24581
/proc/meminfo: memFree=1760872/2055920 swapFree=4180396/4192956
[pid=24581] ppid=24579 vsize=861876 CPUtime=0.02
/proc/24581/stat : 24581 (java) S 24579 24581 23336 0 -1 0 2251 0 1 0 1 1 0 0 18 0 5 0 1999504119 882561024 1862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/24581/statm: 215469 1865 855 9 0 210448 0
[pid=24581/tid=24582] ppid=24579 vsize=861876 CPUtime=0.01
/proc/24581/task/24582/stat : 24582 (java) D 24579 24581 23336 0 -1 64 1562 0 1 0 1 0 0 0 17 0 5 0 1999504120 882561024 1865 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 2147483391 0 16800971 18446744072099855350 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.103676 s]
/proc/loadavg: 1.94 1.98 1.95 3/80 24581
/proc/meminfo: memFree=1760872/2055920 swapFree=4180396/4192956
[pid=24581] ppid=24579 vsize=866908 CPUtime=0.08
/proc/24581/stat : 24581 (java) S 24579 24581 23336 0 -1 0 3745 0 1 0 6 2 0 0 18 0 9 0 1999504119 887713792 3204 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24581/statm: 216727 3204 1699 9 0 211282 0
[pid=24581/tid=24582] ppid=24579 vsize=866908 CPUtime=0.07
/proc/24581/task/24582/stat : 24582 (java) R 24579 24581 23336 0 -1 64 2841 0 1 0 6 1 0 0 18 0 9 0 1999504120 887713792 3204 996147200 134512640 134550740 4294955968 18446744073709551615 4125952058 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 866908

[startup+0.301697 s]
/proc/loadavg: 1.94 1.98 1.95 3/80 24581
/proc/meminfo: memFree=1760872/2055920 swapFree=4180396/4192956
[pid=24581] ppid=24579 vsize=867152 CPUtime=0.28
/proc/24581/stat : 24581 (java) S 24579 24581 23336 0 -1 0 5774 0 1 0 24 4 0 0 18 0 9 0 1999504119 887963648 5148 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24581/statm: 216788 5148 1946 9 0 211316 0
[pid=24581/tid=24582] ppid=24579 vsize=867152 CPUtime=0.26
/proc/24581/task/24582/stat : 24582 (java) R 24579 24581 23336 0 -1 64 4867 0 1 0 23 3 0 0 18 0 9 0 1999504120 887963648 5148 996147200 134512640 134550740 4294955968 18446744073709551615 104252979 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 867152

[startup+0.701739 s]
/proc/loadavg: 1.94 1.98 1.95 3/80 24581
/proc/meminfo: memFree=1760872/2055920 swapFree=4180396/4192956
[pid=24581] ppid=24579 vsize=867424 CPUtime=0.68
/proc/24581/stat : 24581 (java) S 24579 24581 23336 0 -1 0 8399 0 1 0 62 6 0 0 18 0 9 0 1999504119 888242176 7769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24581/statm: 216856 7769 1968 9 0 211384 0
[pid=24581/tid=24582] ppid=24579 vsize=867424 CPUtime=0.6
/proc/24581/task/24582/stat : 24582 (java) R 24579 24581 23336 0 -1 64 7369 0 1 0 55 5 0 0 20 0 9 0 1999504120 888242176 7769 996147200 134512640 134550740 4294955968 18446744073709551615 4126422985 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867424

[startup+1.50282 s]
/proc/loadavg: 2.03 1.99 1.96 3/89 24590
/proc/meminfo: memFree=1710624/2055920 swapFree=4180396/4192956
[pid=24581] ppid=24579 vsize=868292 CPUtime=1.45
/proc/24581/stat : 24581 (java) S 24579 24581 23336 0 -1 0 27330 270 1 0 132 13 0 0 18 0 9 0 1999504119 889131008 18363 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24581/statm: 217073 18363 2631 9 0 211579 0
[pid=24581/tid=24582] ppid=24579 vsize=868292 CPUtime=1.16
/proc/24581/task/24582/stat : 24582 (java) R 24579 24581 23336 0 -1 64 18773 270 1 0 107 9 0 0 25 0 9 0 1999504120 889131008 18363 996147200 134512640 134550740 4294955968 18446744073709551615 4126735965 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24581/tid=24584] ppid=24579 vsize=868292 CPUtime=0.1
/proc/24581/task/24584/stat : 24584 (java) S 24579 24581 23336 0 -1 64 7207 270 0 0 8 2 0 0 17 0 9 0 1999504122 889131008 18363 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24581/tid=24585] ppid=24579 vsize=868292 CPUtime=0
/proc/24581/task/24585/stat : 24585 (java) S 24579 24581 23336 0 -1 64 16 270 0 0 0 0 0 0 17 0 9 0 1999504122 889131008 18363 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24581/tid=24586] ppid=24579 vsize=868292 CPUtime=0
/proc/24581/task/24586/stat : 24586 (java) S 24579 24581 23336 0 -1 64 9 270 0 0 0 0 0 0 16 0 9 0 1999504122 889131008 18363 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24581/tid=24587] ppid=24579 vsize=868292 CPUtime=0
/proc/24581/task/24587/stat : 24587 (java) S 24579 24581 23336 0 -1 64 1 270 0 0 0 0 0 0 18 0 9 0 1999504124 889131008 18363 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24581/tid=24588] ppid=24579 vsize=868292 CPUtime=0.15
/proc/24581/task/24588/stat : 24588 (java) S 24579 24581 23336 0 -1 64 511 270 0 0 15 0 0 0 15 0 9 0 1999504124 889131008 18363 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24581/tid=24589] ppid=24579 vsize=868292 CPUtime=0
/proc/24581/task/24589/stat : 24589 (java) S 24579 24581 23336 0 -1 64 1 270 0 0 0 0 0 0 19 0 9 0 1999504124 889131008 18363 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24581/tid=24590] ppid=24579 vsize=868292 CPUtime=0
/proc/24581/task/24590/stat : 24590 (java) S 24579 24581 23336 0 -1 64 5 270 0 0 0 0 0 0 15 0 9 0 1999504124 889131008 18363 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 868292

[startup+3.10299 s]
/proc/loadavg: 2.03 1.99 1.96 3/89 24594
/proc/meminfo: memFree=1697376/2055920 swapFree=4180396/4192956
[pid=24581] ppid=24579 vsize=868292 CPUtime=3.04
/proc/24581/stat : 24581 (java) S 24579 24581 23336 0 -1 0 27372 270 1 0 291 13 0 0 18 0 9 0 1999504119 889131008 18386 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24581/statm: 217073 18386 2631 9 0 211579 0
[pid=24581/tid=24582] ppid=24579 vsize=868292 CPUtime=2.72
/proc/24581/task/24582/stat : 24582 (java) R 24579 24581 23336 0 -1 64 18791 270 1 0 263 9 0 0 25 0 9 0 1999504120 889131008 18386 996147200 134512640 134550740 4294955968 18446744073709551615 4126747202 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24581/tid=24584] ppid=24579 vsize=868292 CPUtime=0.1
/proc/24581/task/24584/stat : 24584 (java) S 24579 24581 23336 0 -1 64 7208 270 0 0 8 2 0 0 17 0 9 0 1999504122 889131008 18386 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24581/tid=24585] ppid=24579 vsize=868292 CPUtime=0
/proc/24581/task/24585/stat : 24585 (java) S 24579 24581 23336 0 -1 64 16 270 0 0 0 0 0 0 17 0 9 0 1999504122 889131008 18386 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24581/tid=24586] ppid=24579 vsize=868292 CPUtime=0
/proc/24581/task/24586/stat : 24586 (java) S 24579 24581 23336 0 -1 64 9 270 0 0 0 0 0 0 16 0 9 0 1999504122 889131008 18386 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24581/tid=24587] ppid=24579 vsize=868292 CPUtime=0
/proc/24581/task/24587/stat : 24587 (java) S 24579 24581 23336 0 -1 64 1 270 0 0 0 0 0 0 18 0 9 0 1999504124 889131008 18386 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24581/tid=24588] ppid=24579 vsize=868292 CPUtime=0.19
/proc/24581/task/24588/stat : 24588 (java) S 24579 24581 23336 0 -1 64 534 270 0 0 19 0 0 0 15 0 9 0 1999504124 889131008 18386 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24581/tid=24589] ppid=24579 vsize=868292 CPUtime=0
/proc/24581/task/24589/stat : 24589 (java) S 24579 24581 23336 0 -1 64 1 270 0 0 0 0 0 0 19 0 9 0 1999504124 889131008 18386 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24581/tid=24590] ppid=24579 vsize=868292 CPUtime=0
/proc/24581/task/24590/stat : 24590 (java) S 24579 24581 23336 0 -1 64 5 270 0 0 0 0 0 0 15 0 9 0 1999504124 889131008 18386 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) 868292

[startup+6.30132 s]
/proc/loadavg: 2.03 1.99 1.96 3/89 24594
/proc/meminfo: memFree=1697120/2055920 swapFree=4180396/4192956
[pid=24581] ppid=24579 vsize=868424 CPUtime=6.21
/proc/24581/stat : 24581 (java) S 24579 24581 23336 0 -1 0 27399 270 1 0 608 13 0 0 18 0 9 0 1999504119 889266176 18399 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24581/statm: 217106 18399 2631 9 0 211612 0
[pid=24581/tid=24582] ppid=24579 vsize=868424 CPUtime=5.86
/proc/24581/task/24582/stat : 24582 (java) R 24579 24581 23336 0 -1 64 18803 270 1 0 577 9 0 0 25 0 9 0 1999504120 889266176 18399 996147200 134512640 134550740 4294955968 18446744073709551615 4126747019 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24581/tid=24584] ppid=24579 vsize=868424 CPUtime=0.1
/proc/24581/task/24584/stat : 24584 (java) S 24579 24581 23336 0 -1 64 7208 270 0 0 8 2 0 0 17 0 9 0 1999504122 889266176 18399 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24581/tid=24585] ppid=24579 vsize=868424 CPUtime=0
/proc/24581/task/24585/stat : 24585 (java) S 24579 24581 23336 0 -1 64 16 270 0 0 0 0 0 0 17 0 9 0 1999504122 889266176 18399 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24581/tid=24586] ppid=24579 vsize=868424 CPUtime=0
/proc/24581/task/24586/stat : 24586 (java) S 24579 24581 23336 0 -1 64 9 270 0 0 0 0 0 0 16 0 9 0 1999504122 889266176 18399 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24581/tid=24587] ppid=24579 vsize=868424 CPUtime=0
/proc/24581/task/24587/stat : 24587 (java) S 24579 24581 23336 0 -1 64 1 270 0 0 0 0 0 0 18 0 9 0 1999504124 889266176 18399 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24581/tid=24588] ppid=24579 vsize=868424 CPUtime=0.21
/proc/24581/task/24588/stat : 24588 (java) S 24579 24581 23336 0 -1 64 549 270 0 0 21 0 0 0 17 0 9 0 1999504124 889266176 18399 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24581/tid=24589] ppid=24579 vsize=868424 CPUtime=0
/proc/24581/task/24589/stat : 24589 (java) S 24579 24581 23336 0 -1 64 1 270 0 0 0 0 0 0 19 0 9 0 1999504124 889266176 18399 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24581/tid=24590] ppid=24579 vsize=868424 CPUtime=0
/proc/24581/task/24590/stat : 24590 (java) S 24579 24581 23336 0 -1 64 5 270 0 0 0 0 0 0 15 0 9 0 1999504124 889266176 18399 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) 868424

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

[startup+6.70136 s]
/proc/loadavg: 2.03 1.99 1.96 3/89 24594
/proc/meminfo: memFree=1697120/2055920 swapFree=4180396/4192956
[pid=24581] ppid=24579 vsize=868424 CPUtime=6.6
/proc/24581/stat : 24581 (java) S 24579 24581 23336 0 -1 0 27403 270 1 0 647 13 0 0 18 0 9 0 1999504119 889266176 18400 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24581/statm: 217106 18400 2631 9 0 211612 0
[pid=24581/tid=24582] ppid=24579 vsize=868424 CPUtime=6.26
/proc/24581/task/24582/stat : 24582 (java) R 24579 24581 23336 0 -1 64 18806 270 1 0 617 9 0 0 25 0 9 0 1999504120 889266176 18400 996147200 134512640 134550740 4294955968 18446744073709551615 4126747437 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24581/tid=24584] ppid=24579 vsize=868424 CPUtime=0.1
/proc/24581/task/24584/stat : 24584 (java) S 24579 24581 23336 0 -1 64 7208 270 0 0 8 2 0 0 17 0 9 0 1999504122 889266176 18400 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24581/tid=24585] ppid=24579 vsize=868424 CPUtime=0
/proc/24581/task/24585/stat : 24585 (java) S 24579 24581 23336 0 -1 64 16 270 0 0 0 0 0 0 17 0 9 0 1999504122 889266176 18400 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24581/tid=24586] ppid=24579 vsize=868424 CPUtime=0
/proc/24581/task/24586/stat : 24586 (java) S 24579 24581 23336 0 -1 64 9 270 0 0 0 0 0 0 16 0 9 0 1999504122 889266176 18400 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24581/tid=24587] ppid=24579 vsize=868424 CPUtime=0
/proc/24581/task/24587/stat : 24587 (java) S 24579 24581 23336 0 -1 64 1 270 0 0 0 0 0 0 18 0 9 0 1999504124 889266176 18400 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24581/tid=24588] ppid=24579 vsize=868424 CPUtime=0.21
/proc/24581/task/24588/stat : 24588 (java) S 24579 24581 23336 0 -1 64 550 270 0 0 21 0 0 0 16 0 9 0 1999504124 889266176 18400 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24581/tid=24589] ppid=24579 vsize=868424 CPUtime=0
/proc/24581/task/24589/stat : 24589 (java) S 24579 24581 23336 0 -1 64 1 270 0 0 0 0 0 0 19 0 9 0 1999504124 889266176 18400 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24581/tid=24590] ppid=24579 vsize=868424 CPUtime=0
/proc/24581/task/24590/stat : 24590 (java) S 24579 24581 23336 0 -1 64 5 270 0 0 0 0 0 0 15 0 9 0 1999504124 889266176 18400 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.6
Current children cumulated vsize (KiB) 868424

[startup+6.80136 s]
/proc/loadavg: 2.03 1.99 1.96 3/89 24594
/proc/meminfo: memFree=1697120/2055920 swapFree=4180396/4192956
[pid=24581] ppid=24579 vsize=868424 CPUtime=6.7
/proc/24581/stat : 24581 (java) S 24579 24581 23336 0 -1 0 27479 270 1 0 656 14 0 0 18 0 9 0 1999504119 889266176 18406 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24581/statm: 217106 18406 2631 9 0 211612 0
[pid=24581/tid=24582] ppid=24579 vsize=868424 CPUtime=6.35
/proc/24581/task/24582/stat : 24582 (java) S 24579 24581 23336 0 -1 64 18880 270 1 0 625 10 0 0 25 0 9 0 1999504120 889266176 18406 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24581/tid=24584] ppid=24579 vsize=868424 CPUtime=0.1
/proc/24581/task/24584/stat : 24584 (java) S 24579 24581 23336 0 -1 64 7208 270 0 0 8 2 0 0 17 0 9 0 1999504122 889266176 18406 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24581/tid=24585] ppid=24579 vsize=868424 CPUtime=0
/proc/24581/task/24585/stat : 24585 (java) S 24579 24581 23336 0 -1 64 16 270 0 0 0 0 0 0 17 0 9 0 1999504122 889266176 18406 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24581/tid=24586] ppid=24579 vsize=868424 CPUtime=0
/proc/24581/task/24586/stat : 24586 (java) S 24579 24581 23336 0 -1 64 9 270 0 0 0 0 0 0 16 0 9 0 1999504122 889266176 18406 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24581/tid=24587] ppid=24579 vsize=868424 CPUtime=0
/proc/24581/task/24587/stat : 24587 (java) S 24579 24581 23336 0 -1 64 1 270 0 0 0 0 0 0 18 0 9 0 1999504124 889266176 18406 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24581/tid=24588] ppid=24579 vsize=868424 CPUtime=0.22
/proc/24581/task/24588/stat : 24588 (java) S 24579 24581 23336 0 -1 64 552 270 0 0 22 0 0 0 15 0 9 0 1999504124 889266176 18406 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24581/tid=24589] ppid=24579 vsize=868424 CPUtime=0
/proc/24581/task/24589/stat : 24589 (java) S 24579 24581 23336 0 -1 64 1 270 0 0 0 0 0 0 19 0 9 0 1999504124 889266176 18406 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24581/tid=24590] ppid=24579 vsize=868424 CPUtime=0
/proc/24581/task/24590/stat : 24590 (java) S 24579 24581 23336 0 -1 64 5 270 0 0 0 0 0 0 15 0 9 0 1999504124 889266176 18406 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.7
Current children cumulated vsize (KiB) 868424

Child status: 0
Real time (s): 6.83701
CPU time (s): 6.72798
CPU user time (s): 6.568
CPU system time (s): 0.159975
CPU usage (%): 98.4052
Max. virtual memory (cumulated for all children) (KiB): 868424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.568
system time used= 0.159975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27776
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= 1113
involuntary context switches= 1272

runsolver used 0.012998 second user time and 0.029995 second system time

The end

Launcher Data (download as text)

Begin job on node44 at 2008-07-04 23:01:53
IDJOB=1078041
IDBENCH=56755
IDSOLVER=364
FILE ID=node44/1078041-1215205312
PBS_JOBID= 7881667
Free space on /tmp= 66544 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/rand-3-20-20-fcd/normalized-rand-3-20-20-60-632-fcd-26_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-1078041-1215205312/watcher-1078041-1215205312 -o /tmp/evaluation-result-1078041-1215205312/solver-1078041-1215205312 -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-1078041-1215205312.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5ec082c532b71e4456d741144814d880
RANDOM SEED=1932659788

node44.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.213
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.213
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:       1761352 kB
Buffers:         18240 kB
Cached:         126404 kB
SwapCached:       6316 kB
Active:         207324 kB
Inactive:        26852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1761352 kB
SwapTotal:     4192956 kB
SwapFree:      4180396 kB
Dirty:            3256 kB
Writeback:           0 kB
Mapped:         101452 kB
Slab:            45404 kB
Committed_AS:  4338340 kB
PageTables:       1956 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= 66544 MiB
End job on node44 at 2008-07-04 23:02:00