Trace number 218167

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 22.0826 22.3396

DiagnosticValue
CHECKS17555615
NODES23761

General information on the benchmark

Namerandom/rand-3-20-20/
rand-3-20-20-60-632-43_ext.xml
MD5SUMc1756e7d9dd3a7276825af965f046a6b
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 benchmark8.59869
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables20
Number of constraints57
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension57
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.34	     name=/tmp/evaluation/218167-1168079550/unknown.xml
0.37	   
0.37	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.41	     nbVariables=20  nbDomainTypes=1  minDomainSize=20  maxDomainSize=20
0.41	       =>  wckTime=0.097  cpuTime=0.09  mem=6M951
0.41	   
0.41	   relations being loaded...
0.68	   
0.68	   constraints being loaded...
0.83	     nbConstraints=57  nbRelationTypes=57  nbExtensionStructures=57  nbSharedExtensionStructures=0
0.83	     nbConflictsStructures=57  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=15  maxArity=3
0.83	       =>  wckTime=0.52  cpuTime=0.47  mem=41M461
0.92	   
0.92	   solver IterativeSystematicSolver being built... 
1.08	       =>  wckTime=0.765  cpuTime=0.6  mem=21M96
1.08	   
1.08	   preprocessing
1.08	     nbConstraintChecks=0  nbPropagations=20  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.08	     detectedInconsistency=no
1.08	       =>  wckTime=0.0030  cpuTime=0.0  mem=21M96
1.21	   
1.21	   search
1.21	     run=0  nbConstraintChecks=36873  nbValidityChecks=70834  nbPropagations=459  nbRevisions=4609
1.21	     nbUselessRevisions=3624  nbAssignments=46  nbFailedAssignments=32  nbBacktracks=10  nbVisitedNodes=87
1.21	     nbRestartNogoods=0  mapSize=10  nbInferences=0  nbTooLargeKeys=0
1.21	       =>  wckTime=0.125  cpuTime=0.08  mem=21M96
1.28	   
1.28	   search
1.28	     run=1  nbConstraintChecks=87855  nbValidityChecks=167582  nbPropagations=1402  nbRevisions=15134
1.29	     nbUselessRevisions=11987  nbAssignments=100  nbFailedAssignments=67  nbBacktracks=25  nbVisitedNodes=187
1.29	     nbRestartNogoods=3  mapSize=24  nbInferences=0  nbTooLargeKeys=0
1.29	       =>  wckTime=0.204  cpuTime=0.15  mem=21M96
1.35	   
1.35	   search
1.35	     run=2  nbConstraintChecks=126544  nbValidityChecks=245723  nbPropagations=2915  nbRevisions=31529
1.35	     nbUselessRevisions=24960  nbAssignments=151  nbFailedAssignments=93  nbBacktracks=47  nbVisitedNodes=278
1.35	     nbRestartNogoods=7  mapSize=42  nbInferences=0  nbTooLargeKeys=0
1.35	       =>  wckTime=0.266  cpuTime=0.2  mem=21M96
1.46	   
1.46	   search
1.46	     run=3  nbConstraintChecks=205990  nbValidityChecks=417598  nbPropagations=5653  nbRevisions=60446
1.46	     nbUselessRevisions=47608  nbAssignments=258  nbFailedAssignments=163  nbBacktracks=80  nbVisitedNodes=483
1.46	     nbRestartNogoods=13  mapSize=74  nbInferences=0  nbTooLargeKeys=0
1.46	       =>  wckTime=0.38  cpuTime=0.31  mem=21M96
1.57	   
1.57	   search
1.57	     run=4  nbConstraintChecks=290884  nbValidityChecks=583456  nbPropagations=9453  nbRevisions=100372
1.57	     nbUselessRevisions=78959  nbAssignments=380  nbFailedAssignments=231  nbBacktracks=130  nbVisitedNodes=699
1.57	     nbRestartNogoods=19  mapSize=114  nbInferences=0  nbTooLargeKeys=0
1.57	       =>  wckTime=0.487  cpuTime=0.42  mem=21M96
1.70	   
1.70	   search
1.70	     run=5  nbConstraintChecks=383493  nbValidityChecks=774855  nbPropagations=14538  nbRevisions=154162
1.70	     nbUselessRevisions=121246  nbAssignments=516  nbFailedAssignments=290  nbBacktracks=205  nbVisitedNodes=934
1.70	     nbRestartNogoods=27  mapSize=166  nbInferences=0  nbTooLargeKeys=0
1.70	       =>  wckTime=0.615  cpuTime=0.54  mem=21M96
1.93	   
1.93	   search
1.93	     run=6  nbConstraintChecks=578785  nbValidityChecks=1158163  nbPropagations=21938  nbRevisions=232569
1.93	     nbUselessRevisions=183123  nbAssignments=767  nbFailedAssignments=425  nbBacktracks=319  nbVisitedNodes=1379
1.93	     nbRestartNogoods=30  mapSize=253  nbInferences=0  nbTooLargeKeys=0
1.93	       =>  wckTime=0.854  cpuTime=0.77  mem=21M96
2.24	   
2.24	   search
2.24	     run=7  nbConstraintChecks=810771  nbValidityChecks=1630523  nbPropagations=32773  nbRevisions=346235
2.24	     nbUselessRevisions=272424  nbAssignments=1101  nbFailedAssignments=585  nbBacktracks=491  nbVisitedNodes=1967
2.24	     nbRestartNogoods=42  mapSize=380  nbInferences=0  nbTooLargeKeys=0
2.24	       =>  wckTime=1.159  cpuTime=1.06  mem=21M96
2.69	   
2.69	   search
2.69	     run=8  nbConstraintChecks=1159526  nbValidityChecks=2346676  nbPropagations=48227  nbRevisions=508591
2.69	     nbUselessRevisions=400438  nbAssignments=1631  nbFailedAssignments=855  nbBacktracks=747  nbVisitedNodes=2896
2.69	     nbRestartNogoods=47  mapSize=578  nbInferences=0  nbTooLargeKeys=0
2.69	       =>  wckTime=1.613  cpuTime=1.5  mem=21M96
3.44	   
3.44	   search
3.44	     run=9  nbConstraintChecks=1756710  nbValidityChecks=3561787  nbPropagations=72145  nbRevisions=758121
3.44	     nbUselessRevisions=596225  nbAssignments=2440  nbFailedAssignments=1276  nbBacktracks=1133  nbVisitedNodes=4354
3.44	     nbRestartNogoods=59  mapSize=888  nbInferences=0  nbTooLargeKeys=0
3.44	       =>  wckTime=2.361  cpuTime=2.23  mem=21M96
3.83	   
3.83	   INFO : Stopping hyperNogood (mapSize=1028, nbTooLargekeys=0, mem=22M65)
4.67	   
4.67	   search
4.67	     run=10  nbConstraintChecks=2831662  nbValidityChecks=5635978  nbPropagations=106974  nbRevisions=1132333
4.67	     nbUselessRevisions=890751  nbAssignments=3693  nbFailedAssignments=1950  nbBacktracks=1709  nbVisitedNodes=6619
4.67	     nbRestartNogoods=69
4.67	       =>  wckTime=3.594  cpuTime=3.44  mem=22M65
6.21	   
6.21	   search
6.21	     run=11  nbConstraintChecks=4102752  nbValidityChecks=8241870  nbPropagations=158393  nbRevisions=1687338
6.21	     nbUselessRevisions=1328819  nbAssignments=5414  nbFailedAssignments=2802  nbBacktracks=2575  nbVisitedNodes=9656
6.21	     nbRestartNogoods=89
6.21	       =>  wckTime=5.125  cpuTime=4.95  mem=22M65
8.61	   
8.61	   search
8.61	     run=12  nbConstraintChecks=6108147  nbValidityChecks=12299814  nbPropagations=234365  nbRevisions=2516181
8.61	     nbUselessRevisions=1983760  nbAssignments=7986  nbFailedAssignments=4072  nbBacktracks=3874  nbVisitedNodes=14177
8.61	     nbRestartNogoods=111
8.61	       =>  wckTime=7.534  cpuTime=7.34  mem=22M65
12.02	   
12.02	   search
12.02	     run=13  nbConstraintChecks=8965367  nbValidityChecks=18119656  nbPropagations=346473  nbRevisions=3736601
12.02	     nbUselessRevisions=2949736  nbAssignments=11770  nbFailedAssignments=5908  nbBacktracks=5820  nbVisitedNodes=20857
12.02	     nbRestartNogoods=115
12.02	       =>  wckTime=10.94  cpuTime=10.72  mem=22M65
16.80	   
16.80	   search
16.80	     run=14  nbConstraintChecks=12977483  nbValidityChecks=26253360  nbPropagations=512289  nbRevisions=5523272
16.80	     nbUselessRevisions=4363314  nbAssignments=17459  nbFailedAssignments=8673  nbBacktracks=8741  nbVisitedNodes=30843
16.80	     nbRestartNogoods=136
16.80	       =>  wckTime=15.715  cpuTime=15.44  mem=22M65
22.28	   
22.28	   search
22.28	     run=15  nbConstraintChecks=17555615  nbValidityChecks=35591615  nbPropagations=738535  nbRevisions=7957324
22.28	     nbUselessRevisions=6289007  nbAssignments=23761  nbFailedAssignments=11730  nbBacktracks=11987
22.28	     nbVisitedNodes=41940  nbRestartNogoods=153
22.28	       =>  wckTime=21.195  cpuTime=20.88  mem=22M65
22.28	   
22.28	   global
22.28	     nbConstraintChecks=17555615  nbValidityChecks=35591615  nbPropagations=738555  nbRevisions=7957324
22.28	     nbUselessRevisions=6289007  nbRestartNogoods=153  solvingWckTime=21.196  solvingCpuTime=20.88  expiredTime=no
22.28	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=21.53
22.28	       =>  wckTime=21.964  cpuTime=21.49  mem=22M65
22.28	   
22.28	s UNSATISFIABLE
22.28	d NODES 23761
22.28	d CHECKS 17555615
22.28	   
22.28	   totalWckTime=22.045  totalCpuTime=21.53

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/node17/watcher-218167-1168079550 -o ROOT/results/node17/solver-218167-1168079550 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/218167-1168079550/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.71 1.79 1.87 4/93 14013
/proc/meminfo: memFree=1482408/2055920 swapFree=4192812/4192956
[pid=14012] ppid=14010 vsize=18540 CPUtime=0
/proc/14012/stat : 14012 (runsolver) R 14010 14012 13833 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 156349927 18984960 279 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 245482712359 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/14012/statm: 4635 279 244 17 0 2626 0

