Trace number 2094291

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 ACSAT 4.19736 4.23534

DiagnosticValue
CHECKS203750
NODES701

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-17.xml
MD5SUM2c09e70fdcad0fe4d75285080a3072d5
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.597908
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of constraints5793
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5493
Global constraints used (with number of constraints)alldifferent(300)

Solver Data

0.06/0.08	
0.06/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=mac.xml
0.19/0.27	   
0.19/0.27	   instance
0.19/0.27	     name=HOME/instance-2094291-1247403314.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.38/0.45	     nbVariables=700  nbDomainTypes=24  minDomainSize=1  maxDomainSize=45  nbTotalValues=16137
0.38/0.45	       =>  wckTime=0.208  cpuTime=0.14  mem=10M818
0.38/0.45	   
0.38/0.45	   predicates being loaded...
0.48/0.51	   
0.48/0.51	   constraints being loaded...
2.47/2.55	     nbConstraints=5798  nbGlobalConstraints=305  nbSingletonDomainVariables=324  nbConflictsStructures=51
2.47/2.55	     nbSharedConflictsStructures=5239  nbUnbuiltConflictsStructures=39  nbSharedBinaryRepresentations=0
2.47/2.55	     nbEvaluationManagers=90  nbSharedEvaluationManagers=5403  minDegree=11  maxDegree=132  minArity=4  avgArity=4.71
2.47/2.55	     maxArity=20  nbGenerators=5  nbFusions=0  symmetryWckTime=0.596  symmetryCpuTime=0.25
2.47/2.55	       =>  wckTime=2.302  cpuTime=1.69  mem=32M601
2.57/2.67	   
2.57/2.67	   solver IterativeSystematicSolver being built... 
2.96/3.01	   
2.96/3.01	   INFO : Forward propagation technique limited 
2.96/3.10	       =>  wckTime=2.856  cpuTime=2.02  mem=76M70
3.16/3.21	   
3.16/3.21	   preprocessing
3.16/3.21	     nbConstraintChecks=18931  nbValidityChecks=696  nbPropagations=700  nbRevisions=812  nbUselessRevisions=812
3.16/3.21	     nbRemovedValues=0  detectedInconsistency=no
3.16/3.21	       =>  wckTime=0.112  cpuTime=0.09  mem=78M45
4.06/4.19	   
4.06/4.19	   search
4.06/4.19	     run=0  nbConstraintChecks=184819  nbValidityChecks=56806  minDepth=682  maxDepth=700  nbPropagations=12230
4.06/4.19	     nbRevisions=7570  nbUselessRevisions=4854  nbAssignments=701  nbFailedAssignments=1  nbBacktracks=0
4.06/4.19	     nbVisitedNodes=703  nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0
4.06/4.19	     nbSEliminables=0  nbREliminables=506.77  nbIEliminables=11.39  nbDEliminables=0  nbPEliminables=0
4.06/4.19	       =>  wckTime=1.085  cpuTime=1.02  mem=80M36
4.06/4.19	   
4.06/4.19	   global
4.06/4.19	     nbConstraintChecks=203750  nbValidityChecks=57502  nbPropagations=12930  nbRevisions=8382  nbUselessRevisions=5666
4.06/4.19	     nbRestartNogoods=0  solvingWckTime=1.088  solvingCpuTime=1.02  expiredTime=no  totalExploration=no
4.06/4.19	     nbFoundSolutions=1  firstSolutionCpuTime=3.01  globalCpuTime=3.08
4.06/4.19	       =>  wckTime=3.947  cpuTime=3.04  mem=80M36
4.06/4.19	   
4.06/4.19	s SATISFIABLE
4.06/4.19	v 32 5 1 29 8 21 30 29 6 21 11 4 10 28 19 9 20 23 21 10 31 23 13 4 7 14 2 15 10 33 11 6 3 43 26 32 9 17 11 8 7 6 5 2 25 0 11 6 5 32 8 2 35 6 23 22 2 9 17 25 27 9 10 27 13 8 26 13 16 42 20 16 10 3 3 1 1 14 24 3 4 27 3 9 21 41 34 33 36 29 8 43 19 40 31 11 23 37 19 33 29 26 35 1 35 39 35 23 9 24 30 5 34 26 26 22 17 7 18 23 12 30 27 7 30 36 41 1 1 14 3 37 20 27 25 39 8 16 17 2 13 12 28 10 22 27 20 11 26 12 2 15 37 18 30 41 43 19 21 39 38 24 15 19 34 0 25 24 23 31 8 17 14 14 38 13 28 17 17 40 18 12 9 19 22 20 10 17 9 4 20 21 31 5 12 29 23 18 18 16 18 5 14 30 8 5 13 31 39 35 14 7 19 16 32 24 38 3 16 20 26 22 21 34 10 21 4 2 25 28 37 12 19 11 7 15 10 24 18 28 18 13 0 6 4 4 6 19 7 15 15 4 14 0 36 27 21 25 24 22 23 3 14 24 40 38 0 2 37 29 16 28 25 20 1 44 25 36 31 0 37 9 7 32 30 12 0 28 32 33 1 15 1 17 15 26 28 31 15 6 5 13 3 6 28 18 12 29 27 34 42 34 23 4 39 35 12 5 8 9 26 2 36 5 37 22 21 29 35 30 0 2 14 0 18 11 36 16 12 0 16 16 20 22 40 33 24 1 26 10 0 2 4 6 5 5 9 1 4 6 5 2 8 3 0 6 1 6 4 9 9 9 2 1 9 8 0 7 0 2 7 9 3 8 6 6 8 8 8 3 5 0 9 9 7 4 1 5 8 4 0 7 1 8 4 5 5 2 4 3 8 0 6 7 3 8 0 5 7 8 0 3 3 4 1 8 6 1 4 6 0 3 0 1 8 9 0 0 1 0 7 9 9 4 1 2 0 1 2 7 9 1 2 7 9 2 7 1 7 7 7 4 1 9 8 4 3 0 2 8 4 3 2 7 1 7 7 1 0 4 7 4 9 0 9 8 1 2 0 3 9 1 0 1 3 9 4 0 3 9 2 6 7 6 0 4 1 1 3 0 0 8 4 3 4 1 0 9 7 0 2 1 6 2 6 1 9 7 5 8 3 6 5 8 0 2 4 6 3 9 8 1 8 7 3 3 5 7 5 0 4 0 7 8 6 5 0 2 4 0 9 4 5 9 1 2 1 5 1 3 2 8 7 9 7 2 5 4 8 1 2 7 6 3 1 9 5 0 1 8 0 4 3 1 6 8 2 4 3 2 5 3 0 6 0 1 9 2 3 2 2 8 3 1 1 8 9 1 9 2 8 5 5 7 9 4 1 6 7 7 0 9 6 9 4 8 0 2 2 9 3 8 2 9 0 4 7 4 3 3 3 8 2 7 6 8 2 4 5 7 4 2 3 4 1 6 5 6 9 4 7 8 4 1 8 7 0 7 8 2 2 6 5 8 9 4 9 6 0 5 5 4 5 1 2 8 5 5 5 2 
4.06/4.19	d NODES 701
4.06/4.19	d CHECKS 203750
4.06/4.19	   
4.06/4.19	   totalWckTime=4.014  totalCpuTime=3.08

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2094291-1247403314/watcher-2094291-1247403314 -o /tmp/evaluation-result-2094291-1247403314/solver-2094291-1247403314 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2094291-1247403314.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.95 1.76 4/80 766
/proc/meminfo: memFree=1750176/2055920 swapFree=4192812/4192956
[pid=766] ppid=764 vsize=272 CPUtime=0
/proc/766/stat : 766 (java) D 764 766 32672 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 27394127 278528 37 996147200 134512640 134550932 4294955968 18446744073709551615 6890276 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/766/statm: 68 37 28 9 0 6 0

