Trace number 227438

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 20.2289 20.3201

DiagnosticValue
CHECKS65634322
NODES99959

General information on the benchmark

Nametightness/tightness0.1/
rand-2-40-8-753-100-29_ext.xml
MD5SUMe401816257ff9c138ba7417e75a6e3fa
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.54476
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints753
Maximum constraint arity2
Maximum domain size8
Number of constraints which are defined in extension753
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=mac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/227438-1168080790/unknown.xml
0.35	   
0.35	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.38	     nbVariables=40  nbDomainTypes=1  minDomainSize=8  maxDomainSize=8
0.38	       =>  wckTime=0.093  cpuTime=0.07  mem=6M951
0.38	   
0.38	   relations being loaded...
0.47	   
0.47	   constraints being loaded...
0.64	     nbConstraints=753  nbRelationTypes=752  nbExtensionStructures=752  nbSharedExtensionStructures=1
0.64	     nbConflictsStructures=752  nbSharedConflictsStructures=1  nbSharedBinaryRepresentations=11899  maxDegree=39
0.64	     maxArity=2
0.64	       =>  wckTime=0.348  cpuTime=0.22  mem=11M848
0.68	   
0.68	   solver IterativeSystematicSolver being built... 
0.82	       =>  wckTime=0.529  cpuTime=0.34  mem=14M16
0.83	   
0.83	   preprocessing
0.83	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.83	     detectedInconsistency=no
0.83	       =>  wckTime=0.01  cpuTime=0.01  mem=14M16
0.86	   
0.86	   search
0.86	     run=0  nbConstraintChecks=12750  nbPropagations=343  nbRevisions=3421  nbUselessRevisions=2823  nbAssignments=24
0.86	     nbFailedAssignments=4  nbBacktracks=13  nbVisitedNodes=36  nbRestartNogoods=0  mapSize=9  nbInferences=0
0.86	     nbTooLargeKeys=0
0.86	       =>  wckTime=0.043  cpuTime=0.03  mem=15M7
0.89	   
0.89	   search
0.89	     run=1  nbConstraintChecks=31245  nbPropagations=1129  nbRevisions=12858  nbUselessRevisions=10848  nbAssignments=56
0.89	     nbFailedAssignments=11  nbBacktracks=30  nbVisitedNodes=84  nbRestartNogoods=2  mapSize=22  nbInferences=0
0.89	     nbTooLargeKeys=0
0.89	       =>  wckTime=0.067  cpuTime=0.04  mem=15M7
0.90	   
0.90	   search
0.90	     run=2  nbConstraintChecks=56280  nbPropagations=2464  nbRevisions=30989  nbUselessRevisions=26415
0.90	     nbAssignments=101  nbFailedAssignments=22  nbBacktracks=58  nbVisitedNodes=153  nbRestartNogoods=3  mapSize=45
0.90	     nbInferences=0  nbTooLargeKeys=0
0.90	       =>  wckTime=0.085  cpuTime=0.06  mem=15M7
0.92	   
0.92	   search
0.92	     run=3  nbConstraintChecks=87496  nbPropagations=4459  nbRevisions=59284  nbUselessRevisions=50679
0.92	     nbAssignments=153  nbFailedAssignments=33  nbBacktracks=91  nbVisitedNodes=234  nbRestartNogoods=4  mapSize=72
0.92	     nbInferences=0  nbTooLargeKeys=0
0.92	       =>  wckTime=0.101  cpuTime=0.07  mem=15M7
0.94	   
0.94	   search
0.94	     run=4  nbConstraintChecks=142374  nbPropagations=7504  nbRevisions=105441  nbUselessRevisions=90292
0.94	     nbAssignments=237  nbFailedAssignments=56  nbBacktracks=143  nbVisitedNodes=368  nbRestartNogoods=6  mapSize=115
0.94	     nbInferences=0  nbTooLargeKeys=0
0.94	       =>  wckTime=0.123  cpuTime=0.09  mem=15M7
0.98	   
0.98	   search
0.98	     run=5  nbConstraintChecks=214224  nbPropagations=11920  nbRevisions=175545  nbUselessRevisions=150513
0.98	     nbAssignments=347  nbFailedAssignments=86  nbBacktracks=218  nbVisitedNodes=542  nbRestartNogoods=8  mapSize=173
0.98	     nbInferences=0  nbTooLargeKeys=0
0.98	       =>  wckTime=0.154  cpuTime=0.12  mem=15M7
1.02	   
1.02	   search
1.02	     run=6  nbConstraintChecks=323917  nbPropagations=18473  nbRevisions=282077  nbUselessRevisions=242066
1.02	     nbAssignments=521  nbFailedAssignments=134  nbBacktracks=335  nbVisitedNodes=815  nbRestartNogoods=10  mapSize=262
1.02	     nbInferences=0  nbTooLargeKeys=0
1.02	       =>  wckTime=0.198  cpuTime=0.16  mem=15M7
1.08	   
1.08	   search
1.08	     run=7  nbConstraintChecks=480302  nbPropagations=28052  nbRevisions=439368  nbUselessRevisions=377324
1.08	     nbAssignments=770  nbFailedAssignments=202  nbBacktracks=505  nbVisitedNodes=1209  nbRestartNogoods=13  mapSize=392
1.08	     nbInferences=0  nbTooLargeKeys=0
1.08	       =>  wckTime=0.257  cpuTime=0.22  mem=15M7
1.17	   
1.17	   search
1.17	     run=8  nbConstraintChecks=714163  nbPropagations=42170  nbRevisions=674262  nbUselessRevisions=579127
1.17	     nbAssignments=1131  nbFailedAssignments=293  nbBacktracks=765  nbVisitedNodes=1792  nbRestartNogoods=18
1.17	     mapSize=593  nbInferences=0  nbTooLargeKeys=0
1.17	       =>  wckTime=0.347  cpuTime=0.31  mem=15M7
1.30	   
1.30	   search
1.30	     run=9  nbConstraintChecks=1033762  nbPropagations=62576  nbRevisions=1019625  nbUselessRevisions=876696
1.30	     nbAssignments=1668  nbFailedAssignments=434  nbBacktracks=1155  nbVisitedNodes=2650  nbRestartNogoods=23
1.30	     mapSize=886  nbInferences=0  nbTooLargeKeys=0
1.30	       =>  wckTime=0.476  cpuTime=0.42  mem=15M7
1.35	   
1.35	   INFO : Stopping hyperNogood (mapSize=1031, nbTooLargekeys=0, mem=15M7)
1.47	   
1.47	   search
1.47	     run=10  nbConstraintChecks=1541967  nbPropagations=92553  nbRevisions=1533659  nbUselessRevisions=1319481
1.47	     nbAssignments=2485  nbFailedAssignments=664  nbBacktracks=1732  nbVisitedNodes=3968  nbRestartNogoods=27
1.47	       =>  wckTime=0.646  cpuTime=0.58  mem=15M7
1.70	   
1.70	   search
1.70	     run=11  nbConstraintChecks=2326039  nbPropagations=137288  nbRevisions=2307507  nbUselessRevisions=1986097
1.70	     nbAssignments=3719  nbFailedAssignments=1022  nbBacktracks=2600  nbVisitedNodes=5954  nbRestartNogoods=33
1.70	       =>  wckTime=0.881  cpuTime=0.81  mem=15M7
2.07	   
2.07	   search
2.07	     run=12  nbConstraintChecks=3559457  nbPropagations=205371  nbRevisions=3487523  nbUselessRevisions=3000737
2.07	     nbAssignments=5578  nbFailedAssignments=1577  nbBacktracks=3898  nbVisitedNodes=9000  nbRestartNogoods=39
2.07	       =>  wckTime=1.247  cpuTime=1.17  mem=15M7
2.56	   
2.56	   search
2.56	     run=13  nbConstraintChecks=5214949  nbPropagations=305135  nbRevisions=5235730  nbUselessRevisions=4508501
2.56	     nbAssignments=8312  nbFailedAssignments=2358  nbBacktracks=5844  nbVisitedNodes=13408  nbRestartNogoods=47
2.56	       =>  wckTime=1.743  cpuTime=1.67  mem=15M7
3.32	   
3.32	   search
3.32	     run=14  nbConstraintChecks=7789687  nbPropagations=453513  nbRevisions=7856057  nbUselessRevisions=6770093
3.32	     nbAssignments=12363  nbFailedAssignments=3480  nbBacktracks=8763  nbVisitedNodes=19952  nbRestartNogoods=51
3.32	       =>  wckTime=2.504  cpuTime=2.43  mem=15M7
4.44	   
4.44	   search
4.45	     run=15  nbConstraintChecks=11567703  nbPropagations=673041  nbRevisions=11772340  nbUselessRevisions=10156564
4.45	     nbAssignments=18436  nbFailedAssignments=5162  nbBacktracks=13145  nbVisitedNodes=29687  nbRestartNogoods=57
4.45	       =>  wckTime=3.625  cpuTime=3.54  mem=15M7
6.24	   
6.24	   search
6.24	     run=16  nbConstraintChecks=17675923  nbPropagations=1005813  nbRevisions=17735323  nbUselessRevisions=15307502
6.24	     nbAssignments=27729  nbFailedAssignments=7878  nbBacktracks=19716  nbVisitedNodes=44789  nbRestartNogoods=63
6.24	       =>  wckTime=5.422  cpuTime=5.34  mem=15M7
8.95	   
8.95	   search
8.95	     run=17  nbConstraintChecks=26941422  nbPropagations=1511974  nbRevisions=26749563  nbUselessRevisions=23080158
8.95	     nbAssignments=41704  nbFailedAssignments=11993  nbBacktracks=29568  nbVisitedNodes=67570  nbRestartNogoods=71
8.95	       =>  wckTime=8.132  cpuTime=8.05  mem=15M7
12.94	   
12.94	   search
12.94	     run=18  nbConstraintChecks=40649549  nbPropagations=2271532  nbRevisions=40335793  nbUselessRevisions=34799655
12.94	     nbAssignments=62406  nbFailedAssignments=17908  nbBacktracks=44346  nbVisitedNodes=101102  nbRestartNogoods=74
12.94	       =>  wckTime=12.116  cpuTime=12.03  mem=15M7
19.05	   
19.05	   search
19.05	     run=19  nbConstraintChecks=61570691  nbPropagations=3415909  nbRevisions=60799478  nbUselessRevisions=52444633
19.05	     nbAssignments=93825  nbFailedAssignments=27154  nbBacktracks=66515  nbVisitedNodes=152071  nbRestartNogoods=85
19.05	       =>  wckTime=18.231  cpuTime=18.14  mem=15M7
20.25	   
20.25	   search
20.25	     run=20  nbConstraintChecks=65634322  nbPropagations=4635429  nbRevisions=82615390  nbUselessRevisions=71254464
20.25	     nbAssignments=99959  nbFailedAssignments=28913  nbBacktracks=70850  nbVisitedNodes=162039  nbRestartNogoods=91
20.25	       =>  wckTime=19.434  cpuTime=19.33  mem=15M7
20.25	   
20.25	   global
20.26	     nbConstraintChecks=65634322  nbPropagations=4635469  nbRevisions=82615390  nbUselessRevisions=71254464
20.26	     nbRestartNogoods=91  solvingWckTime=19.435  solvingCpuTime=19.33  expiredTime=no  totalExploration=no
20.26	     nbFoundSolutions=1  globalCpuTime=19.73
20.26	       =>  wckTime=19.966  cpuTime=19.68  mem=15M7
20.26	   
20.26	s SATISFIABLE
20.26	v 4 2 0 4 5 5 0 2 0 2 3 1 4 4 3 6 1 6 5 3 3 3 7 3 6 5 5 3 6 6 5 5 0 1 2 3 1 1 4 2 
20.26	d NODES 99959
20.26	d CHECKS 65634322
20.26	   
20.26	   totalWckTime=20.04  totalCpuTime=19.73

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/node75/watcher-227438-1168080790 -o ROOT/results/node75/solver-227438-1168080790 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/227438-1168080790/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: 0.19 0.70 0.95 4/68 23780
/proc/meminfo: memFree=1717440/2055920 swapFree=4184496/4192956
[pid=23779] ppid=23777 vsize=0 CPUtime=0
/proc/23779/stat : 23779 (java) R 23777 23779 23566 0 -1 0 194 0 0 0 0 0 0 0 18 0 1 0 156479563 0 0 18446744073709551615 0 0 0 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23779/statm: 0 0 0 0 0 0 0

