Trace number 2094027

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ACSAT 7.31589 7.42858

DiagnosticValue
CHECKS702659
NODES1069

General information on the benchmark

Namecsp/QG6/
normalized-quasigroup6-9.xml
MD5SUM3a37583be3e48d0c415f0063d476413f
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.6519
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.04/0.09	
0.04/0.09	Abscon 112 (May, 2008)
0.18/0.26	
0.18/0.26	   configuration
0.18/0.26	     name=mac.xml
0.28/0.30	   
0.28/0.30	   instance
0.28/0.30	     name=HOME/instance-2094027-1247402308.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.35	   
0.28/0.36	   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.15  mem=9M875
0.38/0.46	   
0.38/0.46	   predicates being loaded...
0.47/0.52	   
0.47/0.52	   constraints being loaded...
4.12/4.23	     nbConstraints=13280  nbUnaryConstraints=8  nbGlobalConstraints=104  nbSingletonDomainVariables=18
4.12/4.23	     nbPurgedValues=576  nbDisconnectedVariables=89  nbConvertedConstraints=136  nbConvertConstraintsChecks=3699521
4.12/4.23	     nbExtensionStructures=136  nbSharedExtensionStructures=63  nbConflictsStructures=2241
4.12/4.23	     nbSharedConflictsStructures=10998  nbSharedBinaryRepresentations=6765  nbEvaluationManagers=2105
4.12/4.23	     nbSharedEvaluationManagers=10935  minDegree=0  maxDegree=244  minArity=2  avgArity=2.99  maxArity=8
4.12/4.23	     nbGenerators=86  nbFusions=0  symmetryWckTime=1.249  symmetryCpuTime=0.71
4.12/4.23	       =>  wckTime=3.967  cpuTime=3.05  mem=52M109
4.33/4.47	   
4.33/4.47	   solver IterativeSystematicSolver being built... 
4.92/5.01	   
4.92/5.01	   INFO : Forward propagation technique limited 
4.92/5.08	       =>  wckTime=4.812  cpuTime=3.47  mem=61M251
5.02/5.16	   
5.02/5.16	   preprocessing
5.02/5.17	     nbConstraintChecks=8131  nbValidityChecks=464  nbPropagations=403  nbRevisions=583  nbUselessRevisions=352
5.02/5.17	     nbRemovedValues=5031  detectedInconsistency=no
5.02/5.17	       =>  wckTime=0.085  cpuTime=0.07  mem=62M247
7.19/7.37	   
7.19/7.37	   search
7.19/7.37	     run=2  nbConstraintChecks=694528  nbValidityChecks=1096670  minDepth=45  maxDepth=403  nbPropagations=15709
7.19/7.37	     nbRevisions=810476  nbUselessRevisions=797267  nbAssignments=1069  nbFailedAssignments=45  nbBacktracks=485
7.19/7.37	     nbVisitedNodes=1148  nbRestartNogoods=4  nbFoundSolutions=1  mapSize=47  nbInferences=0  nbTooLargeKeys=0
7.19/7.37	     nbSEliminables=0  nbREliminables=132.78  nbIEliminables=246.6  nbDEliminables=0  nbPEliminables=0
7.19/7.37	       =>  wckTime=2.288  cpuTime=2.21  mem=64M239
7.19/7.37	   
7.19/7.37	   global
7.19/7.37	     nbConstraintChecks=702659  nbValidityChecks=1097134  nbPropagations=16112  nbRevisions=811059
7.19/7.37	     nbUselessRevisions=797619  nbRestartNogoods=4  solvingWckTime=2.291  solvingCpuTime=2.21  expiredTime=no
7.19/7.37	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=5.65  globalCpuTime=5.72
7.19/7.37	       =>  wckTime=7.105  cpuTime=5.68  mem=64M239
7.19/7.37	   
7.19/7.37	s SATISFIABLE
7.19/7.37	v 1 8 9 3 7 4 2 5 6 9 2 1 6 3 7 8 4 5 7 4 3 9 1 5 6 2 8 2 9 5 4 8 3 1 6 7 4 6 8 2 5 1 9 7 3 8 1 2 7 9 6 5 3 4 6 3 4 5 2 8 7 9 1 3 5 7 1 6 9 4 8 2 5 7 6 8 4 2 3 1 9 1 1 65 1 5 75 1 6 22 1 9 59 1 2 33 1 3 16 1 8 44 1 7 54 1 4 73 1 18 5 1 11 1 11 2 3 1 10 9 49 1 15 7 23 1 12 1 60 1 16 8 70 1 17 4 35 1 13 6 45 1 14 3 55 1 25 6 29 1 22 9 1 21 1 21 3 76 1 27 8 5 1 19 7 42 1 23 1 52 1 24 5 17 1 20 4 72 1 26 2 10 1 29 9 74 1 36 7 39 1 32 8 1 31 1 31 4 68 1 35 6 24 1 30 5 7 1 28 2 53 1 33 3 63 1 34 1 28 1 40 2 47 1 42 1 66 1 44 7 13 1 38 6 1 41 1 41 5 6 1 37 4 79 1 45 3 62 1 43 9 27 1 39 8 64 1 53 3 2 1 46 8 12 1 47 1 58 1 52 5 77 1 54 4 1 51 1 51 6 43 1 50 9 26 1 48 2 36 1 49 7 46 1 60 8 20 1 57 4 30 1 58 5 40 1 59 2 14 1 56 3 69 1 62 9 1 61 1 61 7 80 1 63 1 9 1 55 6 19 1 66 7 38 1 68 6 57 1 70 4 4 1 64 3 50 1 69 9 78 1 72 2 34 1 67 1 1 71 1 71 8 18 1 65 5 37 1 77 4 56 1 79 3 48 1 78 2 67 1 80 1 32 1 76 8 15 1 74 7 25 1 75 6 8 1 73 5 1 81 1 81 9 
7.19/7.37	d NODES 1069
7.19/7.37	d CHECKS 702659
7.19/7.37	   
7.19/7.37	   totalWckTime=7.175  totalCpuTime=5.72

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-2094027-1247402308/watcher-2094027-1247402308 -o /tmp/evaluation-result-2094027-1247402308/solver-2094027-1247402308 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2094027-1247402308.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.01 1.97 1.46 4/80 31006
/proc/meminfo: memFree=1727264/2055920 swapFree=4192812/4192956
[pid=31006] ppid=31004 vsize=18576 CPUtime=0
/proc/31006/stat : 31006 (runsolver) R 31004 31006 29865 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 27293516 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 233402068263 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/31006/statm: 4644 284 249 26 0 2626 0

