Trace number 2096802

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.14976 8.1722

DiagnosticValue
CHECKS13738700
NODES429

General information on the benchmark

Namecsp/primes-15/
normalized-primes-15-40-2-5.xml
MD5SUM0ef2cbdf75859f70e2db9f54c0661c05
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.040993
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity7
Maximum domain size46
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40
Global constraints used (with number of constraints)

Solver Data

0.07/0.08	
0.07/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=esac.xml
0.19/0.27	   
0.19/0.27	   instance
0.19/0.27	     name=HOME/instance-2096802-1247410730.xml
0.29/0.30	   
0.29/0.30	   domains being loaded...
0.29/0.31	   
0.29/0.31	   variables being loaded...
0.29/0.35	     nbVariables=100  nbDomainTypes=1  minDomainSize=46  maxDomainSize=46  nbTotalValues=4600
0.29/0.35	       =>  wckTime=0.115  cpuTime=0.1  mem=7M892
0.29/0.35	   
0.29/0.36	   predicates being loaded...
0.39/0.44	   
0.39/0.44	   constraints being loaded...
0.58/0.64	     nbConstraints=54  nbGlobalConstraints=14  nbDisconnectedVariables=15  nbConvertedConstraints=7
0.58/0.64	     nbConvertConstraintsChecks=14812  nbExtensionStructures=7  nbSharedExtensionStructures=0  nbConflictsStructures=7
0.58/0.64	     nbSharedConflictsStructures=0  nbUnbuiltConflictsStructures=33  nbSharedBinaryRepresentations=623
0.58/0.64	     nbEvaluationManagers=33  nbSharedEvaluationManagers=0  minDegree=1  maxDegree=5  minArity=2  avgArity=3.74
0.58/0.64	     maxArity=7  nbGenerators=14  nbFusions=0  symmetryWckTime=0.049  symmetryCpuTime=0.02
0.58/0.64	       =>  wckTime=0.405  cpuTime=0.31  mem=18M666
0.58/0.69	   
0.58/0.69	   solver IterativeSystematicSolver being built... 
0.67/0.77	   
0.67/0.77	   INFO : Forward propagation technique limited 
0.77/0.83	       =>  wckTime=0.589  cpuTime=0.43  mem=21M530
1.47/1.56	   
1.47/1.56	   preprocessing
1.47/1.56	     nbConstraintChecks=1493277  nbValidityChecks=1702  nbPropagations=346  nbRevisions=252  nbUselessRevisions=100
1.47/1.56	     nbSingletonTests=114  nbEffectiveSingletonTests=0  nbACRemovals=1390  nbFoundSingletons=0  nbRemovedValues=1390
1.47/1.56	     detectedInconsistency=no
1.47/1.56	       =>  wckTime=0.732  cpuTime=0.71  mem=21M530
8.07/8.15	   
8.07/8.15	   search
8.07/8.15	     run=4  nbConstraintChecks=12245381  nbValidityChecks=19841  minDepth=26  maxDepth=100  nbPropagations=5938
8.07/8.15	     nbRevisions=6315  nbUselessRevisions=1952  nbAssignments=429  nbFailedAssignments=102  nbBacktracks=83
8.07/8.15	     nbVisitedNodes=532  nbRestartNogoods=29  nbFoundSolutions=1  mapSize=44  nbInferences=0  nbTooLargeKeys=0
8.07/8.15	     nbSEliminables=0  nbREliminables=38.48  nbIEliminables=53.36  nbDEliminables=0  nbPEliminables=0
8.07/8.15	       =>  wckTime=7.317  cpuTime=7.27  mem=22M514
8.07/8.15	   
8.07/8.15	   global
8.07/8.15	     nbConstraintChecks=13738658  nbValidityChecks=21543  nbPropagations=6284  nbRevisions=6567  nbUselessRevisions=2052
8.07/8.15	     nbRestartNogoods=29  solvingWckTime=7.319  solvingCpuTime=7.27  expiredTime=no  totalExploration=no
8.07/8.15	     nbFoundSolutions=1  firstSolutionCpuTime=7.7  globalCpuTime=7.74
8.07/8.15	       =>  wckTime=7.909  cpuTime=7.7  mem=22M514
8.07/8.15	   
8.07/8.15	s SATISFIABLE
8.07/8.15	v 43 3 2 2 2 5 3 47 45 5 42 19 2 11 23 3 2 17 2 7 37 30 15 2 2 13 2 43 20 26 47 43 45 7 12 30 43 2 3 19 27 4 11 47 15 2 23 47 2 2 23 3 2 13 37 7 5 35 3 2 6 17 47 2 28 11 2 29 43 5 22 2 41 2 47 2 41 2 33 19 2 2 17 23 23 20 39 37 47 9 36 2 37 7 11 19 3 10 28 47 
8.07/8.15	d NODES 429
8.07/8.15	d CHECKS 13738658
8.07/8.15	   
8.07/8.15	   totalWckTime=7.976  totalCpuTime=7.74

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-2096802-1247410730/watcher-2096802-1247410730 -o /tmp/evaluation-result-2096802-1247410730/solver-2096802-1247410730 -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-2096802-1247410730.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.93 1.98 1.95 4/81 31467
/proc/meminfo: memFree=1706528/2055920 swapFree=4192812/4192956
[pid=31467] ppid=31465 vsize=152 CPUtime=0
/proc/31467/stat : 31467 (java) R 31465 31467 30029 0 -1 0 205 0 0 0 0 0 0 0 21 0 1 0 28138613 155648 26 996147200 134512640 134550932 4294955968 18446744073709551615 4735780 0 0 4096 0 0 0 0 17 0 0 0
/proc/31467/statm: 38 26 19 9 0 4 0

