Trace number 208426

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 14.2088 14.4082

DiagnosticValue
CHECKS80162547
NODES62783

General information on the benchmark

Namerandom/rand-2-40-19-fcd/
rand-2-40-19-443-230-fcd-49_ext.xml
MD5SUMf62a6c732c103db528ecdfc260981512
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 benchmark2.33164
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints348
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension348
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=mac.xml
0.34	   
0.34	   instance
0.35	     name=/tmp/evaluation/208426-1168074697/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.42	     nbVariables=40  nbDomainTypes=1  minDomainSize=19  maxDomainSize=19
0.42	       =>  wckTime=0.102  cpuTime=0.09  mem=6M951
0.42	   
0.42	   relations being loaded...
0.53	   
0.53	   constraints being loaded...
0.64	     nbConstraints=348  nbRelationTypes=348  nbExtensionStructures=348  nbSharedExtensionStructures=0
0.64	     nbConflictsStructures=348  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=3206  maxDegree=26
0.64	     maxArity=2
0.64	       =>  wckTime=0.327  cpuTime=0.24  mem=13M778
0.69	   
0.69	   solver IterativeSystematicSolver being built... 
0.85	       =>  wckTime=0.533  cpuTime=0.37  mem=13M936
0.86	   
0.86	   preprocessing
0.86	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.86	     detectedInconsistency=no
0.86	       =>  wckTime=0.0060  cpuTime=0.0  mem=13M936
0.91	   
0.91	   search
0.91	     run=0  nbConstraintChecks=32145  nbPropagations=587  nbRevisions=6260  nbUselessRevisions=5178  nbAssignments=29
0.91	     nbFailedAssignments=9  nbBacktracks=13  nbVisitedNodes=47  nbRestartNogoods=0  mapSize=12  nbInferences=0
0.91	     nbTooLargeKeys=0
0.91	       =>  wckTime=0.056  cpuTime=0.03  mem=14M911
0.93	   
0.93	   search
0.93	     run=1  nbConstraintChecks=75618  nbPropagations=1815  nbRevisions=19808  nbUselessRevisions=16152  nbAssignments=65
0.93	     nbFailedAssignments=19  nbBacktracks=34  nbVisitedNodes=105  nbRestartNogoods=1  mapSize=29  nbInferences=0
0.93	     nbTooLargeKeys=0
0.93	       =>  wckTime=0.078  cpuTime=0.05  mem=14M911
0.95	   
0.95	   search
0.95	     run=2  nbConstraintChecks=151344  nbPropagations=3987  nbRevisions=46673  nbUselessRevisions=37951
0.95	     nbAssignments=113  nbFailedAssignments=40  nbBacktracks=56  nbVisitedNodes=187  nbRestartNogoods=2  mapSize=49
0.95	     nbInferences=0  nbTooLargeKeys=0
0.95	       =>  wckTime=0.103  cpuTime=0.06  mem=14M911
0.97	   
0.97	   search
0.97	     run=3  nbConstraintChecks=230691  nbPropagations=7328  nbRevisions=89004  nbUselessRevisions=72274
0.97	     nbAssignments=179  nbFailedAssignments=65  nbBacktracks=91  nbVisitedNodes=298  nbRestartNogoods=3  mapSize=79
0.97	     nbInferences=0  nbTooLargeKeys=0
0.97	       =>  wckTime=0.121  cpuTime=0.08  mem=14M911
1.00	   
1.00	   search
1.00	     run=4  nbConstraintChecks=346047  nbPropagations=12250  nbRevisions=152806  nbUselessRevisions=123834
1.00	     nbAssignments=267  nbFailedAssignments=97  nbBacktracks=141  nbVisitedNodes=445  nbRestartNogoods=6  mapSize=119
1.00	     nbInferences=0  nbTooLargeKeys=0
1.00	       =>  wckTime=0.147  cpuTime=0.1  mem=14M911
1.03	   
1.03	   search
1.03	     run=5  nbConstraintChecks=495937  nbPropagations=19431  nbRevisions=247774  nbUselessRevisions=200829
1.03	     nbAssignments=401  nbFailedAssignments=145  nbBacktracks=218  nbVisitedNodes=666  nbRestartNogoods=10  mapSize=179
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.183  cpuTime=0.13  mem=14M911
1.09	   
1.09	   search
1.09	     run=6  nbConstraintChecks=765919  nbPropagations=30335  nbRevisions=396063  nbUselessRevisions=321439
1.09	     nbAssignments=609  nbFailedAssignments=231  nbBacktracks=331  nbVisitedNodes=1031  nbRestartNogoods=14  mapSize=281
1.09	     nbInferences=0  nbTooLargeKeys=0
1.09	       =>  wckTime=0.237  cpuTime=0.18  mem=14M911
1.16	   
1.16	   search
1.16	     run=7  nbConstraintChecks=1102695  nbPropagations=46175  nbRevisions=611328  nbUselessRevisions=496257
1.16	     nbAssignments=896  nbFailedAssignments=342  nbBacktracks=501  nbVisitedNodes=1516  nbRestartNogoods=20  mapSize=419
1.16	     nbInferences=0  nbTooLargeKeys=0
1.16	       =>  wckTime=0.311  cpuTime=0.25  mem=14M911
1.27	   
1.27	   search
1.27	     run=8  nbConstraintChecks=1675314  nbPropagations=69743  nbRevisions=936890  nbUselessRevisions=760832
1.28	     nbAssignments=1314  nbFailedAssignments=496  nbBacktracks=758  nbVisitedNodes=2235  nbRestartNogoods=25
1.28	     mapSize=631  nbInferences=0  nbTooLargeKeys=0
1.28	       =>  wckTime=0.424  cpuTime=0.36  mem=14M911
1.44	   
1.44	   search
1.44	     run=9  nbConstraintChecks=2457292  nbPropagations=104528  nbRevisions=1417882  nbUselessRevisions=1151332
1.44	     nbAssignments=1929  nbFailedAssignments=718  nbBacktracks=1143  nbVisitedNodes=3280  nbRestartNogoods=33
1.44	     mapSize=946  nbInferences=0  nbTooLargeKeys=0
1.44	       =>  wckTime=0.586  cpuTime=0.51  mem=14M911
1.48	   
1.48	   INFO : Stopping hyperNogood (mapSize=1036, nbTooLargekeys=0, mem=14M911)
1.65	   
1.65	   search
1.65	     run=10  nbConstraintChecks=3647509  nbPropagations=156394  nbRevisions=2143810  nbUselessRevisions=1742510
1.65	     nbAssignments=2888  nbFailedAssignments=1094  nbBacktracks=1721  nbVisitedNodes=4948  nbRestartNogoods=39
1.66	       =>  wckTime=0.804  cpuTime=0.72  mem=14M911
1.96	   
1.96	   search
1.96	     run=11  nbConstraintChecks=5434994  nbPropagations=234153  nbRevisions=3227633  nbUselessRevisions=2623353
1.96	     nbAssignments=4323  nbFailedAssignments=1653  nbBacktracks=2594  nbVisitedNodes=7437  nbRestartNogoods=45
1.96	       =>  wckTime=1.112  cpuTime=1.02  mem=14M911
2.41	   
2.41	   search
2.41	     run=12  nbConstraintChecks=8073209  nbPropagations=349691  nbRevisions=4846802  nbUselessRevisions=3940522
2.41	     nbAssignments=6452  nbFailedAssignments=2478  nbBacktracks=3891  nbVisitedNodes=11102  nbRestartNogoods=47
2.41	       =>  wckTime=1.557  cpuTime=1.46  mem=14M911
3.19	   
3.19	   search
3.19	     run=13  nbConstraintChecks=12974404  nbPropagations=528968  nbRevisions=7384839  nbUselessRevisions=6001056
3.19	     nbAssignments=9812  nbFailedAssignments=3884  nbBacktracks=5838  nbVisitedNodes=17050  nbRestartNogoods=52
3.19	       =>  wckTime=2.335  cpuTime=2.24  mem=14M911
4.19	   
4.19	   search
4.20	     run=14  nbConstraintChecks=18946539  nbPropagations=794800  nbRevisions=11166795  nbUselessRevisions=9078915
4.20	     nbAssignments=14663  nbFailedAssignments=5805  nbBacktracks=8759  nbVisitedNodes=25440  nbRestartNogoods=57
4.20	       =>  wckTime=3.345  cpuTime=3.23  mem=14M911
5.82	   
5.82	   search
5.82	     run=15  nbConstraintChecks=28853813  nbPropagations=1197857  nbRevisions=16939315  nbUselessRevisions=13782797
5.82	     nbAssignments=21969  nbFailedAssignments=8727  nbBacktracks=13138  nbVisitedNodes=38209  nbRestartNogoods=70
5.82	       =>  wckTime=4.973  cpuTime=4.85  mem=14M911
7.99	   
7.99	   search
7.99	     run=16  nbConstraintChecks=41737518  nbPropagations=1787572  nbRevisions=25306564  nbUselessRevisions=20587612
7.99	     nbAssignments=32624  nbFailedAssignments=12807  nbBacktracks=19708  nbVisitedNodes=56471  nbRestartNogoods=76
7.99	       =>  wckTime=7.144  cpuTime=7.0  mem=14M911
11.71	   
11.71	   search
11.71	     run=17  nbConstraintChecks=64859792  nbPropagations=2687298  nbRevisions=38168767  nbUselessRevisions=31042664
11.71	     nbAssignments=49303  nbFailedAssignments=19627  nbBacktracks=29561  nbVisitedNodes=85658  nbRestartNogoods=87
11.71	       =>  wckTime=10.864  cpuTime=10.68  mem=14M911
14.34	   
14.34	   search
14.34	     run=18  nbConstraintChecks=80162547  nbPropagations=3819572  nbRevisions=54278679  nbUselessRevisions=44153336
14.34	     nbAssignments=62783  nbFailedAssignments=24743  nbBacktracks=37885  nbVisitedNodes=108857  nbRestartNogoods=98
14.34	       =>  wckTime=13.49  cpuTime=13.28  mem=14M911
14.34	   
14.34	   global
14.34	     nbConstraintChecks=80162547  nbPropagations=3819612  nbRevisions=54278679  nbUselessRevisions=44153336
14.34	     nbRestartNogoods=98  solvingWckTime=13.491  solvingCpuTime=13.28  expiredTime=no  totalExploration=no
14.34	     nbFoundSolutions=1  globalCpuTime=13.7
14.34	       =>  wckTime=14.027  cpuTime=13.65  mem=14M911
14.34	   
14.34	s SATISFIABLE
14.34	v 15 14 7 16 15 12 6 1 14 17 13 11 6 3 15 5 7 2 16 14 1 4 18 12 14 8 15 6 14 1 18 0 0 10 3 7 11 5 12 5 
14.35	d NODES 62783
14.35	d CHECKS 80162547
14.35	   
14.35	   totalWckTime=14.108  totalCpuTime=13.7

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/node19/watcher-208426-1168074697 -o ROOT/results/node19/solver-208426-1168074697 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/208426-1168074697/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.96 2.00 1.99 2/93 22483
/proc/meminfo: memFree=1151456/2055920 swapFree=4171232/4192956
[pid=22482] ppid=22480 vsize=18540 CPUtime=0
/proc/22482/stat : 22482 (runsolver) R 22480 22482 21991 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 155864390 18984960 279 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 255236566311 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/22482/statm: 4635 279 244 17 0 2626 0

