Trace number 208350

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 17.8703 18.0879

DiagnosticValue
CHECKS113430019
NODES89261

General information on the benchmark

Namerandom/rand-2-40-19-fcd/
rand-2-40-19-443-230-fcd-21_ext.xml
MD5SUM60d029f939741094e4165622acf758d0
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 benchmark14.4898
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints332
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension332
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/208350-1168074686/unknown.xml
0.35	   
0.35	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=40  nbDomainTypes=1  minDomainSize=19  maxDomainSize=19
0.39	       =>  wckTime=0.095  cpuTime=0.08  mem=6M951
0.39	   
0.39	   relations being loaded...
0.48	   
0.48	   constraints being loaded...
0.60	     nbConstraints=332  nbRelationTypes=332  nbExtensionStructures=332  nbSharedExtensionStructures=0
0.60	     nbConflictsStructures=332  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2762  maxDegree=24
0.60	     maxArity=2
0.60	       =>  wckTime=0.301  cpuTime=0.21  mem=12M803
0.63	   
0.64	   solver IterativeSystematicSolver being built... 
0.78	       =>  wckTime=0.486  cpuTime=0.34  mem=13M915
0.79	   
0.79	   preprocessing
0.79	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.79	     detectedInconsistency=no
0.79	       =>  wckTime=0.0050  cpuTime=0.0  mem=13M915
0.84	   
0.84	   search
0.84	     run=0  nbConstraintChecks=34971  nbPropagations=541  nbRevisions=5944  nbUselessRevisions=4824  nbAssignments=27
0.84	     nbFailedAssignments=8  nbBacktracks=14  nbVisitedNodes=42  nbRestartNogoods=0  mapSize=11  nbInferences=0
0.84	     nbTooLargeKeys=0
0.84	       =>  wckTime=0.052  cpuTime=0.02  mem=14M890
0.86	   
0.86	   search
0.86	     run=1  nbConstraintChecks=93093  nbPropagations=1928  nbRevisions=22324  nbUselessRevisions=18110  nbAssignments=64
0.86	     nbFailedAssignments=20  nbBacktracks=30  nbVisitedNodes=105  nbRestartNogoods=1  mapSize=26  nbInferences=0
0.86	     nbTooLargeKeys=0
0.86	       =>  wckTime=0.075  cpuTime=0.04  mem=14M890
0.88	   
0.88	   search
0.88	     run=2  nbConstraintChecks=152005  nbPropagations=4218  nbRevisions=50189  nbUselessRevisions=40845
0.88	     nbAssignments=110  nbFailedAssignments=36  nbBacktracks=52  nbVisitedNodes=180  nbRestartNogoods=4  mapSize=45
0.88	     nbInferences=0  nbTooLargeKeys=0
0.88	       =>  wckTime=0.097  cpuTime=0.05  mem=14M890
0.90	   
0.90	   search
0.90	     run=3  nbConstraintChecks=244176  nbPropagations=7776  nbRevisions=94816  nbUselessRevisions=76847
0.90	     nbAssignments=175  nbFailedAssignments=61  nbBacktracks=86  nbVisitedNodes=292  nbRestartNogoods=8  mapSize=76
0.90	     nbInferences=0  nbTooLargeKeys=0
0.90	       =>  wckTime=0.121  cpuTime=0.07  mem=14M890
0.93	   
0.93	   search
0.93	     run=4  nbConstraintChecks=336320  nbPropagations=12707  nbRevisions=156720  nbUselessRevisions=126708
0.93	     nbAssignments=260  nbFailedAssignments=86  nbBacktracks=140  nbVisitedNodes=424  nbRestartNogoods=11  mapSize=113
0.93	     nbInferences=0  nbTooLargeKeys=0
0.93	       =>  wckTime=0.143  cpuTime=0.09  mem=14M890
0.96	   
0.96	   search
0.96	     run=5  nbConstraintChecks=501400  nbPropagations=20011  nbRevisions=249556  nbUselessRevisions=201383
0.96	     nbAssignments=398  nbFailedAssignments=143  nbBacktracks=216  nbVisitedNodes=660  nbRestartNogoods=14  mapSize=174
0.96	     nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.178  cpuTime=0.12  mem=14M890
1.00	   
1.00	   search
1.00	     run=6  nbConstraintChecks=716218  nbPropagations=30559  nbRevisions=384083  nbUselessRevisions=309687
1.00	     nbAssignments=587  nbFailedAssignments=211  nbBacktracks=329  nbVisitedNodes=976  nbRestartNogoods=16  mapSize=266
1.00	     nbInferences=0  nbTooLargeKeys=0
1.00	       =>  wckTime=0.221  cpuTime=0.16  mem=14M890
1.07	   
1.07	   search
1.07	     run=7  nbConstraintChecks=1072764  nbPropagations=46003  nbRevisions=584532  nbUselessRevisions=470707
1.07	     nbAssignments=867  nbFailedAssignments=313  nbBacktracks=499  nbVisitedNodes=1444  nbRestartNogoods=19  mapSize=401
1.07	     nbInferences=0  nbTooLargeKeys=0
1.07	       =>  wckTime=0.287  cpuTime=0.22  mem=14M890
1.17	   
1.17	   search
1.17	     run=8  nbConstraintChecks=1590625  nbPropagations=68900  nbRevisions=883987  nbUselessRevisions=710862
1.17	     nbAssignments=1289  nbFailedAssignments=473  nbBacktracks=755  nbVisitedNodes=2167  nbRestartNogoods=27
1.17	     mapSize=611  nbInferences=0  nbTooLargeKeys=0
1.17	       =>  wckTime=0.391  cpuTime=0.32  mem=14M890
1.34	   
1.34	   search
1.34	     run=9  nbConstraintChecks=2537632  nbPropagations=104457  nbRevisions=1358827  nbUselessRevisions=1091370
1.34	     nbAssignments=1986  nbFailedAssignments=778  nbBacktracks=1140  nbVisitedNodes=3391  nbRestartNogoods=33
1.34	     mapSize=932  nbInferences=0  nbTooLargeKeys=0
1.34	       =>  wckTime=0.558  cpuTime=0.47  mem=14M890
1.38	   
1.38	   INFO : Stopping hyperNogood (mapSize=1012, nbTooLargekeys=0, mem=14M890)
1.54	   
1.54	   search
1.54	     run=10  nbConstraintChecks=3757364  nbPropagations=157314  nbRevisions=2065580  nbUselessRevisions=1657875
1.54	     nbAssignments=2947  nbFailedAssignments=1155  nbBacktracks=1716  nbVisitedNodes=5041  nbRestartNogoods=40
1.54	       =>  wckTime=0.759  cpuTime=0.65  mem=14M890
1.82	   
1.82	   search
1.82	     run=11  nbConstraintChecks=5632810  nbPropagations=236137  nbRevisions=3126001  nbUselessRevisions=2508954
1.82	     nbAssignments=4405  nbFailedAssignments=1741  nbBacktracks=2581  nbVisitedNodes=7535  nbRestartNogoods=44
1.82	       =>  wckTime=1.039  cpuTime=0.93  mem=14M890
2.23	   
2.23	   search
2.23	     run=12  nbConstraintChecks=8273113  nbPropagations=353496  nbRevisions=4706072  nbUselessRevisions=3779845
2.23	     nbAssignments=6567  nbFailedAssignments=2599  nbBacktracks=3880  nbVisitedNodes=11296  nbRestartNogoods=54
2.23	       =>  wckTime=1.446  cpuTime=1.33  mem=14M890
2.86	   
2.86	   search
2.86	     run=13  nbConstraintChecks=12511311  nbPropagations=529540  nbRevisions=7091266  nbUselessRevisions=5696879
2.86	     nbAssignments=9835  nbFailedAssignments=3913  nbBacktracks=5826  nbVisitedNodes=16994  nbRestartNogoods=61
2.86	       =>  wckTime=2.075  cpuTime=1.96  mem=14M890
3.82	   
3.82	   search
3.82	     run=14  nbConstraintChecks=18885973  nbPropagations=796241  nbRevisions=10714797  nbUselessRevisions=8613722
3.82	     nbAssignments=14800  nbFailedAssignments=5951  nbBacktracks=8748  nbVisitedNodes=25679  nbRestartNogoods=68
3.82	       =>  wckTime=3.036  cpuTime=2.91  mem=14M890
5.20	   
5.20	   search
5.20	     run=15  nbConstraintChecks=28121586  nbPropagations=1191776  nbRevisions=16115599  nbUselessRevisions=12961955
5.20	     nbAssignments=21980  nbFailedAssignments=8748  nbBacktracks=13127  nbVisitedNodes=38061  nbRestartNogoods=76
5.20	       =>  wckTime=4.415  cpuTime=4.27  mem=14M890
7.33	   
7.33	   search
7.33	     run=16  nbConstraintChecks=42356037  nbPropagations=1786685  nbRevisions=24219919  nbUselessRevisions=19478871
7.33	     nbAssignments=32937  nbFailedAssignments=13130  nbBacktracks=19696  nbVisitedNodes=57035  nbRestartNogoods=79
7.33	       =>  wckTime=6.552  cpuTime=6.37  mem=14M890
10.39	   
10.39	   search
10.39	     run=17  nbConstraintChecks=62433900  nbPropagations=2675844  nbRevisions=36354889  nbUselessRevisions=29267041
10.39	     nbAssignments=49250  nbFailedAssignments=19581  nbBacktracks=29551  nbVisitedNodes=85306  nbRestartNogoods=84
10.39	       =>  wckTime=9.61  cpuTime=9.41  mem=14M890
15.35	   
15.35	   search
15.35	     run=18  nbConstraintChecks=95963860  nbPropagations=4028286  nbRevisions=54976256  nbUselessRevisions=44305740
15.35	     nbAssignments=74457  nbFailedAssignments=30002  nbBacktracks=44329  nbVisitedNodes=129532  nbRestartNogoods=99
15.35	       =>  wckTime=14.57  cpuTime=14.34  mem=14M890
18.03	   
18.03	   search
18.03	     run=19  nbConstraintChecks=113430019  nbPropagations=5634410  nbRevisions=77048563  nbUselessRevisions=62137518
18.03	     nbAssignments=89261  nbFailedAssignments=35366  nbBacktracks=53729  nbVisitedNodes=154618  nbRestartNogoods=118
18.03	       =>  wckTime=17.242  cpuTime=16.99  mem=14M890
18.03	   
18.03	   global
18.03	     nbConstraintChecks=113430019  nbPropagations=5634450  nbRevisions=77048563  nbUselessRevisions=62137518
18.03	     nbRestartNogoods=118  solvingWckTime=17.243  solvingCpuTime=16.99  expiredTime=no  totalExploration=no
18.03	     nbFoundSolutions=1  globalCpuTime=17.37
18.03	       =>  wckTime=17.732  cpuTime=17.33  mem=14M890
18.03	   
18.03	s SATISFIABLE
18.03	v 18 9 10 11 8 7 3 17 14 3 1 1 5 3 2 8 4 4 4 18 10 4 18 3 7 11 3 13 8 5 16 15 0 17 14 1 0 13 7 2 
18.03	d NODES 89261
18.03	d CHECKS 113430019
18.03	   
18.03	   totalWckTime=17.808  totalCpuTime=17.37

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/node72/watcher-208350-1168074686 -o ROOT/results/node72/solver-208350-1168074686 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/208350-1168074686/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.25 1.27 1.51 4/93 436
/proc/meminfo: memFree=1438256/2055920 swapFree=4192812/4192956
[pid=435] ppid=433 vsize=18540 CPUtime=0
/proc/435/stat : 435 (runsolver) R 433 435 32648 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 155877435 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 234517753127 0 0 4096 24578 0 0 0 17 1 0 0
/proc/435/statm: 4635 279 244 17 0 2626 0