[startup+0.077021 s]
/proc/loadavg: 1.93 1.98 1.95 4/81 31467
/proc/meminfo: memFree=1706528/2055920 swapFree=4192812/4192956
[pid=31467] ppid=31465 vsize=865952 CPUtime=0.07
/proc/31467/stat : 31467 (java) S 31465 31467 30029 0 -1 0 3187 0 1 0 5 2 0 0 21 0 9 0 28138613 886734848 2672 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31467/statm: 216488 2679 1284 9 0 210980 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865952

[startup+0.102023 s]
/proc/loadavg: 1.93 1.98 1.95 4/81 31467
/proc/meminfo: memFree=1706528/2055920 swapFree=4192812/4192956
[pid=31467] ppid=31465 vsize=865980 CPUtime=0.09
/proc/31467/stat : 31467 (java) S 31465 31467 30029 0 -1 0 3838 0 1 0 7 2 0 0 21 0 9 0 28138613 886763520 3281 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31467/statm: 216495 3281 1731 9 0 210980 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865980

[startup+0.30104 s]
/proc/loadavg: 1.93 1.98 1.95 4/81 31467
/proc/meminfo: memFree=1706528/2055920 swapFree=4192812/4192956
[pid=31467] ppid=31465 vsize=866500 CPUtime=0.29
/proc/31467/stat : 31467 (java) S 31465 31467 30029 0 -1 0 6112 0 1 0 25 4 0 0 21 0 9 0 28138613 887296000 5478 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31467/statm: 216625 5478 1987 9 0 211083 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866500

[startup+0.701084 s]
/proc/loadavg: 1.93 1.98 1.95 4/81 31467
/proc/meminfo: memFree=1706528/2055920 swapFree=4192812/4192956
[pid=31467] ppid=31465 vsize=867044 CPUtime=0.67
/proc/31467/stat : 31467 (java) S 31465 31467 30029 0 -1 0 12537 277 1 0 60 7 0 0 21 0 9 0 28138613 887853056 9354 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31467/statm: 216761 9354 2652 9 0 211197 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867044

