Trace number 213976

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
Abscon 109 ACSAT 24.3413 24.396

DiagnosticValue
CHECKS7526408
NODES63662

General information on the benchmark

NamepseudoSeries/par/
par-16-1-c.xml
MD5SUM20e7dfa7b6c99f8c72e1c9812650f013
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.25381
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables634
Number of constraints1581
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1581
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=mac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/213976-1168077541/unknown.xml
0.37	   
0.37	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.45	     nbVariables=634  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.45	       =>  wckTime=0.142  cpuTime=0.12  mem=8M25
0.45	   
0.45	   predicates being loaded...
0.45	   
0.45	   constraints being loaded...
0.86	     nbConstraints=1581  nbConvertedConstraints=439  nbConvertConstraintsChecks=56  nbExtensionStructures=2
0.86	     nbSharedExtensionStructures=437  nbConflictsStructures=8  nbSharedConflictsStructures=1573
0.86	     nbSharedBinaryRepresentations=5  nbEvaluationManagers=6  nbSharedEvaluationManagers=1136  maxDegree=41  maxArity=3
0.86	       =>  wckTime=0.547  cpuTime=0.43  mem=17M793
0.91	   
0.91	   solver IterativeSystematicSolver being built... 
1.12	       =>  wckTime=0.816  cpuTime=0.61  mem=23M188
1.14	   
1.14	   preprocessing
1.14	     nbConstraintChecks=0  nbPropagations=634  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.14	     detectedInconsistency=no
1.14	       =>  wckTime=0.015  cpuTime=0.0  mem=23M188
1.25	   
1.25	   search
1.25	     run=0  nbConstraintChecks=6766  nbValidityChecks=4591  nbPropagations=2908  nbRevisions=9781
1.25	     nbUselessRevisions=7493  nbAssignments=42  nbFailedAssignments=4  nbBacktracks=14  nbVisitedNodes=51
1.25	     nbRestartNogoods=0  mapSize=7  nbInferences=0  nbTooLargeKeys=0
1.25	       =>  wckTime=0.118  cpuTime=0.07  mem=24M180
1.28	   
1.28	   search
1.28	     run=1  nbConstraintChecks=13066  nbValidityChecks=10357  nbPropagations=8120  nbRevisions=29532
1.28	     nbUselessRevisions=22643  nbAssignments=84  nbFailedAssignments=8  nbBacktracks=30  nbVisitedNodes=101
1.28	     nbRestartNogoods=1  mapSize=14  nbInferences=0  nbTooLargeKeys=0
1.28	       =>  wckTime=0.152  cpuTime=0.1  mem=24M180
1.32	   
1.32	   search
1.32	     run=2  nbConstraintChecks=24326  nbValidityChecks=20827  nbPropagations=17430  nbRevisions=67120
1.32	     nbUselessRevisions=51506  nbAssignments=141  nbFailedAssignments=15  nbBacktracks=52  nbVisitedNodes=172
1.32	     nbRestartNogoods=2  mapSize=25  nbInferences=0  nbTooLargeKeys=0
1.32	       =>  wckTime=0.189  cpuTime=0.13  mem=24M180
1.36	   
1.36	   search
1.36	     run=3  nbConstraintChecks=34450  nbValidityChecks=30413  nbPropagations=30538  nbRevisions=120779
1.36	     nbUselessRevisions=92588  nbAssignments=207  nbFailedAssignments=22  nbBacktracks=85  nbVisitedNodes=252
1.36	     nbRestartNogoods=5  mapSize=36  nbInferences=0  nbTooLargeKeys=0
1.36	       =>  wckTime=0.228  cpuTime=0.17  mem=24M180
1.41	   
1.41	   search
1.41	     run=4  nbConstraintChecks=48926  nbValidityChecks=44073  nbPropagations=49008  nbRevisions=197386
1.41	     nbUselessRevisions=151184  nbAssignments=288  nbFailedAssignments=32  nbBacktracks=138  nbVisitedNodes=353
1.41	     nbRestartNogoods=8  mapSize=55  nbInferences=0  nbTooLargeKeys=0
1.41	       =>  wckTime=0.278  cpuTime=0.22  mem=24M180
1.49	   
1.49	   search
1.49	     run=5  nbConstraintChecks=72336  nbValidityChecks=65835  nbPropagations=75958  nbRevisions=310767
1.49	     nbUselessRevisions=237999  nbAssignments=410  nbFailedAssignments=47  nbBacktracks=216  nbVisitedNodes=505
1.49	     nbRestartNogoods=9  mapSize=81  nbInferences=0  nbTooLargeKeys=0
1.49	       =>  wckTime=0.358  cpuTime=0.3  mem=24M180
1.57	   
1.57	   search
1.57	     run=6  nbConstraintChecks=91538  nbValidityChecks=83850  nbPropagations=109908  nbRevisions=454659
1.57	     nbUselessRevisions=348151  nbAssignments=574  nbFailedAssignments=65  nbBacktracks=332  nbVisitedNodes=705
1.57	     nbRestartNogoods=13  mapSize=115  nbInferences=0  nbTooLargeKeys=0
1.57	       =>  wckTime=0.442  cpuTime=0.38  mem=24M180
1.69	   
1.69	   search
1.69	     run=7  nbConstraintChecks=120154  nbValidityChecks=110679  nbPropagations=154104  nbRevisions=644277
1.69	     nbUselessRevisions=493574  nbAssignments=803  nbFailedAssignments=91  nbBacktracks=506  nbVisitedNodes=986
1.69	     nbRestartNogoods=15  mapSize=164  nbInferences=0  nbTooLargeKeys=0
1.69	       =>  wckTime=0.565  cpuTime=0.5  mem=24M180
1.84	   
1.84	   search
1.84	     run=8  nbConstraintChecks=144979  nbValidityChecks=134212  nbPropagations=207193  nbRevisions=874061
1.84	     nbUselessRevisions=669942  nbAssignments=1119  nbFailedAssignments=117  nbBacktracks=767  nbVisitedNodes=1354
1.84	     nbRestartNogoods=18  mapSize=212  nbInferences=0  nbTooLargeKeys=0
1.84	       =>  wckTime=0.713  cpuTime=0.65  mem=24M180
2.06	   
2.06	   search
2.06	     run=9  nbConstraintChecks=185203  nbValidityChecks=171235  nbPropagations=274236  nbRevisions=1168252
2.06	     nbUselessRevisions=896098  nbAssignments=1579  nbFailedAssignments=166  nbBacktracks=1155  nbVisitedNodes=1907
2.06	     nbRestartNogoods=22  mapSize=303  nbInferences=0  nbTooLargeKeys=0
2.06	       =>  wckTime=0.936  cpuTime=0.87  mem=24M180
2.38	   
2.38	   search
2.38	     run=10  nbConstraintChecks=269069  nbValidityChecks=248949  nbPropagations=371622  nbRevisions=1599743
2.38	     nbUselessRevisions=1227755  nbAssignments=2272  nbFailedAssignments=252  nbBacktracks=1742  nbVisitedNodes=2776
2.38	     nbRestartNogoods=24  mapSize=476  nbInferences=0  nbTooLargeKeys=0
2.38	       =>  wckTime=1.252  cpuTime=1.16  mem=24M180
2.82	   
2.82	   search
2.82	     run=11  nbConstraintChecks=413908  nbValidityChecks=387382  nbPropagations=522779  nbRevisions=2274894
2.82	     nbUselessRevisions=1746815  nbAssignments=3305  nbFailedAssignments=385  nbBacktracks=2616  nbVisitedNodes=4094
2.82	     nbRestartNogoods=27  mapSize=758  nbInferences=0  nbTooLargeKeys=0
2.82	       =>  wckTime=1.695  cpuTime=1.6  mem=25M155
3.44	   
3.44	   INFO : Stopping hyperNogood (mapSize=1003, nbTooLargekeys=0, mem=25M155)
3.51	   
3.51	   search
3.51	     run=12  nbConstraintChecks=612970  nbValidityChecks=583072  nbPropagations=746432  nbRevisions=3291806
3.51	     nbUselessRevisions=2531072  nbAssignments=4767  nbFailedAssignments=522  nbBacktracks=3920  nbVisitedNodes=5850
3.51	     nbRestartNogoods=30
3.51	       =>  wckTime=2.384  cpuTime=2.29  mem=25M155
4.41	   
4.41	   search
4.41	     run=13  nbConstraintChecks=917334  nbValidityChecks=887464  nbPropagations=1080895  nbRevisions=4843649
4.41	     nbUselessRevisions=3731342  nbAssignments=7026  nbFailedAssignments=802  nbBacktracks=5874  nbVisitedNodes=8684
4.41	     nbRestartNogoods=33
4.41	       =>  wckTime=3.282  cpuTime=3.19  mem=25M155
5.74	   
5.74	   search
5.74	     run=14  nbConstraintChecks=1385500  nbValidityChecks=1339130  nbPropagations=1581918  nbRevisions=7180569
5.74	     nbUselessRevisions=5541386  nbAssignments=10369  nbFailedAssignments=1194  nbBacktracks=8807  nbVisitedNodes=12815
5.74	     nbRestartNogoods=38
5.74	       =>  wckTime=4.611  cpuTime=4.52  mem=25M155
7.55	   
7.55	   search
7.55	     run=15  nbConstraintChecks=1986207  nbValidityChecks=1939213  nbPropagations=2303308  nbRevisions=10541050
7.55	     nbUselessRevisions=8142758  nbAssignments=15292  nbFailedAssignments=1699  nbBacktracks=13193  nbVisitedNodes=18754
7.55	     nbRestartNogoods=43
7.55	       =>  wckTime=6.425  cpuTime=6.33  mem=25M155
10.14	   
10.14	   search
10.14	     run=16  nbConstraintChecks=2855205  nbValidityChecks=2780095  nbPropagations=3338701  nbRevisions=15390029
10.14	     nbUselessRevisions=11900147  nbAssignments=22673  nbFailedAssignments=2483  nbBacktracks=19768
10.14	     nbVisitedNodes=27719  nbRestartNogoods=48
10.14	       =>  wckTime=9.015  cpuTime=8.91  mem=25M155
14.20	   
14.20	   search
14.20	     run=17  nbConstraintChecks=4202845  nbValidityChecks=4108117  nbPropagations=4859877  nbRevisions=22563182
14.20	     nbUselessRevisions=17467048  nbAssignments=33691  nbFailedAssignments=3611  nbBacktracks=29638
14.20	     nbVisitedNodes=40902  nbRestartNogoods=51
14.20	       =>  wckTime=13.076  cpuTime=12.96  mem=25M155
19.59	   
19.59	   search
19.59	     run=18  nbConstraintChecks=5947678  nbValidityChecks=5823134  nbPropagations=7002391  nbRevisions=32724344
19.59	     nbUselessRevisions=25357100  nbAssignments=49928  nbFailedAssignments=5052  nbBacktracks=44416
19.59	     nbVisitedNodes=60291  nbRestartNogoods=57
19.59	       =>  wckTime=18.463  cpuTime=18.35  mem=25M155
24.36	   
24.36	   search
24.36	     run=19  nbConstraintChecks=7526408  nbValidityChecks=7343913  nbPropagations=9698147  nbRevisions=45572017
24.36	     nbUselessRevisions=35343195  nbAssignments=63662  nbFailedAssignments=6497  nbBacktracks=56071
24.36	     nbVisitedNodes=77031  nbRestartNogoods=64
24.36	       =>  wckTime=23.229  cpuTime=23.11  mem=25M155
24.36	   
24.36	   global
24.36	     nbConstraintChecks=7526408  nbValidityChecks=7343913  nbPropagations=9698781  nbRevisions=45572017
24.36	     nbUselessRevisions=35343195  nbRestartNogoods=64  solvingWckTime=23.229  solvingCpuTime=23.11  expiredTime=no
24.36	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=23.77
24.36	       =>  wckTime=24.05  cpuTime=23.73  mem=25M155
24.36	   
24.36	s SATISFIABLE
24.36	v 1 0 1 0 0 1 1 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 1 0 0 1 1 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 1 0 1 0 0 1 1 0 1 0 0 1 1 0 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 0 1 0 1 1 0 1 0 0 1 0 1 1 0 0 1 1 0 0 1 0 1 1 0 1 0 0 1 0 1 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 1 0 1 0 1 0 0 1 1 0 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 1 0 0 1 1 0 1 0 0 1 0 1 0 1 1 0 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 1 0 0 1 0 1 1 0 0 1 1 0 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 1 0 0 1 0 1 1 0 1 0 0 1 0 1 1 0 1 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 1 
24.36	d NODES 63662
24.36	d CHECKS 7526408
24.36	   
24.36	   totalWckTime=24.126  totalCpuTime=23.77

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node33/watcher-213976-1168077541 -o ROOT/results/node33/solver-213976-1168077541 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/213976-1168077541/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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: 1.00 1.00 1.00 2/65 10696
/proc/meminfo: memFree=1157608/2055920 swapFree=4192224/4192956
[pid=10695] ppid=10693 vsize=172 CPUtime=0
/proc/10695/stat : 10695 (java) R 10693 10695 9938 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 156147970 176128 24 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 10945316 0 0 4096 0 0 0 0 17 1 0 0
/proc/10695/statm: 43 24 18 14 0 3 0