[startup+0.104218 s]
/proc/loadavg: 1.25 1.27 1.51 4/93 436
/proc/meminfo: memFree=1438256/2055920 swapFree=4192812/4192956
[pid=435] ppid=433 vsize=914988 CPUtime=0.09
/proc/435/stat : 435 (java) R 433 435 32648 0 -1 0 3037 0 1 0 8 1 0 0 22 0 8 0 155877435 936947712 2783 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155582928 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/435/statm: 228747 2783 1441 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.512256 s]
/proc/loadavg: 1.25 1.27 1.51 4/93 436
/proc/meminfo: memFree=1438256/2055920 swapFree=4192812/4192956
[pid=435] ppid=433 vsize=915328 CPUtime=0.49
/proc/435/stat : 435 (java) R 433 435 32648 0 -1 0 6956 0 1 0 45 4 0 0 25 0 8 0 155877435 937295872 6695 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/435/statm: 228832 6695 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33332 s]
/proc/loadavg: 1.25 1.27 1.51 3/100 443
/proc/meminfo: memFree=1414648/2055920 swapFree=4192812/4192956
[pid=435] ppid=433 vsize=915456 CPUtime=1.3
/proc/435/stat : 435 (java) R 433 435 32648 0 -1 0 8642 0 1 0 124 6 0 0 25 0 8 0 155877435 937426944 8380 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073801075 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/435/statm: 228864 8380 2513 14 0 215334 0
[pid=435/tid=437] ppid=433 vsize=915456 CPUtime=0.03
/proc/435/task/437/stat : 437 (java) S 433 435 32648 0 -1 64 286 0 0 0 3 0 0 0 16 0 8 0 155877439 937426944 8380 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=435/tid=438] ppid=433 vsize=915456 CPUtime=0
/proc/435/task/438/stat : 438 (java) S 433 435 32648 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155877439 937426944 8380 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=435/tid=439] ppid=433 vsize=915456 CPUtime=0
/proc/435/task/439/stat : 439 (java) S 433 435 32648 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155877439 937426944 8380 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=435/tid=440] ppid=433 vsize=915456 CPUtime=0
/proc/435/task/440/stat : 440 (java) S 433 435 32648 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155877442 937426944 8380 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=435/tid=441] ppid=433 vsize=915456 CPUtime=0.23
/proc/435/task/441/stat : 441 (java) S 433 435 32648 0 -1 64 383 0 0 0 22 1 0 0 16 0 8 0 155877442 937426944 8380 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=435/tid=442] ppid=433 vsize=915456 CPUtime=0
/proc/435/task/442/stat : 442 (java) S 433 435 32648 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155877442 937426944 8380 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=435/tid=443] ppid=433 vsize=915456 CPUtime=0
/proc/435/task/443/stat : 443 (java) S 433 435 32648 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155877443 937426944 8380 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915456

