Trace number 275699

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, and are wall clock time (not CPU 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
AbsconMax 109 EPFCOPTIMUM 70.1943 70.5395

General information on the benchmark

NameschurrLemma/
lemma-12-9-mod.xml
MD5SUM3d49d2f245dda30a731f7833344c1bf4
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints29
Best CPU time to get the best result obtained on this benchmark49.0285
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables12
Number of constraints30
Maximum constraint arity3
Maximum domain size9
Number of constraints which are defined in extension0
Number of constraints which are defined in intension30
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=epfc.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/275699-1169225699/unknown.xml
0.36	   
0.36	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=12  nbDomainTypes=1  minDomainSize=9  maxDomainSize=9
0.39	       =>  wckTime=0.091  cpuTime=0.08  mem=6M887
0.39	   
0.39	   predicates being loaded...
0.40	   
0.40	   constraints being loaded...
0.46	     nbConstraints=30  nbConflictsStructures=1  nbSharedConflictsStructures=29  nbSharedBinaryRepresentations=0
0.46	     nbEvaluationManagers=1  nbSharedEvaluationManagers=29  maxDegree=10  maxArity=3
0.46	       =>  wckTime=0.159  cpuTime=0.13  mem=7M928
0.50	   
0.50	   solver LocalSearchSolver being built... 
0.54	       =>  wckTime=0.234  cpuTime=0.17  mem=5M362
0.54	
0.54	s SATISFIABLE
0.54	o 26
0.54	c 4
0.54	o 27
0.54	c 3
0.54	o 28
0.54	c 2
0.55	o 29
0.55	c 1
0.55	   
0.55	   search
0.55	     run=0  nbConstraintChecks=1459  nbAssignments=7
0.55	       =>  wckTime=0.012  cpuTime=0.02  mem=5M362
0.55	   
0.55	   global
0.55	     nbConstraintChecks=1459  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
0.55	     solvingWckTime=0.011  solvingCpuTime=0.01  expiredTime=no  totalExploration=no  nbFoundSolutions=0
0.55	     globalCpuTime=0.22
0.55	       =>  wckTime=0.246  cpuTime=0.18  mem=5M362
0.55	   
0.55	   solver IterativeSystematicSolver being built... 
0.68	       =>  wckTime=0.378  cpuTime=0.28  mem=16M270
0.72	   
0.72	   preprocessing
0.72	     nbConstraintChecks=3300  nbValidityChecks=3446  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
0.72	     nbRemovedValues=0  detectedInconsistency=no
0.72	       =>  wckTime=0.035  cpuTime=0.02  mem=16M270
0.73	   
0.73	   search
0.73	     run=0  nbConstraintChecks=2355  nbValidityChecks=5889  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
0.73	     nbAssignments=25  nbFailedAssignments=10  nbBacktracks=10  nbVisitedNodes=44  nbRestartNogoods=0
0.73	       =>  wckTime=0.051  cpuTime=0.03  mem=16M270
0.75	   
0.75	   search
0.75	     run=1  nbConstraintChecks=6971  nbValidityChecks=16390  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
0.75	     nbAssignments=66  nbFailedAssignments=30  nbBacktracks=26  nbVisitedNodes=116  nbRestartNogoods=3
0.75	       =>  wckTime=0.073  cpuTime=0.05  mem=16M270
0.76	   
0.76	   search
0.76	     run=2  nbConstraintChecks=11239  nbValidityChecks=27271  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
0.76	     nbAssignments=115  nbFailedAssignments=51  nbBacktracks=48  nbVisitedNodes=203  nbRestartNogoods=8
0.76	       =>  wckTime=0.084  cpuTime=0.06  mem=16M270
0.78	   
0.78	   search
0.78	     run=3  nbConstraintChecks=17991  nbValidityChecks=45887  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
0.78	     nbAssignments=190  nbFailedAssignments=87  nbBacktracks=81  nbVisitedNodes=341  nbRestartNogoods=13
0.78	       =>  wckTime=0.104  cpuTime=0.07  mem=16M270
0.81	   
0.81	   search
0.81	     run=4  nbConstraintChecks=28872  nbValidityChecks=75000  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
0.81	     nbAssignments=303  nbFailedAssignments=145  nbBacktracks=131  nbVisitedNodes=550  nbRestartNogoods=19
0.81	       =>  wckTime=0.125  cpuTime=0.09  mem=16M270
0.83	   
0.83	   search
0.83	     run=5  nbConstraintChecks=41963  nbValidityChecks=113934  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
0.83	     nbAssignments=466  nbFailedAssignments=228  nbBacktracks=206  nbVisitedNodes=846  nbRestartNogoods=27
0.83	       =>  wckTime=0.152  cpuTime=0.11  mem=16M270
0.87	   
0.87	   search
0.87	     run=6  nbConstraintChecks=60537  nbValidityChecks=167955  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
0.87	     nbAssignments=697  nbFailedAssignments=340  nbBacktracks=319  nbVisitedNodes=1259  nbRestartNogoods=36
0.87	       =>  wckTime=0.189  cpuTime=0.14  mem=16M270
0.92	   
0.92	   search
0.92	     run=7  nbConstraintChecks=89708  nbValidityChecks=257535  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
0.92	     nbAssignments=1050  nbFailedAssignments=517  nbBacktracks=490  nbVisitedNodes=1899  nbRestartNogoods=40
0.92	       =>  wckTime=0.242  cpuTime=0.2  mem=16M270
1.01	   
1.01	   search
1.01	     run=8  nbConstraintChecks=129009  nbValidityChecks=380144  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
1.01	     nbAssignments=1571  nbFailedAssignments=776  nbBacktracks=746  nbVisitedNodes=2845  nbRestartNogoods=50
1.01	       =>  wckTime=0.327  cpuTime=0.26  mem=16M270
1.12	   
1.12	   search
1.12	     run=9  nbConstraintChecks=200572  nbValidityChecks=587121  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
1.12	     nbAssignments=2343  nbFailedAssignments=1159  nbBacktracks=1130  nbVisitedNodes=4249  nbRestartNogoods=61
1.12	       =>  wckTime=0.436  cpuTime=0.36  mem=16M270
1.26	   
1.26	   search
1.26	     run=10  nbConstraintChecks=294812  nbValidityChecks=882657  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
1.26	     nbAssignments=3504  nbFailedAssignments=1737  nbBacktracks=1706  nbVisitedNodes=6353  nbRestartNogoods=64
1.26	       =>  wckTime=0.579  cpuTime=0.5  mem=16M270
1.47	   
1.47	   search
1.47	     run=11  nbConstraintChecks=440437  nbValidityChecks=1347239  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
1.47	     nbAssignments=5258  nbFailedAssignments=2622  nbBacktracks=2570  nbVisitedNodes=9511  nbRestartNogoods=68
1.47	       =>  wckTime=0.791  cpuTime=0.71  mem=16M270
1.77	   
1.77	   search
1.77	     run=12  nbConstraintChecks=641035  nbValidityChecks=1995449  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
1.77	     nbAssignments=7831  nbFailedAssignments=3892  nbBacktracks=3868  nbVisitedNodes=14192  nbRestartNogoods=76
1.77	       =>  wckTime=1.09  cpuTime=1.01  mem=16M270
2.18	   
2.18	   search
2.18	     run=13  nbConstraintChecks=926421  nbValidityChecks=2873221  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
2.18	     nbAssignments=11628  nbFailedAssignments=5737  nbBacktracks=5814  nbVisitedNodes=20844  nbRestartNogoods=89
2.18	       =>  wckTime=1.502  cpuTime=1.42  mem=16M270
2.86	   
2.86	   search
2.86	     run=14  nbConstraintChecks=1374426  nbValidityChecks=4328102  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
2.86	     nbAssignments=17336  nbFailedAssignments=8520  nbBacktracks=8733  nbVisitedNodes=31147  nbRestartNogoods=99
2.86	       =>  wckTime=2.175  cpuTime=2.09  mem=16M270
3.86	   
3.86	   search
3.86	     run=15  nbConstraintChecks=2050512  nbValidityChecks=6478014  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
3.86	     nbAssignments=25850  nbFailedAssignments=12652  nbBacktracks=13111  nbVisitedNodes=46476  nbRestartNogoods=114
3.86	       =>  wckTime=3.176  cpuTime=3.08  mem=16M270
5.35	   
5.35	   search
5.35	     run=16  nbConstraintChecks=3011805  nbValidityChecks=9778732  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
5.35	     nbAssignments=38591  nbFailedAssignments=18820  nbBacktracks=19679  nbVisitedNodes=69290  nbRestartNogoods=129
5.35	       =>  wckTime=4.67  cpuTime=4.58  mem=16M270
7.69	   
7.69	   search
7.69	     run=17  nbConstraintChecks=4639383  nbValidityChecks=14838323  nbPropagations=0  nbRevisions=0
7.69	     nbUselessRevisions=0  nbAssignments=57863  nbFailedAssignments=28234  nbBacktracks=29532  nbVisitedNodes=103962
7.69	     nbRestartNogoods=149
7.69	       =>  wckTime=7.009  cpuTime=6.91  mem=16M270
11.04	   
11.04	   search
11.04	     run=18  nbConstraintChecks=6809195  nbValidityChecks=22139488  nbPropagations=0  nbRevisions=0
11.04	     nbUselessRevisions=0  nbAssignments=86574  nbFailedAssignments=42163  nbBacktracks=44310  nbVisitedNodes=155392
11.04	     nbRestartNogoods=164
11.04	       =>  wckTime=10.356  cpuTime=10.23  mem=16M270
16.10	   
16.10	   search
16.10	     run=19  nbConstraintChecks=10275382  nbValidityChecks=33215750  nbPropagations=0  nbRevisions=0
16.10	     nbUselessRevisions=0  nbAssignments=128876  nbFailedAssignments=62294  nbBacktracks=66478  nbVisitedNodes=229863
16.10	     nbRestartNogoods=180
16.10	       =>  wckTime=15.416  cpuTime=15.27  mem=16M270
23.55	   
23.55	   search
23.55	     run=20  nbConstraintChecks=15247815  nbValidityChecks=49658691  nbPropagations=0  nbRevisions=0
23.55	     nbUselessRevisions=0  nbAssignments=192523  nbFailedAssignments=92686  nbBacktracks=99730  nbVisitedNodes=342986
23.55	     nbRestartNogoods=200
23.55	       =>  wckTime=22.871  cpuTime=22.7  mem=16M270
35.31	   
35.31	   search
35.31	     run=21  nbConstraintChecks=23154616  nbValidityChecks=75630996  nbPropagations=0  nbRevisions=0
35.31	     nbUselessRevisions=0  nbAssignments=288892  nbFailedAssignments=139174  nbBacktracks=149608  nbVisitedNodes=514587
35.31	     nbRestartNogoods=214
35.31	       =>  wckTime=34.626  cpuTime=34.41  mem=16M270
52.70	   
52.70	   search
52.70	     run=22  nbConstraintChecks=34995294  nbValidityChecks=113975144  nbPropagations=0  nbRevisions=0
52.70	     nbUselessRevisions=0  nbAssignments=431917  nbFailedAssignments=207376  nbBacktracks=224426  nbVisitedNodes=767466
52.70	     nbRestartNogoods=238
52.70	       =>  wckTime=52.02  cpuTime=51.71  mem=16M270
70.51	   
70.51	   search
70.51	     run=23  nbConstraintChecks=46905663  nbValidityChecks=153778428  nbPropagations=0  nbRevisions=0
70.51	     nbUselessRevisions=0  nbAssignments=578696  nbFailedAssignments=275029  nbBacktracks=303553  nbVisitedNodes=1021375
70.51	     nbRestartNogoods=250
70.51	       =>  wckTime=69.829  cpuTime=69.44  mem=16M270
70.51	   
70.51	   global
70.51	     nbConstraintChecks=46908963  nbValidityChecks=153781874  nbRestartNogoods=250  solvingWckTime=69.83
70.51	     solvingCpuTime=69.45  expiredTime=no  totalExploration=yes  nbFoundSolutions=0  globalCpuTime=69.77
70.51	       =>  wckTime=70.21  cpuTime=69.73  mem=16M270
70.52	
70.52	s OPTIMUM FOUND
70.52	v 6 7 4 2 0 5 8 3 1 0 3 5 
70.52	   
70.52	   totalWckTime=70.287  totalCpuTime=69.77

Verifier Data (download as text)

1 unsatisfied constraints, 29 satisfied constraints

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node39/watcher-275699-1169225699 -o ROOT/results/node39/solver-275699-1169225699 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/275699-1169225699/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 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

/proc/loadavg: 0.94 0.98 0.99 4/77 26295
/proc/meminfo: memFree=1542296/2055920 swapFree=4187336/4192956
[pid=26294] ppid=26289 vsize=18540 CPUtime=0
/proc/26294/stat : 26294 (runsolver) R 26289 26294 26169 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 270969504 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 231493659943 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/26294/statm: 4635 279 244 17 0 2626 0

[startup+0.107642 s]
/proc/loadavg: 0.94 0.98 0.99 4/77 26295
/proc/meminfo: memFree=1542296/2055920 swapFree=4187336/4192956
[pid=26294] ppid=26289 vsize=914988 CPUtime=0.09
/proc/26294/stat : 26294 (java) R 26289 26294 26169 0 -1 0 2996 0 1 0 7 2 0 0 20 0 8 0 270969504 936947712 2742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072925707 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26294/statm: 228747 2742 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.51568 s]
/proc/loadavg: 0.94 0.98 0.99 4/77 26295
/proc/meminfo: memFree=1542296/2055920 swapFree=4187336/4192956
[pid=26294] ppid=26289 vsize=915464 CPUtime=0.49
/proc/26294/stat : 26294 (java) R 26289 26294 26169 0 -1 0 6678 0 1 0 44 5 0 0 22 0 8 0 270969504 937435136 6416 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072926600 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26294/statm: 228866 6416 2314 14 0 215336 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915464

