Trace number 2093362

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 2.85556 2.9354

DiagnosticValue
CHECKS543852
NODES3228

General information on the benchmark

Namecsp/QCP-20/
normalized-qcp-20-187-11_ext.xml
MD5SUM2da8b70e3aad7736bab75ae800da963f
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 benchmark0.219966
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints5540
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension5540
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.03/0.09	
0.03/0.09	Abscon 112 (May, 2008)
0.18/0.27	
0.18/0.27	   configuration
0.18/0.27	     name=esac.xml
0.28/0.30	   
0.28/0.30	   instance
0.28/0.30	     name=HOME/instance-2093362-1247401184.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.38/0.44	     nbVariables=400  nbDomainTypes=21  minDomainSize=1  maxDomainSize=20  nbTotalValues=3953
0.38/0.44	       =>  wckTime=0.174  cpuTime=0.14  mem=8M867
0.38/0.44	   
0.38/0.44	   relations being loaded...
0.38/0.46	   
0.38/0.46	   constraints being loaded...
1.06/1.15	     nbConstraints=5561  nbRelationTypes=21  nbGlobalConstraints=21  nbSingletonDomainVariables=213
1.06/1.15	     nbExtensionStructures=41  nbSharedExtensionStructures=5499  nbConflictsStructures=41
1.06/1.15	     nbSharedConflictsStructures=5499  nbSharedBinaryRepresentations=858  minDegree=18  maxDegree=39  minArity=2
1.06/1.15	     avgArity=2.03  maxArity=11  nbGenerators=0  nbFusions=0  symmetryWckTime=0.288  symmetryCpuTime=0.16  nbCliques=21
1.06/1.15	       =>  wckTime=0.884  cpuTime=0.59  mem=42M197
1.15/1.28	   
1.15/1.28	   solver IterativeSystematicSolver being built... 
1.24/1.36	   
1.24/1.36	   INFO : Forward propagation technique limited 
1.34/1.44	       =>  wckTime=1.175  cpuTime=0.73  mem=26M661
1.85/1.99	   
1.85/1.99	   preprocessing
1.85/1.99	     nbConstraintChecks=126990  nbPropagations=3407  nbRevisions=30189  nbUselessRevisions=24927  nbSingletonTests=918
1.85/1.99	     nbEffectiveSingletonTests=1  nbACRemovals=2913  nbFoundSingletons=0  nbRemovedValues=2914  detectedInconsistency=no
1.85/1.99	       =>  wckTime=0.545  cpuTime=0.51  mem=26M661
2.24/2.37	   
2.24/2.37	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=28M609)
2.74/2.88	   
2.74/2.88	   search
2.74/2.88	     run=8  nbConstraintChecks=416862  minDepth=0  maxDepth=7  nbPropagations=98619  nbRevisions=943339
2.74/2.88	     nbUselessRevisions=798083  nbAssignments=3228  nbFailedAssignments=541  nbBacktracks=1556  nbVisitedNodes=4311
2.74/2.88	     nbRestartNogoods=29  nbSEliminables=0  nbREliminables=213  nbIEliminables=168.83  nbDEliminables=0
2.74/2.88	     nbPEliminables=0
2.74/2.88	       =>  wckTime=1.431  cpuTime=1.33  mem=30M508
2.74/2.88	   
2.74/2.88	   global
2.74/2.88	     nbConstraintChecks=543852  nbPropagations=102026  nbRevisions=973528  nbUselessRevisions=823010
2.74/2.88	     nbRestartNogoods=29  solvingWckTime=1.434  solvingCpuTime=1.33  expiredTime=no  totalExploration=yes
2.74/2.88	     nbFoundSolutions=0  globalCpuTime=2.1
2.74/2.88	       =>  wckTime=2.612  cpuTime=2.06  mem=30M508
2.74/2.88	   
2.74/2.88	s UNSATISFIABLE
2.74/2.88	d NODES 3228
2.74/2.88	d CHECKS 543852
2.74/2.88	   
2.74/2.88	   totalWckTime=2.688  totalCpuTime=2.1

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2093362-1247401184/watcher-2093362-1247401184 -o /tmp/evaluation-result-2093362-1247401184/solver-2093362-1247401184 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2093362-1247401184.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.23 0.35 0.13 3/80 32444
/proc/meminfo: memFree=1812520/2055920 swapFree=4192812/4192956
[pid=32444] ppid=32442 vsize=861936 CPUtime=0.01
/proc/32444/stat : 32444 (java) S 32442 32444 32340 0 -1 0 1879 0 1 0 0 1 0 0 18 0 5 0 27185350 882622464 1564 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/32444/statm: 215484 1564 686 9 0 210399 0
[pid=32444/tid=32445] ppid=32442 vsize=861936 CPUtime=0
/proc/32444/task/32445/stat : 32445 (java) R 32442 32444 32340 0 -1 64 1187 0 1 0 0 0 0 0 19 0 5 0 27185351 882622464 1564 996147200 134512640 134550932 4294955968 18446744073709551615 12726232 0 4 0 16784584 0 0 0 -1 1 0 0
[pid=32444/tid=32446] ppid=32442 vsize=861936 CPUtime=0
/proc/32444/task/32446/stat : 32446 (java) S 32442 32444 32340 0 -1 64 2 0 0 0 0 0 0 0 19 0 5 0 27185353 882622464 1564 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 0 0 0 -1 1 0 0
[pid=32444/tid=32447] ppid=32442 vsize=861936 CPUtime=0
/proc/32444/task/32447/stat : 32447 (java) S 32442 32444 32340 0 -1 64 11 0 0 0 0 0 0 0 19 0 5 0 27185353 882622464 1564 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
[pid=32444/tid=32448] ppid=32442 vsize=861936 CPUtime=0
/proc/32444/task/32448/stat : 32448 (java) S 32442 32444 32340 0 -1 64 1 0 0 0 0 0 0 0 20 0 5 0 27185353 882622464 1564 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0