[startup+0.076332 s]
/proc/loadavg: 1.92 1.95 1.76 4/80 766
/proc/meminfo: memFree=1750176/2055920 swapFree=4192812/4192956
[pid=766] ppid=764 vsize=864104 CPUtime=0.06
/proc/766/stat : 766 (java) S 764 766 32672 0 -1 0 3123 0 1 0 5 1 0 0 18 0 9 0 27394127 884842496 2608 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/766/statm: 216026 2609 1240 9 0 210919 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 864104

[startup+0.101336 s]
/proc/loadavg: 1.92 1.95 1.76 4/80 766
/proc/meminfo: memFree=1750176/2055920 swapFree=4192812/4192956
[pid=766] ppid=764 vsize=865940 CPUtime=0.09
/proc/766/stat : 766 (java) S 764 766 32672 0 -1 0 3757 0 1 0 7 2 0 0 18 0 9 0 27394127 886722560 3221 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/766/statm: 216485 3222 1702 9 0 210970 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865940

[startup+0.301357 s]
/proc/loadavg: 1.92 1.95 1.76 4/80 766
/proc/meminfo: memFree=1750176/2055920 swapFree=4192812/4192956
[pid=766] ppid=764 vsize=866432 CPUtime=0.28
/proc/766/stat : 766 (java) S 764 766 32672 0 -1 0 6072 0 1 0 25 3 0 0 18 0 9 0 27394127 887226368 5439 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/766/statm: 216608 5442 1986 9 0 211066 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866432

