Trace number 2099264

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 8.84665 8.97296

DiagnosticValue
CHECKS41721000
NODES31260

General information on the benchmark

Namecsp/rand-2-40-19-fcd/
normalized-rand-2-40-19-443-230-fcd-23_ext.xml
MD5SUM9134282df2ceb7b4f7b3cea4f5381931
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.35564
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints333
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension333
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.19/0.26	
0.19/0.26	   configuration
0.19/0.26	     name=esac.xml
0.19/0.29	   
0.19/0.29	   instance
0.19/0.29	     name=HOME/instance-2099264-1247417866.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=40  nbDomainTypes=1  minDomainSize=19  maxDomainSize=19  nbTotalValues=760
0.28/0.37	       =>  wckTime=0.111  cpuTime=0.09  mem=7M892
0.28/0.37	   
0.28/0.37	   relations being loaded...
0.38/0.48	   
0.38/0.48	   constraints being loaded...
0.58/0.69	     nbConstraints=333  nbRelationTypes=333  nbExtensionStructures=333  nbSharedExtensionStructures=0
0.58/0.69	     nbConflictsStructures=333  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2875  minDegree=10
0.58/0.69	     maxDegree=23  minArity=2  maxArity=2  nbGenerators=0  nbFusions=0  symmetryWckTime=0.059  symmetryCpuTime=0.03
0.58/0.69	       =>  wckTime=0.426  cpuTime=0.29  mem=18M677
0.67/0.75	   
0.67/0.75	   solver IterativeSystematicSolver being built... 
0.77/0.89	       =>  wckTime=0.632  cpuTime=0.41  mem=21M255
0.88/0.95	   
0.88/0.95	   preprocessing
0.88/0.95	     nbConstraintChecks=68891  nbPropagations=957  nbRevisions=7556  nbUselessRevisions=6204  nbSingletonTests=51
0.88/0.95	     nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0  detectedInconsistency=no
0.88/0.95	       =>  wckTime=0.054  cpuTime=0.04  mem=21M255
0.97/1.07	   
0.97/1.07	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=22M295)
8.79/8.92	   
8.79/8.92	   search
8.79/8.92	     run=15  nbConstraintChecks=41652141  minDepth=1  maxDepth=40  nbPropagations=1823005  nbRevisions=24710530
8.79/8.92	     nbUselessRevisions=19956694  nbAssignments=31260  nbFailedAssignments=12391  nbBacktracks=18717
8.79/8.92	     nbVisitedNodes=54061  nbRestartNogoods=93  nbFoundSolutions=1  nbSEliminables=8.01  nbREliminables=0.97
8.79/8.92	     nbIEliminables=0.11  nbDEliminables=0  nbPEliminables=0
8.79/8.92	       =>  wckTime=8.027  cpuTime=7.86  mem=22M295
8.79/8.92	   
8.79/8.92	   global
8.79/8.92	     nbConstraintChecks=41721032  nbPropagations=1823962  nbRevisions=24718086  nbUselessRevisions=19962898
8.79/8.92	     nbRestartNogoods=93  solvingWckTime=8.031  solvingCpuTime=7.86  expiredTime=no  totalExploration=no
8.79/8.92	     nbFoundSolutions=1  firstSolutionCpuTime=8.27  globalCpuTime=8.31
8.79/8.92	       =>  wckTime=8.665  cpuTime=8.27  mem=22M295
8.79/8.92	   
8.79/8.92	s SATISFIABLE
8.79/8.92	v 17 15 8 7 6 5 9 2 9 11 2 16 0 5 12 1 7 4 16 12 0 0 15 1 1 2 13 10 7 1 11 16 4 2 17 0 12 2 3 5 
8.79/8.92	d NODES 31260
8.79/8.92	d CHECKS 41721032
8.79/8.93	   
8.79/8.93	   totalWckTime=8.735  totalCpuTime=8.31

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-2099264-1247417866/watcher-2099264-1247417866 -o /tmp/evaluation-result-2099264-1247417866/solver-2099264-1247417866 -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-2099264-1247417866.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: 2.07 2.00 2.03 4/80 31479
/proc/meminfo: memFree=1760624/2055920 swapFree=4192812/4192956
[pid=31479] ppid=31477 vsize=10676 CPUtime=0
/proc/31479/stat : 31479 (java) S 31477 31479 31241 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 28850489 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/31479/statm: 2669 474 207 9 0 1184 0
[pid=31479/tid=31480] ppid=31477 vsize=10676 CPUtime=0
/proc/31479/task/31480/stat : 31480 (java) R 31477 31479 31241 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 28850490 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 8953816 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.099461 s]
/proc/loadavg: 2.07 2.00 2.03 4/80 31479
/proc/meminfo: memFree=1760624/2055920 swapFree=4192812/4192956
[pid=31479] ppid=31477 vsize=865984 CPUtime=0.08
/proc/31479/stat : 31479 (java) S 31477 31479 31241 0 -1 0 3732 0 1 0 7 1 0 0 18 0 9 0 28850489 886767616 3200 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31479/statm: 216496 3200 1700 9 0 210981 0
[pid=31479/tid=31480] ppid=31477 vsize=865984 CPUtime=0.06
/proc/31479/task/31480/stat : 31480 (java) R 31477 31479 31241 0 -1 64 2810 0 1 0 5 1 0 0 20 0 9 0 28850490 886767616 3200 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.102218 s]
/proc/loadavg: 2.07 2.00 2.03 4/80 31479
/proc/meminfo: memFree=1760624/2055920 swapFree=4192812/4192956
[pid=31479] ppid=31477 vsize=865984 CPUtime=0.08
/proc/31479/stat : 31479 (java) S 31477 31479 31241 0 -1 0 3736 0 1 0 7 1 0 0 18 0 9 0 28850489 886767616 3204 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31479/statm: 216496 3204 1700 9 0 210981 0
[pid=31479/tid=31480] ppid=31477 vsize=865984 CPUtime=0.06
/proc/31479/task/31480/stat : 31480 (java) R 31477 31479 31241 0 -1 64 2811 0 1 0 5 1 0 0 20 0 9 0 28850490 886767616 3204 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301242 s]
/proc/loadavg: 2.07 2.00 2.03 4/80 31479
/proc/meminfo: memFree=1760624/2055920 swapFree=4192812/4192956
[pid=31479] ppid=31477 vsize=866380 CPUtime=0.28
/proc/31479/stat : 31479 (java) S 31477 31479 31241 0 -1 0 5866 0 1 0 25 3 0 0 18 0 9 0 28850489 887173120 5232 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31479/statm: 216595 5232 1981 9 0 211053 0
[pid=31479/tid=31480] ppid=31477 vsize=866380 CPUtime=0.23
/proc/31479/task/31480/stat : 31480 (java) R 31477 31479 31241 0 -1 64 4884 0 1 0 20 3 0 0 21 0 9 0 28850490 887173120 5232 996147200 134512640 134550932 4294955968 18446744073709551615 4125967407 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.702296 s]
/proc/loadavg: 2.07 2.00 2.03 4/80 31479
/proc/meminfo: memFree=1760624/2055920 swapFree=4192812/4192956
[pid=31479] ppid=31477 vsize=867756 CPUtime=0.67
/proc/31479/stat : 31479 (java) S 31477 31479 31241 0 -1 0 11443 290 1 0 60 7 0 0 18 0 9 0 28850489 888582144 8633 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31479/statm: 216939 8633 2075 9 0 211397 0
[pid=31479/tid=31480] ppid=31477 vsize=867756 CPUtime=0.48
/proc/31479/task/31480/stat : 31480 (java) R 31477 31479 31241 0 -1 64 8860 290 1 0 43 5 0 0 24 0 9 0 28850490 888582144 8633 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867756