[startup+0.056527 s]
/proc/loadavg: 2.01 1.97 1.46 4/80 31006
/proc/meminfo: memFree=1727264/2055920 swapFree=4192812/4192956
[pid=31006] ppid=31004 vsize=863776 CPUtime=0.04
/proc/31006/stat : 31006 (java) S 31004 31006 29865 0 -1 0 2599 0 1 0 3 1 0 0 18 0 9 0 27293516 884506624 2164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31006/statm: 215944 2164 1024 9 0 210859 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 863776

[startup+0.101531 s]
/proc/loadavg: 2.01 1.97 1.46 4/80 31006
/proc/meminfo: memFree=1727264/2055920 swapFree=4192812/4192956
[pid=31006] ppid=31004 vsize=865984 CPUtime=0.08
/proc/31006/stat : 31006 (java) S 31004 31006 29865 0 -1 0 3733 0 1 0 6 2 0 0 18 0 9 0 27293516 886767616 3201 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31006/statm: 216496 3201 1695 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301557 s]
/proc/loadavg: 2.01 1.97 1.46 4/80 31006
/proc/meminfo: memFree=1727264/2055920 swapFree=4192812/4192956
[pid=31006] ppid=31004 vsize=866380 CPUtime=0.28
/proc/31006/stat : 31006 (java) S 31004 31006 29865 0 -1 0 5808 0 1 0 25 3 0 0 18 0 9 0 27293516 887173120 5187 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31006/statm: 216595 5187 1972 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701594 s]
/proc/loadavg: 2.01 1.97 1.46 4/80 31006
/proc/meminfo: memFree=1727264/2055920 swapFree=4192812/4192956
[pid=31006] ppid=31004 vsize=867192 CPUtime=0.68
/proc/31006/stat : 31006 (java) S 31004 31006 29865 0 -1 0 8612 0 1 0 62 6 0 0 18 0 9 0 27293516 888004608 7966 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31006/statm: 216798 7966 2035 9 0 211234 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867192