[startup+0.701396 s]
/proc/loadavg: 1.92 1.95 1.76 4/80 766
/proc/meminfo: memFree=1750176/2055920 swapFree=4192812/4192956
[pid=766] ppid=764 vsize=867708 CPUtime=0.68
/proc/766/stat : 766 (java) S 764 766 32672 0 -1 0 9585 0 1 0 63 5 0 0 18 0 9 0 27394127 888532992 8939 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/766/statm: 216927 8939 2038 9 0 211363 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867708

[startup+1.50148 s]
/proc/loadavg: 1.92 1.95 1.76 3/89 775
/proc/meminfo: memFree=1702744/2055920 swapFree=4192812/4192956
[pid=766] ppid=764 vsize=867752 CPUtime=1.49
/proc/766/stat : 766 (java) S 764 766 32672 0 -1 0 19646 0 1 0 132 17 0 0 18 0 9 0 27394127 888578048 18974 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/766/statm: 216938 18974 2029 9 0 211396 0
[pid=766/tid=768] ppid=764 vsize=867752 CPUtime=1.17
/proc/766/task/768/stat : 768 (java) R 764 766 32672 0 -1 64 15819 0 1 0 102 15 0 0 25 0 9 0 27394128 888578048 18974 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=766/tid=769] ppid=764 vsize=867752 CPUtime=0.05
/proc/766/task/769/stat : 769 (java) S 764 766 32672 0 -1 64 2396 0 0 0 5 0 0 0 16 0 9 0 27394130 888578048 18974 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=766/tid=770] ppid=764 vsize=867752 CPUtime=0
/proc/766/task/770/stat : 770 (java) S 764 766 32672 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27394130 888578048 18974 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=766/tid=771] ppid=764 vsize=867752 CPUtime=0
/proc/766/task/771/stat : 771 (java) S 764 766 32672 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27394130 888578048 18974 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=766/tid=772] ppid=764 vsize=867756 CPUtime=0
/proc/766/task/772/stat : 772 (java) S 764 766 32672 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 27394132 888582144 18974 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=766/tid=773] ppid=764 vsize=867752 CPUtime=0.23
/proc/766/task/773/stat : 773 (java) S 764 766 32672 0 -1 64 730 0 0 0 23 0 0 0 16 0 9 0 27394132 888578048 18974 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=766/tid=774] ppid=764 vsize=867752 CPUtime=0
/proc/766/task/774/stat : 774 (java) S 764 766 32672 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 27394132 888578048 18974 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=766/tid=775] ppid=764 vsize=867756 CPUtime=0
/proc/766/task/775/stat : 775 (java) S 764 766 32672 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 27394132 888582144 18974 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 867752

