Trace number 2093568

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 13.8769 14.0312

DiagnosticValue
CHECKS1724580
NODES0

General information on the benchmark

Namecsp/QG7/
normalized-quasigroup7-9.xml
MD5SUMfaddf2cf53c4ca4326325c7475421126
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.51447
Satisfiable
(Un)Satisfiability was proved
Number of variables403
Number of constraints323
Maximum constraint arity83
Maximum domain size73
Number of constraints which are defined in extension0
Number of constraints which are defined in intension144
Global constraints used (with number of constraints)alldifferent(18),element(161)

Solver Data

0.01/0.09	
0.01/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-2093568-1247401502.xml
0.29/0.33	   
0.29/0.33	   domains being loaded...
0.29/0.35	   
0.29/0.35	   variables being loaded...
0.38/0.45	     nbVariables=403  nbDomainTypes=63  minDomainSize=1  maxDomainSize=73  nbTotalValues=9099
0.38/0.45	       =>  wckTime=0.189  cpuTime=0.14  mem=9M875
0.38/0.45	   
0.38/0.45	   predicates being loaded...
0.49/0.52	   
0.49/0.52	   constraints being loaded...
4.13/4.22	     nbConstraints=13280  nbUnaryConstraints=8  nbGlobalConstraints=104  nbSingletonDomainVariables=18
4.13/4.22	     nbPurgedValues=576  nbDisconnectedVariables=89  nbConvertedConstraints=136  nbConvertConstraintsChecks=3699521
4.13/4.22	     nbExtensionStructures=136  nbSharedExtensionStructures=63  nbConflictsStructures=2241
4.13/4.22	     nbSharedConflictsStructures=10998  nbSharedBinaryRepresentations=6765  nbEvaluationManagers=2105
4.13/4.22	     nbSharedEvaluationManagers=10935  minDegree=0  maxDegree=244  minArity=2  avgArity=2.99  maxArity=8
4.13/4.22	     nbGenerators=86  nbFusions=0  symmetryWckTime=1.253  symmetryCpuTime=0.71
4.13/4.22	       =>  wckTime=3.961  cpuTime=3.02  mem=52M111
4.33/4.49	   
4.33/4.49	   solver IterativeSystematicSolver being built... 
4.93/5.02	   
4.93/5.02	   INFO : Forward propagation technique limited 
4.93/5.09	       =>  wckTime=4.831  cpuTime=3.45  mem=61M41
13.75/13.99	   
13.75/13.99	   preprocessing
13.75/13.99	     nbConstraintChecks=1724582  nbValidityChecks=2880543  nbPropagations=31427  nbRevisions=1357705
13.75/13.99	     nbUselessRevisions=1333407  nbSingletonTests=2342  nbEffectiveSingletonTests=8  nbACRemovals=5031
13.75/13.99	     nbFoundSingletons=0  firstSolutionCpuTime=12.17  nbRemovedValues=5039  detectedInconsistency=no
13.75/13.99	       =>  wckTime=8.897  cpuTime=8.76  mem=64M8
13.75/13.99	   
13.75/13.99	   global
13.75/13.99	     nbConstraintChecks=1724582  nbValidityChecks=2880543  nbPropagations=31427  nbRevisions=1357705
13.75/13.99	     nbUselessRevisions=1333407  nbRestartNogoods=0  solvingWckTime=8.9  solvingCpuTime=8.76  expiredTime=no
13.75/13.99	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=12.17  globalCpuTime=12.25
13.75/13.99	       =>  wckTime=13.733  cpuTime=12.21  mem=65M14
13.75/13.99	   
13.75/13.99	s SATISFIABLE
13.75/13.99	v 1 7 4 9 6 2 3 5 8 4 2 6 8 1 5 9 7 3 8 1 3 5 9 4 2 6 7 5 9 7 4 2 8 1 3 6 7 8 2 6 5 3 4 9 1 3 4 9 7 8 6 5 1 2 9 6 8 2 3 1 7 4 5 2 3 5 1 7 9 6 8 4 6 5 1 3 4 7 8 2 9 1 1 29 1 9 66 1 5 40 1 6 59 1 3 24 1 4 79 1 8 17 1 7 54 1 2 55 1 16 9 1 11 1 11 2 3 1 10 4 76 1 18 3 68 1 17 7 33 1 13 8 52 1 15 5 26 1 12 6 45 1 14 1 28 1 22 5 47 1 24 4 1 21 1 21 3 58 1 25 2 14 1 20 1 78 1 27 7 70 1 26 6 44 1 23 9 9 1 19 8 73 1 36 6 65 1 35 3 39 1 32 2 1 31 1 31 4 50 1 33 8 60 1 34 1 16 1 29 9 8 1 28 5 27 1 30 7 46 1 42 3 2 1 37 7 75 1 45 1 13 1 38 8 1 41 1 41 5 69 1 44 9 25 1 39 2 62 1 43 4 36 1 40 6 10 1 47 4 38 1 50 8 30 1 49 7 67 1 53 1 23 1 48 9 1 51 1 51 6 7 1 46 3 80 1 54 2 63 1 52 5 19 1 57 8 74 1 63 5 12 1 56 6 4 1 55 9 32 1 58 2 42 1 59 3 1 61 1 61 7 53 1 60 1 72 1 62 4 37 1 68 7 56 1 70 6 48 1 69 9 22 1 66 5 77 1 72 4 6 1 64 2 34 1 67 1 1 71 1 71 8 18 1 65 3 64 1 80 2 20 1 75 1 57 1 79 8 49 1 78 7 5 1 73 6 15 1 74 5 43 1 77 4 35 1 76 3 1 81 1 81 9 
13.75/13.99	d NODES 0
13.75/13.99	d CHECKS 1724582
13.75/14.00	   
13.75/14.00	   totalWckTime=13.804  totalCpuTime=12.25

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-2093568-1247401502/watcher-2093568-1247401502 -o /tmp/evaluation-result-2093568-1247401502/solver-2093568-1247401502 -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-2093568-1247401502.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.11 1.47 0.70 4/80 27493
/proc/meminfo: memFree=1797928/2055920 swapFree=4192812/4192956
[pid=27493] ppid=27491 vsize=10676 CPUtime=0
/proc/27493/stat : 27493 (java) S 27491 27493 27210 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 27213067 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/27493/statm: 2669 474 207 9 0 1184 0
[pid=27493/tid=27494] ppid=27491 vsize=10676 CPUtime=0
/proc/27493/task/27494/stat : 27494 (java) R 27491 27493 27210 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 27213069 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 10686424 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.029847 s]
/proc/loadavg: 2.11 1.47 0.70 4/80 27493
/proc/meminfo: memFree=1797928/2055920 swapFree=4192812/4192956
[pid=27493] ppid=27491 vsize=861936 CPUtime=0.01
/proc/27493/stat : 27493 (java) S 27491 27493 27210 0 -1 0 1878 0 1 0 0 1 0 0 18 0 5 0 27213067 882622464 1563 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/27493/statm: 215484 1563 686 9 0 210399 0
[pid=27493/tid=27494] ppid=27491 vsize=861936 CPUtime=0
/proc/27493/task/27494/stat : 27494 (java) S 27491 27493 27210 0 -1 64 1187 0 1 0 0 0 0 0 19 0 5 0 27213069 882622464 1563 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 861936