[startup+1.33875 s]
/proc/loadavg: 0.94 0.98 0.99 3/88 26306
/proc/meminfo: memFree=1511488/2055920 swapFree=4187336/4192956
[pid=26294] ppid=26289 vsize=915464 CPUtime=1.3
/proc/26294/stat : 26294 (java) R 26289 26294 26169 0 -1 0 9005 0 1 0 123 7 0 0 25 0 8 0 270969504 937435136 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073579507 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26294/statm: 228866 8742 2549 14 0 215336 0
[pid=26294/tid=26300] ppid=26289 vsize=915464 CPUtime=0.02
/proc/26294/task/26300/stat : 26300 (java) S 26289 26294 26169 0 -1 64 121 0 0 0 2 0 0 0 16 0 8 0 270969508 937435136 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26294/tid=26301] ppid=26289 vsize=915464 CPUtime=0
/proc/26294/task/26301/stat : 26301 (java) S 26289 26294 26169 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270969508 937435136 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26294/tid=26302] ppid=26289 vsize=915464 CPUtime=0
/proc/26294/task/26302/stat : 26302 (java) S 26289 26294 26169 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 270969508 937435136 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26294/tid=26303] ppid=26289 vsize=915464 CPUtime=0
/proc/26294/task/26303/stat : 26303 (java) S 26289 26294 26169 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 270969511 937435136 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26294/tid=26304] ppid=26289 vsize=915464 CPUtime=0.17
/proc/26294/task/26304/stat : 26304 (java) S 26289 26294 26169 0 -1 64 363 0 0 0 17 0 0 0 15 0 8 0 270969511 937435136 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26294/tid=26305] ppid=26289 vsize=915464 CPUtime=0
/proc/26294/task/26305/stat : 26305 (java) S 26289 26294 26169 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 270969511 937435136 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26294/tid=26306] ppid=26289 vsize=915464 CPUtime=0
/proc/26294/task/26306/stat : 26306 (java) S 26289 26294 26169 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 270969511 937435136 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915464