[startup+1.50267 s]
/proc/loadavg: 2.01 1.97 1.46 3/89 31015
/proc/meminfo: memFree=1692440/2055920 swapFree=4192812/4192956
[pid=31006] ppid=31004 vsize=867824 CPUtime=1.46
/proc/31006/stat : 31006 (java) S 31004 31006 29865 0 -1 0 12936 0 1 0 139 7 0 0 18 0 9 0 27293516 888651776 12289 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31006/statm: 216956 12289 2040 9 0 211392 0
[pid=31006/tid=31008] ppid=31004 vsize=867824 CPUtime=1.25
/proc/31006/task/31008/stat : 31008 (java) R 31004 31006 29865 0 -1 64 11518 0 1 0 119 6 0 0 25 0 9 0 27293518 888651776 12289 996147200 134512640 134550932 4294955968 18446744073709551615 4126759042 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31006/tid=31009] ppid=31004 vsize=867824 CPUtime=0
/proc/31006/task/31009/stat : 31009 (java) S 31004 31006 29865 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 27293519 888651776 12289 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31006/tid=31010] ppid=31004 vsize=867824 CPUtime=0
/proc/31006/task/31010/stat : 31010 (java) S 31004 31006 29865 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 27293519 888651776 12289 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31006/tid=31011] ppid=31004 vsize=867824 CPUtime=0
/proc/31006/task/31011/stat : 31011 (java) S 31004 31006 29865 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 27293519 888651776 12289 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31006/tid=31012] ppid=31004 vsize=867824 CPUtime=0
/proc/31006/task/31012/stat : 31012 (java) S 31004 31006 29865 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27293521 888651776 12289 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31006/tid=31013] ppid=31004 vsize=867824 CPUtime=0.2
/proc/31006/task/31013/stat : 31013 (java) S 31004 31006 29865 0 -1 64 720 0 0 0 20 0 0 0 15 0 9 0 27293521 888651776 12289 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31006/tid=31014] ppid=31004 vsize=867824 CPUtime=0
/proc/31006/task/31014/stat : 31014 (java) S 31004 31006 29865 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 27293521 888651776 12289 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31006/tid=31015] ppid=31004 vsize=867824 CPUtime=0
/proc/31006/task/31015/stat : 31015 (java) S 31004 31006 29865 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 27293521 888651776 12289 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) 867824

[startup+3.10283 s]
/proc/loadavg: 2.01 1.97 1.46 3/89 31015
/proc/meminfo: memFree=1672600/2055920 swapFree=4192812/4192956
[pid=31006] ppid=31004 vsize=867736 CPUtime=3.05
/proc/31006/stat : 31006 (java) S 31004 31006 29865 0 -1 0 21468 0 1 0 292 13 0 0 18 0 9 0 27293516 888561664 20792 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31006/statm: 216934 20792 2032 9 0 211392 0
[pid=31006/tid=31008] ppid=31004 vsize=867736 CPUtime=2.63
/proc/31006/task/31008/stat : 31008 (java) R 31004 31006 29865 0 -1 64 15850 0 1 0 254 9 0 0 25 0 9 0 27293518 888561664 20792 996147200 134512640 134550932 4294955968 18446744073709551615 4127110151 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31006/tid=31009] ppid=31004 vsize=867736 CPUtime=0.15
/proc/31006/task/31009/stat : 31009 (java) S 31004 31006 29865 0 -1 64 4170 0 0 0 13 2 0 0 16 0 9 0 27293519 888561664 20792 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31006/tid=31010] ppid=31004 vsize=867736 CPUtime=0
/proc/31006/task/31010/stat : 31010 (java) S 31004 31006 29865 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27293519 888561664 20792 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31006/tid=31011] ppid=31004 vsize=867736 CPUtime=0
/proc/31006/task/31011/stat : 31011 (java) S 31004 31006 29865 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27293519 888561664 20792 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31006/tid=31012] ppid=31004 vsize=867736 CPUtime=0
/proc/31006/task/31012/stat : 31012 (java) S 31004 31006 29865 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27293521 888561664 20792 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31006/tid=31013] ppid=31004 vsize=867736 CPUtime=0.24
/proc/31006/task/31013/stat : 31013 (java) S 31004 31006 29865 0 -1 64 747 0 0 0 24 0 0 0 15 0 9 0 27293521 888561664 20792 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31006/tid=31014] ppid=31004 vsize=867736 CPUtime=0
/proc/31006/task/31014/stat : 31014 (java) S 31004 31006 29865 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 27293521 888561664 20792 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31006/tid=31015] ppid=31004 vsize=867736 CPUtime=0
/proc/31006/task/31015/stat : 31015 (java) S 31004 31006 29865 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 27293521 888561664 20792 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867736