[startup+0.10549 s]
/proc/loadavg: 0.19 0.70 0.95 4/68 23780
/proc/meminfo: memFree=1717440/2055920 swapFree=4184496/4192956
[pid=23779] ppid=23777 vsize=914988 CPUtime=0.08
/proc/23779/stat : 23779 (java) R 23777 23779 23566 0 -1 0 3063 0 1 0 7 1 0 0 16 0 8 0 156479563 936947712 2809 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23779/statm: 228747 2809 1450 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.513536 s]
/proc/loadavg: 0.19 0.70 0.95 4/68 23780
/proc/meminfo: memFree=1717440/2055920 swapFree=4184496/4192956
[pid=23779] ppid=23777 vsize=915328 CPUtime=0.49
/proc/23779/stat : 23779 (java) S 23777 23779 23566 0 -1 0 6554 0 1 0 45 4 0 0 16 0 8 0 156479563 937295872 6293 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23779/statm: 228832 6293 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33363 s]
/proc/loadavg: 0.25 0.71 0.95 2/75 23787
/proc/meminfo: memFree=1693704/2055920 swapFree=4184496/4192956
[pid=23779] ppid=23777 vsize=915584 CPUtime=1.31
/proc/23779/stat : 23779 (java) R 23777 23779 23566 0 -1 0 8682 0 1 0 125 6 0 0 17 0 8 0 156479563 937558016 8420 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918600 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23779/statm: 228896 8420 2513 14 0 215366 0
[pid=23779/tid=23781] ppid=23777 vsize=915584 CPUtime=0.03
/proc/23779/task/23781/stat : 23781 (java) S 23777 23779 23566 0 -1 64 305 0 0 0 3 0 0 0 16 0 8 0 156479566 937558016 8420 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23779/tid=23782] ppid=23777 vsize=915584 CPUtime=0
/proc/23779/task/23782/stat : 23782 (java) S 23777 23779 23566 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156479567 937558016 8420 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23779/tid=23783] ppid=23777 vsize=915584 CPUtime=0
/proc/23779/task/23783/stat : 23783 (java) S 23777 23779 23566 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156479567 937558016 8420 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23779/tid=23784] ppid=23777 vsize=915584 CPUtime=0
/proc/23779/task/23784/stat : 23784 (java) S 23777 23779 23566 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156479570 937558016 8420 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23779/tid=23785] ppid=23777 vsize=915584 CPUtime=0.25
/proc/23779/task/23785/stat : 23785 (java) S 23777 23779 23566 0 -1 64 413 0 0 0 24 1 0 0 16 0 8 0 156479570 937558016 8420 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23779/tid=23786] ppid=23777 vsize=915584 CPUtime=0
/proc/23779/task/23786/stat : 23786 (java) S 23777 23779 23566 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156479570 937558016 8420 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23779/tid=23787] ppid=23777 vsize=915584 CPUtime=0
/proc/23779/task/23787/stat : 23787 (java) S 23777 23779 23566 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 156479570 937558016 8420 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915584