[startup+2.9919 s]
/proc/loadavg: 0.94 0.98 0.99 3/88 26306
/proc/meminfo: memFree=1511360/2055920 swapFree=4187336/4192956
[pid=26294] ppid=26289 vsize=915464 CPUtime=2.95
/proc/26294/stat : 26294 (java) R 26289 26294 26169 0 -1 0 9018 0 1 0 288 7 0 0 25 0 8 0 270969504 937435136 8753 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073724694 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26294/statm: 228866 8753 2549 14 0 215336 0
[pid=26294/tid=26300] ppid=26289 vsize=915464 CPUtime=0.02
/proc/26294/task/26300/stat : 26300 (java) S 26289 26294 26169 0 -1 64 121 0 0 0 2 0 0 0 17 0 8 0 270969508 937435136 8753 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26294/tid=26301] ppid=26289 vsize=915464 CPUtime=0
/proc/26294/task/26301/stat : 26301 (java) S 26289 26294 26169 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270969508 937435136 8753 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26294/tid=26302] ppid=26289 vsize=915464 CPUtime=0
/proc/26294/task/26302/stat : 26302 (java) S 26289 26294 26169 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 270969508 937435136 8753 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26294/tid=26303] ppid=26289 vsize=915464 CPUtime=0
/proc/26294/task/26303/stat : 26303 (java) S 26289 26294 26169 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 270969511 937435136 8753 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26294/tid=26304] ppid=26289 vsize=915464 CPUtime=0.17
/proc/26294/task/26304/stat : 26304 (java) S 26289 26294 26169 0 -1 64 364 0 0 0 17 0 0 0 15 0 8 0 270969511 937435136 8753 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26294/tid=26305] ppid=26289 vsize=915464 CPUtime=0
/proc/26294/task/26305/stat : 26305 (java) S 26289 26294 26169 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 270969511 937435136 8753 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26294/tid=26306] ppid=26289 vsize=915464 CPUtime=0
/proc/26294/task/26306/stat : 26306 (java) S 26289 26294 26169 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 270969511 937435136 8753 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915464