[startup+6.30115 s]
/proc/loadavg: 2.01 1.97 1.46 3/89 31019
/proc/meminfo: memFree=1624280/2055920 swapFree=4192812/4192956
[pid=31006] ppid=31004 vsize=868252 CPUtime=6.2
/proc/31006/stat : 31006 (java) S 31004 31006 29865 0 -1 0 46861 1308 1 0 553 20 46 1 18 0 9 0 27293516 889090048 28219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31006/statm: 217063 28219 2661 9 0 211499 0
[pid=31006/tid=31008] ppid=31004 vsize=868252 CPUtime=5.29
/proc/31006/task/31008/stat : 31008 (java) R 31004 31006 29865 0 -1 64 24350 1308 1 0 470 12 46 1 25 0 9 0 27293518 889090048 28219 996147200 134512640 134550932 4294955968 18446744073709551615 4127295307 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31006/tid=31009] ppid=31004 vsize=868252 CPUtime=0.98
/proc/31006/task/31009/stat : 31009 (java) S 31004 31006 29865 0 -1 64 20609 1308 0 0 46 5 46 1 17 0 9 0 27293519 889090048 28219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31006/tid=31010] ppid=31004 vsize=868252 CPUtime=0.47
/proc/31006/task/31010/stat : 31010 (java) S 31004 31006 29865 0 -1 64 20 1308 0 0 0 0 46 1 16 0 9 0 27293519 889090048 28219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31006/tid=31011] ppid=31004 vsize=868252 CPUtime=0.47
/proc/31006/task/31011/stat : 31011 (java) S 31004 31006 29865 0 -1 64 19 1308 0 0 0 0 46 1 15 0 9 0 27293519 889090048 28219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31006/tid=31012] ppid=31004 vsize=868252 CPUtime=0.47
/proc/31006/task/31012/stat : 31012 (java) S 31004 31006 29865 0 -1 64 2 1308 0 0 0 0 46 1 18 0 9 0 27293521 889090048 28219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31006/tid=31013] ppid=31004 vsize=868252 CPUtime=0.84
/proc/31006/task/31013/stat : 31013 (java) S 31004 31006 29865 0 -1 64 1019 1308 0 0 36 1 46 1 15 0 9 0 27293521 889090048 28219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31006/tid=31014] ppid=31004 vsize=868252 CPUtime=0.47
/proc/31006/task/31014/stat : 31014 (java) S 31004 31006 29865 0 -1 64 0 1308 0 0 0 0 46 1 19 0 9 0 27293521 889090048 28219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31006/tid=31015] ppid=31004 vsize=868252 CPUtime=0.47
/proc/31006/task/31015/stat : 31015 (java) S 31004 31006 29865 0 -1 64 37 1308 0 0 0 0 46 1 15 0 9 0 27293521 889090048 28219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 868252

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