[startup+1.50217 s]
/proc/loadavg: 1.93 1.98 1.95 4/90 31480
/proc/meminfo: memFree=1675096/2055920 swapFree=4192812/4192956
[pid=31467] ppid=31465 vsize=867044 CPUtime=1.47
/proc/31467/stat : 31467 (java) S 31465 31467 30029 0 -1 0 16660 277 1 0 138 9 0 0 21 0 9 0 28138613 887853056 10466 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31467/statm: 216761 10466 2657 9 0 211197 0
[pid=31467/tid=31469] ppid=31465 vsize=867044 CPUtime=1.26
/proc/31467/task/31469/stat : 31469 (java) R 31465 31467 30029 0 -1 64 12817 277 1 0 119 7 0 0 25 0 9 0 28138614 887853056 10466 996147200 134512640 134550932 4294955968 18446744073709551615 4125976742 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31467/tid=31470] ppid=31465 vsize=867044 CPUtime=0.03
/proc/31467/task/31470/stat : 31470 (java) S 31465 31467 30029 0 -1 64 2461 277 0 0 3 0 0 0 16 0 9 0 28138616 887853056 10466 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31467/tid=31471] ppid=31465 vsize=867044 CPUtime=0
/proc/31467/task/31471/stat : 31471 (java) S 31465 31467 30029 0 -1 64 18 277 0 0 0 0 0 0 16 0 9 0 28138616 887853056 10466 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31467/tid=31472] ppid=31465 vsize=867044 CPUtime=0
/proc/31467/task/31472/stat : 31472 (java) S 31465 31467 30029 0 -1 64 12 277 0 0 0 0 0 0 15 0 9 0 28138616 887853056 10466 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31467/tid=31473] ppid=31465 vsize=867044 CPUtime=0
/proc/31467/task/31473/stat : 31473 (java) S 31465 31467 30029 0 -1 64 0 277 0 0 0 0 0 0 25 0 9 0 28138618 887853056 10466 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31467/tid=31474] ppid=31465 vsize=867044 CPUtime=0.14
/proc/31467/task/31474/stat : 31474 (java) S 31465 31467 30029 0 -1 64 537 277 0 0 14 0 0 0 15 0 9 0 28138618 887853056 10466 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31467/tid=31475] ppid=31465 vsize=867044 CPUtime=0
/proc/31467/task/31475/stat : 31475 (java) S 31465 31467 30029 0 -1 64 1 277 0 0 0 0 0 0 25 0 9 0 28138618 887853056 10466 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31467/tid=31476] ppid=31465 vsize=867044 CPUtime=0
/proc/31467/task/31476/stat : 31476 (java) S 31465 31467 30029 0 -1 64 11 277 0 0 0 0 0 0 15 0 9 0 28138618 887853056 10466 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867044

[startup+3.10133 s]
/proc/loadavg: 1.93 1.98 1.95 3/90 31480
/proc/meminfo: memFree=1673752/2055920 swapFree=4192812/4192956
[pid=31467] ppid=31465 vsize=867044 CPUtime=3.08
/proc/31467/stat : 31467 (java) S 31465 31467 30029 0 -1 0 16942 277 1 0 298 10 0 0 21 0 9 0 28138613 887853056 10743 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31467/statm: 216761 10743 2657 9 0 211197 0
[pid=31467/tid=31469] ppid=31465 vsize=867044 CPUtime=2.83
/proc/31467/task/31469/stat : 31469 (java) R 31465 31467 30029 0 -1 64 13084 277 1 0 276 7 0 0 25 0 9 0 28138614 887853056 10743 996147200 134512640 134550932 4294955968 18446744073709551615 4126670053 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31467/tid=31470] ppid=31465 vsize=867044 CPUtime=0.03
/proc/31467/task/31470/stat : 31470 (java) S 31465 31467 30029 0 -1 64 2462 277 0 0 3 0 0 0 17 0 9 0 28138616 887853056 10743 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31467/tid=31471] ppid=31465 vsize=867044 CPUtime=0
/proc/31467/task/31471/stat : 31471 (java) S 31465 31467 30029 0 -1 64 18 277 0 0 0 0 0 0 16 0 9 0 28138616 887853056 10743 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31467/tid=31472] ppid=31465 vsize=867044 CPUtime=0
/proc/31467/task/31472/stat : 31472 (java) S 31465 31467 30029 0 -1 64 12 277 0 0 0 0 0 0 15 0 9 0 28138616 887853056 10743 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31467/tid=31473] ppid=31465 vsize=867044 CPUtime=0
/proc/31467/task/31473/stat : 31473 (java) S 31465 31467 30029 0 -1 64 0 277 0 0 0 0 0 0 25 0 9 0 28138618 887853056 10743 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31467/tid=31474] ppid=31465 vsize=867044 CPUtime=0.17
/proc/31467/task/31474/stat : 31474 (java) S 31465 31467 30029 0 -1 64 551 277 0 0 17 0 0 0 15 0 9 0 28138618 887853056 10743 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31467/tid=31475] ppid=31465 vsize=867044 CPUtime=0
/proc/31467/task/31475/stat : 31475 (java) S 31465 31467 30029 0 -1 64 1 277 0 0 0 0 0 0 25 0 9 0 28138618 887853056 10743 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31467/tid=31476] ppid=31465 vsize=867044 CPUtime=0
/proc/31467/task/31476/stat : 31476 (java) S 31465 31467 30029 0 -1 64 11 277 0 0 0 0 0 0 15 0 9 0 28138618 887853056 10743 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 867044

