Trace number 223867

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 ACUNSAT 10.1775 10.2627

DiagnosticValue
CHECKS75144446
NODES48807

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-47_ext.xml
MD5SUM5f71d51adad8c377228629cd4772d094
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.6013
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints180
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension180
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=mac.xml
0.36	   
0.36	   instance
0.36	     name=/tmp/evaluation/223867-1168080472/unknown.xml
0.39	   
0.39	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.43	     nbVariables=40  nbDomainTypes=1  minDomainSize=25  maxDomainSize=25
0.43	       =>  wckTime=0.101  cpuTime=0.09  mem=6M951
0.43	   
0.43	   relations being loaded...
0.53	   
0.53	   constraints being loaded...
0.63	     nbConstraints=180  nbRelationTypes=180  nbExtensionStructures=180  nbSharedExtensionStructures=0
0.63	     nbConflictsStructures=180  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2  maxDegree=15  maxArity=2
0.63	       =>  wckTime=0.307  cpuTime=0.23  mem=13M827
0.67	   
0.67	   solver IterativeSystematicSolver being built... 
0.83	       =>  wckTime=0.504  cpuTime=0.36  mem=13M749
0.84	   
0.84	   preprocessing
0.84	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.84	     detectedInconsistency=no
0.84	       =>  wckTime=0.0030  cpuTime=0.0  mem=13M749
0.89	   
0.89	   search
0.89	     run=0  nbConstraintChecks=31463  nbPropagations=548  nbRevisions=3785  nbUselessRevisions=2780  nbAssignments=25
0.89	     nbFailedAssignments=9  nbBacktracks=10  nbVisitedNodes=41  nbRestartNogoods=0  mapSize=9  nbInferences=0
0.89	     nbTooLargeKeys=0
0.89	       =>  wckTime=0.053  cpuTime=0.03  mem=14M724
0.91	   
0.91	   search
0.91	     run=1  nbConstraintChecks=91357  nbPropagations=1900  nbRevisions=14035  nbUselessRevisions=9995  nbAssignments=60
0.91	     nbFailedAssignments=24  nbBacktracks=27  nbVisitedNodes=101  nbRestartNogoods=3  mapSize=22  nbInferences=0
0.91	     nbTooLargeKeys=0
0.91	       =>  wckTime=0.074  cpuTime=0.04  mem=14M724
0.93	   
0.93	   search
0.93	     run=2  nbConstraintChecks=145100  nbPropagations=4033  nbRevisions=30514  nbUselessRevisions=21582
0.93	     nbAssignments=100  nbFailedAssignments=38  nbBacktracks=49  nbVisitedNodes=167  nbRestartNogoods=6  mapSize=39
0.93	     nbInferences=0  nbTooLargeKeys=0
0.93	       =>  wckTime=0.092  cpuTime=0.05  mem=14M724
0.95	   
0.95	   search
0.95	     run=3  nbConstraintChecks=268870  nbPropagations=8100  nbRevisions=63029  nbUselessRevisions=44277
0.95	     nbAssignments=188  nbFailedAssignments=86  nbBacktracks=83  nbVisitedNodes=331  nbRestartNogoods=11  mapSize=72
0.95	     nbInferences=0  nbTooLargeKeys=0
0.95	       =>  wckTime=0.119  cpuTime=0.08  mem=14M724
0.98	   
0.98	   search
0.98	     run=4  nbConstraintChecks=441148  nbPropagations=14664  nbRevisions=115342  nbUselessRevisions=80342
0.98	     nbAssignments=297  nbFailedAssignments=138  nbBacktracks=138  nbVisitedNodes=526  nbRestartNogoods=17  mapSize=118
0.98	     nbInferences=0  nbTooLargeKeys=0
0.98	       =>  wckTime=0.151  cpuTime=0.1  mem=14M724
1.02	   
1.02	   search
1.02	     run=5  nbConstraintChecks=623441  nbPropagations=24508  nbRevisions=192843  nbUselessRevisions=134134
1.02	     nbAssignments=441  nbFailedAssignments=203  nbBacktracks=213  nbVisitedNodes=785  nbRestartNogoods=21  mapSize=186
1.02	     nbInferences=0  nbTooLargeKeys=0
1.02	       =>  wckTime=0.184  cpuTime=0.14  mem=14M724
1.08	   
1.08	   search
1.08	     run=6  nbConstraintChecks=1061581  nbPropagations=40199  nbRevisions=319070  nbUselessRevisions=221200
1.08	     nbAssignments=690  nbFailedAssignments=336  nbBacktracks=326  nbVisitedNodes=1251  nbRestartNogoods=30  mapSize=293
1.08	     nbInferences=0  nbTooLargeKeys=0
1.08	       =>  wckTime=0.251  cpuTime=0.21  mem=14M724
1.17	   
1.17	   search
1.17	     run=7  nbConstraintChecks=1548526  nbPropagations=63125  nbRevisions=503398  nbUselessRevisions=348329
1.17	     nbAssignments=1007  nbFailedAssignments=481  nbBacktracks=496  nbVisitedNodes=1825  nbRestartNogoods=34
1.17	     mapSize=445  nbInferences=0  nbTooLargeKeys=0
1.17	       =>  wckTime=0.336  cpuTime=0.29  mem=14M724
1.28	   
1.28	   search
1.28	     run=8  nbConstraintChecks=2197938  nbPropagations=97023  nbRevisions=771312  nbUselessRevisions=532647
1.28	     nbAssignments=1490  nbFailedAssignments=702  nbBacktracks=754  nbVisitedNodes=2683  nbRestartNogoods=36
1.28	     mapSize=668  nbInferences=0  nbTooLargeKeys=0
1.28	       =>  wckTime=0.445  cpuTime=0.39  mem=14M724
1.45	   
1.45	   search
1.45	     run=9  nbConstraintChecks=3302125  nbPropagations=148138  nbRevisions=1180755  nbUselessRevisions=815604
1.45	     nbAssignments=2269  nbFailedAssignments=1092  nbBacktracks=1139  nbVisitedNodes=4108  nbRestartNogoods=44
1.45	     mapSize=1017  nbInferences=0  nbTooLargeKeys=0
1.45	       =>  wckTime=0.619  cpuTime=0.55  mem=14M724
1.46	   
1.46	   INFO : Stopping hyperNogood (mapSize=1024, nbTooLargekeys=0, mem=14M724)
1.69	   
1.69	   search
1.69	     run=10  nbConstraintChecks=5028255  nbPropagations=225060  nbRevisions=1796818  nbUselessRevisions=1238642
1.69	     nbAssignments=3368  nbFailedAssignments=1611  nbBacktracks=1715  nbVisitedNodes=6101  nbRestartNogoods=52
1.69	       =>  wckTime=0.86  cpuTime=0.78  mem=14M724
2.03	   
2.03	   search
2.03	     run=11  nbConstraintChecks=7668402  nbPropagations=339942  nbRevisions=2721367  nbUselessRevisions=1872192
2.03	     nbAssignments=5011  nbFailedAssignments=2386  nbBacktracks=2579  nbVisitedNodes=9068  nbRestartNogoods=57
2.03	       =>  wckTime=1.197  cpuTime=1.11  mem=14M724
2.48	   
2.48	   search
2.48	     run=12  nbConstraintChecks=10954259  nbPropagations=507926  nbRevisions=4070591  nbUselessRevisions=2802684
2.48	     nbAssignments=7486  nbFailedAssignments=3561  nbBacktracks=3876  nbVisitedNodes=13529  nbRestartNogoods=80
2.48	       =>  wckTime=1.643  cpuTime=1.55  mem=14M724
3.22	   
3.22	   search
3.22	     run=13  nbConstraintChecks=16615739  nbPropagations=762794  nbRevisions=6112153  nbUselessRevisions=4207084
3.22	     nbAssignments=11238  nbFailedAssignments=5362  nbBacktracks=5823  nbVisitedNodes=20345  nbRestartNogoods=87
3.22	       =>  wckTime=2.386  cpuTime=2.29  mem=14M724
4.19	   
4.19	   search
4.19	     run=14  nbConstraintChecks=24546629  nbPropagations=1139909  nbRevisions=9146220  nbUselessRevisions=6301137
4.19	     nbAssignments=16821  nbFailedAssignments=8021  nbBacktracks=8743  nbVisitedNodes=30464  nbRestartNogoods=98
4.19	       =>  wckTime=3.355  cpuTime=3.26  mem=14M724
5.65	   
5.65	   search
5.65	     run=15  nbConstraintChecks=36753076  nbPropagations=1697851  nbRevisions=13634960  nbUselessRevisions=9393044
5.65	     nbAssignments=24834  nbFailedAssignments=11652  nbBacktracks=13121  nbVisitedNodes=44798  nbRestartNogoods=106
5.65	       =>  wckTime=4.815  cpuTime=4.72  mem=14M724
7.98	   
7.98	   search
7.98	     run=16  nbConstraintChecks=56288898  nbPropagations=2541456  nbRevisions=20455991  nbUselessRevisions=14086787
7.98	     nbAssignments=37392  nbFailedAssignments=17638  nbBacktracks=19689  nbVisitedNodes=67532  nbRestartNogoods=110
7.98	       =>  wckTime=7.143  cpuTime=7.04  mem=14M724
10.22	   
10.22	   search
10.22	     run=17  nbConstraintChecks=75144446  nbPropagations=3649581  nbRevisions=29422280  nbUselessRevisions=20245733
10.22	     nbAssignments=48807  nbFailedAssignments=22869  nbBacktracks=25874  nbVisitedNodes=88048  nbRestartNogoods=121
10.22	       =>  wckTime=9.384  cpuTime=9.28  mem=14M724
10.22	   
10.22	   global
10.22	     nbConstraintChecks=75144446  nbPropagations=3649621  nbRevisions=29422280  nbUselessRevisions=20245733
10.22	     nbRestartNogoods=121  solvingWckTime=9.385  solvingCpuTime=9.28  expiredTime=no  totalExploration=yes
10.22	     nbFoundSolutions=0  globalCpuTime=9.68
10.22	       =>  wckTime=9.893  cpuTime=9.64  mem=14M724
10.22	   
10.22	s UNSATISFIABLE
10.22	d NODES 48807
10.22	d CHECKS 75144446
10.22	   
10.22	   totalWckTime=9.973  totalCpuTime=9.68

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node56/watcher-223867-1168080472 -o ROOT/results/node56/solver-223867-1168080472 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/223867-1168080472/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.40 0.88 0.95 4/70 7844
/proc/meminfo: memFree=1646656/2055920 swapFree=4184772/4192956
[pid=7843] ppid=7839 vsize=18540 CPUtime=0
/proc/7843/stat : 7843 (runsolver) R 7839 7843 7486 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 156445541 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 253307032285 0 0 4096 24578 0 0 0 17 0 0 0
/proc/7843/statm: 4635 279 244 17 0 2626 0