[startup+7.10223 s]
/proc/loadavg: 2.01 1.97 1.46 3/89 31019
/proc/meminfo: memFree=1624216/2055920 swapFree=4192812/4192956
[pid=31006] ppid=31004 vsize=868252 CPUtime=6.99
/proc/31006/stat : 31006 (java) S 31004 31006 29865 0 -1 0 46865 1308 1 0 632 20 46 1 18 0 9 0 27293516 889090048 28221 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31006/statm: 217063 28221 2661 9 0 211499 0
[pid=31006/tid=31008] ppid=31004 vsize=868252 CPUtime=6.07
/proc/31006/task/31008/stat : 31008 (java) R 31004 31006 29865 0 -1 64 24351 1308 1 0 548 12 46 1 25 0 9 0 27293518 889090048 28221 996147200 134512640 134550932 4294955968 18446744073709551615 4126381365 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31006/tid=31009] ppid=31004 vsize=868252 CPUtime=0.98
/proc/31006/task/31009/stat : 31009 (java) S 31004 31006 29865 0 -1 64 20609 1308 0 0 46 5 46 1 17 0 9 0 27293519 889090048 28221 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31006/tid=31010] ppid=31004 vsize=868252 CPUtime=0.47
/proc/31006/task/31010/stat : 31010 (java) S 31004 31006 29865 0 -1 64 20 1308 0 0 0 0 46 1 16 0 9 0 27293519 889090048 28221 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31006/tid=31011] ppid=31004 vsize=868252 CPUtime=0.47
/proc/31006/task/31011/stat : 31011 (java) S 31004 31006 29865 0 -1 64 19 1308 0 0 0 0 46 1 15 0 9 0 27293519 889090048 28221 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31006/tid=31012] ppid=31004 vsize=868252 CPUtime=0.47
/proc/31006/task/31012/stat : 31012 (java) S 31004 31006 29865 0 -1 64 2 1308 0 0 0 0 46 1 18 0 9 0 27293521 889090048 28221 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31006/tid=31013] ppid=31004 vsize=868252 CPUtime=0.85
/proc/31006/task/31013/stat : 31013 (java) S 31004 31006 29865 0 -1 64 1022 1308 0 0 37 1 46 1 15 0 9 0 27293521 889090048 28221 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31006/tid=31014] ppid=31004 vsize=868252 CPUtime=0.47
/proc/31006/task/31014/stat : 31014 (java) S 31004 31006 29865 0 -1 64 0 1308 0 0 0 0 46 1 19 0 9 0 27293521 889090048 28221 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31006/tid=31015] ppid=31004 vsize=868252 CPUtime=0.47
/proc/31006/task/31015/stat : 31015 (java) S 31004 31006 29865 0 -1 64 37 1308 0 0 0 0 46 1 15 0 9 0 27293521 889090048 28221 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.99
Current children cumulated vsize (KiB) 868252

[startup+7.30225 s]
/proc/loadavg: 2.01 1.97 1.46 3/89 31019
/proc/meminfo: memFree=1624216/2055920 swapFree=4192812/4192956
[pid=31006] ppid=31004 vsize=868252 CPUtime=7.19
/proc/31006/stat : 31006 (java) S 31004 31006 29865 0 -1 0 46865 1308 1 0 652 20 46 1 18 0 9 0 27293516 889090048 28221 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31006/statm: 217063 28221 2661 9 0 211499 0
[pid=31006/tid=31008] ppid=31004 vsize=868252 CPUtime=6.27
/proc/31006/task/31008/stat : 31008 (java) R 31004 31006 29865 0 -1 64 24351 1308 1 0 568 12 46 1 25 0 9 0 27293518 889090048 28221 996147200 134512640 134550932 4294955968 18446744073709551615 4127321093 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31006/tid=31009] ppid=31004 vsize=868252 CPUtime=0.98
/proc/31006/task/31009/stat : 31009 (java) S 31004 31006 29865 0 -1 64 20609 1308 0 0 46 5 46 1 17 0 9 0 27293519 889090048 28221 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31006/tid=31010] ppid=31004 vsize=868252 CPUtime=0.47
/proc/31006/task/31010/stat : 31010 (java) S 31004 31006 29865 0 -1 64 20 1308 0 0 0 0 46 1 16 0 9 0 27293519 889090048 28221 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31006/tid=31011] ppid=31004 vsize=868252 CPUtime=0.47
/proc/31006/task/31011/stat : 31011 (java) S 31004 31006 29865 0 -1 64 19 1308 0 0 0 0 46 1 15 0 9 0 27293519 889090048 28221 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31006/tid=31012] ppid=31004 vsize=868252 CPUtime=0.47
/proc/31006/task/31012/stat : 31012 (java) S 31004 31006 29865 0 -1 64 2 1308 0 0 0 0 46 1 18 0 9 0 27293521 889090048 28221 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31006/tid=31013] ppid=31004 vsize=868252 CPUtime=0.85
/proc/31006/task/31013/stat : 31013 (java) S 31004 31006 29865 0 -1 64 1022 1308 0 0 37 1 46 1 15 0 9 0 27293521 889090048 28221 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31006/tid=31014] ppid=31004 vsize=868252 CPUtime=0.47
/proc/31006/task/31014/stat : 31014 (java) S 31004 31006 29865 0 -1 64 0 1308 0 0 0 0 46 1 19 0 9 0 27293521 889090048 28221 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31006/tid=31015] ppid=31004 vsize=868252 CPUtime=0.47
/proc/31006/task/31015/stat : 31015 (java) S 31004 31006 29865 0 -1 64 37 1308 0 0 0 0 46 1 15 0 9 0 27293521 889090048 28221 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.19
Current children cumulated vsize (KiB) 868252