[startup+0.0526231 s]
/proc/loadavg: 1.23 0.35 0.13 3/80 32444
/proc/meminfo: memFree=1812520/2055920 swapFree=4192812/4192956
[pid=32444] ppid=32442 vsize=862776 CPUtime=0.03
/proc/32444/stat : 32444 (java) S 32442 32444 32340 0 -1 0 2419 0 1 0 2 1 0 0 18 0 7 0 27185350 883482624 1992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32444/statm: 215694 1992 910 9 0 210609 0
[pid=32444/tid=32445] ppid=32442 vsize=862776 CPUtime=0.02
/proc/32444/task/32445/stat : 32445 (java) R 32442 32444 32340 0 -1 64 1708 0 1 0 2 0 0 0 17 0 7 0 27185351 883482624 1992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32444/tid=32446] ppid=32442 vsize=862776 CPUtime=0
/proc/32444/task/32446/stat : 32446 (java) S 32442 32444 32340 0 -1 64 2 0 0 0 0 0 0 0 19 0 7 0 27185353 883482624 1992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32444/tid=32447] ppid=32442 vsize=862776 CPUtime=0
/proc/32444/task/32447/stat : 32447 (java) S 32442 32444 32340 0 -1 64 11 0 0 0 0 0 0 0 19 0 7 0 27185353 883482624 1992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32444/tid=32448] ppid=32442 vsize=862776 CPUtime=0
/proc/32444/task/32448/stat : 32448 (java) S 32442 32444 32340 0 -1 64 4 0 0 0 0 0 0 0 20 0 7 0 27185353 883482624 1992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 862776