[startup+6.30167 s]
/proc/loadavg: 1.94 1.98 1.95 3/90 31480
/proc/meminfo: memFree=1673496/2055920 swapFree=4192812/4192956
[pid=31467] ppid=31465 vsize=867044 CPUtime=6.28
/proc/31467/stat : 31467 (java) S 31465 31467 30029 0 -1 0 16951 277 1 0 618 10 0 0 21 0 9 0 28138613 887853056 10749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31467/statm: 216761 10749 2657 9 0 211197 0
[pid=31467/tid=31469] ppid=31465 vsize=867044 CPUtime=6.04
/proc/31467/task/31469/stat : 31469 (java) R 31465 31467 30029 0 -1 64 13091 277 1 0 596 8 0 0 25 0 9 0 28138614 887853056 10749 996147200 134512640 134550932 4294955968 18446744073709551615 4126670053 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31467/tid=31470] ppid=31465 vsize=867044 CPUtime=0.03
/proc/31467/task/31470/stat : 31470 (java) S 31465 31467 30029 0 -1 64 2462 277 0 0 3 0 0 0 17 0 9 0 28138616 887853056 10749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31467/tid=31471] ppid=31465 vsize=867044 CPUtime=0
/proc/31467/task/31471/stat : 31471 (java) S 31465 31467 30029 0 -1 64 18 277 0 0 0 0 0 0 16 0 9 0 28138616 887853056 10749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31467/tid=31472] ppid=31465 vsize=867044 CPUtime=0
/proc/31467/task/31472/stat : 31472 (java) S 31465 31467 30029 0 -1 64 12 277 0 0 0 0 0 0 15 0 9 0 28138616 887853056 10749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31467/tid=31473] ppid=31465 vsize=867044 CPUtime=0
/proc/31467/task/31473/stat : 31473 (java) S 31465 31467 30029 0 -1 64 0 277 0 0 0 0 0 0 25 0 9 0 28138618 887853056 10749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31467/tid=31474] ppid=31465 vsize=867044 CPUtime=0.17
/proc/31467/task/31474/stat : 31474 (java) S 31465 31467 30029 0 -1 64 553 277 0 0 17 0 0 0 15 0 9 0 28138618 887853056 10749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31467/tid=31475] ppid=31465 vsize=867044 CPUtime=0
/proc/31467/task/31475/stat : 31475 (java) S 31465 31467 30029 0 -1 64 1 277 0 0 0 0 0 0 25 0 9 0 28138618 887853056 10749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31467/tid=31476] ppid=31465 vsize=867044 CPUtime=0
/proc/31467/task/31476/stat : 31476 (java) S 31465 31467 30029 0 -1 64 11 277 0 0 0 0 0 0 15 0 9 0 28138618 887853056 10749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 867044

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