[startup+0.103238 s]
/proc/loadavg: 1.96 2.00 1.99 2/93 22483
/proc/meminfo: memFree=1151456/2055920 swapFree=4171232/4192956
[pid=22482] ppid=22480 vsize=914988 CPUtime=0.08
/proc/22482/stat : 22482 (java) R 22480 22482 21991 0 -1 0 2995 0 1 0 7 1 0 0 17 0 8 0 155864390 936947712 2741 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072931676 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22482/statm: 228747 2741 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.513314 s]
/proc/loadavg: 1.96 2.00 1.99 2/93 22483
/proc/meminfo: memFree=1151456/2055920 swapFree=4171232/4192956
[pid=22482] ppid=22480 vsize=915328 CPUtime=0.49
/proc/22482/stat : 22482 (java) R 22480 22482 21991 0 -1 0 6787 0 1 0 45 4 0 0 18 0 8 0 155864390 937295872 6526 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073445322 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22482/statm: 228832 6526 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33447 s]
/proc/loadavg: 1.96 2.00 1.99 4/100 22490
/proc/meminfo: memFree=1127848/2055920 swapFree=4171232/4192956
[pid=22482] ppid=22480 vsize=915456 CPUtime=1.3
/proc/22482/stat : 22482 (java) R 22480 22482 21991 0 -1 0 8635 0 1 0 124 6 0 0 20 0 8 0 155864390 937426944 8373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22482/statm: 228864 8373 2513 14 0 215334 0
[pid=22482/tid=22484] ppid=22480 vsize=915456 CPUtime=0.03
/proc/22482/task/22484/stat : 22484 (java) S 22480 22482 21991 0 -1 64 291 0 0 0 3 0 0 0 16 0 8 0 155864394 937426944 8373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22482/tid=22485] ppid=22480 vsize=915456 CPUtime=0
/proc/22482/task/22485/stat : 22485 (java) S 22480 22482 21991 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155864395 937426944 8373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22482/tid=22486] ppid=22480 vsize=915456 CPUtime=0
/proc/22482/task/22486/stat : 22486 (java) S 22480 22482 21991 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155864395 937426944 8373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22482/tid=22487] ppid=22480 vsize=915456 CPUtime=0
/proc/22482/task/22487/stat : 22487 (java) S 22480 22482 21991 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155864398 937426944 8373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22482/tid=22488] ppid=22480 vsize=915456 CPUtime=0.21
/proc/22482/task/22488/stat : 22488 (java) R 22480 22482 21991 0 -1 64 381 0 0 0 21 0 0 0 16 0 8 0 155864398 937426944 8373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4152958177 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22482/tid=22489] ppid=22480 vsize=915456 CPUtime=0
/proc/22482/task/22489/stat : 22489 (java) S 22480 22482 21991 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155864398 937426944 8373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22482/tid=22490] ppid=22480 vsize=915456 CPUtime=0
/proc/22482/task/22490/stat : 22490 (java) S 22480 22482 21991 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155864398 937426944 8373 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915456