[startup+0.101715 s]
/proc/loadavg: 2.11 1.47 0.70 4/80 27493
/proc/meminfo: memFree=1797928/2055920 swapFree=4192812/4192956
[pid=27493] ppid=27491 vsize=865984 CPUtime=0.08
/proc/27493/stat : 27493 (java) S 27491 27493 27210 0 -1 0 3736 0 1 0 6 2 0 0 18 0 9 0 27213067 886767616 3204 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27493/statm: 216496 3204 1700 9 0 210981 0
[pid=27493/tid=27494] ppid=27491 vsize=865984 CPUtime=0.06
/proc/27493/task/27494/stat : 27494 (java) R 27491 27493 27210 0 -1 64 2810 0 1 0 5 1 0 0 20 0 9 0 27213069 886767616 3204 996147200 134512640 134550932 4294955968 18446744073709551615 103821066 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.301737 s]
/proc/loadavg: 2.11 1.47 0.70 4/80 27493
/proc/meminfo: memFree=1797928/2055920 swapFree=4192812/4192956
[pid=27493] ppid=27491 vsize=866380 CPUtime=0.29
/proc/27493/stat : 27493 (java) S 27491 27493 27210 0 -1 0 5869 0 1 0 25 4 0 0 18 0 9 0 27213067 887173120 5235 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27493/statm: 216595 5235 1981 9 0 211053 0
[pid=27493/tid=27494] ppid=27491 vsize=866380 CPUtime=0.24
/proc/27493/task/27494/stat : 27494 (java) R 27491 27493 27210 0 -1 64 4886 0 1 0 21 3 0 0 21 0 9 0 27213069 887173120 5235 996147200 134512640 134550932 4294955968 18446744073709551615 4125975553 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866380