[startup+6.2772 s]
/proc/loadavg: 1.02 1.00 1.00 3/88 26306
/proc/meminfo: memFree=1511232/2055920 swapFree=4187336/4192956
[pid=26294] ppid=26289 vsize=915464 CPUtime=6.22
/proc/26294/stat : 26294 (java) R 26289 26294 26169 0 -1 0 9024 0 1 0 615 7 0 0 25 0 8 0 270969504 937435136 8759 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073688411 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26294/statm: 228866 8759 2549 14 0 215336 0
[pid=26294/tid=26300] ppid=26289 vsize=915464 CPUtime=0.02
/proc/26294/task/26300/stat : 26300 (java) S 26289 26294 26169 0 -1 64 121 0 0 0 2 0 0 0 16 0 8 0 270969508 937435136 8759 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26294/tid=26301] ppid=26289 vsize=915464 CPUtime=0
/proc/26294/task/26301/stat : 26301 (java) S 26289 26294 26169 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270969508 937435136 8759 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26294/tid=26302] ppid=26289 vsize=915464 CPUtime=0
/proc/26294/task/26302/stat : 26302 (java) S 26289 26294 26169 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 270969508 937435136 8759 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26294/tid=26303] ppid=26289 vsize=915464 CPUtime=0
/proc/26294/task/26303/stat : 26303 (java) S 26289 26294 26169 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 270969511 937435136 8759 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26294/tid=26304] ppid=26289 vsize=915464 CPUtime=0.17
/proc/26294/task/26304/stat : 26304 (java) S 26289 26294 26169 0 -1 64 365 0 0 0 17 0 0 0 16 0 8 0 270969511 937435136 8759 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26294/tid=26305] ppid=26289 vsize=915464 CPUtime=0
/proc/26294/task/26305/stat : 26305 (java) S 26289 26294 26169 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 270969511 937435136 8759 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26294/tid=26306] ppid=26289 vsize=915464 CPUtime=0
/proc/26294/task/26306/stat : 26306 (java) S 26289 26294 26169 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 270969511 937435136 8759 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 915464