[startup+2.96982 s]
/proc/loadavg: 0.25 0.71 0.95 2/75 23817
/proc/meminfo: memFree=1691208/2055920 swapFree=4184496/4192956
[pid=23779] ppid=23777 vsize=915584 CPUtime=2.94
/proc/23779/stat : 23779 (java) R 23777 23779 23566 0 -1 0 8699 0 1 0 288 6 0 0 18 0 8 0 156479563 937558016 8436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336163 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23779/statm: 228896 8436 2513 14 0 215366 0
[pid=23779/tid=23781] ppid=23777 vsize=915584 CPUtime=0.03
/proc/23779/task/23781/stat : 23781 (java) S 23777 23779 23566 0 -1 64 305 0 0 0 3 0 0 0 16 0 8 0 156479566 937558016 8436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23779/tid=23782] ppid=23777 vsize=915584 CPUtime=0
/proc/23779/task/23782/stat : 23782 (java) S 23777 23779 23566 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156479567 937558016 8436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23779/tid=23783] ppid=23777 vsize=915584 CPUtime=0
/proc/23779/task/23783/stat : 23783 (java) S 23777 23779 23566 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156479567 937558016 8436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23779/tid=23784] ppid=23777 vsize=915584 CPUtime=0
/proc/23779/task/23784/stat : 23784 (java) S 23777 23779 23566 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156479570 937558016 8436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23779/tid=23785] ppid=23777 vsize=915584 CPUtime=0.26
/proc/23779/task/23785/stat : 23785 (java) S 23777 23779 23566 0 -1 64 417 0 0 0 25 1 0 0 16 0 8 0 156479570 937558016 8436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23779/tid=23786] ppid=23777 vsize=915584 CPUtime=0
/proc/23779/task/23786/stat : 23786 (java) S 23777 23779 23566 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156479570 937558016 8436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23779/tid=23787] ppid=23777 vsize=915584 CPUtime=0
/proc/23779/task/23787/stat : 23787 (java) S 23777 23779 23566 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 156479570 937558016 8436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915584