[startup+3.10264 s]
/proc/loadavg: 1.92 1.95 1.76 3/89 775
/proc/meminfo: memFree=1680856/2055920 swapFree=4192812/4192956
[pid=766] ppid=764 vsize=868208 CPUtime=3.06
/proc/766/stat : 766 (java) S 764 766 32672 0 -1 0 45567 703 1 0 253 37 16 0 18 0 10 0 27394127 889044992 28708 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/766/statm: 217052 28708 2661 9 0 211488 0
[pid=766/tid=768] ppid=764 vsize=868208 CPUtime=2.36
/proc/766/task/768/stat : 768 (java) R 764 766 32672 0 -1 64 19088 703 1 0 191 29 16 0 17 0 10 0 27394128 889044992 28708 996147200 134512640 134550932 4294955968 18446744073709551615 4125959127 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=766/tid=769] ppid=764 vsize=868208 CPUtime=0.52
/proc/766/task/769/stat : 769 (java) S 764 766 32672 0 -1 64 24714 703 0 0 31 5 16 0 17 0 10 0 27394130 889044992 28708 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=766/tid=770] ppid=764 vsize=868208 CPUtime=0.16
/proc/766/task/770/stat : 770 (java) S 764 766 32672 0 -1 64 22 703 0 0 0 0 16 0 15 0 10 0 27394130 889044992 28708 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=766/tid=771] ppid=764 vsize=868208 CPUtime=0.16
/proc/766/task/771/stat : 771 (java) S 764 766 32672 0 -1 64 9 703 0 0 0 0 16 0 15 0 10 0 27394130 889044992 28708 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=766/tid=772] ppid=764 vsize=868208 CPUtime=0.16
/proc/766/task/772/stat : 772 (java) S 764 766 32672 0 -1 64 2 703 0 0 0 0 16 0 23 0 10 0 27394132 889044992 28708 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=766/tid=773] ppid=764 vsize=868208 CPUtime=0.45
/proc/766/task/773/stat : 773 (java) S 764 766 32672 0 -1 64 939 703 0 0 29 0 16 0 15 0 10 0 27394132 889044992 28708 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=766/tid=774] ppid=764 vsize=868208 CPUtime=0.16
/proc/766/task/774/stat : 774 (java) S 764 766 32672 0 -1 64 0 703 0 0 0 0 16 0 24 0 10 0 27394132 889044992 28708 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=766/tid=775] ppid=764 vsize=868208 CPUtime=0.16
/proc/766/task/775/stat : 775 (java) S 764 766 32672 0 -1 64 11 703 0 0 0 0 16 0 15 0 10 0 27394132 889044992 28708 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 868208

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