[startup+2.97177 s]
/proc/loadavg: 1.96 2.00 1.99 3/100 22490
/proc/meminfo: memFree=1127528/2055920 swapFree=4171232/4192956
[pid=22482] ppid=22480 vsize=915456 CPUtime=2.92
/proc/22482/stat : 22482 (java) R 22480 22482 21991 0 -1 0 8673 0 1 0 286 6 0 0 25 0 8 0 155864390 937426944 8410 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073794427 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22482/statm: 228864 8410 2513 14 0 215334 0
[pid=22482/tid=22484] ppid=22480 vsize=915456 CPUtime=0.03
/proc/22482/task/22484/stat : 22484 (java) S 22480 22482 21991 0 -1 64 291 0 0 0 3 0 0 0 16 0 8 0 155864394 937426944 8410 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22482/tid=22485] ppid=22480 vsize=915456 CPUtime=0
/proc/22482/task/22485/stat : 22485 (java) S 22480 22482 21991 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155864395 937426944 8410 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22482/tid=22486] ppid=22480 vsize=915456 CPUtime=0
/proc/22482/task/22486/stat : 22486 (java) S 22480 22482 21991 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155864395 937426944 8410 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22482/tid=22487] ppid=22480 vsize=915456 CPUtime=0
/proc/22482/task/22487/stat : 22487 (java) S 22480 22482 21991 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155864398 937426944 8410 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22482/tid=22488] ppid=22480 vsize=915456 CPUtime=0.24
/proc/22482/task/22488/stat : 22488 (java) S 22480 22482 21991 0 -1 64 392 0 0 0 23 1 0 0 16 0 8 0 155864398 937426944 8410 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22482/tid=22489] ppid=22480 vsize=915456 CPUtime=0
/proc/22482/task/22489/stat : 22489 (java) S 22480 22482 21991 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155864398 937426944 8410 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22482/tid=22490] ppid=22480 vsize=915456 CPUtime=0
/proc/22482/task/22490/stat : 22490 (java) S 22480 22482 21991 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155864398 937426944 8410 18446744073709551615 134512640 134570532 4294956464 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) 915456