[startup+0.109945 s]
/proc/loadavg: 1.71 1.79 1.87 4/93 14013
/proc/meminfo: memFree=1482408/2055920 swapFree=4192812/4192956
[pid=14012] ppid=14010 vsize=914988 CPUtime=0.09
/proc/14012/stat : 14012 (java) R 14010 14012 13833 0 -1 0 3048 0 1 0 7 2 0 0 17 0 8 0 156349927 936947712 2794 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4152785825 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14012/statm: 228747 2794 1446 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.517989 s]
/proc/loadavg: 1.71 1.79 1.87 4/93 14013
/proc/meminfo: memFree=1482408/2055920 swapFree=4192812/4192956
[pid=14012] ppid=14010 vsize=915328 CPUtime=0.49
/proc/14012/stat : 14012 (java) R 14010 14012 13833 0 -1 0 7658 0 1 0 45 4 0 0 19 0 8 0 156349927 937295872 7397 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072918603 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14012/statm: 228832 7397 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33907 s]
/proc/loadavg: 1.71 1.79 1.87 3/100 14020
/proc/meminfo: memFree=1426160/2055920 swapFree=4192812/4192956
[pid=14012] ppid=14010 vsize=915460 CPUtime=1.31
/proc/14012/stat : 14012 (java) R 14010 14012 13833 0 -1 0 16784 0 1 0 122 9 0 0 24 0 8 0 156349927 937431040 16521 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073613884 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14012/statm: 228865 16521 2517 14 0 215335 0
[pid=14012/tid=14014] ppid=14010 vsize=915460 CPUtime=0.06
/proc/14012/task/14014/stat : 14014 (java) S 14010 14012 13833 0 -1 64 1746 0 0 0 6 0 0 0 16 0 8 0 156349931 937431040 16521 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14012/tid=14015] ppid=14010 vsize=915460 CPUtime=0
/proc/14012/task/14015/stat : 14015 (java) S 14010 14012 13833 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156349931 937431040 16521 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14012/tid=14016] ppid=14010 vsize=915460 CPUtime=0
/proc/14012/task/14016/stat : 14016 (java) S 14010 14012 13833 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156349931 937431040 16521 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14012/tid=14017] ppid=14010 vsize=915460 CPUtime=0
/proc/14012/task/14017/stat : 14017 (java) S 14010 14012 13833 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156349934 937431040 16521 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14012/tid=14018] ppid=14010 vsize=915460 CPUtime=0.18
/proc/14012/task/14018/stat : 14018 (java) S 14010 14012 13833 0 -1 64 356 0 0 0 18 0 0 0 15 0 8 0 156349934 937431040 16521 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14012/tid=14019] ppid=14010 vsize=915460 CPUtime=0
/proc/14012/task/14019/stat : 14019 (java) S 14010 14012 13833 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156349934 937431040 16521 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14012/tid=14020] ppid=14010 vsize=915460 CPUtime=0
/proc/14012/task/14020/stat : 14020 (java) S 14010 14012 13833 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156349934 937431040 16521 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915460

