Trace number 241947

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 5.9371 5.96811

DiagnosticValue
CHECKS409888
NODES92288

General information on the benchmark

Namedimacs/pret/
pret-150-25_ext.xml
MD5SUM7942e547e6f15972e65c0d137b735236
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.044992
SatisfiableNO
(Un)Satisfiability was proved
Number of variables150
Number of constraints100
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension100
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=mac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/241947-1168085441/unknown.xml
0.36	   
0.36	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.40	     nbVariables=150  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.40	       =>  wckTime=0.1  cpuTime=0.09  mem=6M951
0.40	   
0.40	   relations being loaded...
0.41	   
0.41	   constraints being loaded...
0.45	     nbConstraints=100  nbRelationTypes=2  nbExtensionStructures=2  nbSharedExtensionStructures=98
0.45	     nbConflictsStructures=2  nbSharedConflictsStructures=98  nbSharedBinaryRepresentations=0  maxDegree=2  maxArity=3
0.45	       =>  wckTime=0.146  cpuTime=0.13  mem=7M927
0.48	   
0.48	   solver IterativeSystematicSolver being built... 
0.66	       =>  wckTime=0.357  cpuTime=0.27  mem=15M399
0.67	   
0.67	   preprocessing
0.67	     nbConstraintChecks=0  nbPropagations=150  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.67	     detectedInconsistency=no
0.67	       =>  wckTime=0.0030  cpuTime=0.0  mem=15M399
0.71	   
0.71	   search
0.71	     run=0  nbConstraintChecks=443  nbValidityChecks=746  nbPropagations=337  nbRevisions=375  nbUselessRevisions=246
0.71	     nbAssignments=123  nbFailedAssignments=4  nbBacktracks=12  nbVisitedNodes=132  nbRestartNogoods=0  mapSize=6
0.71	     nbInferences=0  nbTooLargeKeys=0
0.71	       =>  wckTime=0.048  cpuTime=0.03  mem=15M399
0.73	   
0.73	   search
0.73	     run=1  nbConstraintChecks=609  nbValidityChecks=1606  nbPropagations=862  nbRevisions=1128  nbUselessRevisions=743
0.73	     nbAssignments=247  nbFailedAssignments=7  nbBacktracks=28  nbVisitedNodes=265  nbRestartNogoods=1  mapSize=13
0.73	     nbInferences=3  nbTooLargeKeys=0
0.73	       =>  wckTime=0.071  cpuTime=0.05  mem=15M399
0.75	   
0.75	   search
0.75	     run=2  nbConstraintChecks=808  nbValidityChecks=2542  nbPropagations=1597  nbRevisions=2290
0.75	     nbUselessRevisions=1498  nbAssignments=368  nbFailedAssignments=11  nbBacktracks=50  nbVisitedNodes=398
0.75	     nbRestartNogoods=3  mapSize=23  nbInferences=7  nbTooLargeKeys=0
0.75	       =>  wckTime=0.093  cpuTime=0.06  mem=15M399
0.77	   
0.77	   search
0.77	     run=3  nbConstraintChecks=1085  nbValidityChecks=3583  nbPropagations=2558  nbRevisions=3906
0.77	     nbUselessRevisions=2536  nbAssignments=489  nbFailedAssignments=18  nbBacktracks=84  nbVisitedNodes=540
0.77	     nbRestartNogoods=4  mapSize=41  nbInferences=14  nbTooLargeKeys=0
0.77	       =>  wckTime=0.111  cpuTime=0.08  mem=15M399
0.79	   
0.79	   search
0.79	     run=4  nbConstraintChecks=1521  nbValidityChecks=5069  nbPropagations=3847  nbRevisions=6154
0.79	     nbUselessRevisions=3940  nbAssignments=654  nbFailedAssignments=31  nbBacktracks=134  nbVisitedNodes=737
0.79	     nbRestartNogoods=6  mapSize=67  nbInferences=20  nbTooLargeKeys=0
0.79	       =>  wckTime=0.131  cpuTime=0.09  mem=15M399
0.82	   
0.82	   search
0.82	     run=5  nbConstraintChecks=2044  nbValidityChecks=6820  nbPropagations=5529  nbRevisions=9140
0.82	     nbUselessRevisions=5761  nbAssignments=845  nbFailedAssignments=46  nbBacktracks=209  nbVisitedNodes=969
0.82	     nbRestartNogoods=11  mapSize=103  nbInferences=32  nbTooLargeKeys=0
0.82	       =>  wckTime=0.155  cpuTime=0.11  mem=16M374
0.84	   
0.84	   search
0.84	     run=6  nbConstraintChecks=2840  nbValidityChecks=9229  nbPropagations=7754  nbRevisions=13153
0.84	     nbUselessRevisions=8146  nbAssignments=1088  nbFailedAssignments=74  nbBacktracks=324  nbVisitedNodes=1283
0.84	     nbRestartNogoods=16  mapSize=167  nbInferences=47  nbTooLargeKeys=0
0.84	       =>  wckTime=0.175  cpuTime=0.13  mem=16M374
0.86	   
0.86	   search
0.86	     run=7  nbConstraintChecks=3973  nbValidityChecks=12399  nbPropagations=10647  nbRevisions=18529
0.86	     nbUselessRevisions=11309  nbAssignments=1373  nbFailedAssignments=113  nbBacktracks=498  nbVisitedNodes=1674
0.86	     nbRestartNogoods=18  mapSize=264  nbInferences=75  nbTooLargeKeys=0
0.86	       =>  wckTime=0.203  cpuTime=0.15  mem=16M374
0.91	   
0.91	   search
0.91	     run=8  nbConstraintChecks=5549  nbValidityChecks=16768  nbPropagations=14512  nbRevisions=25805
0.91	     nbUselessRevisions=15551  nbAssignments=1802  nbFailedAssignments=155  nbBacktracks=756  nbVisitedNodes=2239
0.91	     nbRestartNogoods=22  mapSize=390  nbInferences=128  nbTooLargeKeys=0
0.91	       =>  wckTime=0.246  cpuTime=0.18  mem=16M374
0.95	   
0.95	   search
0.95	     run=9  nbConstraintChecks=8205  nbValidityChecks=23788  nbPropagations=19959  nbRevisions=36109
0.95	     nbUselessRevisions=21498  nbAssignments=2374  nbFailedAssignments=191  nbBacktracks=1142  nbVisitedNodes=3000
0.95	     nbRestartNogoods=26  mapSize=577  nbInferences=246  nbTooLargeKeys=0
0.95	       =>  wckTime=0.29  cpuTime=0.22  mem=16M374
1.02	   
1.02	   search
1.02	     run=10  nbConstraintChecks=12920  nbValidityChecks=36878  nbPropagations=28501  nbRevisions=52117
1.02	     nbUselessRevisions=30635  nbAssignments=3340  nbFailedAssignments=224  nbBacktracks=1721  nbVisitedNodes=4302
1.02	     nbRestartNogoods=28  mapSize=910  nbInferences=516  nbTooLargeKeys=0
1.02	       =>  wckTime=0.358  cpuTime=0.28  mem=16M374
1.11	   
1.11	   search
1.11	     run=11  nbConstraintChecks=18900  nbValidityChecks=54453  nbPropagations=41021  nbRevisions=75812
1.11	     nbUselessRevisions=44336  nbAssignments=4725  nbFailedAssignments=260  nbBacktracks=2586  nbVisitedNodes=6163
1.11	     nbRestartNogoods=31  mapSize=1383  nbInferences=919  nbTooLargeKeys=0
1.11	       =>  wckTime=0.446  cpuTime=0.37  mem=16M374
1.22	   
1.22	   search
1.22	     run=12  nbConstraintChecks=26267  nbValidityChecks=74680  nbPropagations=58044  nbRevisions=108242
1.22	     nbUselessRevisions=63376  nbAssignments=6640  nbFailedAssignments=287  nbBacktracks=3887  nbVisitedNodes=8670
1.22	     nbRestartNogoods=34  mapSize=1972  nbInferences=1457  nbTooLargeKeys=0
1.22	       =>  wckTime=0.56  cpuTime=0.48  mem=16M374
1.39	   
1.39	   search
1.39	     run=13  nbConstraintChecks=37027  nbValidityChecks=103763  nbPropagations=81449  nbRevisions=153356
1.39	     nbUselessRevisions=90402  nbAssignments=9460  nbFailedAssignments=292  nbBacktracks=5834  nbVisitedNodes=12321
1.39	     nbRestartNogoods=37  mapSize=2799  nbInferences=2283  nbTooLargeKeys=0
1.39	       =>  wckTime=0.726  cpuTime=0.65  mem=16M374
1.65	   
1.65	   search
1.65	     run=14  nbConstraintChecks=56230  nbValidityChecks=155620  nbPropagations=116858  nbRevisions=220718
1.65	     nbUselessRevisions=130156  nbAssignments=13819  nbFailedAssignments=417  nbBacktracks=8759  nbVisitedNodes=18150
1.65	     nbRestartNogoods=41  mapSize=4260  nbInferences=3503  nbTooLargeKeys=0
1.65	       =>  wckTime=0.99  cpuTime=0.91  mem=16M374
2.02	   
2.02	   search
2.02	     run=15  nbConstraintChecks=81503  nbValidityChecks=226309  nbPropagations=168731  nbRevisions=318824
2.02	     nbUselessRevisions=187833  nbAssignments=20189  nbFailedAssignments=538  nbBacktracks=13139  nbVisitedNodes=26533
2.02	     nbRestartNogoods=50  mapSize=6269  nbInferences=5296  nbTooLargeKeys=0
2.02	       =>  wckTime=1.361  cpuTime=1.28  mem=17M349
2.57	   
2.57	   search
2.57	     run=16  nbConstraintChecks=122524  nbValidityChecks=338494  nbPropagations=245744  nbRevisions=465755
2.57	     nbUselessRevisions=275439  nbAssignments=29903  nbFailedAssignments=560  nbBacktracks=19710  nbVisitedNodes=39381
2.57	     nbRestartNogoods=54  mapSize=9398  nbInferences=8393  nbTooLargeKeys=0
2.57	       =>  wckTime=1.911  cpuTime=1.83  mem=17M349
3.39	   
3.39	   search
3.39	     run=17  nbConstraintChecks=186188  nbValidityChecks=508811  nbPropagations=359858  nbRevisions=686268
3.39	     nbUselessRevisions=409068  nbAssignments=44536  nbFailedAssignments=561  nbBacktracks=29564  nbVisitedNodes=58765
3.39	     nbRestartNogoods=59  mapSize=14143  nbInferences=13143  nbTooLargeKeys=0
3.39	       =>  wckTime=2.724  cpuTime=2.64  mem=18M324
4.60	   
4.60	   search
4.60	     run=18  nbConstraintChecks=291456  nbValidityChecks=780490  nbPropagations=529137  nbRevisions=1022084
4.60	     nbUselessRevisions=618433  nbAssignments=67129  nbFailedAssignments=561  nbBacktracks=44342  nbVisitedNodes=89148
4.60	     nbRestartNogoods=65  mapSize=21927  nbInferences=20933  nbTooLargeKeys=0
4.60	       =>  wckTime=3.935  cpuTime=3.85  mem=20M275
5.93	   
5.93	   search
5.93	     run=19  nbConstraintChecks=409888  nbValidityChecks=1087458  nbPropagations=760223  nbRevisions=1488979
5.93	     nbUselessRevisions=914732  nbAssignments=92288  nbFailedAssignments=561  nbBacktracks=60673  nbVisitedNodes=123135
5.93	     nbRestartNogoods=71  mapSize=30754  nbInferences=29762  nbTooLargeKeys=0
5.93	       =>  wckTime=5.268  cpuTime=5.19  mem=21M250
5.93	   
5.93	   global
5.93	     nbConstraintChecks=409888  nbValidityChecks=1087458  nbPropagations=760373  nbRevisions=1488979
5.93	     nbUselessRevisions=914732  nbRestartNogoods=71  solvingWckTime=5.269  solvingCpuTime=5.2  expiredTime=no
5.93	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=5.52
5.93	       =>  wckTime=5.628  cpuTime=5.47  mem=21M250
5.93	   
5.93	s UNSATISFIABLE
5.93	d NODES 92288
5.93	d CHECKS 409888
5.93	   
5.93	   totalWckTime=5.702  totalCpuTime=5.52

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/node29/watcher-241947-1168085441 -o ROOT/results/node29/solver-241947-1168085441 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/241947-1168085441/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.41 1.33 1.68 1/81 19052
/proc/meminfo: memFree=1657944/2055920 swapFree=4192812/4192956
[pid=19051] ppid=19049 vsize=172 CPUtime=0
/proc/19051/stat : 19051 (java) R 19049 19051 18513 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 156940173 176128 24 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4129572 0 0 4096 0 0 0 0 17 1 0 0
/proc/19051/statm: 43 24 18 14 0 3 0