[startup+12.7658 s]
/proc/loadavg: 1.10 1.02 1.01 3/88 26306
/proc/meminfo: memFree=1511256/2055920 swapFree=4187336/4192956
[pid=26294] ppid=26289 vsize=915464 CPUtime=12.68
/proc/26294/stat : 26294 (java) R 26289 26294 26169 0 -1 0 9031 0 1 0 1260 8 0 0 25 0 8 0 270969504 937435136 8764 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073579504 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26294/statm: 228866 8764 2549 14 0 215336 0
[pid=26294/tid=26300] ppid=26289 vsize=915464 CPUtime=0.02
/proc/26294/task/26300/stat : 26300 (java) S 26289 26294 26169 0 -1 64 121 0 0 0 2 0 0 0 16 0 8 0 270969508 937435136 8764 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26294/tid=26301] ppid=26289 vsize=915464 CPUtime=0
/proc/26294/task/26301/stat : 26301 (java) S 26289 26294 26169 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270969508 937435136 8764 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26294/tid=26302] ppid=26289 vsize=915464 CPUtime=0
/proc/26294/task/26302/stat : 26302 (java) S 26289 26294 26169 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 270969508 937435136 8764 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26294/tid=26303] ppid=26289 vsize=915464 CPUtime=0
/proc/26294/task/26303/stat : 26303 (java) S 26289 26294 26169 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 270969511 937435136 8764 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26294/tid=26304] ppid=26289 vsize=915464 CPUtime=0.17
/proc/26294/task/26304/stat : 26304 (java) S 26289 26294 26169 0 -1 64 365 0 0 0 17 0 0 0 16 0 8 0 270969511 937435136 8764 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26294/tid=26305] ppid=26289 vsize=915464 CPUtime=0
/proc/26294/task/26305/stat : 26305 (java) S 26289 26294 26169 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 270969511 937435136 8764 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26294/tid=26306] ppid=26289 vsize=915464 CPUtime=0
/proc/26294/task/26306/stat : 26306 (java) S 26289 26294 26169 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 270969511 937435136 8764 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 915464