[startup+0.102539 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10696
/proc/meminfo: memFree=1157608/2055920 swapFree=4192224/4192956
[pid=10695] ppid=10693 vsize=914988 CPUtime=0.07
/proc/10695/stat : 10695 (java) R 10693 10695 9938 0 -1 0 2959 0 1 0 6 1 0 0 17 0 8 0 156147970 936947712 2705 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155166642 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10695/statm: 228747 2706 1416 14 0 215242 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 914988

[startup+0.514622 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10696
/proc/meminfo: memFree=1157608/2055920 swapFree=4192224/4192956
[pid=10695] ppid=10693 vsize=915328 CPUtime=0.49
/proc/10695/stat : 10695 (java) S 10693 10695 9938 0 -1 0 6485 0 1 0 45 4 0 0 16 0 8 0 156147970 937295872 6224 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10695/statm: 228832 6224 2144 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33679 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 10703
/proc/meminfo: memFree=1125296/2055920 swapFree=4192224/4192956
[pid=10695] ppid=10693 vsize=915764 CPUtime=1.32
/proc/10695/stat : 10695 (java) R 10693 10695 9938 0 -1 0 10955 0 1 0 119 13 0 0 16 0 8 0 156147970 937742336 10692 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074038771 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10695/statm: 228941 10692 2533 14 0 215411 0
[pid=10695/tid=10697] ppid=10693 vsize=915764 CPUtime=0.04
/proc/10695/task/10697/stat : 10697 (java) S 10693 10695 9938 0 -1 64 400 0 0 0 4 0 0 0 16 0 8 0 156147975 937742336 10692 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10695/tid=10698] ppid=10693 vsize=915764 CPUtime=0
/proc/10695/task/10698/stat : 10698 (java) S 10693 10695 9938 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156147975 937742336 10692 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10695/tid=10699] ppid=10693 vsize=915764 CPUtime=0
/proc/10695/task/10699/stat : 10699 (java) S 10693 10695 9938 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156147975 937742336 10692 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10695/tid=10700] ppid=10693 vsize=915764 CPUtime=0
/proc/10695/task/10700/stat : 10700 (java) S 10693 10695 9938 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156147978 937742336 10692 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10695/tid=10701] ppid=10693 vsize=915764 CPUtime=0.26
/proc/10695/task/10701/stat : 10701 (java) S 10693 10695 9938 0 -1 64 485 0 0 0 25 1 0 0 15 0 8 0 156147978 937742336 10692 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10695/tid=10702] ppid=10693 vsize=915764 CPUtime=0
/proc/10695/task/10702/stat : 10702 (java) S 10693 10695 9938 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156147978 937742336 10692 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10695/tid=10703] ppid=10693 vsize=915764 CPUtime=0
/proc/10695/task/10703/stat : 10703 (java) S 10693 10695 9938 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156147978 937742336 10692 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915764