[startup+1.50238 s]
/proc/loadavg: 2.07 2.00 2.03 4/89 31492
/proc/meminfo: memFree=1728040/2055920 swapFree=4192812/4192956
[pid=31479] ppid=31477 vsize=867964 CPUtime=1.46
/proc/31479/stat : 31479 (java) S 31477 31479 31241 0 -1 0 17137 290 1 0 137 9 0 0 18 0 9 0 28850489 888795136 10784 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31479/statm: 216991 10784 2657 9 0 211427 0
[pid=31479/tid=31480] ppid=31477 vsize=867964 CPUtime=1.13
/proc/31479/task/31480/stat : 31480 (java) R 31477 31479 31241 0 -1 64 11963 290 1 0 106 7 0 0 25 0 9 0 28850490 888795136 10784 996147200 134512640 134550932 4294955968 18446744073709551615 4125952204 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31482] ppid=31477 vsize=867964 CPUtime=0.04
/proc/31479/task/31482/stat : 31482 (java) S 31477 31479 31241 0 -1 64 3616 290 0 0 4 0 0 0 16 0 9 0 28850491 888795136 10784 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31483] ppid=31477 vsize=867964 CPUtime=0
/proc/31479/task/31483/stat : 31483 (java) S 31477 31479 31241 0 -1 64 19 290 0 0 0 0 0 0 16 0 9 0 28850492 888795136 10784 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31484] ppid=31477 vsize=867964 CPUtime=0
/proc/31479/task/31484/stat : 31484 (java) S 31477 31479 31241 0 -1 64 9 290 0 0 0 0 0 0 15 0 9 0 28850492 888795136 10784 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31485] ppid=31477 vsize=867964 CPUtime=0
/proc/31479/task/31485/stat : 31485 (java) S 31477 31479 31241 0 -1 64 2 290 0 0 0 0 0 0 18 0 9 0 28850494 888795136 10784 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31486] ppid=31477 vsize=867964 CPUtime=0.25
/proc/31479/task/31486/stat : 31486 (java) S 31477 31479 31241 0 -1 64 719 290 0 0 25 0 0 0 16 0 9 0 28850494 888795136 10784 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31487] ppid=31477 vsize=867964 CPUtime=0
/proc/31479/task/31487/stat : 31487 (java) S 31477 31479 31241 0 -1 64 0 290 0 0 0 0 0 0 19 0 9 0 28850494 888795136 10784 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31488] ppid=31477 vsize=867964 CPUtime=0
/proc/31479/task/31488/stat : 31488 (java) S 31477 31479 31241 0 -1 64 3 290 0 0 0 0 0 0 15 0 9 0 28850494 888795136 10784 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) 867964