[startup+7.10275 s]
/proc/loadavg: 1.94 1.98 1.95 3/90 31480
/proc/meminfo: memFree=1673496/2055920 swapFree=4192812/4192956
[pid=31467] ppid=31465 vsize=867044 CPUtime=7.08
/proc/31467/stat : 31467 (java) S 31465 31467 30029 0 -1 0 16955 277 1 0 698 10 0 0 21 0 9 0 28138613 887853056 10752 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31467/statm: 216761 10752 2657 9 0 211197 0
[pid=31467/tid=31469] ppid=31465 vsize=867044 CPUtime=6.84
/proc/31467/task/31469/stat : 31469 (java) R 31465 31467 30029 0 -1 64 13093 277 1 0 676 8 0 0 25 0 9 0 28138614 887853056 10752 996147200 134512640 134550932 4294955968 18446744073709551615 4126672503 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31467/tid=31470] ppid=31465 vsize=867044 CPUtime=0.03
/proc/31467/task/31470/stat : 31470 (java) S 31465 31467 30029 0 -1 64 2462 277 0 0 3 0 0 0 17 0 9 0 28138616 887853056 10752 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31467/tid=31471] ppid=31465 vsize=867044 CPUtime=0
/proc/31467/task/31471/stat : 31471 (java) S 31465 31467 30029 0 -1 64 18 277 0 0 0 0 0 0 16 0 9 0 28138616 887853056 10752 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31467/tid=31472] ppid=31465 vsize=867044 CPUtime=0
/proc/31467/task/31472/stat : 31472 (java) S 31465 31467 30029 0 -1 64 12 277 0 0 0 0 0 0 15 0 9 0 28138616 887853056 10752 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31467/tid=31473] ppid=31465 vsize=867044 CPUtime=0
/proc/31467/task/31473/stat : 31473 (java) S 31465 31467 30029 0 -1 64 0 277 0 0 0 0 0 0 25 0 9 0 28138618 887853056 10752 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31467/tid=31474] ppid=31465 vsize=867044 CPUtime=0.17
/proc/31467/task/31474/stat : 31474 (java) S 31465 31467 30029 0 -1 64 555 277 0 0 17 0 0 0 16 0 9 0 28138618 887853056 10752 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31467/tid=31475] ppid=31465 vsize=867044 CPUtime=0
/proc/31467/task/31475/stat : 31475 (java) S 31465 31467 30029 0 -1 64 1 277 0 0 0 0 0 0 25 0 9 0 28138618 887853056 10752 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31467/tid=31476] ppid=31465 vsize=867044 CPUtime=0
/proc/31467/task/31476/stat : 31476 (java) S 31465 31467 30029 0 -1 64 11 277 0 0 0 0 0 0 15 0 9 0 28138618 887853056 10752 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.08
Current children cumulated vsize (KiB) 867044

[startup+7.90284 s]
/proc/loadavg: 1.94 1.98 1.95 3/90 31480
/proc/meminfo: memFree=1673496/2055920 swapFree=4192812/4192956
[pid=31467] ppid=31465 vsize=867044 CPUtime=7.88
/proc/31467/stat : 31467 (java) S 31465 31467 30029 0 -1 0 16957 277 1 0 778 10 0 0 21 0 9 0 28138613 887853056 10753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31467/statm: 216761 10753 2657 9 0 211197 0
[pid=31467/tid=31469] ppid=31465 vsize=867044 CPUtime=7.63
/proc/31467/task/31469/stat : 31469 (java) R 31465 31467 30029 0 -1 64 13095 277 1 0 755 8 0 0 25 0 9 0 28138614 887853056 10753 996147200 134512640 134550932 4294955968 18446744073709551615 4126801712 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31467/tid=31470] ppid=31465 vsize=867044 CPUtime=0.03
/proc/31467/task/31470/stat : 31470 (java) S 31465 31467 30029 0 -1 64 2462 277 0 0 3 0 0 0 17 0 9 0 28138616 887853056 10753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31467/tid=31471] ppid=31465 vsize=867044 CPUtime=0
/proc/31467/task/31471/stat : 31471 (java) S 31465 31467 30029 0 -1 64 18 277 0 0 0 0 0 0 16 0 9 0 28138616 887853056 10753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31467/tid=31472] ppid=31465 vsize=867044 CPUtime=0
/proc/31467/task/31472/stat : 31472 (java) S 31465 31467 30029 0 -1 64 12 277 0 0 0 0 0 0 15 0 9 0 28138616 887853056 10753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31467/tid=31473] ppid=31465 vsize=867044 CPUtime=0
/proc/31467/task/31473/stat : 31473 (java) S 31465 31467 30029 0 -1 64 0 277 0 0 0 0 0 0 25 0 9 0 28138618 887853056 10753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31467/tid=31474] ppid=31465 vsize=867044 CPUtime=0.17
/proc/31467/task/31474/stat : 31474 (java) S 31465 31467 30029 0 -1 64 555 277 0 0 17 0 0 0 16 0 9 0 28138618 887853056 10753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31467/tid=31475] ppid=31465 vsize=867044 CPUtime=0
/proc/31467/task/31475/stat : 31475 (java) S 31465 31467 30029 0 -1 64 1 277 0 0 0 0 0 0 25 0 9 0 28138618 887853056 10753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31467/tid=31476] ppid=31465 vsize=867044 CPUtime=0
/proc/31467/task/31476/stat : 31476 (java) S 31465 31467 30029 0 -1 64 11 277 0 0 0 0 0 0 15 0 9 0 28138618 887853056 10753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.88
Current children cumulated vsize (KiB) 867044