[startup+25.604 s]
/proc/loadavg: 1.30 1.06 1.02 3/88 26306
/proc/meminfo: memFree=1511192/2055920 swapFree=4187336/4192956
[pid=26294] ppid=26289 vsize=915464 CPUtime=25.47
/proc/26294/stat : 26294 (java) R 26289 26294 26169 0 -1 0 9036 0 1 0 2539 8 0 0 25 0 8 0 270969504 937435136 8769 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073336160 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26294/statm: 228866 8769 2549 14 0 215336 0
[pid=26294/tid=26300] ppid=26289 vsize=915464 CPUtime=0.02
/proc/26294/task/26300/stat : 26300 (java) S 26289 26294 26169 0 -1 64 121 0 0 0 2 0 0 0 16 0 8 0 270969508 937435136 8769 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26294/tid=26301] ppid=26289 vsize=915464 CPUtime=0
/proc/26294/task/26301/stat : 26301 (java) S 26289 26294 26169 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270969508 937435136 8769 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26294/tid=26302] ppid=26289 vsize=915464 CPUtime=0
/proc/26294/task/26302/stat : 26302 (java) S 26289 26294 26169 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 270969508 937435136 8769 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26294/tid=26303] ppid=26289 vsize=915464 CPUtime=0
/proc/26294/task/26303/stat : 26303 (java) S 26289 26294 26169 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 270969511 937435136 8769 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26294/tid=26304] ppid=26289 vsize=915464 CPUtime=0.17
/proc/26294/task/26304/stat : 26304 (java) S 26289 26294 26169 0 -1 64 365 0 0 0 17 0 0 0 16 0 8 0 270969511 937435136 8769 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26294/tid=26305] ppid=26289 vsize=915464 CPUtime=0
/proc/26294/task/26305/stat : 26305 (java) S 26289 26294 26169 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 270969511 937435136 8769 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26294/tid=26306] ppid=26289 vsize=915464 CPUtime=0
/proc/26294/task/26306/stat : 26306 (java) S 26289 26294 26169 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 270969511 937435136 8769 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 915464