[startup+3.10156 s]
/proc/loadavg: 2.07 2.00 2.03 3/89 31492
/proc/meminfo: memFree=1727720/2055920 swapFree=4192812/4192956
[pid=31479] ppid=31477 vsize=867964 CPUtime=3.06
/proc/31479/stat : 31479 (java) S 31477 31479 31241 0 -1 0 17153 290 1 0 296 10 0 0 18 0 9 0 28850489 888795136 10796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31479/statm: 216991 10796 2657 9 0 211427 0
[pid=31479/tid=31480] ppid=31477 vsize=867964 CPUtime=2.7
/proc/31479/task/31480/stat : 31480 (java) R 31477 31479 31241 0 -1 64 11970 290 1 0 263 7 0 0 25 0 9 0 28850490 888795136 10796 996147200 134512640 134550932 4294955968 18446744073709551615 4126883314 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31482] ppid=31477 vsize=867964 CPUtime=0.04
/proc/31479/task/31482/stat : 31482 (java) S 31477 31479 31241 0 -1 64 3616 290 0 0 4 0 0 0 17 0 9 0 28850491 888795136 10796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31483] ppid=31477 vsize=867964 CPUtime=0
/proc/31479/task/31483/stat : 31483 (java) S 31477 31479 31241 0 -1 64 19 290 0 0 0 0 0 0 16 0 9 0 28850492 888795136 10796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31484] ppid=31477 vsize=867964 CPUtime=0
/proc/31479/task/31484/stat : 31484 (java) S 31477 31479 31241 0 -1 64 9 290 0 0 0 0 0 0 15 0 9 0 28850492 888795136 10796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31485] ppid=31477 vsize=867964 CPUtime=0
/proc/31479/task/31485/stat : 31485 (java) S 31477 31479 31241 0 -1 64 2 290 0 0 0 0 0 0 18 0 9 0 28850494 888795136 10796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31486] ppid=31477 vsize=867964 CPUtime=0.27
/proc/31479/task/31486/stat : 31486 (java) S 31477 31479 31241 0 -1 64 728 290 0 0 27 0 0 0 15 0 9 0 28850494 888795136 10796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31487] ppid=31477 vsize=867964 CPUtime=0
/proc/31479/task/31487/stat : 31487 (java) S 31477 31479 31241 0 -1 64 0 290 0 0 0 0 0 0 19 0 9 0 28850494 888795136 10796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31488] ppid=31477 vsize=867964 CPUtime=0
/proc/31479/task/31488/stat : 31488 (java) S 31477 31479 31241 0 -1 64 3 290 0 0 0 0 0 0 15 0 9 0 28850494 888795136 10796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867964