[startup+2.98025 s]
/proc/loadavg: 1.71 1.79 1.87 3/100 14020
/proc/meminfo: memFree=1426032/2055920 swapFree=4192812/4192956
[pid=14012] ppid=14010 vsize=915460 CPUtime=2.94
/proc/14012/stat : 14012 (java) R 14010 14012 13833 0 -1 0 16804 0 1 0 285 9 0 0 25 0 8 0 156349927 937431040 16540 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073752208 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14012/statm: 228865 16540 2517 14 0 215335 0
[pid=14012/tid=14014] ppid=14010 vsize=915460 CPUtime=0.06
/proc/14012/task/14014/stat : 14014 (java) S 14010 14012 13833 0 -1 64 1746 0 0 0 6 0 0 0 17 0 8 0 156349931 937431040 16540 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14012/tid=14015] ppid=14010 vsize=915460 CPUtime=0
/proc/14012/task/14015/stat : 14015 (java) S 14010 14012 13833 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156349931 937431040 16540 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14012/tid=14016] ppid=14010 vsize=915460 CPUtime=0
/proc/14012/task/14016/stat : 14016 (java) S 14010 14012 13833 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156349931 937431040 16540 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14012/tid=14017] ppid=14010 vsize=915460 CPUtime=0
/proc/14012/task/14017/stat : 14017 (java) S 14010 14012 13833 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156349934 937431040 16540 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14012/tid=14018] ppid=14010 vsize=915460 CPUtime=0.24
/proc/14012/task/14018/stat : 14018 (java) S 14010 14012 13833 0 -1 64 376 0 0 0 23 1 0 0 15 0 8 0 156349934 937431040 16540 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14012/tid=14019] ppid=14010 vsize=915460 CPUtime=0
/proc/14012/task/14019/stat : 14019 (java) S 14010 14012 13833 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156349934 937431040 16540 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14012/tid=14020] ppid=14010 vsize=915460 CPUtime=0
/proc/14012/task/14020/stat : 14020 (java) S 14010 14012 13833 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156349934 937431040 16540 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915460