[startup+0.701786 s]
/proc/loadavg: 2.11 1.47 0.70 4/80 27493
/proc/meminfo: memFree=1797928/2055920 swapFree=4192812/4192956
[pid=27493] ppid=27491 vsize=867192 CPUtime=0.68
/proc/27493/stat : 27493 (java) S 27491 27493 27210 0 -1 0 8624 0 1 0 62 6 0 0 18 0 9 0 27213067 888004608 7978 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27493/statm: 216798 7978 2035 9 0 211234 0
[pid=27493/tid=27494] ppid=27491 vsize=867192 CPUtime=0.51
/proc/27493/task/27494/stat : 27494 (java) R 27491 27493 27210 0 -1 64 7421 0 1 0 47 4 0 0 23 0 9 0 27213069 888004608 7978 996147200 134512640 134550932 4294955968 18446744073709551615 4125978276 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867192

[startup+1.50187 s]
/proc/loadavg: 2.11 1.47 0.70 3/89 27502
/proc/meminfo: memFree=1763104/2055920 swapFree=4192812/4192956
[pid=27493] ppid=27491 vsize=867824 CPUtime=1.47
/proc/27493/stat : 27493 (java) S 27491 27493 27210 0 -1 0 12954 0 1 0 139 8 0 0 18 0 9 0 27213067 888651776 12307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27493/statm: 216956 12307 2040 9 0 211392 0
[pid=27493/tid=27494] ppid=27491 vsize=867824 CPUtime=1.25
/proc/27493/task/27494/stat : 27494 (java) R 27491 27493 27210 0 -1 64 11534 0 1 0 119 6 0 0 25 0 9 0 27213069 888651776 12307 996147200 134512640 134550932 4294955968 18446744073709551615 4126757313 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27493/tid=27496] ppid=27491 vsize=867824 CPUtime=0
/proc/27493/task/27496/stat : 27496 (java) S 27491 27493 27210 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 27213070 888651776 12307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27493/tid=27497] ppid=27491 vsize=867824 CPUtime=0
/proc/27493/task/27497/stat : 27497 (java) S 27491 27493 27210 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 27213070 888651776 12307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27493/tid=27498] ppid=27491 vsize=867824 CPUtime=0
/proc/27493/task/27498/stat : 27498 (java) S 27491 27493 27210 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 27213070 888651776 12307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27493/tid=27499] ppid=27491 vsize=867824 CPUtime=0
/proc/27493/task/27499/stat : 27499 (java) S 27491 27493 27210 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27213072 888651776 12307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27493/tid=27500] ppid=27491 vsize=867824 CPUtime=0.2
/proc/27493/task/27500/stat : 27500 (java) S 27491 27493 27210 0 -1 64 721 0 0 0 20 0 0 0 15 0 9 0 27213072 888651776 12307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27493/tid=27501] ppid=27491 vsize=867824 CPUtime=0
/proc/27493/task/27501/stat : 27501 (java) S 27491 27493 27210 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 27213073 888651776 12307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27493/tid=27502] ppid=27491 vsize=867824 CPUtime=0
/proc/27493/task/27502/stat : 27502 (java) S 27491 27493 27210 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27213073 888651776 12307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867824