[startup+2.97313 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 10703
/proc/meminfo: memFree=1124080/2055920 swapFree=4192224/4192956
[pid=10695] ppid=10693 vsize=915764 CPUtime=2.95
/proc/10695/stat : 10695 (java) R 10693 10695 9938 0 -1 0 11190 0 1 0 281 14 0 0 17 0 8 0 156147970 937742336 10926 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073994235 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10695/statm: 228941 10926 2533 14 0 215411 0
[pid=10695/tid=10697] ppid=10693 vsize=915764 CPUtime=0.04
/proc/10695/task/10697/stat : 10697 (java) S 10693 10695 9938 0 -1 64 400 0 0 0 4 0 0 0 16 0 8 0 156147975 937742336 10926 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10695/tid=10698] ppid=10693 vsize=915764 CPUtime=0
/proc/10695/task/10698/stat : 10698 (java) S 10693 10695 9938 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156147975 937742336 10926 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10695/tid=10699] ppid=10693 vsize=915764 CPUtime=0
/proc/10695/task/10699/stat : 10699 (java) S 10693 10695 9938 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156147975 937742336 10926 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10695/tid=10700] ppid=10693 vsize=915764 CPUtime=0
/proc/10695/task/10700/stat : 10700 (java) S 10693 10695 9938 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156147978 937742336 10926 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10695/tid=10701] ppid=10693 vsize=915764 CPUtime=0.29
/proc/10695/task/10701/stat : 10701 (java) S 10693 10695 9938 0 -1 64 506 0 0 0 28 1 0 0 16 0 8 0 156147978 937742336 10926 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10695/tid=10702] ppid=10693 vsize=915764 CPUtime=0
/proc/10695/task/10702/stat : 10702 (java) S 10693 10695 9938 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156147978 937742336 10926 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10695/tid=10703] ppid=10693 vsize=915764 CPUtime=0
/proc/10695/task/10703/stat : 10703 (java) S 10693 10695 9938 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156147978 937742336 10926 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915764