[startup+6.25621 s]
/proc/loadavg: 0.25 0.71 0.95 2/75 23817
/proc/meminfo: memFree=1691208/2055920 swapFree=4184496/4192956
[pid=23779] ppid=23777 vsize=915584 CPUtime=6.23
/proc/23779/stat : 23779 (java) R 23777 23779 23566 0 -1 0 8708 0 1 0 616 7 0 0 17 0 8 0 156479563 937558016 8444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073921793 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23779/statm: 228896 8444 2513 14 0 215366 0
[pid=23779/tid=23781] ppid=23777 vsize=915584 CPUtime=0.03
/proc/23779/task/23781/stat : 23781 (java) S 23777 23779 23566 0 -1 64 305 0 0 0 3 0 0 0 16 0 8 0 156479566 937558016 8444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23779/tid=23782] ppid=23777 vsize=915584 CPUtime=0
/proc/23779/task/23782/stat : 23782 (java) S 23777 23779 23566 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156479567 937558016 8444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23779/tid=23783] ppid=23777 vsize=915584 CPUtime=0
/proc/23779/task/23783/stat : 23783 (java) S 23777 23779 23566 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156479567 937558016 8444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23779/tid=23784] ppid=23777 vsize=915584 CPUtime=0
/proc/23779/task/23784/stat : 23784 (java) S 23777 23779 23566 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156479570 937558016 8444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23779/tid=23785] ppid=23777 vsize=915584 CPUtime=0.26
/proc/23779/task/23785/stat : 23785 (java) S 23777 23779 23566 0 -1 64 418 0 0 0 25 1 0 0 16 0 8 0 156479570 937558016 8444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23779/tid=23786] ppid=23777 vsize=915584 CPUtime=0
/proc/23779/task/23786/stat : 23786 (java) S 23777 23779 23566 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156479570 937558016 8444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23779/tid=23787] ppid=23777 vsize=915584 CPUtime=0
/proc/23779/task/23787/stat : 23787 (java) S 23777 23779 23566 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 156479570 937558016 8444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 915584