[startup+3.10206 s]
/proc/loadavg: 2.11 1.47 0.70 3/89 27502
/proc/meminfo: memFree=1742816/2055920 swapFree=4192812/4192956
[pid=27493] ppid=27491 vsize=867736 CPUtime=3.06
/proc/27493/stat : 27493 (java) S 27491 27493 27210 0 -1 0 21469 0 1 0 293 13 0 0 18 0 9 0 27213067 888561664 20793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27493/statm: 216934 20793 2032 9 0 211392 0
[pid=27493/tid=27494] ppid=27491 vsize=867736 CPUtime=2.63
/proc/27493/task/27494/stat : 27494 (java) R 27491 27493 27210 0 -1 64 15849 0 1 0 253 10 0 0 25 0 9 0 27213069 888561664 20793 996147200 134512640 134550932 4294955968 18446744073709551615 4127108935 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27493/tid=27496] ppid=27491 vsize=867736 CPUtime=0.15
/proc/27493/task/27496/stat : 27496 (java) S 27491 27493 27210 0 -1 64 4170 0 0 0 14 1 0 0 16 0 9 0 27213070 888561664 20793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27493/tid=27497] ppid=27491 vsize=867736 CPUtime=0
/proc/27493/task/27497/stat : 27497 (java) S 27491 27493 27210 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27213070 888561664 20793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27493/tid=27498] ppid=27491 vsize=867736 CPUtime=0
/proc/27493/task/27498/stat : 27498 (java) S 27491 27493 27210 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27213070 888561664 20793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27493/tid=27499] ppid=27491 vsize=867736 CPUtime=0
/proc/27493/task/27499/stat : 27499 (java) S 27491 27493 27210 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27213072 888561664 20793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27493/tid=27500] ppid=27491 vsize=867736 CPUtime=0.24
/proc/27493/task/27500/stat : 27500 (java) S 27491 27493 27210 0 -1 64 748 0 0 0 24 0 0 0 15 0 9 0 27213072 888561664 20793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27493/tid=27501] ppid=27491 vsize=867736 CPUtime=0
/proc/27493/task/27501/stat : 27501 (java) S 27491 27493 27210 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 27213073 888561664 20793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27493/tid=27502] ppid=27491 vsize=867736 CPUtime=0
/proc/27493/task/27502/stat : 27502 (java) S 27491 27493 27210 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27213073 888561664 20793 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) 867736

[startup+6.30244 s]
/proc/loadavg: 2.10 1.48 0.71 3/89 27506
/proc/meminfo: memFree=1694816/2055920 swapFree=4192812/4192956
[pid=27493] ppid=27491 vsize=868248 CPUtime=6.22
/proc/27493/stat : 27493 (java) S 27491 27493 27210 0 -1 0 46853 1312 1 0 552 22 47 1 18 0 9 0 27213067 889085952 28217 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27493/statm: 217062 28217 2661 9 0 211498 0
[pid=27493/tid=27494] ppid=27491 vsize=868248 CPUtime=5.28
/proc/27493/task/27494/stat : 27494 (java) R 27491 27493 27210 0 -1 64 24354 1312 1 0 467 13 47 1 25 0 9 0 27213069 889085952 28217 996147200 134512640 134550932 4294955968 18446744073709551615 4127286848 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27493/tid=27496] ppid=27491 vsize=868248 CPUtime=1.01
/proc/27493/task/27496/stat : 27496 (java) S 27491 27493 27210 0 -1 64 20615 1312 0 0 48 5 47 1 17 0 9 0 27213070 889085952 28217 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27493/tid=27497] ppid=27491 vsize=868248 CPUtime=0.48
/proc/27493/task/27497/stat : 27497 (java) S 27491 27493 27210 0 -1 64 20 1312 0 0 0 0 47 1 16 0 9 0 27213070 889085952 28217 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27493/tid=27498] ppid=27491 vsize=868248 CPUtime=0.48
/proc/27493/task/27498/stat : 27498 (java) S 27491 27493 27210 0 -1 64 18 1312 0 0 0 0 47 1 15 0 9 0 27213070 889085952 28217 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27493/tid=27499] ppid=27491 vsize=868248 CPUtime=0.48
/proc/27493/task/27499/stat : 27499 (java) S 27491 27493 27210 0 -1 64 2 1312 0 0 0 0 47 1 18 0 9 0 27213072 889085952 28217 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27493/tid=27500] ppid=27491 vsize=868248 CPUtime=0.84
/proc/27493/task/27500/stat : 27500 (java) S 27491 27493 27210 0 -1 64 1001 1312 0 0 35 1 47 1 15 0 9 0 27213072 889085952 28217 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27493/tid=27501] ppid=27491 vsize=868248 CPUtime=0.48
/proc/27493/task/27501/stat : 27501 (java) S 27491 27493 27210 0 -1 64 0 1312 0 0 0 0 47 1 19 0 9 0 27213073 889085952 28217 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27493/tid=27502] ppid=27491 vsize=868248 CPUtime=0.48
/proc/27493/task/27502/stat : 27502 (java) S 27491 27493 27210 0 -1 64 37 1312 0 0 0 0 47 1 15 0 9 0 27213073 889085952 28217 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 868248