[startup+6.26881 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 10703
/proc/meminfo: memFree=1123440/2055920 swapFree=4192224/4192956
[pid=10695] ppid=10693 vsize=915764 CPUtime=6.24
/proc/10695/stat : 10695 (java) R 10693 10695 9938 0 -1 0 11251 0 1 0 610 14 0 0 21 0 8 0 156147970 937742336 10985 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073811728 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10695/statm: 228941 10985 2533 14 0 215411 0
[pid=10695/tid=10697] ppid=10693 vsize=915764 CPUtime=0.04
/proc/10695/task/10697/stat : 10697 (java) S 10693 10695 9938 0 -1 64 400 0 0 0 4 0 0 0 16 0 8 0 156147975 937742336 10985 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10695/tid=10698] ppid=10693 vsize=915764 CPUtime=0
/proc/10695/task/10698/stat : 10698 (java) S 10693 10695 9938 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156147975 937742336 10985 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10695/tid=10699] ppid=10693 vsize=915764 CPUtime=0
/proc/10695/task/10699/stat : 10699 (java) S 10693 10695 9938 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156147975 937742336 10985 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10695/tid=10700] ppid=10693 vsize=915764 CPUtime=0
/proc/10695/task/10700/stat : 10700 (java) S 10693 10695 9938 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156147978 937742336 10985 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10695/tid=10701] ppid=10693 vsize=915764 CPUtime=0.29
/proc/10695/task/10701/stat : 10701 (java) S 10693 10695 9938 0 -1 64 507 0 0 0 28 1 0 0 16 0 8 0 156147978 937742336 10985 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10695/tid=10702] ppid=10693 vsize=915764 CPUtime=0
/proc/10695/task/10702/stat : 10702 (java) S 10693 10695 9938 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156147978 937742336 10985 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10695/tid=10703] ppid=10693 vsize=915764 CPUtime=0
/proc/10695/task/10703/stat : 10703 (java) S 10693 10695 9938 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156147978 937742336 10985 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 915764