[startup+0.103251 s]
/proc/loadavg: 0.41 1.33 1.68 1/81 19052
/proc/meminfo: memFree=1657944/2055920 swapFree=4192812/4192956
[pid=19051] ppid=19049 vsize=914988 CPUtime=0.07
/proc/19051/stat : 19051 (java) R 19049 19051 18513 0 -1 0 2996 0 1 0 6 1 0 0 17 0 8 0 156940173 936947712 2742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19051/statm: 228747 2742 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 914988

[startup+0.511272 s]
/proc/loadavg: 0.41 1.33 1.68 1/81 19052
/proc/meminfo: memFree=1657944/2055920 swapFree=4192812/4192956
[pid=19051] ppid=19049 vsize=915464 CPUtime=0.48
/proc/19051/stat : 19051 (java) R 19049 19051 18513 0 -1 0 6666 0 1 0 44 4 0 0 16 0 8 0 156940173 937435136 6404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072897236 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19051/statm: 228866 6404 2370 14 0 215336 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915464

[startup+1.33332 s]
/proc/loadavg: 0.46 1.33 1.68 2/88 19059
/proc/meminfo: memFree=1633120/2055920 swapFree=4192812/4192956
[pid=19051] ppid=19049 vsize=915464 CPUtime=1.32
/proc/19051/stat : 19051 (java) R 19049 19051 18513 0 -1 0 8954 0 1 0 125 7 0 0 17 0 8 0 156940173 937435136 8692 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073681445 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19051/statm: 228866 8692 2516 14 0 215336 0
[pid=19051/tid=19053] ppid=19049 vsize=915464 CPUtime=0.02
/proc/19051/task/19053/stat : 19053 (java) S 19049 19051 18513 0 -1 64 138 0 0 0 2 0 0 0 16 0 8 0 156940177 937435136 8692 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19051/tid=19054] ppid=19049 vsize=915464 CPUtime=0
/proc/19051/task/19054/stat : 19054 (java) S 19049 19051 18513 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156940177 937435136 8692 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19051/tid=19055] ppid=19049 vsize=915464 CPUtime=0
/proc/19051/task/19055/stat : 19055 (java) S 19049 19051 18513 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156940177 937435136 8692 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19051/tid=19056] ppid=19049 vsize=915464 CPUtime=0
/proc/19051/task/19056/stat : 19056 (java) S 19049 19051 18513 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156940181 937435136 8692 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19051/tid=19057] ppid=19049 vsize=915464 CPUtime=0.17
/proc/19051/task/19057/stat : 19057 (java) S 19049 19051 18513 0 -1 64 368 0 0 0 16 1 0 0 16 0 8 0 156940181 937435136 8692 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19051/tid=19058] ppid=19049 vsize=915464 CPUtime=0
/proc/19051/task/19058/stat : 19058 (java) S 19049 19051 18513 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156940181 937435136 8692 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19051/tid=19059] ppid=19049 vsize=915464 CPUtime=0
/proc/19051/task/19059/stat : 19059 (java) S 19049 19051 18513 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156940181 937435136 8692 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915464