[startup+12.732 s]
/proc/loadavg: 0.45 0.73 0.96 3/87 23829
/proc/meminfo: memFree=1666728/2055920 swapFree=4184496/4192956
[pid=23779] ppid=23777 vsize=915584 CPUtime=12.7
/proc/23779/stat : 23779 (java) R 23777 23779 23566 0 -1 0 8710 0 1 0 1263 7 0 0 25 0 8 0 156479563 937558016 8446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073907724 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23779/statm: 228896 8446 2513 14 0 215366 0
[pid=23779/tid=23781] ppid=23777 vsize=915584 CPUtime=0.03
/proc/23779/task/23781/stat : 23781 (java) S 23777 23779 23566 0 -1 64 305 0 0 0 3 0 0 0 16 0 8 0 156479566 937558016 8446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23779/tid=23782] ppid=23777 vsize=915584 CPUtime=0
/proc/23779/task/23782/stat : 23782 (java) S 23777 23779 23566 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156479567 937558016 8446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23779/tid=23783] ppid=23777 vsize=915584 CPUtime=0
/proc/23779/task/23783/stat : 23783 (java) S 23777 23779 23566 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156479567 937558016 8446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23779/tid=23784] ppid=23777 vsize=915584 CPUtime=0
/proc/23779/task/23784/stat : 23784 (java) S 23777 23779 23566 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156479570 937558016 8446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23779/tid=23785] ppid=23777 vsize=915584 CPUtime=0.26
/proc/23779/task/23785/stat : 23785 (java) S 23777 23779 23566 0 -1 64 418 0 0 0 25 1 0 0 16 0 8 0 156479570 937558016 8446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23779/tid=23786] ppid=23777 vsize=915584 CPUtime=0
/proc/23779/task/23786/stat : 23786 (java) S 23777 23779 23566 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156479570 937558016 8446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23779/tid=23787] ppid=23777 vsize=915584 CPUtime=0
/proc/23779/task/23787/stat : 23787 (java) S 23777 23779 23566 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 156479570 937558016 8446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 915584