[startup+8.10286 s]
/proc/loadavg: 1.94 1.98 1.95 3/90 31480
/proc/meminfo: memFree=1673496/2055920 swapFree=4192812/4192956
[pid=31467] ppid=31465 vsize=867044 CPUtime=8.07
/proc/31467/stat : 31467 (java) S 31465 31467 30029 0 -1 0 16960 277 1 0 797 10 0 0 21 0 9 0 28138613 887853056 10756 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31467/statm: 216761 10756 2657 9 0 211197 0
[pid=31467/tid=31469] ppid=31465 vsize=867044 CPUtime=7.83
/proc/31467/task/31469/stat : 31469 (java) R 31465 31467 30029 0 -1 64 13096 277 1 0 775 8 0 0 25 0 9 0 28138614 887853056 10756 996147200 134512640 134550932 4294955968 18446744073709551615 4126672580 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31467/tid=31470] ppid=31465 vsize=867044 CPUtime=0.03
/proc/31467/task/31470/stat : 31470 (java) S 31465 31467 30029 0 -1 64 2462 277 0 0 3 0 0 0 17 0 9 0 28138616 887853056 10756 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31467/tid=31471] ppid=31465 vsize=867044 CPUtime=0
/proc/31467/task/31471/stat : 31471 (java) S 31465 31467 30029 0 -1 64 18 277 0 0 0 0 0 0 16 0 9 0 28138616 887853056 10756 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31467/tid=31472] ppid=31465 vsize=867044 CPUtime=0
/proc/31467/task/31472/stat : 31472 (java) S 31465 31467 30029 0 -1 64 12 277 0 0 0 0 0 0 15 0 9 0 28138616 887853056 10756 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31467/tid=31473] ppid=31465 vsize=867044 CPUtime=0
/proc/31467/task/31473/stat : 31473 (java) S 31465 31467 30029 0 -1 64 0 277 0 0 0 0 0 0 25 0 9 0 28138618 887853056 10756 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31467/tid=31474] ppid=31465 vsize=867044 CPUtime=0.17
/proc/31467/task/31474/stat : 31474 (java) S 31465 31467 30029 0 -1 64 557 277 0 0 17 0 0 0 15 0 9 0 28138618 887853056 10756 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31467/tid=31475] ppid=31465 vsize=867044 CPUtime=0
/proc/31467/task/31475/stat : 31475 (java) S 31465 31467 30029 0 -1 64 1 277 0 0 0 0 0 0 25 0 9 0 28138618 887853056 10756 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31467/tid=31476] ppid=31465 vsize=867044 CPUtime=0
/proc/31467/task/31476/stat : 31476 (java) S 31465 31467 30029 0 -1 64 11 277 0 0 0 0 0 0 15 0 9 0 28138618 887853056 10756 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.07
Current children cumulated vsize (KiB) 867044

Child status: 0
Real time (s): 8.1722
CPU time (s): 8.14976
CPU user time (s): 8.03378
CPU system time (s): 0.115982
CPU usage (%): 99.7254
Max. virtual memory (cumulated for all children) (KiB): 867044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.03378
system time used= 0.115982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17367
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= 1247
involuntary context switches= 1331

runsolver used 0.011998 second user time and 0.034994 second system time

The end

Launcher Data

Begin job on node79 at 2009-07-12 16:58:50
IDJOB=2096802
IDBENCH=56677
IDSOLVER=774
FILE ID=node79/2096802-1247410730
PBS_JOBID= 9510491
Free space on /tmp= 66352 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/primes-15/normalized-primes-15-40-2-5.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-2096802-1247410730/watcher-2096802-1247410730 -o /tmp/evaluation-result-2096802-1247410730/solver-2096802-1247410730 -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-2096802-1247410730.xml

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

MD5SUM BENCH= 0ef2cbdf75859f70e2db9f54c0661c05
RANDOM SEED=684012866

node79.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.229
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.229
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1706944 kB
Buffers:         38392 kB
Cached:         155272 kB
SwapCached:          0 kB
Active:         190800 kB
Inactive:        98176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1706944 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2324 kB
Writeback:           0 kB
Mapped:         115728 kB
Slab:            45080 kB
Committed_AS:  1023276 kB
PageTables:       1952 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= 66348 MiB
End job on node79 at 2009-07-12 16:58:59