[startup+7.40225 s]
/proc/loadavg: 2.01 1.97 1.46 3/89 31019
/proc/meminfo: memFree=1624216/2055920 swapFree=4192812/4192956
[pid=31006] ppid=31004 vsize=868252 CPUtime=7.27
/proc/31006/stat : 31006 (java) S 31004 31006 29865 0 -1 0 46876 1308 1 0 660 20 46 1 18 0 9 0 27293516 889090048 28225 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31006/statm: 217063 28225 2661 9 0 211499 0
[pid=31006/tid=31008] ppid=31004 vsize=868252 CPUtime=6.34
/proc/31006/task/31008/stat : 31008 (java) S 31004 31006 29865 0 -1 64 24361 1308 1 0 575 12 46 1 25 0 9 0 27293518 889090048 28225 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31006/tid=31009] ppid=31004 vsize=868252 CPUtime=0.98
/proc/31006/task/31009/stat : 31009 (java) S 31004 31006 29865 0 -1 64 20609 1308 0 0 46 5 46 1 17 0 9 0 27293519 889090048 28225 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31006/tid=31010] ppid=31004 vsize=868252 CPUtime=0.47
/proc/31006/task/31010/stat : 31010 (java) S 31004 31006 29865 0 -1 64 20 1308 0 0 0 0 46 1 16 0 9 0 27293519 889090048 28225 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31006/tid=31011] ppid=31004 vsize=868252 CPUtime=0.47
/proc/31006/task/31011/stat : 31011 (java) S 31004 31006 29865 0 -1 64 19 1308 0 0 0 0 46 1 15 0 9 0 27293519 889090048 28225 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31006/tid=31012] ppid=31004 vsize=868252 CPUtime=0.47
/proc/31006/task/31012/stat : 31012 (java) S 31004 31006 29865 0 -1 64 2 1308 0 0 0 0 46 1 18 0 9 0 27293521 889090048 28225 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31006/tid=31013] ppid=31004 vsize=868252 CPUtime=0.85
/proc/31006/task/31013/stat : 31013 (java) S 31004 31006 29865 0 -1 64 1023 1308 0 0 37 1 46 1 16 0 9 0 27293521 889090048 28225 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31006/tid=31014] ppid=31004 vsize=868252 CPUtime=0.47
/proc/31006/task/31014/stat : 31014 (java) S 31004 31006 29865 0 -1 64 0 1308 0 0 0 0 46 1 19 0 9 0 27293521 889090048 28225 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31006/tid=31015] ppid=31004 vsize=868252 CPUtime=0.47
/proc/31006/task/31015/stat : 31015 (java) S 31004 31006 29865 0 -1 64 37 1308 0 0 0 0 46 1 15 0 9 0 27293521 889090048 28225 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.27
Current children cumulated vsize (KiB) 868252

Child status: 0
Real time (s): 7.42858
CPU time (s): 7.31589
CPU user time (s): 7.07092
CPU system time (s): 0.244962
CPU usage (%): 98.4829
Max. virtual memory (cumulated for all children) (KiB): 868252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.07092
system time used= 0.244962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48213
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= 2006
involuntary context switches= 2188

runsolver used 0.011998 second user time and 0.029995 second system time

The end

Launcher Data

Begin job on node70 at 2009-07-12 14:38:29
IDJOB=2094027
IDBENCH=53912
IDSOLVER=773
FILE ID=node70/2094027-1247402308
PBS_JOBID= 9510507
Free space on /tmp= 66416 MiB

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

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

MD5SUM BENCH= 3a37583be3e48d0c415f0063d476413f
RANDOM SEED=2131194123

node70.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:       1727744 kB
Buffers:         33676 kB
Cached:         137412 kB
SwapCached:          0 kB
Active:         187728 kB
Inactive:        84352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1727744 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2448 kB
Writeback:           0 kB
Mapped:         121468 kB
Slab:            41292 kB
Committed_AS:   996272 kB
PageTables:       1928 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= 66416 MiB
End job on node70 at 2009-07-12 14:38:36