[startup+0.103359 s]
/proc/loadavg: 0.40 0.88 0.95 4/70 7844
/proc/meminfo: memFree=1646656/2055920 swapFree=4184772/4192956
[pid=7843] ppid=7839 vsize=912760 CPUtime=0.07
/proc/7843/stat : 7843 (java) R 7839 7843 7486 0 -1 0 2774 0 1 0 6 1 0 0 17 0 8 0 156445541 934666240 2520 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153860688 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7843/statm: 228190 2520 1386 14 0 215091 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 912760

[startup+0.511387 s]
/proc/loadavg: 0.40 0.88 0.95 4/70 7844
/proc/meminfo: memFree=1646656/2055920 swapFree=4184772/4192956
[pid=7843] ppid=7839 vsize=915328 CPUtime=0.47
/proc/7843/stat : 7843 (java) R 7839 7843 7486 0 -1 0 6947 0 1 0 44 3 0 0 20 0 8 0 156445541 937295872 6686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072944242 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7843/statm: 228832 6686 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 915328

[startup+1.33347 s]
/proc/loadavg: 0.40 0.88 0.95 3/87 7861
/proc/meminfo: memFree=1598840/2055920 swapFree=4184772/4192956
[pid=7843] ppid=7839 vsize=915452 CPUtime=1.29
/proc/7843/stat : 7843 (java) R 7839 7843 7486 0 -1 0 8642 0 1 0 123 6 0 0 25 0 8 0 156445541 937422848 8380 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073817136 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7843/statm: 228863 8380 2513 14 0 215333 0
[pid=7843/tid=7849] ppid=7839 vsize=915452 CPUtime=0.03
/proc/7843/task/7849/stat : 7849 (java) S 7839 7843 7486 0 -1 64 245 0 0 0 3 0 0 0 17 0 8 0 156445546 937422848 8380 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7843/tid=7852] ppid=7839 vsize=915452 CPUtime=0
/proc/7843/task/7852/stat : 7852 (java) S 7839 7843 7486 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156445546 937422848 8380 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7843/tid=7853] ppid=7839 vsize=915452 CPUtime=0
/proc/7843/task/7853/stat : 7853 (java) S 7839 7843 7486 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156445546 937422848 8380 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7843/tid=7858] ppid=7839 vsize=915452 CPUtime=0
/proc/7843/task/7858/stat : 7858 (java) S 7839 7843 7486 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156445550 937422848 8380 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7843/tid=7859] ppid=7839 vsize=915452 CPUtime=0.22
/proc/7843/task/7859/stat : 7859 (java) S 7839 7843 7486 0 -1 64 381 0 0 0 21 1 0 0 16 0 8 0 156445550 937422848 8380 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7843/tid=7860] ppid=7839 vsize=915452 CPUtime=0
/proc/7843/task/7860/stat : 7860 (java) S 7839 7843 7486 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156445550 937422848 8380 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7843/tid=7861] ppid=7839 vsize=915452 CPUtime=0
/proc/7843/task/7861/stat : 7861 (java) S 7839 7843 7486 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156445550 937422848 8380 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915452