[startup+6.18858 s]
/proc/loadavg: 1.74 1.79 1.87 3/100 14020
/proc/meminfo: memFree=1425904/2055920 swapFree=4192812/4192956
[pid=14012] ppid=14010 vsize=915460 CPUtime=6.11
/proc/14012/stat : 14012 (java) R 14010 14012 13833 0 -1 0 16815 0 1 0 602 9 0 0 25 0 8 0 156349927 937431040 16548 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073609022 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14012/statm: 228865 16548 2517 14 0 215335 0
[pid=14012/tid=14014] ppid=14010 vsize=915460 CPUtime=0.06
/proc/14012/task/14014/stat : 14014 (java) S 14010 14012 13833 0 -1 64 1746 0 0 0 6 0 0 0 17 0 8 0 156349931 937431040 16548 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14012/tid=14015] ppid=14010 vsize=915460 CPUtime=0
/proc/14012/task/14015/stat : 14015 (java) S 14010 14012 13833 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156349931 937431040 16548 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14012/tid=14016] ppid=14010 vsize=915460 CPUtime=0
/proc/14012/task/14016/stat : 14016 (java) S 14010 14012 13833 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156349931 937431040 16548 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14012/tid=14017] ppid=14010 vsize=915460 CPUtime=0
/proc/14012/task/14017/stat : 14017 (java) S 14010 14012 13833 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156349934 937431040 16548 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14012/tid=14018] ppid=14010 vsize=915460 CPUtime=0.25
/proc/14012/task/14018/stat : 14018 (java) S 14010 14012 13833 0 -1 64 386 0 0 0 24 1 0 0 15 0 8 0 156349934 937431040 16548 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14012/tid=14019] ppid=14010 vsize=915460 CPUtime=0
/proc/14012/task/14019/stat : 14019 (java) S 14010 14012 13833 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156349934 937431040 16548 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14012/tid=14020] ppid=14010 vsize=915460 CPUtime=0
/proc/14012/task/14020/stat : 14020 (java) S 14010 14012 13833 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156349934 937431040 16548 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 915460