[startup+6.30193 s]
/proc/loadavg: 2.06 2.00 2.02 3/89 31492
/proc/meminfo: memFree=1727528/2055920 swapFree=4192812/4192956
[pid=31479] ppid=31477 vsize=867964 CPUtime=6.23
/proc/31479/stat : 31479 (java) S 31477 31479 31241 0 -1 0 17171 290 1 0 613 10 0 0 18 0 9 0 28850489 888795136 10798 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31479/statm: 216991 10798 2657 9 0 211427 0
[pid=31479/tid=31480] ppid=31477 vsize=867964 CPUtime=5.87
/proc/31479/task/31480/stat : 31480 (java) R 31477 31479 31241 0 -1 64 11972 290 1 0 580 7 0 0 25 0 9 0 28850490 888795136 10798 996147200 134512640 134550932 4294955968 18446744073709551615 4127020286 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31482] ppid=31477 vsize=867964 CPUtime=0.04
/proc/31479/task/31482/stat : 31482 (java) S 31477 31479 31241 0 -1 64 3616 290 0 0 4 0 0 0 16 0 9 0 28850491 888795136 10798 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31483] ppid=31477 vsize=867964 CPUtime=0
/proc/31479/task/31483/stat : 31483 (java) S 31477 31479 31241 0 -1 64 19 290 0 0 0 0 0 0 16 0 9 0 28850492 888795136 10798 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31484] ppid=31477 vsize=867964 CPUtime=0
/proc/31479/task/31484/stat : 31484 (java) S 31477 31479 31241 0 -1 64 9 290 0 0 0 0 0 0 15 0 9 0 28850492 888795136 10798 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31485] ppid=31477 vsize=867964 CPUtime=0
/proc/31479/task/31485/stat : 31485 (java) S 31477 31479 31241 0 -1 64 2 290 0 0 0 0 0 0 18 0 9 0 28850494 888795136 10798 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31486] ppid=31477 vsize=867964 CPUtime=0.27
/proc/31479/task/31486/stat : 31486 (java) S 31477 31479 31241 0 -1 64 730 290 0 0 27 0 0 0 16 0 9 0 28850494 888795136 10798 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31487] ppid=31477 vsize=867964 CPUtime=0
/proc/31479/task/31487/stat : 31487 (java) S 31477 31479 31241 0 -1 64 0 290 0 0 0 0 0 0 19 0 9 0 28850494 888795136 10798 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31488] ppid=31477 vsize=867964 CPUtime=0
/proc/31479/task/31488/stat : 31488 (java) S 31477 31479 31241 0 -1 64 17 290 0 0 0 0 0 0 15 0 9 0 28850494 888795136 10798 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867964

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