[startup+6.27039 s]
/proc/loadavg: 1.96 2.00 1.99 3/100 22490
/proc/meminfo: memFree=1127536/2055920 swapFree=4171232/4192956
[pid=22482] ppid=22480 vsize=915456 CPUtime=6.19
/proc/22482/stat : 22482 (java) R 22480 22482 21991 0 -1 0 8680 0 1 0 613 6 0 0 25 0 8 0 155864390 937426944 8417 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073794518 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22482/statm: 228864 8417 2513 14 0 215334 0
[pid=22482/tid=22484] ppid=22480 vsize=915456 CPUtime=0.03
/proc/22482/task/22484/stat : 22484 (java) S 22480 22482 21991 0 -1 64 291 0 0 0 3 0 0 0 16 0 8 0 155864394 937426944 8417 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22482/tid=22485] ppid=22480 vsize=915456 CPUtime=0
/proc/22482/task/22485/stat : 22485 (java) S 22480 22482 21991 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155864395 937426944 8417 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22482/tid=22486] ppid=22480 vsize=915456 CPUtime=0
/proc/22482/task/22486/stat : 22486 (java) S 22480 22482 21991 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155864395 937426944 8417 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22482/tid=22487] ppid=22480 vsize=915456 CPUtime=0
/proc/22482/task/22487/stat : 22487 (java) S 22480 22482 21991 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155864398 937426944 8417 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22482/tid=22488] ppid=22480 vsize=915456 CPUtime=0.24
/proc/22482/task/22488/stat : 22488 (java) S 22480 22482 21991 0 -1 64 392 0 0 0 23 1 0 0 16 0 8 0 155864398 937426944 8417 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22482/tid=22489] ppid=22480 vsize=915456 CPUtime=0
/proc/22482/task/22489/stat : 22489 (java) S 22480 22482 21991 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155864398 937426944 8417 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22482/tid=22490] ppid=22480 vsize=915456 CPUtime=0
/proc/22482/task/22490/stat : 22490 (java) S 22480 22482 21991 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155864398 937426944 8417 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 915456