[startup+2.97062 s]
/proc/loadavg: 0.40 0.88 0.95 3/87 7861
/proc/meminfo: memFree=1598712/2055920 swapFree=4184772/4192956
[pid=7843] ppid=7839 vsize=915452 CPUtime=2.92
/proc/7843/stat : 7843 (java) R 7839 7843 7486 0 -1 0 8648 0 1 0 286 6 0 0 25 0 8 0 156445541 937422848 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073793542 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7843/statm: 228863 8385 2513 14 0 215333 0
[pid=7843/tid=7849] ppid=7839 vsize=915452 CPUtime=0.03
/proc/7843/task/7849/stat : 7849 (java) S 7839 7843 7486 0 -1 64 245 0 0 0 3 0 0 0 17 0 8 0 156445546 937422848 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7843/tid=7852] ppid=7839 vsize=915452 CPUtime=0
/proc/7843/task/7852/stat : 7852 (java) S 7839 7843 7486 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156445546 937422848 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7843/tid=7853] ppid=7839 vsize=915452 CPUtime=0
/proc/7843/task/7853/stat : 7853 (java) S 7839 7843 7486 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156445546 937422848 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7843/tid=7858] ppid=7839 vsize=915452 CPUtime=0
/proc/7843/task/7858/stat : 7858 (java) S 7839 7843 7486 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156445550 937422848 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7843/tid=7859] ppid=7839 vsize=915452 CPUtime=0.23
/proc/7843/task/7859/stat : 7859 (java) S 7839 7843 7486 0 -1 64 386 0 0 0 22 1 0 0 15 0 8 0 156445550 937422848 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7843/tid=7860] ppid=7839 vsize=915452 CPUtime=0
/proc/7843/task/7860/stat : 7860 (java) S 7839 7843 7486 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156445550 937422848 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7843/tid=7861] ppid=7839 vsize=915452 CPUtime=0
/proc/7843/task/7861/stat : 7861 (java) S 7839 7843 7486 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156445550 937422848 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915452