[startup+7.90211 s]
/proc/loadavg: 2.06 2.00 2.02 3/89 31492
/proc/meminfo: memFree=1727528/2055920 swapFree=4192812/4192956
[pid=31479] ppid=31477 vsize=867964 CPUtime=7.8
/proc/31479/stat : 31479 (java) S 31477 31479 31241 0 -1 0 17174 290 1 0 770 10 0 0 18 0 9 0 28850489 888795136 10800 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31479/statm: 216991 10800 2657 9 0 211427 0
[pid=31479/tid=31480] ppid=31477 vsize=867964 CPUtime=7.45
/proc/31479/task/31480/stat : 31480 (java) R 31477 31479 31241 0 -1 64 11974 290 1 0 738 7 0 0 25 0 9 0 28850490 888795136 10800 996147200 134512640 134550932 4294955968 18446744073709551615 4126891101 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31482] ppid=31477 vsize=867964 CPUtime=0.04
/proc/31479/task/31482/stat : 31482 (java) S 31477 31479 31241 0 -1 64 3616 290 0 0 4 0 0 0 16 0 9 0 28850491 888795136 10800 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31483] ppid=31477 vsize=867964 CPUtime=0
/proc/31479/task/31483/stat : 31483 (java) S 31477 31479 31241 0 -1 64 19 290 0 0 0 0 0 0 16 0 9 0 28850492 888795136 10800 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31484] ppid=31477 vsize=867964 CPUtime=0
/proc/31479/task/31484/stat : 31484 (java) S 31477 31479 31241 0 -1 64 9 290 0 0 0 0 0 0 15 0 9 0 28850492 888795136 10800 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31485] ppid=31477 vsize=867964 CPUtime=0
/proc/31479/task/31485/stat : 31485 (java) S 31477 31479 31241 0 -1 64 2 290 0 0 0 0 0 0 18 0 9 0 28850494 888795136 10800 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31486] ppid=31477 vsize=867964 CPUtime=0.27
/proc/31479/task/31486/stat : 31486 (java) S 31477 31479 31241 0 -1 64 731 290 0 0 27 0 0 0 16 0 9 0 28850494 888795136 10800 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31487] ppid=31477 vsize=867964 CPUtime=0
/proc/31479/task/31487/stat : 31487 (java) S 31477 31479 31241 0 -1 64 0 290 0 0 0 0 0 0 19 0 9 0 28850494 888795136 10800 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31488] ppid=31477 vsize=867964 CPUtime=0
/proc/31479/task/31488/stat : 31488 (java) S 31477 31479 31241 0 -1 64 17 290 0 0 0 0 0 0 15 0 9 0 28850494 888795136 10800 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.8
Current children cumulated vsize (KiB) 867964

[startup+8.7022 s]
/proc/loadavg: 2.06 2.00 2.02 3/89 31492
/proc/meminfo: memFree=1727464/2055920 swapFree=4192812/4192956
[pid=31479] ppid=31477 vsize=867964 CPUtime=8.6
/proc/31479/stat : 31479 (java) S 31477 31479 31241 0 -1 0 17174 290 1 0 850 10 0 0 18 0 9 0 28850489 888795136 10800 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31479/statm: 216991 10800 2657 9 0 211427 0
[pid=31479/tid=31480] ppid=31477 vsize=867964 CPUtime=8.25
/proc/31479/task/31480/stat : 31480 (java) R 31477 31479 31241 0 -1 64 11974 290 1 0 818 7 0 0 25 0 9 0 28850490 888795136 10800 996147200 134512640 134550932 4294955968 18446744073709551615 4126969701 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31482] ppid=31477 vsize=867964 CPUtime=0.04
/proc/31479/task/31482/stat : 31482 (java) S 31477 31479 31241 0 -1 64 3616 290 0 0 4 0 0 0 17 0 9 0 28850491 888795136 10800 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31483] ppid=31477 vsize=867964 CPUtime=0
/proc/31479/task/31483/stat : 31483 (java) S 31477 31479 31241 0 -1 64 19 290 0 0 0 0 0 0 16 0 9 0 28850492 888795136 10800 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31484] ppid=31477 vsize=867964 CPUtime=0
/proc/31479/task/31484/stat : 31484 (java) S 31477 31479 31241 0 -1 64 9 290 0 0 0 0 0 0 15 0 9 0 28850492 888795136 10800 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31485] ppid=31477 vsize=867964 CPUtime=0
/proc/31479/task/31485/stat : 31485 (java) S 31477 31479 31241 0 -1 64 2 290 0 0 0 0 0 0 18 0 9 0 28850494 888795136 10800 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31486] ppid=31477 vsize=867964 CPUtime=0.27
/proc/31479/task/31486/stat : 31486 (java) S 31477 31479 31241 0 -1 64 731 290 0 0 27 0 0 0 16 0 9 0 28850494 888795136 10800 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31487] ppid=31477 vsize=867964 CPUtime=0
/proc/31479/task/31487/stat : 31487 (java) S 31477 31479 31241 0 -1 64 0 290 0 0 0 0 0 0 19 0 9 0 28850494 888795136 10800 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31488] ppid=31477 vsize=867964 CPUtime=0
/proc/31479/task/31488/stat : 31488 (java) S 31477 31479 31241 0 -1 64 17 290 0 0 0 0 0 0 15 0 9 0 28850494 888795136 10800 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.6
Current children cumulated vsize (KiB) 867964