[startup+3.90273 s]
/proc/loadavg: 1.92 1.95 1.76 4/91 779
/proc/meminfo: memFree=1644232/2055920 swapFree=4192812/4192956
[pid=766] ppid=764 vsize=868208 CPUtime=3.86
/proc/766/stat : 766 (java) S 764 766 32672 0 -1 0 45607 826 1 0 332 37 16 1 18 0 9 0 27394127 889044992 28738 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/766/statm: 217052 28738 2661 9 0 211488 0
[pid=766/tid=768] ppid=764 vsize=868208 CPUtime=3.1
/proc/766/task/768/stat : 768 (java) R 764 766 32672 0 -1 64 19096 826 1 0 264 29 16 1 23 0 9 0 27394128 889044992 28738 996147200 134512640 134550932 4294955968 18446744073709551615 4127357303 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=766/tid=769] ppid=764 vsize=868208 CPUtime=0.53
/proc/766/task/769/stat : 769 (java) S 764 766 32672 0 -1 64 24714 826 0 0 31 5 16 1 17 0 9 0 27394130 889044992 28738 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=766/tid=770] ppid=764 vsize=868208 CPUtime=0.17
/proc/766/task/770/stat : 770 (java) S 764 766 32672 0 -1 64 22 826 0 0 0 0 16 1 15 0 9 0 27394130 889044992 28738 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=766/tid=771] ppid=764 vsize=868208 CPUtime=0.17
/proc/766/task/771/stat : 771 (java) S 764 766 32672 0 -1 64 9 826 0 0 0 0 16 1 15 0 9 0 27394130 889044992 28738 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=766/tid=772] ppid=764 vsize=868208 CPUtime=0.17
/proc/766/task/772/stat : 772 (java) S 764 766 32672 0 -1 64 2 826 0 0 0 0 16 1 23 0 9 0 27394132 889044992 28738 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=766/tid=773] ppid=764 vsize=868208 CPUtime=0.52
/proc/766/task/773/stat : 773 (java) S 764 766 32672 0 -1 64 968 826 0 0 35 0 16 1 15 0 9 0 27394132 889044992 28738 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=766/tid=774] ppid=764 vsize=868208 CPUtime=0.17
/proc/766/task/774/stat : 774 (java) S 764 766 32672 0 -1 64 0 826 0 0 0 0 16 1 24 0 9 0 27394132 889044992 28738 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=766/tid=775] ppid=764 vsize=868208 CPUtime=0.17
/proc/766/task/775/stat : 775 (java) S 764 766 32672 0 -1 64 11 826 0 0 0 0 16 1 15 0 9 0 27394132 889044992 28738 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 868208

[startup+4.10275 s]
/proc/loadavg: 1.92 1.95 1.76 4/91 779
/proc/meminfo: memFree=1644232/2055920 swapFree=4192812/4192956
[pid=766] ppid=764 vsize=868208 CPUtime=4.06
/proc/766/stat : 766 (java) S 764 766 32672 0 -1 0 45607 826 1 0 352 37 16 1 18 0 9 0 27394127 889044992 28738 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/766/statm: 217052 28738 2661 9 0 211488 0
[pid=766/tid=768] ppid=764 vsize=868208 CPUtime=3.3
/proc/766/task/768/stat : 768 (java) R 764 766 32672 0 -1 64 19096 826 1 0 284 29 16 1 25 0 9 0 27394128 889044992 28738 996147200 134512640 134550932 4294955968 18446744073709551615 4127308355 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=766/tid=769] ppid=764 vsize=868208 CPUtime=0.53
/proc/766/task/769/stat : 769 (java) S 764 766 32672 0 -1 64 24714 826 0 0 31 5 16 1 17 0 9 0 27394130 889044992 28738 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=766/tid=770] ppid=764 vsize=868208 CPUtime=0.17
/proc/766/task/770/stat : 770 (java) S 764 766 32672 0 -1 64 22 826 0 0 0 0 16 1 15 0 9 0 27394130 889044992 28738 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=766/tid=771] ppid=764 vsize=868208 CPUtime=0.17
/proc/766/task/771/stat : 771 (java) S 764 766 32672 0 -1 64 9 826 0 0 0 0 16 1 15 0 9 0 27394130 889044992 28738 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=766/tid=772] ppid=764 vsize=868208 CPUtime=0.17
/proc/766/task/772/stat : 772 (java) S 764 766 32672 0 -1 64 2 826 0 0 0 0 16 1 23 0 9 0 27394132 889044992 28738 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=766/tid=773] ppid=764 vsize=868208 CPUtime=0.52
/proc/766/task/773/stat : 773 (java) S 764 766 32672 0 -1 64 968 826 0 0 35 0 16 1 15 0 9 0 27394132 889044992 28738 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=766/tid=774] ppid=764 vsize=868208 CPUtime=0.17
/proc/766/task/774/stat : 774 (java) S 764 766 32672 0 -1 64 0 826 0 0 0 0 16 1 24 0 9 0 27394132 889044992 28738 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=766/tid=775] ppid=764 vsize=868208 CPUtime=0.17
/proc/766/task/775/stat : 775 (java) S 764 766 32672 0 -1 64 11 826 0 0 0 0 16 1 15 0 9 0 27394132 889044992 28738 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 868208