[startup+12.7466 s]
/proc/loadavg: 1.96 2.00 1.99 3/100 22490
/proc/meminfo: memFree=1127472/2055920 swapFree=4171232/4192956
[pid=22482] ppid=22480 vsize=915456 CPUtime=12.61
/proc/22482/stat : 22482 (java) R 22480 22482 21991 0 -1 0 8687 0 1 0 1255 6 0 0 25 0 8 0 155864390 937426944 8423 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073817258 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22482/statm: 228864 8423 2513 14 0 215334 0
[pid=22482/tid=22484] ppid=22480 vsize=915456 CPUtime=0.03
/proc/22482/task/22484/stat : 22484 (java) S 22480 22482 21991 0 -1 64 291 0 0 0 3 0 0 0 16 0 8 0 155864394 937426944 8423 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22482/tid=22485] ppid=22480 vsize=915456 CPUtime=0
/proc/22482/task/22485/stat : 22485 (java) S 22480 22482 21991 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155864395 937426944 8423 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22482/tid=22486] ppid=22480 vsize=915456 CPUtime=0
/proc/22482/task/22486/stat : 22486 (java) S 22480 22482 21991 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155864395 937426944 8423 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22482/tid=22487] ppid=22480 vsize=915456 CPUtime=0
/proc/22482/task/22487/stat : 22487 (java) S 22480 22482 21991 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155864398 937426944 8423 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22482/tid=22488] ppid=22480 vsize=915456 CPUtime=0.24
/proc/22482/task/22488/stat : 22488 (java) S 22480 22482 21991 0 -1 64 393 0 0 0 23 1 0 0 16 0 8 0 155864398 937426944 8423 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22482/tid=22489] ppid=22480 vsize=915456 CPUtime=0
/proc/22482/task/22489/stat : 22489 (java) S 22480 22482 21991 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155864398 937426944 8423 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22482/tid=22490] ppid=22480 vsize=915456 CPUtime=0
/proc/22482/task/22490/stat : 22490 (java) S 22480 22482 21991 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155864398 937426944 8423 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 915456

Child status: 0
Real time (s): 14.4082
CPU time (s): 14.2088
CPU user time (s): 14.1359
CPU system time (s): 0.072988
CPU usage (%): 98.6164
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.1359
system time used= 0.072988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8779
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= 1120
involuntary context switches= 1936

runsolver used 0.020996 s user time and 0.053991 s system time

The end

Launcher Data (download as text)

Begin job on node19 on Sat Jan  6 09:11:38 UTC 2007


IDJOB= 208426
IDBENCH= 4387
FILE ID= node19/208426-1168074697

PBS_JOBID= 3475755

Free space on /tmp= 66304 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  f62a6c732c103db528ecdfc260981512

RANDOM SEED= 812389613

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.260
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.260
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:       1151936 kB
Buffers:         70108 kB
Cached:         577688 kB
SwapCached:      10036 kB
Active:         398044 kB
Inactive:       404948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1151936 kB
SwapTotal:     4192956 kB
SwapFree:      4171232 kB
Dirty:            2080 kB
Writeback:           0 kB
Mapped:         174544 kB
Slab:            85384 kB
Committed_AS:  4368328 kB
PageTables:       2652 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= 66304 MiB



End job on node19 on Sat Jan  6 09:11:53 UTC 2007