[startup+6.25494 s]
/proc/loadavg: 0.53 0.90 0.96 2/75 7872
/proc/meminfo: memFree=1624856/2055920 swapFree=4184772/4192956
[pid=7843] ppid=7839 vsize=915452 CPUtime=6.2
/proc/7843/stat : 7843 (java) R 7839 7843 7486 0 -1 0 8649 0 1 0 613 7 0 0 25 0 8 0 156445541 937422848 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918504 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7843/statm: 228863 8385 2513 14 0 215333 0
[pid=7843/tid=7849] ppid=7839 vsize=915452 CPUtime=0.03
/proc/7843/task/7849/stat : 7849 (java) S 7839 7843 7486 0 -1 64 245 0 0 0 3 0 0 0 16 0 8 0 156445546 937422848 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7843/tid=7852] ppid=7839 vsize=915452 CPUtime=0
/proc/7843/task/7852/stat : 7852 (java) S 7839 7843 7486 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156445546 937422848 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7843/tid=7853] ppid=7839 vsize=915452 CPUtime=0
/proc/7843/task/7853/stat : 7853 (java) S 7839 7843 7486 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156445546 937422848 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7843/tid=7858] ppid=7839 vsize=915452 CPUtime=0
/proc/7843/task/7858/stat : 7858 (java) S 7839 7843 7486 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156445550 937422848 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7843/tid=7859] ppid=7839 vsize=915452 CPUtime=0.23
/proc/7843/task/7859/stat : 7859 (java) S 7839 7843 7486 0 -1 64 386 0 0 0 22 1 0 0 15 0 8 0 156445550 937422848 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7843/tid=7860] ppid=7839 vsize=915452 CPUtime=0
/proc/7843/task/7860/stat : 7860 (java) S 7839 7843 7486 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156445550 937422848 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7843/tid=7861] ppid=7839 vsize=915452 CPUtime=0
/proc/7843/task/7861/stat : 7861 (java) S 7839 7843 7486 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156445550 937422848 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 915452