[startup+2.97047 s]
/proc/loadavg: 1.25 1.27 1.51 3/100 443
/proc/meminfo: memFree=1414392/2055920 swapFree=4192812/4192956
[pid=435] ppid=433 vsize=915456 CPUtime=2.92
/proc/435/stat : 435 (java) R 433 435 32648 0 -1 0 8670 0 1 0 286 6 0 0 25 0 8 0 155877435 937426944 8407 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073803020 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/435/statm: 228864 8407 2513 14 0 215334 0
[pid=435/tid=437] ppid=433 vsize=915456 CPUtime=0.03
/proc/435/task/437/stat : 437 (java) S 433 435 32648 0 -1 64 286 0 0 0 3 0 0 0 16 0 8 0 155877439 937426944 8407 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=435/tid=438] ppid=433 vsize=915456 CPUtime=0
/proc/435/task/438/stat : 438 (java) S 433 435 32648 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155877439 937426944 8407 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=435/tid=439] ppid=433 vsize=915456 CPUtime=0
/proc/435/task/439/stat : 439 (java) S 433 435 32648 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155877439 937426944 8407 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=435/tid=440] ppid=433 vsize=915456 CPUtime=0
/proc/435/task/440/stat : 440 (java) S 433 435 32648 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155877442 937426944 8407 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=435/tid=441] ppid=433 vsize=915456 CPUtime=0.24
/proc/435/task/441/stat : 441 (java) S 433 435 32648 0 -1 64 392 0 0 0 23 1 0 0 16 0 8 0 155877442 937426944 8407 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=435/tid=442] ppid=433 vsize=915456 CPUtime=0
/proc/435/task/442/stat : 442 (java) S 433 435 32648 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155877442 937426944 8407 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=435/tid=443] ppid=433 vsize=915456 CPUtime=0
/proc/435/task/443/stat : 443 (java) S 433 435 32648 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155877443 937426944 8407 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915456