[startup+0.165716 s]
/proc/loadavg: 1.23 0.35 0.13 3/80 32444
/proc/meminfo: memFree=1812520/2055920 swapFree=4192812/4192956
[pid=32444] ppid=32442 vsize=865984 CPUtime=0.15
/proc/32444/stat : 32444 (java) S 32442 32444 32340 0 -1 0 4283 0 1 0 12 3 0 0 18 0 9 0 27185350 886767616 3709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32444/statm: 216496 3709 1843 9 0 210981 0
[pid=32444/tid=32445] ppid=32442 vsize=865984 CPUtime=0.12
/proc/32444/task/32445/stat : 32445 (java) R 32442 32444 32340 0 -1 64 3356 0 1 0 10 2 0 0 19 0 9 0 27185351 886767616 3709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 2147483391 0 16800975 0 0 0 -1 1 0 0
[pid=32444/tid=32446] ppid=32442 vsize=865984 CPUtime=0
/proc/32444/task/32446/stat : 32446 (java) S 32442 32444 32340 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 27185353 886767616 3709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32444/tid=32447] ppid=32442 vsize=865984 CPUtime=0
/proc/32444/task/32447/stat : 32447 (java) S 32442 32444 32340 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 27185353 886767616 3709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32444/tid=32448] ppid=32442 vsize=865984 CPUtime=0
/proc/32444/task/32448/stat : 32448 (java) S 32442 32444 32340 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 27185353 886767616 3709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 865984

[startup+0.301093 s]
/proc/loadavg: 1.23 0.35 0.13 3/80 32444
/proc/meminfo: memFree=1812520/2055920 swapFree=4192812/4192956
[pid=32444] ppid=32442 vsize=866380 CPUtime=0.28
/proc/32444/stat : 32444 (java) S 32442 32444 32340 0 -1 0 5713 0 1 0 24 4 0 0 18 0 9 0 27185350 887173120 5116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32444/statm: 216595 5116 1928 9 0 211053 0
[pid=32444/tid=32445] ppid=32442 vsize=866380 CPUtime=0.21
/proc/32444/task/32445/stat : 32445 (java) R 32442 32444 32340 0 -1 64 4732 0 1 0 19 2 0 0 18 0 9 0 27185351 887173120 5116 996147200 134512640 134550932 4294955968 18446744073709551615 11881101 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32444/tid=32446] ppid=32442 vsize=866380 CPUtime=0
/proc/32444/task/32446/stat : 32446 (java) S 32442 32444 32340 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 27185353 887173120 5116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32444/tid=32447] ppid=32442 vsize=866380 CPUtime=0
/proc/32444/task/32447/stat : 32447 (java) S 32442 32444 32340 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 27185353 887173120 5116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32444/tid=32448] ppid=32442 vsize=866380 CPUtime=0
/proc/32444/task/32448/stat : 32448 (java) S 32442 32444 32340 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 27185353 887173120 5116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701137 s]
/proc/loadavg: 1.23 0.35 0.13 3/80 32444
/proc/meminfo: memFree=1812520/2055920 swapFree=4192812/4192956
[pid=32444] ppid=32442 vsize=867528 CPUtime=0.68
/proc/32444/stat : 32444 (java) S 32442 32444 32340 0 -1 0 8980 0 1 0 62 6 0 0 18 0 9 0 27185350 888348672 8333 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32444/statm: 216882 8333 2013 9 0 211340 0
[pid=32444/tid=32445] ppid=32442 vsize=867528 CPUtime=0.48
/proc/32444/task/32445/stat : 32445 (java) R 32442 32444 32340 0 -1 64 7651 0 1 0 44 4 0 0 19 0 9 0 27185351 888348672 8333 996147200 134512640 134550932 4294955968 18446744073709551615 4125960317 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32444/tid=32446] ppid=32442 vsize=867528 CPUtime=0
/proc/32444/task/32446/stat : 32446 (java) S 32442 32444 32340 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 27185353 888348672 8333 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32444/tid=32447] ppid=32442 vsize=867528 CPUtime=0
/proc/32444/task/32447/stat : 32447 (java) S 32442 32444 32340 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 27185353 888348672 8333 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32444/tid=32448] ppid=32442 vsize=867528 CPUtime=0
/proc/32444/task/32448/stat : 32448 (java) S 32442 32444 32340 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 27185353 888348672 8333 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867528