Child status: 0
Real time (s): 10.2627
CPU time (s): 10.1775
CPU user time (s): 10.0995
CPU system time (s): 0.077988
CPU usage (%): 99.1689
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.0995
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= 8726
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= 1263
involuntary context switches= 1365

runsolver used 0.009998 s user time and 0.043993 s system time

The end

Launcher Data (download as text)

Begin job on node56 on Sat Jan  6 10:47:54 UTC 2007


IDJOB= 223867
IDBENCH= 5686
FILE ID= node56/223867-1168080472

PBS_JOBID= 3476162

Free space on /tmp= 66519 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.5/rand-2-40-25-180-500-47_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/223867-1168080472/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node56/watcher-223867-1168080472 -o ROOT/results/node56/solver-223867-1168080472 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/223867-1168080472/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  5f71d51adad8c377228629cd4772d094

RANDOM SEED= 68133790

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.232
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.232
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:       1647464 kB
Buffers:         30088 kB
Cached:         297244 kB
SwapCached:       2060 kB
Active:          65224 kB
Inactive:       276356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1647464 kB
SwapTotal:     4192956 kB
SwapFree:      4184772 kB
Dirty:            3892 kB
Writeback:           0 kB
Mapped:          21152 kB
Slab:            52588 kB
Committed_AS:  2748332 kB
PageTables:       1716 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= 66521 MiB



End job on node56 on Sat Jan  6 10:48:04 UTC 2007