[startup+6.17276 s]
/proc/loadavg: 1.39 1.29 1.52 4/100 443
/proc/meminfo: memFree=1414264/2055920 swapFree=4192812/4192956
[pid=435] ppid=433 vsize=915456 CPUtime=6.08
/proc/435/stat : 435 (java) R 433 435 32648 0 -1 0 8675 0 1 0 602 6 0 0 25 0 8 0 155877435 937426944 8412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073803062 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/435/statm: 228864 8412 2513 14 0 215334 0
[pid=435/tid=437] ppid=433 vsize=915456 CPUtime=0.03
/proc/435/task/437/stat : 437 (java) S 433 435 32648 0 -1 64 286 0 0 0 3 0 0 0 17 0 8 0 155877439 937426944 8412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=435/tid=438] ppid=433 vsize=915456 CPUtime=0
/proc/435/task/438/stat : 438 (java) S 433 435 32648 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155877439 937426944 8412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=435/tid=439] ppid=433 vsize=915456 CPUtime=0
/proc/435/task/439/stat : 439 (java) S 433 435 32648 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155877439 937426944 8412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=435/tid=440] ppid=433 vsize=915456 CPUtime=0
/proc/435/task/440/stat : 440 (java) S 433 435 32648 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155877442 937426944 8412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=435/tid=441] ppid=433 vsize=915456 CPUtime=0.24
/proc/435/task/441/stat : 441 (java) S 433 435 32648 0 -1 64 392 0 0 0 23 1 0 0 16 0 8 0 155877442 937426944 8412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=435/tid=442] ppid=433 vsize=915456 CPUtime=0
/proc/435/task/442/stat : 442 (java) S 433 435 32648 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155877442 937426944 8412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=435/tid=443] ppid=433 vsize=915456 CPUtime=0
/proc/435/task/443/stat : 443 (java) S 433 435 32648 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155877443 937426944 8412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 915456