[startup+1.50243 s]
/proc/loadavg: 1.37 0.39 0.15 3/91 32455
/proc/meminfo: memFree=1763984/2055920 swapFree=4192812/4192956
[pid=32444] ppid=32442 vsize=868264 CPUtime=1.46
/proc/32444/stat : 32444 (java) S 32442 32444 32340 0 -1 0 26463 590 1 0 127 12 6 1 18 0 9 0 27185350 889102336 16774 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32444/statm: 217066 16774 2657 9 0 211502 0
[pid=32444/tid=32445] ppid=32442 vsize=868264 CPUtime=1.03
/proc/32444/task/32445/stat : 32445 (java) R 32442 32444 32340 0 -1 64 20045 590 1 0 88 8 6 1 19 0 9 0 27185351 889102336 16774 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32444/tid=32446] ppid=32442 vsize=868264 CPUtime=0.17
/proc/32444/task/32446/stat : 32446 (java) S 32442 32444 32340 0 -1 64 4699 590 0 0 10 0 6 1 17 0 9 0 27185353 889102336 16774 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32444/tid=32447] ppid=32442 vsize=868264 CPUtime=0.07
/proc/32444/task/32447/stat : 32447 (java) S 32442 32444 32340 0 -1 64 19 590 0 0 0 0 6 1 17 0 9 0 27185353 889102336 16774 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32444/tid=32448] ppid=32442 vsize=868264 CPUtime=0.07
/proc/32444/task/32448/stat : 32448 (java) S 32442 32444 32340 0 -1 64 9 590 0 0 0 0 6 1 16 0 9 0 27185353 889102336 16774 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32444/tid=32450] ppid=32442 vsize=868264 CPUtime=0.07
/proc/32444/task/32450/stat : 32450 (java) S 32442 32444 32340 0 -1 64 1 590 0 0 0 0 6 1 18 0 9 0 27185356 889102336 16774 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32444/tid=32451] ppid=32442 vsize=868264 CPUtime=0.35
/proc/32444/task/32451/stat : 32451 (java) S 32442 32444 32340 0 -1 64 869 590 0 0 28 0 6 1 15 0 9 0 27185356 889102336 16774 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32444/tid=32452] ppid=32442 vsize=868264 CPUtime=0.07
/proc/32444/task/32452/stat : 32452 (java) S 32442 32444 32340 0 -1 64 0 590 0 0 0 0 6 1 18 0 9 0 27185356 889102336 16774 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32444/tid=32453] ppid=32442 vsize=868264 CPUtime=0.07
/proc/32444/task/32453/stat : 32453 (java) S 32442 32444 32340 0 -1 64 8 590 0 0 0 0 6 1 15 0 9 0 27185356 889102336 16774 996147200 134512640 134550932 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) 868264

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

[startup+2.30235 s]
/proc/loadavg: 1.37 0.39 0.15 3/89 32457
/proc/meminfo: memFree=1755224/2055920 swapFree=4192812/4192956
[pid=32444] ppid=32442 vsize=868384 CPUtime=2.24
/proc/32444/stat : 32444 (java) S 32442 32444 32340 0 -1 0 26506 590 1 0 205 12 6 1 18 0 9 0 27185350 889225216 16810 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32444/statm: 217096 16810 2657 9 0 211532 0
[pid=32444/tid=32445] ppid=32442 vsize=868384 CPUtime=1.78
/proc/32444/task/32445/stat : 32445 (java) R 32442 32444 32340 0 -1 64 20059 590 1 0 162 9 6 1 25 0 9 0 27185351 889225216 16810 996147200 134512640 134550932 4294955968 18446744073709551615 4126095896 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32444/tid=32446] ppid=32442 vsize=868384 CPUtime=0.17
/proc/32444/task/32446/stat : 32446 (java) S 32442 32444 32340 0 -1 64 4700 590 0 0 10 0 6 1 17 0 9 0 27185353 889225216 16810 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32444/tid=32447] ppid=32442 vsize=868384 CPUtime=0.07
/proc/32444/task/32447/stat : 32447 (java) S 32442 32444 32340 0 -1 64 19 590 0 0 0 0 6 1 17 0 9 0 27185353 889225216 16810 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32444/tid=32448] ppid=32442 vsize=868384 CPUtime=0.07
/proc/32444/task/32448/stat : 32448 (java) S 32442 32444 32340 0 -1 64 9 590 0 0 0 0 6 1 16 0 9 0 27185353 889225216 16810 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32444/tid=32450] ppid=32442 vsize=868384 CPUtime=0.07
/proc/32444/task/32450/stat : 32450 (java) S 32442 32444 32340 0 -1 64 1 590 0 0 0 0 6 1 18 0 9 0 27185356 889225216 16810 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32444/tid=32451] ppid=32442 vsize=868384 CPUtime=0.4
/proc/32444/task/32451/stat : 32451 (java) S 32442 32444 32340 0 -1 64 897 590 0 0 32 1 6 1 15 0 9 0 27185356 889225216 16810 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32444/tid=32452] ppid=32442 vsize=868384 CPUtime=0.07
/proc/32444/task/32452/stat : 32452 (java) S 32442 32444 32340 0 -1 64 0 590 0 0 0 0 6 1 18 0 9 0 27185356 889225216 16810 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32444/tid=32453] ppid=32442 vsize=868384 CPUtime=0.07
/proc/32444/task/32453/stat : 32453 (java) S 32442 32444 32340 0 -1 64 8 590 0 0 0 0 6 1 15 0 9 0 27185356 889225216 16810 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 868384