[startup+2.98542 s]
/proc/loadavg: 0.46 1.33 1.68 2/88 19059
/proc/meminfo: memFree=1631968/2055920 swapFree=4192812/4192956
[pid=19051] ppid=19049 vsize=915464 CPUtime=2.97
/proc/19051/stat : 19051 (java) R 19049 19051 18513 0 -1 0 9368 0 1 0 290 7 0 0 18 0 8 0 156940173 937435136 9105 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073671076 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19051/statm: 228866 9105 2516 14 0 215336 0
[pid=19051/tid=19053] ppid=19049 vsize=915464 CPUtime=0.02
/proc/19051/task/19053/stat : 19053 (java) S 19049 19051 18513 0 -1 64 138 0 0 0 2 0 0 0 16 0 8 0 156940177 937435136 9105 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19051/tid=19054] ppid=19049 vsize=915464 CPUtime=0
/proc/19051/task/19054/stat : 19054 (java) S 19049 19051 18513 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156940177 937435136 9105 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19051/tid=19055] ppid=19049 vsize=915464 CPUtime=0
/proc/19051/task/19055/stat : 19055 (java) S 19049 19051 18513 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156940177 937435136 9105 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19051/tid=19056] ppid=19049 vsize=915464 CPUtime=0
/proc/19051/task/19056/stat : 19056 (java) S 19049 19051 18513 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156940181 937435136 9105 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19051/tid=19057] ppid=19049 vsize=915464 CPUtime=0.17
/proc/19051/task/19057/stat : 19057 (java) S 19049 19051 18513 0 -1 64 369 0 0 0 16 1 0 0 15 0 8 0 156940181 937435136 9105 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19051/tid=19058] ppid=19049 vsize=915464 CPUtime=0
/proc/19051/task/19058/stat : 19058 (java) S 19049 19051 18513 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156940181 937435136 9105 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19051/tid=19059] ppid=19049 vsize=915464 CPUtime=0
/proc/19051/task/19059/stat : 19059 (java) S 19049 19051 18513 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156940181 937435136 9105 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 5.96811
CPU time (s): 5.9371
CPU user time (s): 5.84811
CPU system time (s): 0.088986
CPU usage (%): 99.4804
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.84811
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= 10328
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= 893
involuntary context switches= 280

runsolver used 0.007998 s user time and 0.023996 s system time

The end

Launcher Data (download as text)

Begin job on node29 on Sat Jan  6 12:10:51 UTC 2007


IDJOB= 241947
IDBENCH= 7355
FILE ID= node29/241947-1168085441

PBS_JOBID= 3476286

Free space on /tmp= 66548 MiB

BENCH NAME= HOME/pub/bench/CPAI06/dimacs/pret/pret-150-25_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/241947-1168085441/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node29/watcher-241947-1168085441 -o ROOT/results/node29/solver-241947-1168085441 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/241947-1168085441/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  7942e547e6f15972e65c0d137b735236

RANDOM SEED= 649186307

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.241
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.241
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:       1658864 kB
Buffers:         43988 kB
Cached:         217200 kB
SwapCached:          0 kB
Active:         116396 kB
Inactive:       204016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1658864 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1696 kB
Writeback:           0 kB
Mapped:          78252 kB
Slab:            61604 kB
Committed_AS:  3037652 kB
PageTables:       2220 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= 66548 MiB



End job on node29 on Sat Jan  6 12:11:15 UTC 2007