[startup+12.6354 s]
/proc/loadavg: 1.44 1.31 1.52 4/100 443
/proc/meminfo: memFree=1414264/2055920 swapFree=4192812/4192956
[pid=435] ppid=433 vsize=915456 CPUtime=12.49
/proc/435/stat : 435 (java) R 433 435 32648 0 -1 0 8680 0 1 0 1243 6 0 0 25 0 8 0 155877435 937426944 8416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073834582 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/435/statm: 228864 8416 2513 14 0 215334 0
[pid=435/tid=437] ppid=433 vsize=915456 CPUtime=0.03
/proc/435/task/437/stat : 437 (java) S 433 435 32648 0 -1 64 286 0 0 0 3 0 0 0 16 0 8 0 155877439 937426944 8416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=435/tid=438] ppid=433 vsize=915456 CPUtime=0
/proc/435/task/438/stat : 438 (java) S 433 435 32648 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155877439 937426944 8416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=435/tid=439] ppid=433 vsize=915456 CPUtime=0
/proc/435/task/439/stat : 439 (java) S 433 435 32648 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155877439 937426944 8416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=435/tid=440] ppid=433 vsize=915456 CPUtime=0
/proc/435/task/440/stat : 440 (java) S 433 435 32648 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155877442 937426944 8416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=435/tid=441] ppid=433 vsize=915456 CPUtime=0.24
/proc/435/task/441/stat : 441 (java) S 433 435 32648 0 -1 64 392 0 0 0 23 1 0 0 16 0 8 0 155877442 937426944 8416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=435/tid=442] ppid=433 vsize=915456 CPUtime=0
/proc/435/task/442/stat : 442 (java) S 433 435 32648 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155877442 937426944 8416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=435/tid=443] ppid=433 vsize=915456 CPUtime=0
/proc/435/task/443/stat : 443 (java) S 433 435 32648 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155877443 937426944 8416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 915456

Child status: 0
Real time (s): 18.0879
CPU time (s): 17.8703
CPU user time (s): 17.7933
CPU system time (s): 0.076988
CPU usage (%): 98.7969
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.7933
system time used= 0.076988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8776
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= 1473
involuntary context switches= 2534

runsolver used 0.020996 s user time and 0.06099 s system time

The end

Launcher Data (download as text)

Begin job on node72 on Sat Jan  6 09:11:26 UTC 2007


IDJOB= 208350
IDBENCH= 4375
FILE ID= node72/208350-1168074686

PBS_JOBID= 3476024

Free space on /tmp= 66549 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-40-19-fcd/rand-2-40-19-443-230-fcd-21_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/208350-1168074686/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node72/watcher-208350-1168074686 -o ROOT/results/node72/solver-208350-1168074686 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/208350-1168074686/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  60d029f939741094e4165622acf758d0

RANDOM SEED= 937435642

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.223
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.223
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:       1438736 kB
Buffers:         40684 kB
Cached:         431644 kB
SwapCached:          0 kB
Active:         168068 kB
Inactive:       376524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1438736 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4112 kB
Writeback:           0 kB
Mapped:         101232 kB
Slab:            57320 kB
Committed_AS:  3395852 kB
PageTables:       2372 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= 66549 MiB



End job on node72 on Sat Jan  6 09:11:44 UTC 2007