[startup+2.7024 s]
/proc/loadavg: 1.37 0.39 0.15 3/89 32457
/proc/meminfo: memFree=1755224/2055920 swapFree=4192812/4192956
[pid=32444] ppid=32442 vsize=868384 CPUtime=2.64
/proc/32444/stat : 32444 (java) S 32442 32444 32340 0 -1 0 26522 590 1 0 244 13 6 1 18 0 9 0 27185350 889225216 16826 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32444/statm: 217096 16826 2657 9 0 211532 0
[pid=32444/tid=32445] ppid=32442 vsize=868384 CPUtime=2.14
/proc/32444/task/32445/stat : 32445 (java) R 32442 32444 32340 0 -1 64 20060 590 1 0 198 9 6 1 25 0 9 0 27185351 889225216 16826 996147200 134512640 134550932 4294955968 18446744073709551615 4127206537 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32444/tid=32446] ppid=32442 vsize=868384 CPUtime=0.17
/proc/32444/task/32446/stat : 32446 (java) S 32442 32444 32340 0 -1 64 4700 590 0 0 10 0 6 1 17 0 9 0 27185353 889225216 16826 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32444/tid=32447] ppid=32442 vsize=868384 CPUtime=0.07
/proc/32444/task/32447/stat : 32447 (java) S 32442 32444 32340 0 -1 64 19 590 0 0 0 0 6 1 17 0 9 0 27185353 889225216 16826 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32444/tid=32448] ppid=32442 vsize=868384 CPUtime=0.07
/proc/32444/task/32448/stat : 32448 (java) S 32442 32444 32340 0 -1 64 9 590 0 0 0 0 6 1 16 0 9 0 27185353 889225216 16826 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32444/tid=32450] ppid=32442 vsize=868384 CPUtime=0.07
/proc/32444/task/32450/stat : 32450 (java) S 32442 32444 32340 0 -1 64 1 590 0 0 0 0 6 1 18 0 9 0 27185356 889225216 16826 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32444/tid=32451] ppid=32442 vsize=868384 CPUtime=0.42
/proc/32444/task/32451/stat : 32451 (java) S 32442 32444 32340 0 -1 64 912 590 0 0 34 1 6 1 15 0 9 0 27185356 889225216 16826 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32444/tid=32452] ppid=32442 vsize=868384 CPUtime=0.07
/proc/32444/task/32452/stat : 32452 (java) S 32442 32444 32340 0 -1 64 0 590 0 0 0 0 6 1 18 0 9 0 27185356 889225216 16826 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32444/tid=32453] ppid=32442 vsize=868384 CPUtime=0.07
/proc/32444/task/32453/stat : 32453 (java) S 32442 32444 32340 0 -1 64 8 590 0 0 0 0 6 1 15 0 9 0 27185356 889225216 16826 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 868384