[startup+12.7361 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 10703
/proc/meminfo: memFree=1123392/2055920 swapFree=4192224/4192956
[pid=10695] ppid=10693 vsize=915764 CPUtime=12.7
/proc/10695/stat : 10695 (java) R 10693 10695 9938 0 -1 0 11257 0 1 0 1256 14 0 0 25 0 8 0 156147970 937742336 10991 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073982445 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10695/statm: 228941 10991 2533 14 0 215411 0
[pid=10695/tid=10697] ppid=10693 vsize=915764 CPUtime=0.04
/proc/10695/task/10697/stat : 10697 (java) S 10693 10695 9938 0 -1 64 400 0 0 0 4 0 0 0 16 0 8 0 156147975 937742336 10991 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10695/tid=10698] ppid=10693 vsize=915764 CPUtime=0
/proc/10695/task/10698/stat : 10698 (java) S 10693 10695 9938 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156147975 937742336 10991 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10695/tid=10699] ppid=10693 vsize=915764 CPUtime=0
/proc/10695/task/10699/stat : 10699 (java) S 10693 10695 9938 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156147975 937742336 10991 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10695/tid=10700] ppid=10693 vsize=915764 CPUtime=0
/proc/10695/task/10700/stat : 10700 (java) S 10693 10695 9938 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156147978 937742336 10991 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10695/tid=10701] ppid=10693 vsize=915764 CPUtime=0.3
/proc/10695/task/10701/stat : 10701 (java) S 10693 10695 9938 0 -1 64 508 0 0 0 29 1 0 0 16 0 8 0 156147978 937742336 10991 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10695/tid=10702] ppid=10693 vsize=915764 CPUtime=0
/proc/10695/task/10702/stat : 10702 (java) S 10693 10695 9938 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156147978 937742336 10991 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10695/tid=10703] ppid=10693 vsize=915764 CPUtime=0
/proc/10695/task/10703/stat : 10703 (java) S 10693 10695 9938 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156147978 937742336 10991 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 915764