[startup+51.2163 s]
/proc/loadavg: 1.54 1.14 1.04 3/88 26306
/proc/meminfo: memFree=1511192/2055920 swapFree=4187336/4192956
[pid=26294] ppid=26289 vsize=915464 CPUtime=50.96
/proc/26294/stat : 26294 (java) R 26289 26294 26169 0 -1 0 9039 0 1 0 5088 8 0 0 25 0 8 0 270969504 937435136 8772 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073602406 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26294/statm: 228866 8772 2549 14 0 215336 0
[pid=26294/tid=26300] ppid=26289 vsize=915464 CPUtime=0.02
/proc/26294/task/26300/stat : 26300 (java) S 26289 26294 26169 0 -1 64 121 0 0 0 2 0 0 0 16 0 8 0 270969508 937435136 8772 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26294/tid=26301] ppid=26289 vsize=915464 CPUtime=0
/proc/26294/task/26301/stat : 26301 (java) S 26289 26294 26169 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270969508 937435136 8772 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26294/tid=26302] ppid=26289 vsize=915464 CPUtime=0
/proc/26294/task/26302/stat : 26302 (java) S 26289 26294 26169 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 270969508 937435136 8772 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26294/tid=26303] ppid=26289 vsize=915464 CPUtime=0
/proc/26294/task/26303/stat : 26303 (java) S 26289 26294 26169 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 270969511 937435136 8772 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26294/tid=26304] ppid=26289 vsize=915464 CPUtime=0.17
/proc/26294/task/26304/stat : 26304 (java) S 26289 26294 26169 0 -1 64 365 0 0 0 17 0 0 0 16 0 8 0 270969511 937435136 8772 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26294/tid=26305] ppid=26289 vsize=915464 CPUtime=0
/proc/26294/task/26305/stat : 26305 (java) S 26289 26294 26169 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 270969511 937435136 8772 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26294/tid=26306] ppid=26289 vsize=915464 CPUtime=0
/proc/26294/task/26306/stat : 26306 (java) S 26289 26294 26169 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 270969511 937435136 8772 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 70.5395
CPU time (s): 70.1943
CPU user time (s): 70.1053
CPU system time (s): 0.088986
CPU usage (%): 99.5107
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70.1053
system time used= 0.088986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9141
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= 2387
involuntary context switches= 4631

runsolver used 0.073988 s user time and 0.252961 s system time

The end

Launcher Data (download as text)

Begin job on node39 on Fri Jan 19 16:54:59 UTC 2007


IDJOB= 275699
IDBENCH= 4579
IDSOLVER= 68
FILE ID= node39/275699-1169225699

PBS_JOBID= 3589237

Free space on /tmp= 66563 MiB

SOLVER NAME= AbsconMax 109 EPFC
BENCH NAME= HOME/pub/bench/CPAI06/schurrLemma/lemma-12-9-mod.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/275699-1169225699/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node39/watcher-275699-1169225699 -o ROOT/results/node39/solver-275699-1169225699 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/275699-1169225699/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  3d49d2f245dda30a731f7833344c1bf4

RANDOM SEED= 887247787

TIME LIMIT= 2400 seconds

MEMORY LIMIT= 900 MiB


/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.236
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.236
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:       1543760 kB
Buffers:         38432 kB
Cached:         379300 kB
SwapCached:        944 kB
Active:         108000 kB
Inactive:       327076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1543760 kB
SwapTotal:     4192956 kB
SwapFree:      4187336 kB
Dirty:            2144 kB
Writeback:           0 kB
Mapped:          29436 kB
Slab:            62568 kB
Committed_AS:  4765888 kB
PageTables:       1804 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= 66563 MiB



End job on node39 on Fri Jan 19 16:56:10 UTC 2007