[startup+12.6633 s]
/proc/loadavg: 1.76 1.79 1.87 3/100 14020
/proc/meminfo: memFree=1425968/2055920 swapFree=4192812/4192956
[pid=14012] ppid=14010 vsize=915460 CPUtime=12.52
/proc/14012/stat : 14012 (java) R 14010 14012 13833 0 -1 0 16816 0 1 0 1243 9 0 0 25 0 8 0 156349927 937431040 16548 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073731155 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14012/statm: 228865 16548 2517 14 0 215335 0
[pid=14012/tid=14014] ppid=14010 vsize=915460 CPUtime=0.06
/proc/14012/task/14014/stat : 14014 (java) S 14010 14012 13833 0 -1 64 1746 0 0 0 6 0 0 0 16 0 8 0 156349931 937431040 16548 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14012/tid=14015] ppid=14010 vsize=915460 CPUtime=0
/proc/14012/task/14015/stat : 14015 (java) S 14010 14012 13833 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156349931 937431040 16548 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14012/tid=14016] ppid=14010 vsize=915460 CPUtime=0
/proc/14012/task/14016/stat : 14016 (java) S 14010 14012 13833 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156349931 937431040 16548 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14012/tid=14017] ppid=14010 vsize=915460 CPUtime=0
/proc/14012/task/14017/stat : 14017 (java) S 14010 14012 13833 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156349934 937431040 16548 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14012/tid=14018] ppid=14010 vsize=915460 CPUtime=0.25
/proc/14012/task/14018/stat : 14018 (java) S 14010 14012 13833 0 -1 64 386 0 0 0 24 1 0 0 15 0 8 0 156349934 937431040 16548 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14012/tid=14019] ppid=14010 vsize=915460 CPUtime=0
/proc/14012/task/14019/stat : 14019 (java) S 14010 14012 13833 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156349934 937431040 16548 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14012/tid=14020] ppid=14010 vsize=915460 CPUtime=0
/proc/14012/task/14020/stat : 14020 (java) S 14010 14012 13833 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156349934 937431040 16548 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 22.3396
CPU time (s): 22.0826
CPU user time (s): 21.9757
CPU system time (s): 0.106983
CPU usage (%): 98.85
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.9757
system time used= 0.106983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16822
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= 1445
involuntary context switches= 2563

runsolver used 0.029995 s user time and 0.079987 s system time

The end

Launcher Data (download as text)

Begin job on node17 on Sat Jan  6 10:32:31 UTC 2007


IDJOB= 218167
IDBENCH= 5208
FILE ID= node17/218167-1168079550

PBS_JOBID= 3475841

Free space on /tmp= 66313 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-20-20/rand-3-20-20-60-632-43_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/218167-1168079550/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-218167-1168079550 -o ROOT/results/node17/solver-218167-1168079550 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/218167-1168079550/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  c1756e7d9dd3a7276825af965f046a6b

RANDOM SEED= 853982648

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.236
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.236
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:       1482888 kB
Buffers:         46960 kB
Cached:         248296 kB
SwapCached:          0 kB
Active:         274052 kB
Inactive:       209300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1482888 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2996 kB
Writeback:           0 kB
Mapped:         217104 kB
Slab:            74044 kB
Committed_AS:  4604652 kB
PageTables:       2544 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= 66313 MiB



End job on node17 on Sat Jan  6 10:32:54 UTC 2007