Child status: 0
Real time (s): 24.396
CPU time (s): 24.3413
CPU user time (s): 24.1863
CPU system time (s): 0.154976
CPU usage (%): 99.7758
Max. virtual memory (cumulated for all children) (KiB): 915764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.1863
system time used= 0.154976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11359
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= 1638
involuntary context switches= 819

runsolver used 0.024996 s user time and 0.073988 s system time

The end

Launcher Data (download as text)

Begin job on node33 on Sat Jan  6 09:59:01 UTC 2007


IDJOB= 213976
IDBENCH= 4889
FILE ID= node33/213976-1168077541

PBS_JOBID= 3475966

Free space on /tmp= 66554 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/par/par-16-1-c.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/213976-1168077541/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node33/watcher-213976-1168077541 -o ROOT/results/node33/solver-213976-1168077541 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/213976-1168077541/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  20e7dfa7b6c99f8c72e1c9812650f013

RANDOM SEED= 232127150

TIME LIMIT= 1800 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.281
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.281
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:       1158024 kB
Buffers:         43336 kB
Cached:         756100 kB
SwapCached:        448 kB
Active:         101196 kB
Inactive:       714160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1158024 kB
SwapTotal:     4192956 kB
SwapFree:      4192224 kB
Dirty:            1872 kB
Writeback:           0 kB
Mapped:          25344 kB
Slab:            68564 kB
Committed_AS:  2628836 kB
PageTables:       1412 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= 66554 MiB



End job on node33 on Sat Jan  6 09:59:26 UTC 2007