[startup+12.7022 s]
/proc/loadavg: 2.09 1.49 0.72 3/89 27506
/proc/meminfo: memFree=1694696/2055920 swapFree=4192812/4192956
[pid=27493] ppid=27491 vsize=868248 CPUtime=12.56
/proc/27493/stat : 27493 (java) S 27491 27493 27210 0 -1 0 46872 1312 1 0 1185 23 47 1 18 0 9 0 27213067 889085952 28224 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27493/statm: 217062 28224 2661 9 0 211498 0
[pid=27493/tid=27494] ppid=27491 vsize=868248 CPUtime=11.61
/proc/27493/task/27494/stat : 27494 (java) R 27491 27493 27210 0 -1 64 24361 1312 1 0 1099 14 47 1 25 0 9 0 27213069 889085952 28224 996147200 134512640 134550932 4294955968 18446744073709551615 4126095869 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27493/tid=27496] ppid=27491 vsize=868248 CPUtime=1.01
/proc/27493/task/27496/stat : 27496 (java) S 27491 27493 27210 0 -1 64 20615 1312 0 0 48 5 47 1 16 0 9 0 27213070 889085952 28224 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27493/tid=27497] ppid=27491 vsize=868248 CPUtime=0.48
/proc/27493/task/27497/stat : 27497 (java) S 27491 27493 27210 0 -1 64 20 1312 0 0 0 0 47 1 16 0 9 0 27213070 889085952 28224 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27493/tid=27498] ppid=27491 vsize=868248 CPUtime=0.48
/proc/27493/task/27498/stat : 27498 (java) S 27491 27493 27210 0 -1 64 18 1312 0 0 0 0 47 1 15 0 9 0 27213070 889085952 28224 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27493/tid=27499] ppid=27491 vsize=868248 CPUtime=0.48
/proc/27493/task/27499/stat : 27499 (java) S 27491 27493 27210 0 -1 64 2 1312 0 0 0 0 47 1 18 0 9 0 27213072 889085952 28224 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27493/tid=27500] ppid=27491 vsize=868248 CPUtime=0.85
/proc/27493/task/27500/stat : 27500 (java) S 27491 27493 27210 0 -1 64 1013 1312 0 0 36 1 47 1 15 0 9 0 27213072 889085952 28224 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27493/tid=27501] ppid=27491 vsize=868248 CPUtime=0.48
/proc/27493/task/27501/stat : 27501 (java) S 27491 27493 27210 0 -1 64 0 1312 0 0 0 0 47 1 19 0 9 0 27213073 889085952 28224 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27493/tid=27502] ppid=27491 vsize=868248 CPUtime=0.48
/proc/27493/task/27502/stat : 27502 (java) S 27491 27493 27210 0 -1 64 37 1312 0 0 0 0 47 1 15 0 9 0 27213073 889085952 28224 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 868248

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