[startup+2.90242 s]
/proc/loadavg: 1.37 0.39 0.15 3/89 32457
/proc/meminfo: memFree=1755224/2055920 swapFree=4192812/4192956
[pid=32444] ppid=32442 vsize=868384 CPUtime=2.83
/proc/32444/stat : 32444 (java) S 32442 32444 32340 0 -1 0 26532 590 1 0 263 13 6 1 18 0 9 0 27185350 889225216 16831 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32444/statm: 217096 16831 2657 9 0 211532 0
[pid=32444/tid=32445] ppid=32442 vsize=868384 CPUtime=2.32
/proc/32444/task/32445/stat : 32445 (java) S 32442 32444 32340 0 -1 64 20067 590 1 0 216 9 6 1 25 0 9 0 27185351 889225216 16831 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32444/tid=32446] ppid=32442 vsize=868384 CPUtime=0.17
/proc/32444/task/32446/stat : 32446 (java) S 32442 32444 32340 0 -1 64 4700 590 0 0 10 0 6 1 17 0 9 0 27185353 889225216 16831 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32444/tid=32447] ppid=32442 vsize=868384 CPUtime=0.07
/proc/32444/task/32447/stat : 32447 (java) S 32442 32444 32340 0 -1 64 19 590 0 0 0 0 6 1 17 0 9 0 27185353 889225216 16831 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32444/tid=32448] ppid=32442 vsize=868384 CPUtime=0.07
/proc/32444/task/32448/stat : 32448 (java) S 32442 32444 32340 0 -1 64 9 590 0 0 0 0 6 1 16 0 9 0 27185353 889225216 16831 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32444/tid=32450] ppid=32442 vsize=868384 CPUtime=0.07
/proc/32444/task/32450/stat : 32450 (java) S 32442 32444 32340 0 -1 64 1 590 0 0 0 0 6 1 18 0 9 0 27185356 889225216 16831 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32444/tid=32451] ppid=32442 vsize=868384 CPUtime=0.43
/proc/32444/task/32451/stat : 32451 (java) S 32442 32444 32340 0 -1 64 915 590 0 0 35 1 6 1 15 0 9 0 27185356 889225216 16831 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32444/tid=32452] ppid=32442 vsize=868384 CPUtime=0.07
/proc/32444/task/32452/stat : 32452 (java) S 32442 32444 32340 0 -1 64 0 590 0 0 0 0 6 1 18 0 9 0 27185356 889225216 16831 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32444/tid=32453] ppid=32442 vsize=868384 CPUtime=0.07
/proc/32444/task/32453/stat : 32453 (java) S 32442 32444 32340 0 -1 64 8 590 0 0 0 0 6 1 15 0 9 0 27185356 889225216 16831 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 868384

Child status: 0
Real time (s): 2.9354
CPU time (s): 2.85556
CPU user time (s): 2.70059
CPU system time (s): 0.154976
CPU usage (%): 97.2802
Max. virtual memory (cumulated for all children) (KiB): 869308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.70059
system time used= 0.154976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27149
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= 1759
involuntary context switches= 1828

runsolver used 0.008998 second user time and 0.019996 second system time

The end

Launcher Data

Begin job on node13 at 2009-07-12 14:19:44
IDJOB=2093362
IDBENCH=53534
IDSOLVER=774
FILE ID=node13/2093362-1247401184
PBS_JOBID= 9510618
Free space on /tmp= 66300 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/QCP-20/normalized-qcp-20-187-11_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= BIN/runsolver --timestamp -w /tmp/evaluation-result-2093362-1247401184/watcher-2093362-1247401184 -o /tmp/evaluation-result-2093362-1247401184/solver-2093362-1247401184 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2093362-1247401184.xml

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

MD5SUM BENCH= 2da8b70e3aad7736bab75ae800da963f
RANDOM SEED=1035062677

node13.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.241
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.241
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:       1813000 kB
Buffers:         33484 kB
Cached:         103196 kB
SwapCached:          0 kB
Active:         136256 kB
Inactive:        50336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1813000 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2440 kB
Writeback:           0 kB
Mapped:          70356 kB
Slab:            41276 kB
Committed_AS:  1009832 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= 66296 MiB
End job on node13 at 2009-07-12 14:19:47