Child status: 0
Real time (s): 20.3201
CPU time (s): 20.2289
CPU user time (s): 20.1509
CPU system time (s): 0.077988
CPU usage (%): 99.5512
Max. virtual memory (cumulated for all children) (KiB): 915584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.1509
system time used= 0.077988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8808
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= 1358
involuntary context switches= 671

runsolver used 0.022996 s user time and 0.057991 s system time

The end

Launcher Data (download as text)

Begin job on node75 on Sat Jan  6 10:53:15 UTC 2007


IDJOB= 227438
IDBENCH= 6080
FILE ID= node75/227438-1168080790

PBS_JOBID= 3476172

Free space on /tmp= 66549 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.1/rand-2-40-8-753-100-29_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/227438-1168080790/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node75/watcher-227438-1168080790 -o ROOT/results/node75/solver-227438-1168080790 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/227438-1168080790/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  e401816257ff9c138ba7417e75a6e3fa

RANDOM SEED= 545583539

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.218
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.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1717856 kB
Buffers:          5940 kB
Cached:         267740 kB
SwapCached:       2468 kB
Active:          91328 kB
Inactive:       196600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1717856 kB
SwapTotal:     4192956 kB
SwapFree:      4184496 kB
Dirty:            1864 kB
Writeback:           0 kB
Mapped:          20408 kB
Slab:            35724 kB
Committed_AS:  3111540 kB
PageTables:       1636 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= 66547 MiB



End job on node75 on Sat Jan  6 10:53:47 UTC 2007