[startup+4.20276 s]
/proc/loadavg: 1.92 1.95 1.76 4/91 779
/proc/meminfo: memFree=1644232/2055920 swapFree=4192812/4192956
[pid=766] ppid=764 vsize=868208 CPUtime=4.15
/proc/766/stat : 766 (java) S 764 766 32672 0 -1 0 45617 826 1 0 361 37 16 1 18 0 9 0 27394127 889044992 28744 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/766/statm: 217052 28744 2661 9 0 211488 0
[pid=766/tid=768] ppid=764 vsize=868208 CPUtime=3.39
/proc/766/task/768/stat : 768 (java) S 764 766 32672 0 -1 64 19104 826 1 0 293 29 16 1 25 0 9 0 27394128 889044992 28744 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=766/tid=769] ppid=764 vsize=868208 CPUtime=0.53
/proc/766/task/769/stat : 769 (java) S 764 766 32672 0 -1 64 24714 826 0 0 31 5 16 1 17 0 9 0 27394130 889044992 28744 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=766/tid=770] ppid=764 vsize=868208 CPUtime=0.17
/proc/766/task/770/stat : 770 (java) S 764 766 32672 0 -1 64 22 826 0 0 0 0 16 1 15 0 9 0 27394130 889044992 28744 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=766/tid=771] ppid=764 vsize=868208 CPUtime=0.17
/proc/766/task/771/stat : 771 (java) S 764 766 32672 0 -1 64 9 826 0 0 0 0 16 1 15 0 9 0 27394130 889044992 28744 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=766/tid=772] ppid=764 vsize=868208 CPUtime=0.17
/proc/766/task/772/stat : 772 (java) S 764 766 32672 0 -1 64 2 826 0 0 0 0 16 1 23 0 9 0 27394132 889044992 28744 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=766/tid=773] ppid=764 vsize=868208 CPUtime=0.52
/proc/766/task/773/stat : 773 (java) S 764 766 32672 0 -1 64 970 826 0 0 35 0 16 1 15 0 9 0 27394132 889044992 28744 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=766/tid=774] ppid=764 vsize=868208 CPUtime=0.17
/proc/766/task/774/stat : 774 (java) S 764 766 32672 0 -1 64 0 826 0 0 0 0 16 1 24 0 9 0 27394132 889044992 28744 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=766/tid=775] ppid=764 vsize=868208 CPUtime=0.17
/proc/766/task/775/stat : 775 (java) S 764 766 32672 0 -1 64 11 826 0 0 0 0 16 1 15 0 9 0 27394132 889044992 28744 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.15
Current children cumulated vsize (KiB) 868208

Child status: 0
Real time (s): 4.23534
CPU time (s): 4.19736
CPU user time (s): 3.78742
CPU system time (s): 0.409937
CPU usage (%): 99.1033
Max. virtual memory (cumulated for all children) (KiB): 868252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.78742
system time used= 0.409937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46473
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= 1729
involuntary context switches= 1750

runsolver used 0.007998 second user time and 0.021996 second system time

The end

Launcher Data

Begin job on node67 at 2009-07-12 14:55:14
IDJOB=2094291
IDBENCH=54116
IDSOLVER=773
FILE ID=node67/2094291-1247403314
PBS_JOBID= 9510513
Free space on /tmp= 66512 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-17.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2094291-1247403314/watcher-2094291-1247403314 -o /tmp/evaluation-result-2094291-1247403314/solver-2094291-1247403314 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2094291-1247403314.xml

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

MD5SUM BENCH= 2c09e70fdcad0fe4d75285080a3072d5
RANDOM SEED=1018664184

node67.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.239
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.239
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:       1750656 kB
Buffers:         33636 kB
Cached:         135140 kB
SwapCached:          0 kB
Active:         166196 kB
Inactive:        80768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1750656 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2912 kB
Writeback:           0 kB
Mapped:          98680 kB
Slab:            43392 kB
Committed_AS:  1014120 kB
PageTables:       1960 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= 66508 MiB
End job on node67 at 2009-07-12 14:55:18