[startup+8.90223 s]
/proc/loadavg: 2.06 2.00 2.02 3/89 31492
/proc/meminfo: memFree=1727464/2055920 swapFree=4192812/4192956
[pid=31479] ppid=31477 vsize=867964 CPUtime=8.79
/proc/31479/stat : 31479 (java) S 31477 31479 31241 0 -1 0 17174 290 1 0 869 10 0 0 18 0 9 0 28850489 888795136 10800 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31479/statm: 216991 10800 2657 9 0 211427 0
[pid=31479/tid=31480] ppid=31477 vsize=867964 CPUtime=8.44
/proc/31479/task/31480/stat : 31480 (java) R 31477 31479 31241 0 -1 64 11974 290 1 0 837 7 0 0 25 0 9 0 28850490 888795136 10800 996147200 134512640 134550932 4294955968 18446744073709551615 4126885010 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31482] ppid=31477 vsize=867964 CPUtime=0.04
/proc/31479/task/31482/stat : 31482 (java) S 31477 31479 31241 0 -1 64 3616 290 0 0 4 0 0 0 17 0 9 0 28850491 888795136 10800 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31483] ppid=31477 vsize=867964 CPUtime=0
/proc/31479/task/31483/stat : 31483 (java) S 31477 31479 31241 0 -1 64 19 290 0 0 0 0 0 0 16 0 9 0 28850492 888795136 10800 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31484] ppid=31477 vsize=867964 CPUtime=0
/proc/31479/task/31484/stat : 31484 (java) S 31477 31479 31241 0 -1 64 9 290 0 0 0 0 0 0 15 0 9 0 28850492 888795136 10800 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31485] ppid=31477 vsize=867964 CPUtime=0
/proc/31479/task/31485/stat : 31485 (java) S 31477 31479 31241 0 -1 64 2 290 0 0 0 0 0 0 18 0 9 0 28850494 888795136 10800 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31486] ppid=31477 vsize=867964 CPUtime=0.27
/proc/31479/task/31486/stat : 31486 (java) S 31477 31479 31241 0 -1 64 731 290 0 0 27 0 0 0 16 0 9 0 28850494 888795136 10800 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31487] ppid=31477 vsize=867964 CPUtime=0
/proc/31479/task/31487/stat : 31487 (java) S 31477 31479 31241 0 -1 64 0 290 0 0 0 0 0 0 19 0 9 0 28850494 888795136 10800 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31479/tid=31488] ppid=31477 vsize=867964 CPUtime=0
/proc/31479/task/31488/stat : 31488 (java) S 31477 31479 31241 0 -1 64 17 290 0 0 0 0 0 0 15 0 9 0 28850494 888795136 10800 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.79
Current children cumulated vsize (KiB) 867964

Child status: 0
Real time (s): 8.97296
CPU time (s): 8.84665
CPU user time (s): 8.72967
CPU system time (s): 0.116982
CPU usage (%): 98.5923
Max. virtual memory (cumulated for all children) (KiB): 867964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.72967
system time used= 0.116982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17591
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= 1556
involuntary context switches= 1794

runsolver used 0.018997 second user time and 0.031995 second system time

The end

Launcher Data

Begin job on node62 at 2009-07-12 18:57:46
IDJOB=2099264
IDBENCH=60049
IDSOLVER=774
FILE ID=node62/2099264-1247417866
PBS_JOBID= 9510718
Free space on /tmp= 66348 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/rand-2-40-19-fcd/normalized-rand-2-40-19-443-230-fcd-23_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-2099264-1247417866/watcher-2099264-1247417866 -o /tmp/evaluation-result-2099264-1247417866/solver-2099264-1247417866 -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-2099264-1247417866.xml

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

MD5SUM BENCH= 9134282df2ceb7b4f7b3cea4f5381931
RANDOM SEED=1596548834

node62.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.220
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.220
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:       1761104 kB
Buffers:         43660 kB
Cached:         141844 kB
SwapCached:          0 kB
Active:         150396 kB
Inactive:        85256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1761104 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2452 kB
Writeback:           0 kB
Mapped:          70544 kB
Slab:            44028 kB
Committed_AS:  1004712 kB
PageTables:       1968 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66344 MiB
End job on node62 at 2009-07-12 18:57:55