[startup+13.5023 s]
/proc/loadavg: 2.09 1.49 0.72 3/89 27506
/proc/meminfo: memFree=1694696/2055920 swapFree=4192812/4192956
[pid=27493] ppid=27491 vsize=868248 CPUtime=13.35
/proc/27493/stat : 27493 (java) S 27491 27493 27210 0 -1 0 46873 1312 1 0 1264 23 47 1 18 0 9 0 27213067 889085952 28224 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27493/statm: 217062 28224 2661 9 0 211498 0
[pid=27493/tid=27494] ppid=27491 vsize=868248 CPUtime=12.4
/proc/27493/task/27494/stat : 27494 (java) R 27491 27493 27210 0 -1 64 24362 1312 1 0 1178 14 47 1 25 0 9 0 27213069 889085952 28224 996147200 134512640 134550932 4294955968 18446744073709551615 4127342391 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27493/tid=27496] ppid=27491 vsize=868248 CPUtime=1.01
/proc/27493/task/27496/stat : 27496 (java) S 27491 27493 27210 0 -1 64 20615 1312 0 0 48 5 47 1 17 0 9 0 27213070 889085952 28224 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27493/tid=27497] ppid=27491 vsize=868248 CPUtime=0.48
/proc/27493/task/27497/stat : 27497 (java) S 27491 27493 27210 0 -1 64 20 1312 0 0 0 0 47 1 16 0 9 0 27213070 889085952 28224 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27493/tid=27498] ppid=27491 vsize=868248 CPUtime=0.48
/proc/27493/task/27498/stat : 27498 (java) S 27491 27493 27210 0 -1 64 18 1312 0 0 0 0 47 1 15 0 9 0 27213070 889085952 28224 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27493/tid=27499] ppid=27491 vsize=868248 CPUtime=0.48
/proc/27493/task/27499/stat : 27499 (java) S 27491 27493 27210 0 -1 64 2 1312 0 0 0 0 47 1 18 0 9 0 27213072 889085952 28224 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27493/tid=27500] ppid=27491 vsize=868248 CPUtime=0.85
/proc/27493/task/27500/stat : 27500 (java) S 27491 27493 27210 0 -1 64 1013 1312 0 0 36 1 47 1 15 0 9 0 27213072 889085952 28224 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27493/tid=27501] ppid=27491 vsize=868248 CPUtime=0.48
/proc/27493/task/27501/stat : 27501 (java) S 27491 27493 27210 0 -1 64 0 1312 0 0 0 0 47 1 19 0 9 0 27213073 889085952 28224 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27493/tid=27502] ppid=27491 vsize=868248 CPUtime=0.48
/proc/27493/task/27502/stat : 27502 (java) S 27491 27493 27210 0 -1 64 37 1312 0 0 0 0 47 1 15 0 9 0 27213073 889085952 28224 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.35
Current children cumulated vsize (KiB) 868248

[startup+13.9023 s]
/proc/loadavg: 2.09 1.49 0.72 3/89 27506
/proc/meminfo: memFree=1694696/2055920 swapFree=4192812/4192956
[pid=27493] ppid=27491 vsize=868248 CPUtime=13.75
/proc/27493/stat : 27493 (java) S 27491 27493 27210 0 -1 0 46873 1312 1 0 1304 23 47 1 18 0 9 0 27213067 889085952 28224 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27493/statm: 217062 28224 2661 9 0 211498 0
[pid=27493/tid=27494] ppid=27491 vsize=868248 CPUtime=12.8
/proc/27493/task/27494/stat : 27494 (java) R 27491 27493 27210 0 -1 64 24362 1312 1 0 1218 14 47 1 25 0 9 0 27213069 889085952 28224 996147200 134512640 134550932 4294955968 18446744073709551615 4127342391 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27493/tid=27496] ppid=27491 vsize=868248 CPUtime=1.01
/proc/27493/task/27496/stat : 27496 (java) S 27491 27493 27210 0 -1 64 20615 1312 0 0 48 5 47 1 17 0 9 0 27213070 889085952 28224 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27493/tid=27497] ppid=27491 vsize=868248 CPUtime=0.48
/proc/27493/task/27497/stat : 27497 (java) S 27491 27493 27210 0 -1 64 20 1312 0 0 0 0 47 1 16 0 9 0 27213070 889085952 28224 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27493/tid=27498] ppid=27491 vsize=868248 CPUtime=0.48
/proc/27493/task/27498/stat : 27498 (java) S 27491 27493 27210 0 -1 64 18 1312 0 0 0 0 47 1 15 0 9 0 27213070 889085952 28224 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27493/tid=27499] ppid=27491 vsize=868248 CPUtime=0.48
/proc/27493/task/27499/stat : 27499 (java) S 27491 27493 27210 0 -1 64 2 1312 0 0 0 0 47 1 18 0 9 0 27213072 889085952 28224 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27493/tid=27500] ppid=27491 vsize=868248 CPUtime=0.85
/proc/27493/task/27500/stat : 27500 (java) S 27491 27493 27210 0 -1 64 1013 1312 0 0 36 1 47 1 15 0 9 0 27213072 889085952 28224 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27493/tid=27501] ppid=27491 vsize=868248 CPUtime=0.48
/proc/27493/task/27501/stat : 27501 (java) S 27491 27493 27210 0 -1 64 0 1312 0 0 0 0 47 1 19 0 9 0 27213073 889085952 28224 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27493/tid=27502] ppid=27491 vsize=868248 CPUtime=0.48
/proc/27493/task/27502/stat : 27502 (java) S 27491 27493 27210 0 -1 64 37 1312 0 0 0 0 47 1 15 0 9 0 27213073 889085952 28224 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.75
Current children cumulated vsize (KiB) 868248

[startup+14.0023 s]
/proc/loadavg: 2.09 1.49 0.72 3/89 27506
/proc/meminfo: memFree=1694696/2055920 swapFree=4192812/4192956
[pid=27493] ppid=27491 vsize=868248 CPUtime=13.84
/proc/27493/stat : 27493 (java) S 27491 27493 27210 0 -1 0 46884 1312 1 0 1313 23 47 1 18 0 9 0 27213067 889085952 28228 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27493/statm: 217062 28228 2661 9 0 211498 0
[pid=27493/tid=27494] ppid=27491 vsize=868248 CPUtime=12.89
/proc/27493/task/27494/stat : 27494 (java) S 27491 27493 27210 0 -1 64 24373 1312 1 0 1227 14 47 1 25 0 9 0 27213069 889085952 28228 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27493/tid=27496] ppid=27491 vsize=868248 CPUtime=1.01
/proc/27493/task/27496/stat : 27496 (java) S 27491 27493 27210 0 -1 64 20615 1312 0 0 48 5 47 1 17 0 9 0 27213070 889085952 28228 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27493/tid=27497] ppid=27491 vsize=868248 CPUtime=0.48
/proc/27493/task/27497/stat : 27497 (java) S 27491 27493 27210 0 -1 64 20 1312 0 0 0 0 47 1 16 0 9 0 27213070 889085952 28228 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27493/tid=27498] ppid=27491 vsize=868248 CPUtime=0.48
/proc/27493/task/27498/stat : 27498 (java) S 27491 27493 27210 0 -1 64 18 1312 0 0 0 0 47 1 15 0 9 0 27213070 889085952 28228 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27493/tid=27499] ppid=27491 vsize=868248 CPUtime=0.48
/proc/27493/task/27499/stat : 27499 (java) S 27491 27493 27210 0 -1 64 2 1312 0 0 0 0 47 1 18 0 9 0 27213072 889085952 28228 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27493/tid=27500] ppid=27491 vsize=868248 CPUtime=0.85
/proc/27493/task/27500/stat : 27500 (java) S 27491 27493 27210 0 -1 64 1013 1312 0 0 36 1 47 1 16 0 9 0 27213072 889085952 28228 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27493/tid=27501] ppid=27491 vsize=868248 CPUtime=0.48
/proc/27493/task/27501/stat : 27501 (java) S 27491 27493 27210 0 -1 64 0 1312 0 0 0 0 47 1 19 0 9 0 27213073 889085952 28228 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27493/tid=27502] ppid=27491 vsize=868248 CPUtime=0.48
/proc/27493/task/27502/stat : 27502 (java) S 27491 27493 27210 0 -1 64 37 1312 0 0 0 0 47 1 15 0 9 0 27213073 889085952 28228 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.84
Current children cumulated vsize (KiB) 868248

Child status: 0
Real time (s): 14.0312
CPU time (s): 13.8769
CPU user time (s): 13.6059
CPU system time (s): 0.270958
CPU usage (%): 98.9004
Max. virtual memory (cumulated for all children) (KiB): 868252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.6059
system time used= 0.270958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48226
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= 2176
involuntary context switches= 2758

runsolver used 0.016997 second user time and 0.055991 second system time

The end

Launcher Data

Begin job on node66 at 2009-07-12 14:25:02
IDJOB=2093568
IDBENCH=53642
IDSOLVER=774
FILE ID=node66/2093568-1247401502
PBS_JOBID= 9510515
Free space on /tmp= 66248 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/QG7/normalized-quasigroup7-9.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-2093568-1247401502/watcher-2093568-1247401502 -o /tmp/evaluation-result-2093568-1247401502/solver-2093568-1247401502 -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-2093568-1247401502.xml

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

MD5SUM BENCH= faddf2cf53c4ca4326325c7475421126
RANDOM SEED=2057975308

node66.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.214
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.214
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:       1798408 kB
Buffers:         29644 kB
Cached:         111184 kB
SwapCached:          0 kB
Active:         142508 kB
Inactive:        57264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1798408 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2180 kB
Writeback:           0 kB
Mapped:          79368 kB
Slab:            42860 kB
Committed_AS:   990656 kB
PageTables:       1832 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= 66244 MiB
End job on node66 at 2009-07-12 14:25:17